• Autostart a embedded hulu video
    4 replies, posted
[code] <html> <head> </head> <body> <object width="512" height="296" id="huluvid"> <param name="movie" value="http://www.hulu.com/embed/eXWxBNUE-BHYTT6wKtOpfA"></param> <param name="allowFullScreen" value="true"></param> <param name="autostart" value="true" /> <embed id="huluvid2" src="http://www.hulu.com/embed/eXWxBNUE-BHYTT6wKtOpfA" type="application/x-shockwave-flash" allowFullScreen="true" width="512" height="296" autostart="true"> </embed> </object> </body> </html> [/code] I'm trying to get the hulu video to autostart, but nothing seems to work so far.
Maybe hulu doesn't let you autostart videos? I wouldn't know, I'm not American
[QUOTE=turby;18779089]Maybe hulu doesn't let you autostart videos? I wouldn't know, I'm not American[/QUOTE] Anything that runs through flash has an autostart. Let me pull up the code for it. Right I've had a look around, and gaylu being as retarded as it is. Have removed the autoplay option from the embed player for some UNKNOWN reason. But according to a few sites, if you goto the hulu page with the video and copy the javascript from there, you can embed a autoplaying gaylu video using that, you will need to tweek the sizes and that though.
They only have an autoplay for the next item in a playlist. They don't have it: [url]http://www.hulu.com/discussions/17[/url]
[QUOTE=EDDY TT;18780976]Anything that runs through flash has an autostart.[/QUOTE] Not really... It may have the autostart attribute, but whether that does anything is up to the author of the flash movie
Sorry, you need to Log In to post a reply to this thread.