Help:Local video
From IKMEmergent
| Editing Help | |
|
If you don't have the FTP username / password please email chris@webarchitects.co.uk.
Once files have been uploaded via FTP they will appear here: http://wiki.ikmemergent.net/static/
To embed a video using the Website in iFrame extension use code like this example, to emded this video's HTML:
<websiteFrame> website=/static/mandw/knowledge2.htm name=knowledge2 height=528 width=661 border=0 scroll=no </websiteFrame>
The code above results in the following, adjust the height and width to suit:
You can get starting values for the height and width from the source of the page that is being embedded, for example looking at the page used above there is this code in it:
<script type="text/javascript"> <!-- writeDocument('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="640" height="511" ID="Captivate1">'+ '<param name="movie" value="knowledge2_skin.swf">'+ '<param name="quality" value="high">'+ '<param name="loop" value="0">'+ '<embed src="knowledge2_skin.swf" width="640" height="511" loop="0" quality="high" pluginspage="http://www.adobe.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed>'+ '</object>'); //--> </script>
The code above contains width="640" height="511" and these values needed to be increased to the following to make the borders match on all 4 sides of the embedded flash file:
height=528 width=661
del.icio.us