all groups > flash ad development > march 2006 >
You're in the

flash ad development

group:

Adding SWF to Front Page


Adding SWF to Front Page jbhempstead
3/30/2006 8:38:32 PM
flash ad development: I have downloaded the trial version of Flash Professional 8. I have created a
SWF but am having trouble getting the SWF to play in Front Page?

Does the free trial version prevent you from Publishing?

When I play the SWF stand alone it works???
Re: Adding SWF to Front Page Sankarapandian
4/7/2006 11:48:35 AM
Hi!

Replace the <object>....</object> with the following code
Replace "your.swf" to your swf file.

Regards,
Sankarapandian T.


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,29,0" width="550" height="400">
<param name="movie" value="your.swf">
<param name="quality" value="high">
<embed src="your.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="550" height="400"></embed>
</object>
AddThis Social Bookmark Button