Hi all,
I started with the blank_sidebox which works great, and I simply took the code for flash from the flash hacks sidebox and manipulated it into the blank_sidebox code.
All works fine, but I can't get the code to work for a false loop, the code I use does not work.
I am using 1.3.8a upgraded from 1.3.7.
I would prefer to use an flv which would give me a play arrow.
Any suggetsions?
$content .= '<script type="text/javascript">';
$content .= 'swfobject.embedSWF("video/easyhome.swf","myContent", "false", "142", "100","8.0.0");';
$content .= '</script>';
$content .= '<div id="myContent"><p>Alternative content</p></div></div></div>';



