Translations of this page:

Embedding Flash Video (FLV)

If you would like to embed SWF file read Embeding Flash Animation (SWF)

Install FLV Player

You will need access to the server file system through FTP or SSH to perform this task

1. Download and extract FLV Player

2. Create videos folder under web root and upload the file

/videos/player_flv.swf

Uploading Video

1. You can upload video directly to the server if you have access to the file system, for example under /videos folder

2. Alternatively you may upload video through Document application and copy the url to the video

Embed the code

When editing a page switch to source mode and embed this code below. replace

flv=path_to_video.flv

with the actual path to the video file, you can also customise the width and height of the video

<object width="320" height="240" class="playerpreview" data="/videos/player_flv.swf" type="application/x-shockwave-flash">
<param value="/videos/player_flv.swf" name="movie" />
<param value="flv=path_to_video.flv&amp;width=320&amp;height=240&amp;showstop=1&amp;bgcolor1=ffffff&amp;bgcolor2=ffffff&amp;playercolor=b5bac4&amp;autoplay=0&amp;showiconplay=1" name="FlashVars" /> </object>
 
help/publish/flv.txt · Last modified: 07/06/2011 04:49 by cmoores
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki