Strange for IE5...sometimes it works and most of the times it doesn't.

I have a simple flash clip in it's own dsp_flash.cfm which contains the
following:

<table width="450" border="0" cellspacing="0" cellpadding="5"
align="center"><tr><td>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0
,0"
        WIDTH=450 HEIGHT=330>
        <PARAM NAME=movie VALUE="NovartisIntro.swf">
        <PARAM NAME=loop VALUE=false>
        <PARAM NAME=menu VALUE=false>
        <PARAM NAME=quality VALUE=high>
        <PARAM NAME=bgcolor VALUE=#FFFFFF>
        <EMBED src="../../Flash/NovartisIntro.swf" loop=false menu=false
quality=high bgcolor=#FFFFFF  WIDTH=450 HEIGHT=330
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash"></EMBED>
</OBJECT>
</td>
</tr>
</table>

Now, I am using a fusebox infrastructure that makes use of the
<cf_bodycontent> tag and the dsp_headerfile.cfm, dsp_footerfile.cfm and
app_layout.cfm.  App_layout.cfm puts all the pieces together.

It should work in IE.  It works in NS4 perfectly.

One more question:
Is there a way to detect when a flash has finished so that the flash clip
can return a fuseaction?

Any ideas...thanks - Kinley


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to