custom flash video player not functioning
-
I have built a custom Flash video player that uses XML to call individual FLV movies. The file works fine in preview Flash Player, but when I upload it to the site, the XML is not functioning.
I can see the SWF file (background image) so I know it’s there, but FLV movies will not play. Have double and triple checked paths.
Here is the code I used on the main index page. Is there anything else I need to use?
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="330"> <param name="movie" value="/blog/wordpress/wp-content/themes/gamepress/flash/preview.swf" /> <param name="quality" value="high" /> <embed src="/blog/wordpress/wp-content/themes/gamepress/flash/preview.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="330"></embed> </object>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘custom flash video player not functioning’ is closed to new replies.