1)  Are you using a framework like Fusebox 3 in which cfflush doesn't
work?
2)  Does your web server have compression enabled (like gzip on apache)

Either one will make your entire request finish on the server, before
anything gets shoveled out to the browser.

Also when you say "bar is not displaying", do you mean it doesn't
display while the rest of the page loads, or it never displays even
after the entire page has finished loading.  (if the second statement is
true, then disregard my first comments about Fusebox and compression).

This may be a stupid question, but I noticed the location of the SWF
file is local on the C: drive.  Are you running this on a LOCAL CF
server on YOUR PC, or are you placing this code on a remote CF server---
a server maybe without that SWF file?

~Brad

-----Original Message-----
From: chr chr [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 26, 2006 10:40 AM
To: CF-Talk
Subject: Re: Flash progress bar in coldfusion

This is the simple coldfusion code i'm trying to do

<!-- Flash movie tag-->

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflas
h.cab#version=6,0,0,0"
    WIDTH="221" HEIGHT="70" id="proggybar.swf" ALIGN="">
<PARAM NAME=movie VALUE="file:///C|/Documents and
Settings/rchandra/Desktop/proggybar/proggybar.swf"> <PARAM NAME=quality
VALUE=high>
<PARAM NAME=bgcolor VALUE=ffffff>
<EMBED src="file:///C|/Documents and
Settings/rchandra/Desktop/proggybar/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>

<cfflush>

<cfoutput> Helllllllllooooooooooo...............</cfoutput>

Any ideas please.

Thanks!

>I tried both ways(cfflush and #) still its not working.
>
>Thanks!
>
>>You may need to escape the #
>>
>>chr chr wrote:
>>>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:265015
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to