WORDPRESS 2.0 Here are a few useful bits of code you can paste into your posts. (This should be read in conjunction with the individual pages in www.interaction-venice.com/tools/wordpress/) FLASHEMBED NB Replace “MYFLASHFILE.swf” with with the url you copied from the upload page and the width and height values with the width and height of your movie QUICKTIME EMBED NB replace movie.mov with the url you copied from the upload page and the width and height values with the width and height of your movie FLOAT PICTURE LEFT and the following tag after the picture: FLOAT PICTURE RIGHT and the following tag afterwards: NB If you want to put code in a post, so people can see the code as code, Wordpress thinks it should carry out the HTML commands and gets in a right mess. You need to put < at the start and > at the end to stop this happening and instead of " put " instead of < put < instead of > put > (including the ;) Like this: FLASHEMBED <kml_flashembed movie="MYFLASHFILE.swf" height="250" width="400"> </kml_flashembed> QUICKTIME EMBED <embed src="movie.mov" width="320" height="240" autoplay="false"> FLOAT PICTURE LEFT <div style="float: left; margin-right: 10px; margin-top: 3px; margin-bottom: 10px"> Gillian Crampton Smith December 2008
and the following tag after the picture:
and the following tag afterwards:
< at the start and >
<kml_flashembed movie="MYFLASHFILE.swf" height="250" width="400"> </kml_flashembed>
<embed src="movie.mov" width="320" height="240" autoplay="false">
<div style="float: left; margin-right: 10px; margin-top: 3px; margin-bottom: 10px">