Without double checking the code... My first thoughts are that this appears
somewhere within a <CFOUTPUT> block so you need to double up all # to treat
them as literal # instead of the beginning of a variable


HTH



-----Original Message-----
From: Thane Sherrington [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 29, 2003 14:37
To: CF-Talk
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

Get the mailserver that powers this list at 
http://www.coolfusion.com

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

Reply via email to