If you would like to embed SWF file read Embeding Flash Animation (SWF)
1. Download and extract FLV Player
2. Create videos folder under web root and upload the file
/videos/player_flv.swf
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
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&width=320&height=240&showstop=1&bgcolor1=ffffff&bgcolor2=ffffff&playercolor=b5bac4&autoplay=0&showiconplay=1" name="FlashVars" /> </object>
Discussion