Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing an swf file into dreamweaver

Status
Not open for further replies.

Casey100

Technical User
Aug 28, 2006
1
GB
i been trying to import a flash file into dreamweaver. i published the flash file to make it an swf file for starters.

in dreamweaver i go into media and have tried flash and flash video. but when i preview in browser it shoes nothing. i have also tried this code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="578" height="437">
<param name="movie" value="whatever.swf" />
<param name="quality" value="high" />
<embed src="whatever.swf" quality="high" pluginspage=" type="application/x-shockwave-flash" width="578" height="437"></embed>

</object>


still nothing. any suggestions? thanx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top