Hello all,
Would be grateful if anyone had any ideas about this. Im trying to place some Flash content into a brochure fragment (the same result occurs if I put it straight into a template).
Im using a Flash plug-in called 'Slide-Show Pro', which generates a flash-based gallery viewer, with an external XML file that handles all the relevant images. If i place the code in to the brochure templates or a fragment, catalog crashes and closes.
The code Im placing looks like this:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="400" id="johndoe" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="johndoe.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="johndoe.swf" quality="high" bgcolor="#ffffff" width="400" height="400" name="johndoe" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
I dont know much about Flash unfortunately, so any help would be gratefully received.
**edit: other flash content does not seem to crash actinic**
Dan
Would be grateful if anyone had any ideas about this. Im trying to place some Flash content into a brochure fragment (the same result occurs if I put it straight into a template).
Im using a Flash plug-in called 'Slide-Show Pro', which generates a flash-based gallery viewer, with an external XML file that handles all the relevant images. If i place the code in to the brochure templates or a fragment, catalog crashes and closes.
The code Im placing looks like this:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="400" id="johndoe" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="johndoe.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="johndoe.swf" quality="high" bgcolor="#ffffff" width="400" height="400" name="johndoe" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
I dont know much about Flash unfortunately, so any help would be gratefully received.
**edit: other flash content does not seem to crash actinic**
Dan
Comment