Tagged Questions
AutoPlay, a feature introduced in Windows XP, examines newly discovered removable media and devices and, based on content such as pictures, music or video files, launches an appropriate application to play or display the content.
4
votes
2answers
593 views
suppress autoplay
I need to suppress autoplay for the mass storage devices.
This needs to be achieved programatically through a service/deamon running in the background.
I know it can be done by an application which ...
3
votes
1answer
1k views
MPMoviePlayerController autoplays when streaming - how do I stop it?
I'm streaming a movie on the iPad. If I just load a mp4 file, the player doesn't autostart - but with the example m3u8, it insists on autostarting. Has anyone encountered this? Am I doing something ...
2
votes
3answers
419 views
How do I dynamically add &autoplay=1 to youtube embed codes?
This is an examples of the youtube embed code on my site:
<object width="525" height="320"><param name="wmode" value="opaque">
<param name="movie" ...
2
votes
2answers
766 views
Delphi - OleContainer - PowerPoint - AutoPlay
Good afternoon :-), in my application I use OleContainer to view presentation from Microsoft Powerpoint.
This code I use to load and run presentation file:
with oleContainer do begin
Parent := ...
2
votes
4answers
339 views
HTML5 Video not auto-playing
I'm requesting this chunk of html from a mysql database:
<p>Hello.<br><video src="video/hi.mp4" width=100% height=100% autoplay="autoplay"></video>
It displays, but won't ...
2
votes
3answers
1k views
Can I disable window autoplay function programatically with C#/.NET?
Does anybody know a way to deactivate the autoplay function of windows using c#/.NET?
2
votes
1answer
936 views
How do I specify a publisher for the setup.exe when a setup CD is autoplayed in Windows
I have a setup CD to install a visual studio C++ application I made. The AutoPlay popup shows "Publisher not specified" for running setup.exe. How do I specify a publisher?
1
vote
1answer
49 views
Register a device specific autoplay handler
I am currently writing an app specific to the iPhone and I want to register my application in the Windows 7 AutoPlay popup for only the iPhone from what I understand from the Windows shell development ...
1
vote
0answers
72 views
Add auto play feature to jquery localScroll slider
I made a jquery image slider using the tutorial from Line 25
I'm trying to also add an autoplay functionality to it, but I can't seem to figure out any way at all to do it. I tried adding a ...
1
vote
1answer
402 views
Autoplay audio with iOS 5 Mobile Safari, any workarounds left?
We all know Apple doesn't allow autoplay on html5 audio tags with Mobile Safari. The workaround for iOS 4 was to use an iframe with an mp3 src. Apple seems to have patched this on iOS 5.
<html>
...
1
vote
1answer
179 views
Webbrowser control not playing youtube videos
there's a new problem playing back youtube videos on c# webbrowser control (WPF of course)
i've created this simple app to reproduce the problem:
xaml code:
<Window ...
1
vote
1answer
449 views
Autoplay not working in mediaelement.js
I am trying to get mediaplayer.js to autoplay. Autoplay works perfect with the native audio tags but as soon as I implement the mediaelement java script the player works and looks great but will not ...
1
vote
0answers
721 views
vimeo videos autoplay after load()
i'm using this solution to load iframe containing vimeo videos on ipad and PC web browsers
how to control apple video player on ipad (video embeded with iframe and html5 vimeo solution)
its' working ...
1
vote
0answers
193 views
Youtube video not autoplaying first time code is executed
I have this code:
$(".thumbnail_border img").live('click', function() {
$('param[name="movie"]').val(function(i, oldVal) {
return oldVal + (oldVal.indexOf('?') ? '&autoplay=1' : ...
1
vote
1answer
143 views
Can Windows be set up to automatically launch an application when an HID-compliant USB device is plugged in?
I have a custom HID-compliant USB device. I would like to set up Windows to launch an application when this device is plugged in. Is this possible through a configuration setting? Or do I need to ...
1
vote
2answers
1k views
Autoplay mp4 video with html5
Im creating a web page using HTML5 in order to have a mp4 video on it, I already accomplished this but, I trying to add some functionalities like autoplay ,autobuffer and loop using this code
...
1
vote
0answers
347 views
Firefox loads and plays same .ogv file twice concurrently when with 'autoplay'
I have an ogg vorbis file set up with the HTML5 <audio> tag.
The file is requested twice by Firefox (3.6.13), but with the 'autoplay' option both of the requested files play.
When I pause, one ...
1
vote
1answer
69 views
How do I find out which DVD drive an AutoPlay event is for?
I have an autoplay event handler registered with COM for DVD movies.
I am using C#, and followed this guide from CodeProject:http://www.codeproject.com/KB/system/AutoplayDemo.aspx
When a DVD movie ...
1
vote
1answer
227 views
How to reliable check if AutoPlay is enabled in Windows 7?
I have an application that handles WM_DEVICECHANGE, and is interested in DBT_DEVICEARRIVAL.
When a new device is inserted, it needs to know if the AutoPlay dialog will pop-up. In order to find out, I ...
1
vote
1answer
447 views
Can autoplay and WIA be programatically reset to the default of “Ask me?”?
I have code that ads both Autoplay and WIA handlers for reading images files from memory cards and digital cameras, respectively, and it works fine.
However, I'd like to reset the Autoplay and WIA ...
0
votes
0answers
106 views
How can I make auto play links in annotations by embedded Yotutube videos
I'm in trouble and please help me.
I'm making web site including embedded Youtube Video with annotations.
I want to make it without new windows.
It was not difficult,but new movies from annotations ...
0
votes
1answer
221 views
HTML5 Video with Fancybox
I am having an issue with getting HTML5 video to autoplay on load into Fancybox.
I have an HTML5 video loaded into a div that is hidden and therefore can't have autoplay enabled in the tag. I then ...
0
votes
2answers
361 views
Youtube embeded video: autoplay feature not working in iphone
I have a youtube embeded video link in HTML5 page, which I want to autoplay.
The following code works in browsers, but in iphone; its not working and needs an extra click.
<iframe ...
0
votes
0answers
63 views
Integrating a .NET/WPF application with Windows 7 AutoPlay functionality
We are developing a WPF (C# and .NET 4 Framework) application that will upload media files to a cloud-based service. It is just one piece of a collection of utilities across multiple platforms to ...
0
votes
0answers
77 views
Autoplay video playlist after 45 seconds of idle on website with javascript
I am making a website that plays videos with html5 and javascript. There will be thumbnails of the videos and when selected the video pops up and plays and close when its over.
I am trying to figure ...
0
votes
1answer
116 views
Auto run a jar file from usb drive
I have an runnable jar file in my USB drive. I need to auto-launch that jar, when the USB drive is plugged in to the system. I use Windows 7. I used autorun.inf to launch the jar file. But it doesn't ...
0
votes
1answer
402 views
youtube videos autoplay on iphone phonegap app
In phonegap if you embed a video you come up with a bad scrolling (if you scroll the page with a finger on the video thumbnail, the whole viewport scrolls, instead of the correct div). To avoid this ...
0
votes
0answers
153 views
ShouldAutoplay on MoviePlayerController
I am a new developer, therefore I'm still learning and know I'm doing some things wrong. I have a segmented control object in which when the user presses one of the segments, it goes to play a video. ...
0
votes
0answers
84 views
Adding application to Windows 7 list of autoplay handlers
I am developing a lightweight WPF application that will take multimedia files from either the local file system or removable media devices and upload them to Amazon S3 cloud storage. One of the ...
0
votes
1answer
41 views
How do I stop this video from autoplay on my blog? I've tried everything
< object id="flashobject" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" allowNetworking="all" height="442" width="720" ...
0
votes
1answer
171 views
Set autoplay on jQuery Tabs Slideshow
I've just installed the jQuery Tabs slideshow plugin and would like it to autoplay. However, when I put in the autoplay option, it performs very unevenly, not at all like when the play button is ...
0
votes
0answers
24 views
How to automatically play the next audio file
I have several audio files listed in the same page:
<audio preload controls src="my1.mp3"></audio>
<br>
<audio preload controls src="my2.mp3"></audio>
<br>
...
0
votes
1answer
52 views
Autoplaying a <video> element using javascript
I have a few elements set up in my html with the autoplay option included. I have found that Chrome doesn't seem particularly willing to autoplay these videos for whatever reason. I'd like to add a ...
0
votes
0answers
162 views
MediaElement.js Drupal7 AutoPlay
hi is use the mediaelement modul for drupal 7. on page load the audio field dosen`t play automatically. how can i use a autoplay function for my audio player? or a jquery click trigger for this ...
0
votes
1answer
78 views
Autoplay and background music on Moodle 2.0.3
how is it goin'?
Could you please tell me how I can implement a background and autoplay music in frontpage for Moodle 2.0.3?
I have opened the topics below on Moodle.org but was not able to solve ...
0
votes
1answer
142 views
help with syntax calling jQuery function for autoplay
How do I make this slider autoplay?
Here's the answer:
<div class="slideshow"><ul>
<li><img src="lemons/1.jpg" alt="lemon" /></li>
...
0
votes
1answer
74 views
Open file on plug-in USB
Can anyone tell me how to open a .jar file when you plug your USB in a laptop? Write a batch file? Or what do I need?
I've read about it that it's only available on windows, so it's not possible on a ...
0
votes
1answer
68 views
How can I make this flash video not automatically play on display?
I'm using javascript to display a flash video but it always plays automatically. How can I tell it to just display?
AC_FL_RunContent(
...
0
votes
0answers
97 views
Anything Slider many slides and tabs
I have embeded 12 tutorial videos about Wordpress using the Anything Slider. With a header for each slide, and content below that changes for each slide. There are two things I am wondering about ...
0
votes
0answers
91 views
play powerpoint pps in a webpage using javascript
I have seen some examples that uses vbscript to play powerpoint pps files. Is it possible to play pps file in a iframe using javascript ?
0
votes
1answer
841 views
How do I make my HTML5 video player autoplay on iPad, like filmon.com?
I'm trying to create an HTML5 video player to automatically start streaming video. I searched a lot but I didn't achieve my goal.
Then I found www.filmon.com, where all videos start to play ...
0
votes
1answer
407 views
Jquery Galleria: autoplay again after interaction
I'm using Jquery Galleria for my website.
What I want is: autoplay slideshow on load, stop it when I click on thumbnails or navigation, but after idle time the autoplay continue.
With ...
0
votes
0answers
98 views
How to have the Windows Vista/7 AutoPlay menu default to installing program when CD is inserted
Windows 7 is opening my program CD with the AutoPlay menu (and defaulting to "import pictures and videos". This might just be something weird with my PC but I want to make sure I'm understanding how ...
0
votes
1answer
307 views
Auto start/play video in android
I am working on integrating some video into one of my Activities. It plays fine, but I have to click play for it to actually play. I searched the forums and the developer site and cannot find anything ...
0
votes
1answer
60 views
Why does this audio file autoplay?
This keeps autoplaying even when I set it to false 3 times. I don't know what to do it's getting on my nerves. Any ideas?
<object>
<param name="src" value="http://linkimprov.com/buu.mp3">
...
0
votes
1answer
166 views
Javascript Slider Timer delayed
I've been trying to create a timer delay for a slider, so that when the user manual advances the slides the auto play resets. At the moment i've got this
var delay = true;
function delay_funct() {
...
0
votes
0answers
43 views
Autoplay video on click tab
i want to make a video tab button as here when i clicked the video tab button ,i want it to play auto as link.
0
votes
1answer
553 views
Autoplay html5 audio on iPhone iOS 4.2.6
ok i know apple has been trying to block the autoplay function for ios but i do have a jailbroken iphone so could i modify that to do auto play on any webview or even use a special sake click to auto ...
0
votes
1answer
347 views
Media autoplay in iOS 4.2+: How to access Quicktime through JS when using an iframe for autoplay
There seems to be only one way to get media to autoplay in iOS versions greater than 4.2, as shown by user bhup here: How can I autoplay media in iOS >= 4.2.1 Mobile Safari?
var ...
0
votes
1answer
133 views
How can I autorun my app based on a file's existence instead of autorun.inf on SD Card?
I have a device that creates a file called ADxxxxxx.BIN on an SD Card (where "xxxxxx" is a unique number). I'd like to be able to insert this SD Card into a USB card reader (connected to a Windows ...