Help - Search - Members - Calendar
Full Version: Embedded video player code editing advice request
HTMLHelp Forums > Web Authoring > Graphics, Flash and Multimedia
xobten
Hi all,

I'm hoping someone can help me here.

I've been advised that by entering ' &autostart=false ' twice ,into this bit of code below, I can have the web page load with the video paused as opposed to automatically playing. Now,being a novice I have no idea where exactly to put it.I've tried several places but with no effect.Can someone,anyone PLEASE show me where it should go ???? PLEASE !



<!-- START: FILMTRAILER.COM FLASH PLAYER version 3.3 -->
<object width="400" height="225"> <param name="movie" value="http://www.player.filmtrailer.com/v3.3/player.swf?file=http://uk.player-feed.filmtrailer.com/v2.0/cinema/1584/?channel_user_id=441100001-1&default_quality=xlarge"></param> <embed type="application/x-shockwave-flash" src="http://www.player.filmtrailer.com/v3.3/player.swf?file=http://uk.player-feed.filmtrailer.com/v2.0/cinema/1584/?channel_user_id=441100001-1&default_quality=xlarge" allowFullScreen="true" width="400" height="225"></embed> </object>
<br/> <a style="font-family: verdana; color:cccccc; font-size: 8pt; text-decoration:none" alt="filmtrailer.com" target="_blank" href="http://uk.filmtrailer.com/">Film Trailers by Filmtrailer.com</a>
<!-- END: FILMTRAILER.COM FLASH PLAYER version 3.3 -->
Stephanee
autostart=false is for object tag. You can add it to object tag in your HTML code:
CODE
<object>
...
<param name="AutoStart" value="false"
</object>

However, IE and Firefox will performance differently with this code. It is recommended to use SWFObject to embed Flash file to web page.
You can also use Moyea web player Pro to add flv to web page, check this tutorial - http://www.flash-video-mx.com/webplayer-re...to-website.html
h6kertim
[quote name='xobten' date='Apr 24 2009, 06:14 AM' post='36561']
Hi all,

I'm hoping someone can help me here.

I've been advised that by entering ' &autostart=false ' twice ,into this bit of code below, I can have the web page load with the video paused as opposed to automatically playing. Now,being a novice I have no idea where exactly to put it.I've tried several places but with no effect.Can someone,anyone PLEASE show me where it should go ???? PLEASE !



<!-- START: FILMTRAILER.COM FLASH PLAYER version 3.3 -->
<object width="400" height="225"> <param name="movie" value="http://www.player.filmtrailer.com/v3.3/player.swf?file=http://uk.player-feed.filmtrailer.com/v2.0/cinema/1584/?channel_user_id=441100001-1&default_quality=xlarge"></param> <embed type="application/x-shockwave-flash" src="http://www.player.filmtrailer.com/v3.3/player.swf?file=http://uk.player-feed.filmtrailer.com/v2.0/cinema/1584/?channel_user_id=441100001-1&default_quality=xlarge" allowFullScreen="true" width="400" height="225"></embed> </object>
<br/> <a style="font-family: verdana; color:cccccc; font-size: 8pt; text-decoration:none" alt="filmtrailer.com" target="_blank" href="http://uk.filmtrailer.com/">Film Trailers by Filmtrailer.com</a>
<!-- END: FILMTRAILER.COM FLASH PLAYER version 3.3 -->


you can't do that because that is not the original code you have an embed tag you can not edit it sorry. i am an advanced programmer so do not contridict me
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.