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 Chriss 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
Joined
Aug 28, 2006
Messages
1
Location
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
 
At first glance I think it's a standard HTML. Make sure you have your "whatever.swf" in the same place as your HTML document. If you're using IE on PC then try Firefox.

Kenneth Kawamoto
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top