Are you using Dreamweaver?
 
If so, you can easily insert a swf into the page using
Insert-->Media--->Flash
 

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0";
width="682" height="158">
          
<param name="movie" value="testing.swf">
          
<param name="quality" value="high">
         
 <embed src="testing.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer";
type="application/x-shockwave-flash" width="682" height="158"></embed>
 
</object>
 
 
 
Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org 
 
 
[EMAIL PROTECTED] 

>>> [EMAIL PROTECTED] 7/29/2003 9:37:15 AM >>>
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://download.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

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

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

Reply via email to