I have a flash banner that Im trying to embed in a html box.
just cant seem to get it to work though, am not sure what I need to change...!
Using 7.0.5
I have all the flash files in a 'bin' folder which I have put into 'administration' folder.
Reason i put it here is after I add the embed code, dolphin seems to automatically be adding the 'administration' directory in the embed path!?
So, in the bin folder is the following
folder - images
folder - xml
.DS_Store
index.html
preview.swf
swfobject.js
Am I supposed to be pointing at the index file or the preview file in the embed code?
These are 2 codes Ive been trying, neither is displaying correct for me!
<p>
<object width="950" height="250" data="/administration/bin/preview.swf" type="application/x-shockwave-flash">
<param name="data" value="/administration/bin/preview.swf" />
<param name="src" value="/administration/bin/preview.swf" />
</object>
</p>
and then
<p>
<object width="950" height="300" data="/administration/administration/bin/index.html" type="application/x-shockwave-flash">
<param name="data" value="administration/bin/index.html" />
<param name="src" value="/administration/administration/bin/index.html" />
</object>
</p>
notice the double 'administration' directory. This seems to be happening with Dolphin whenever I open the html editor and save it, it adds another!???
