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="clsid27CDB6E-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
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="clsid27CDB6E-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