Hi Ted
Update.
1) The Javascript file can be downloaded from
http://download.macromedia.com/pub/developer/activecontent_samples.zip
as the version you posted below has had the line breaks stripped by Unity.
2) Havent yet found the httpdocs folder :(
"Upload the swf to your httpdocs folder."
From the look of the code I thought the swf file should go in the Admin folder too - no ?
3) Where you say replace yourfile.swf with the name of the swf - the first two times your code does not have the .swf ?
The second two times it does. Thats correct?
4) And the most puzzling question - when I paste the code into the html box and update - it gets stripped by the tinyhtml editor and what comes through is this - (Ive changed some sizes and file names).
___________
// -->
// -->
<span class="mceItemObject" height="409" width="818"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
<span value="medium" name="quality"
class="mceItemParam"></span>
<span value="transparent" name="wmode"
class="mceItemParam"></span>
<span value="/admin/topflash.swf" name="src"
class="mceItemParam"></span><span class="mceItemEmbed"
height="409" width="818" src="/admin/topflash.swf"
mce_src="/admin/topflash.swf" wmode="transparent" quality="medium"
type="application/x-shockwave-flash"></span>
</span>
___________
Its removing the whole first section of the script, and the object and embed tags and noscript tags.
What am I doing wrong?
There is one section in your code that Im not sure about.
Its to do with the line breaks again.
Where you have
<!--
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','960','height','480','src','yourFile','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','yourFile' ); //end AC code
// --></script>
Im not sure if something is meant to be commented out or not?
It doesnt seem like it as then there would be nothing between the scipt tags?
Thanks
Dan V