Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: [flasher] 4 or 5?
From: Brad Bechtel
Date: Fri, 26 Jan 2001 17:14:51 -0000

>I have a client complaining about how poorly the Flash site I designed for
>him works in Netscape Navigator 4.7 and Opera 5.02:
>
>http://www.novalight.net
>

The problem is in your HTML codes which describe the location of the
SWF file. For your OBJECT tag you reference ENTRYNOVA.swf. For your
EMBED tag you reference a file of the same name with a local path
(i.e. a path to your hard drive). Remove that path reference, making
it refer to the same file, and you should get it to work properly.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0"
align="baseline" border="0" width="75" height="75"><param
name="SRC" value="ENTRYNOVA.swf"><embed src="file:///C:/My
Documents/NOVALIGHT Flash Files &amp; Utilities/ENTRYNOVA.swf"
align="baseline" border="0" width="75" height="75"
pluginspage="http://www.macromedia.com/shockwave/download/"
type="application/x-shockwave-flash"></object>



[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]