Uploading an flv with Actionscript code
-
I have an flv that I need to upload to a page on a client’s site. I was not too familiar with WP as I did the video only, sent it to the client and had someone else upload it. What they did was use a different player which is rendering the code in the original player useless. Can some when tell me how I can upload the original flv with the original codes? As in order for the codes to work the flv file needs to be accessed from a folder which I would have to upload as well.
here is the code to the flash file that is up there now
<object type=”application/x-shockwave-flash” width=”504″ height=”390″ wmode=”transparent” data=”http://www.thebellyfatsolution.com/beta/video/flvplayer.swf?file=http://www.thebellyfatsolution.com/beta/video/BellyFatFINAL_6_30_nL.flv&autoStart=true”>
<param name=”movie” value=”http://www.thebellyfatsolution.com/beta/video/flvplayer.swf?file=http://www.thebellyfatsolution.com/beta/video/BellyFatFINAL_6_30_nL.flv&autoStart=true” />
<param name=”wmode” value=”transparent” />
</object>
Here is the code from the html page that I need to upload, the folder with the html code, swf, player and oterh files has to be uploaded to the WP site. This code is a bit different
<object type=”application/x-shockwave-flash” data=”bellyfatW_CP.swf” width=”720″ height=”520″>
<param name=”movie” value=”bellyfatW_CP.swf” />
<param name=”quality” value=”high” />
<param name=”bgcolor” value=”#ffffff” />
<param name=”play” value=”true” />
<param name=”loop” value=”true” />
<param name=”wmode” value=”window” />
<param name=”scale” value=”showall” />
<param name=”menu” value=”true” />
<param name=”devicefont” value=”false” />
<param name=”salign” value=”” />
<param name=”allowScriptAccess” value=”sameDomain” />
<!–<![endif]–>
<img src=”http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif” alt=”Get Adobe Flash player” />
<!–[if !IE]>–>
</object>any help thx
rd
The topic ‘Uploading an flv with Actionscript code’ is closed to new replies.