My simple flash video doesn’t have any buttons for play/pause or volume, is this easy to add? Is it just a matter of some code I can add?
Thanks
Broc
My simple flash video doesn’t have any buttons for play/pause or volume, is this easy to add? Is it just a matter of some code I can add?
Thanks
Broc
It’s just a matter of some code and some graphics - the graphics portion being the buttons the user will actually see and click on.
Are you using AS2 or AS3?
Thanks Chris, but I don’t know those AS2 AS3 terms. Action Script I guess, but all I know is the name. All I’ve done so far is to use this snippet of code:
<embed src=“/path.swf” width=“320” height=“240” quality=“low” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer”></embed>
Maybe an already built player to load your .flv into will help? http://www.longtailvideo.com/players/jw-flv-player/
Thanks, that’s a good solution for me and working well.