Forum Moderators: open
I have tried uploading using different types of FTP programs, my video works fine when I preview locally but not on the web server.
I am fresh out of ideas. Any help would be appreciated!
[edited by: tedster at 2:59 pm (utc) on Mar. 23, 2008]
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="YOUR FLV WIDTH" height="YOUR FLV HEIGHT" id="YOUR FLV NAME (WITHOUT .flv)" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="PATH TO SWF FILE TO LOAD FLV" />
<param name="quality" value="high" />
<embed src="PATH TO SWF FILE TO LOAD FLV" quality="high" width="YOUR FLV WIDTH" height="YOUR FLV HEIGHT" name="YOUR FLV NAME (WITHOUT .flv)" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Just replace the parts with your data and it should work as long as you have gone into Flash and created a SWF file to load the FLV with controls, etc.
To create the SWF file, go into Flash, start a new Flash Movie and save it with a name somewhere. Then go to File>Import>Video and follow the wizard to add the content to the flash movie. Publish and upload the SWF and FLV to the same directory and use the above code to load everything into your page.