Questions tagged [autoplay]

For questions about using autoplay features in a programmatic context. NOTE: If your question is about Windows AutoPlay, also include the [windows] tag. If your question is about AutoPlay in a web browser, add a browser tag and possibly other tags relating to the web technologies you are using.

729 questions
0
votes
0 answers

auto slideshow on javascript

Need help on auto slide show on this script: NewImg = new Array ( "images/Pic03.png", "images/Pic01.jpg", "images/Pic02.jpg" ); var random_display = 0; var ImgNum = 0; var ImgLength = NewImg.length - 1; var totalImages = NewImage.l //Time delay…
0
votes
1 answer

jQuery slider, how can I pause the autoplay when mouse over?

Guys, I'm not good on coding, and this little script are really bother me a lot. I have a slider with autoplay, which is works fine. But I need somebody help me to pause the autoplay when mouse over. Also, can somebody find a way to play the 1st…
lli52
  • 1
  • 2
0
votes
0 answers

jPlayer not starting on iOS click / touchstart

Hey I have a problem with iOS not starting the Audio on my mobile site. I understand that iOS requires a user 'Click' in order to start HTML5 - Audio & Video so I set jPlayer to start after the user clicks 'Play'... $(document).ready(function ()…
user2272391
  • 103
  • 1
  • 7
0
votes
1 answer

MP3 Audio Caching on your Website

I have a client that wants to have music on their website and needs it to auto-play. I put a music player on the site and it works good randomizing between the 2 songs in the list. My problem is that they keep running into bandwidth issues. I need…
Nicole
  • 123
  • 3
  • 16
0
votes
1 answer

autoplay video issue

I have a vimeo video embedded in a hidden div. When I click a link, the video pops up with fancybox, and the autoplay starts. My problem is in Chrome, the video starts playing directly when I entering the site, and you can here the backgroundmusic…
Kim Andersson
  • 251
  • 2
  • 4
  • 15
0
votes
3 answers

How can I autoplay this javascript slider?

I have found this nice js slider that works by clicking on radio buttons, selecting the slides to view. I'd like it to autoplay the slides, and give it a time for slides and transitions, but I'm honestly unsure where to put those values. I've seen…
Marco
  • 79
  • 2
  • 7
0
votes
3 answers

Flexslider not responding to its script?

I'm setting up a wordpress site and use the flexslider 2.0 for som slideshows on a page. My problem is that I can't seem to get slideshows to respond to the changes I make in their script... i.e. I set the 'slideshow: false,' but the slieshows still…
bjkam
  • 3
  • 1
  • 5
0
votes
1 answer

fancybox 2.1.4 autoPlay option did not work properly

I downloaded the fancybox source code sample from http://fancyapps.com/fancybox/#license. Please look at the following short of script: ` Thumbnail helper
Telvin Nguyen
  • 3,569
  • 4
  • 25
  • 39
0
votes
1 answer

Can a Video Autoplay with No Controls, but still be able to start/stop

When you setup up a video to autoplay and have no controls, the viewer is unable to stop / restart the video... Is there an option to make it so that the controls are not viewable but the viewer can still click the video to stop and restart?
0
votes
1 answer

I have popup in colorbox and cookie but its loade the video every time

I am using colorbox to set an cookie popup and it's fine for now. In the window I have a YouTube video and contact form fields. The jQuery I use is ok but the problem start when I did an AutoPlay for the YouTube video/ it seems clearly that in the…
0
votes
1 answer

Adding Win32 application to Windows Autoplay menu (for a specific kind of media)?

How can I add my Windows application (written in C++) to the Windows AutoPlay menu for a specific kind of media?
Violet Giraffe
  • 32,368
  • 48
  • 194
  • 335
0
votes
1 answer

control flvplayback on external class

Hi fellow programmers, I want the videoPlayer on default be stopped or paused. How can I control this in my Main.as? It seems the video is playing in the background before I press btn_1.. This is my code: Main.as package { import…
0
votes
1 answer

Open media player when clicked on an MP3 file

How to develop a media player which opens up and plays song when an MP3 file is opened. Just like in our OS when you click on MP3 file Windows media player opens up and plays song. In my application how to handle this functionality.
Mujeeb
  • 83
  • 4
  • 14
0
votes
0 answers

Youtube embeded in delphi autoplay&loop refreshing

I've just made simple YouTube player in SDI using embedded links inside the TWebBrowser component, and managed to create auto play and loop (loop one and loop all) buttons as well as quality changing radio buttons, but they're all based on hyperlink…
That Marc
  • 1,134
  • 3
  • 19
  • 42
0
votes
1 answer

Auto Scrolling (Rotating) ul

Located in a php page is the following code: $(function() { $(".scrollable").scrollable({ items: "li", circular: true, mousewheel: false, next: ".next", prev: ".prev" }).autoscroll({autoplay: true, interval: 100}); }); This small slideshow is…
Jamie
  • 1,579
  • 8
  • 34
  • 74