Blaaze. Sorry, I am not exactly sure what you are wanting to do. You want to know how you can add a poster frame to a video player (an image which is displayed before the video is played)?
If you are using the youtube player specifically, then you will want to read the player API docs here: http://code.google.com/apis/youtube/js_api_reference.html <http://code.google.com/apis/youtube/js_api_reference.html>specifically the player.cueVideoById() method. If you are not using the Youtube player, and want complete control over your player, I suggest you look at either the JW media player or Flow player projects. They are both good prebuilt video player which have the ability to define playlists with poster frames for videos etc. Aran On Wed, Aug 25, 2010 at 11:46 PM, Blaaze <[email protected]> wrote: > hi all > > i want a video to post, but my concept is dynamic, i cannot upload > everything, but instead i have images on my server, all i need is an > idea to embed an image link to the player like this > > http://s.ytimg.com/yt/swf/watch_as3-vfl186120.swf?<imagelink> > > is this possible?? > > or is there any other ways also, if so please inform me > > regards > blaaze > > -- > You received this message because you are subscribed to the Google Groups > "SWFObject" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<swfobject%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > > -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
