you have to escape the #'s? codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca b#version=6,0,0,0"
to codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca b##version=6,0,0,0" <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="galleryIII.swf" quality=best bgcolor=#FFFFFF WIDTH="640" HEIGHT="480" NAME="galleryIII" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> to <PARAM NAME=bgcolor VALUE=##FFFFFF> <EMBED src="galleryIII.swf" quality=best bgcolor=##FFFFFF WIDTH="640" HEIGHT="480" NAME="galleryIII" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> Bruce Dunwiddie Ticket Technology P: 866.543.3331 F: 913.451.7832 [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Adaryl Wakefield Sent: Monday, November 17, 2003 4:40 PM To: [EMAIL PROTECTED] Subject: Re: [KCFusion] KCMMUG Meeting, Nov 11 I have this: <cfoutput> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca b#version=6,0,0,0" WIDTH="640" HEIGHT="480" id="galleryIII" ALIGN=""> <PARAM NAME=movie VALUE="galleryIII.swf"> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="galleryIII.swf" quality=best bgcolor=#FFFFFF WIDTH="640" HEIGHT="480" NAME="galleryIII" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT> </cfoutput> for some odd reason breaks with the output tags but works without. I have another file just like this that works fine but it is with another swf. Can anbody see the problem here you can see the error at http://www.keys.org/photoGallery/galleryIII.cfm Adaryl Wakefield Aviator by passion Programmer by sheer force of will ========================================================= Kansas City ColdFusion User Group's website & listserv is hosted through the generous support of Clickdoug.com To send email to the list, email [EMAIL PROTECTED] To subscribe or unsubscribe, send an email to [EMAIL PROTECTED] with your request. For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1. ====================================================== ========================================================= Kansas City ColdFusion User Group's website & listserv is hosted through the generous support of Clickdoug.com To send email to the list, email [EMAIL PROTECTED] To subscribe or unsubscribe, send an email to [EMAIL PROTECTED] with your request. For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1. ======================================================
