I have my Cold Fusion code. I have designed a welcome screen using FLASH that I need to display thru the Cold Fusion code.
In flash, I created .fla file and published it to create the .swf file. I included the following lines in my Cold Fusion Code screen so that I can see the welcome screen:
<HTML>
<HEAD>
<TITLE>safari_intro_6</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--S Online A F R I Y --><OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" WIDTH=550 HEIGHT=400>
<PARAM NAME=movie VALUE="safari_intro_6.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="safari_intro_6.swf" quality=high bgcolor=#FFFFFF WIDTH=550 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="
</BODY>
</HTML>
However, when I try to access the screen in CF code, it seems to take forever to run the .swf file (and I never see it).
How can I incorporate .swf file in Cold Fusion code????
Please help.
In flash, I created .fla file and published it to create the .swf file. I included the following lines in my Cold Fusion Code screen so that I can see the welcome screen:
<HTML>
<HEAD>
<TITLE>safari_intro_6</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--S Online A F R I Y --><OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" WIDTH=550 HEIGHT=400>
<PARAM NAME=movie VALUE="safari_intro_6.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="safari_intro_6.swf" quality=high bgcolor=#FFFFFF WIDTH=550 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="
http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT></BODY>
</HTML>
However, when I try to access the screen in CF code, it seems to take forever to run the .swf file (and I never see it).
How can I incorporate .swf file in Cold Fusion code????
Please help.