Flash progress bar in coldfusion

2006-12-26 Thread chr chr
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

Re: Flash progress bar in coldfusion

2006-12-26 Thread Bruce Sorge
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-44455354 codebase= http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0

Re: Flash progress bar in coldfusion

2006-12-26 Thread Jake Churchill
You may need to escape the # chr chr 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

Re: Flash progress bar in coldfusion

2006-12-26 Thread chr chr
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

Re: Flash progress bar in coldfusion

2006-12-26 Thread chr chr
This is the simple coldfusion code i'm trying to do !-- Flash movie tag-- OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354 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

RE: Flash progress bar in coldfusion

2006-12-26 Thread Brad Wood
: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-44455354 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflas h.cab#version=6,0,0,0

Re: Flash progress bar in coldfusion

2006-12-26 Thread chr chr
, 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

RE: Flash progress bar in coldfusion

2006-12-26 Thread Mark A Kruger
-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-44455354

RE: Flash progress bar in coldfusion

2006-12-26 Thread Brad Wood
-Original Message- From: chr chr [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 26, 2006 10:58 AM To: CF-Talk Subject: Re: Flash progress bar in coldfusion It never displays even after the entire page has finished loading. For now i'm trying this in my local CF server, once it is working fine

Re: Flash progress bar in coldfusion

2006-12-26 Thread Jake Churchill
I would recommend a relative path to the movie. Using c:\ is looking on the client machine and it's very very likely that the security settings are blocking that. Stick proggybar.swf in a location accessible to the web server. chr chr wrote: This is the simple coldfusion code i'm trying

Re: Flash progress bar in coldfusion

2006-12-26 Thread chr chr
)#); /cfif output some values /cfoutput -Mark Mark A. Kruger, CFG, MCSE www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: chr chr [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 26, 2006 10:40 AM To: CF-Talk Subject: Re: Flash progress bar