
July 24th, 2004, 12:05 PM
|
|
Registered User
|
|
Join Date: Jul 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Web page won't load on MAC OSX
Hi, I'm new to Dreamweaver and the web page I've created on PC will not load on MAC OSX browser. There seems to be an 'embed' error in the code. I've inserted the code below and highlighted where the error is in red. Please can you let me if possible why the intro SWF movie isn't lodaing in OSX.
Thanks.
<object classid="clsid  27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="550">
<param name="movie" value="../BBG%20Flash%20files/BBtest.swf">
<param name="quality" value="high">
< embed src="../BBG%20Flash%20files/BBtest.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="550"></embed>
</object>
|