Steve993 |
03-11-2008 01:21 PM |
I installed this to play flash videos hosted on the same site as the forums. That works and displays the video fine. However I don't have any play or pause buttons to control the video. I have a program that can create a flv file with a swf menu with the play buttons, etc, but I can't figure out how to embed that menu into the code.
This program gives me the html code and I've messed with it as much as I can, but have reached my limited knowledge of this code. Here's the html code it gives me...
Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="320" height="240" id="player" align="middle">
<param name="movie" value="player.swf?file=test3.flv&size=false&aplay=false&autorew=false&title="/>
<param name="menu" value="false"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#FFFFFF"/>
<embed src="player.swf?file=test3.flv&size=false&aplay=false&autorew=false&title=" menu="false" quality="high" bgcolor="#FFFFFF" width="320" height="240" name="player" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>
</object>
I've tried to replace my test movie (test3.flv) with {param} and all I get is a white box with no video. Any help would be much appreciated! Thanks.
|