I think that you have to use the CFFLUSH tag. Maybe something like this?

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0
"
   WIDTH="221" HEIGHT="70" id="proggybar.swf" ALIGN="">
<PARAM NAME=movie VALUE="proggybar.swf"> <PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#ffffff>
<EMBED src="proggybar.swf" quality=high bgcolor=#dd WIDTH="221" HEIGHT="70"
   NAME="proggybar.swf" ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer";>
</OBJECT>

<!--- Flush the page output buffer --->

<cfflush>

<!--- Put code here that takes a long time to output --->

HTH,

Bruce

On 12/26/06, chr chr <[EMAIL PROTECTED]> wrote:
>
> Hi Everybody,
>
> I got one simple problem with flash progress bar, if i run the below code
> in html file it is working fine and displaying the flash progress bar. If i
> include the same code in coldfusion file the flash progress bar is not
> displaying, did i miss anything?
>
> <!-- Flash movie tag-->
>
> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
> http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0
> "
>    WIDTH="221" HEIGHT="70" id="proggybar.swf" ALIGN="">
> <PARAM NAME=movie VALUE="proggybar.swf"> <PARAM NAME=quality VALUE=high>
> <PARAM NAME=bgcolor VALUE=#ffffff>
> <EMBED src="proggybar.swf" quality=high bgcolor=#dd WIDTH="221"
> HEIGHT="70"
>    NAME="proggybar.swf" ALIGN="" TYPE="application/x-shockwave-flash"
> PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer";>
> </OBJECT>
>
> Please help me, thanks in advance.
> Belated Happy Christmas and Happy new year to everybody.
>
> Thanks!
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265006
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to