It's probably within <cfoutput> tags so cf gets upset about the # in the
color parameter

replace #FFFFFF with White and all should be well


----- Original Message -----
From: "Thane Sherrington" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 3:37 PM
Subject: Inserting flash into a CF page


> I['m trying to insert a flash movie into a CF page, and I used the code I
> found on the Macromedia website,
>
> <OBJECT
>
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://downloa
d.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"WIDTH
="550"
> HEIGHT="400" id="myMovieName"><PARAM NAME=movie VALUE="myFlashMovie.swf">
> <PARAM NAME=quality VALUE=high>
> <PARAM NAME=bgcolor VALUE=#FFFFFF>
>
> <EMBED src="myFlashMovie.swf" quality=high bgcolor=#FFFFFF WIDTH="550"
> HEIGHT="400" NAME="myMovieName" ALIGN=""
> TYPE="application/x-shockwave-flash"
> PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer";></EMBED>
> </OBJECT>
>
> but I get this error:
>
> Invalid parser construct found on line 11 at position 95. ColdFusion was
> looking at the following text:<XMP>=</XMP>Invalid expression format. The
> usual cause is an error in the expression structure.
> The last successfully parsed CFML construct was static text occupying
> document position (4:44) to (11:86).
>
> What is the correct code to embad a flash movie in a CF page?
>
> T
>
> Tired of your bookmarks/favourites being limited to one computer?  Move
> them to the Net!
> www.stuffbythane.com/webfavourites makes it easy to keep all your
> favourites in one place and
> access them from any computer that's attached to the Internet.
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to