IE and Firefox -- AGAIN!
I am still having major problems with getting a Flash file to run on IE. It
runs perfectly on Firefox. On the page there are two Flash files, neither
loads in IE and the page just hangs there.
Here are the calls for each:
<object
codebase="http://download.macromedia.com/pub/shockwave/cabs/ flash/swflash.cab#version=6,0,29,0"
height="205" width="665"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<embed pluginspage="http://www.macromedia.com/go/getflashplayer"
src="library/banner.swf" width="665" height="205"
type="application/x-shockwave-flash"></embed>
</object>
and
<object
codebase="http://download.macromedia.com/pub/shockwave/cabs/ flash/swflash.cab#version=6,0,29,0"
height="368" width="450"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<embed pluginspage="http://www.macromedia.com/go/getflashplayer"
src="library/home3.swf" width="450" height="368"
type="application/x-shockwave-flash"></embed>
</object>
Please help. I cannot see anything wrong with these.
I put up a stripped down version on www.sheldonlg.com/index3.php
--
Shelly
Re: IE and Firefox -- AGAIN!
Here is the complete code. Works in Firefox and hangs in IE.
url: www.sheldonlg.com/index4.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Blank</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link media="screen" href="v3.css" type="text/css" rel="stylesheet">
<style type="text/css"></style>
</head>
<body>
<div id="banner" align="left">
<object
codebase="http://download.macromedia.com/pub/shockwave/cabs/ flash/swflash.cab#version=6,0,29,0"
height="205" width="665"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<embed pluginspage="http://www.macromedia.com/go/getflashplayer"
src="library/banner.swf" width="665" height="205"
type="application/x-shockwave-flash"></embed> </object></div>
</div>
</body>
</html>
--
Shelly
Re: IE and Firefox -- AGAIN!
"Shelly" <sheldonlg.news [at] asap-consult.com> wrote:
news:13jhhkaic6cptd4 [at] corp.supernews.com:
> I am still having major problems with getting a Flash file to run on
> IE. It runs perfectly on Firefox. On the page there are two Flash
> files, neither loads in IE and the page just hangs there.
>
> Here are the calls for each:
>
[snip]
>
> Please help. I cannot see anything wrong with these.
>
> I put up a stripped down version on www.sheldonlg.com/index3.php
You may need this file or one like it:
http://tinyurl.com/23rnao load.swf
data=
"http://example.com/load.swf?Path=http://example.com/myswf.s wf"
src=
"http://example.com/load.swf?Path=http://example.com/myswf.s wf"
<object type="application/x-shockwave-flash" data=
"http://tinyurl.com/ypfnqv" height="205" width="665">
<param name="src" value="http://tinyurl.com/ypfnqv">
<div>
http://tinyurl.com/yoftjy
</div>
</object>
--
BootNic Monday November 12, 2007 6:14 PM
Sometimes I think the surest sign that intelligent life exists
elsewhere in the universe is that none of it has tried to contact us.
*Bill Watterson*
Re: IE and Firefox -- AGAIN!
BootNic wrote:
> "Shelly" <sheldonlg.news [at] asap-consult.com> wrote:
> news:13jhhkaic6cptd4 [at] corp.supernews.com:
>
>> I am still having major problems with getting a Flash file to run on
>> IE. It runs perfectly on Firefox. On the page there are two Flash
>> files, neither loads in IE and the page just hangs there.
>>
>> Here are the calls for each:
>>
> [snip]
>>
>> Please help. I cannot see anything wrong with these.
>>
>> I put up a stripped down version on www.sheldonlg.com/index3.php
>
> You may need this file or one like it:
> http://tinyurl.com/23rnao load.swf
>
> data=
> "http://example.com/load.swf?Path=http://example.com/myswf.s wf"
>
> src=
> "http://example.com/load.swf?Path=http://example.com/myswf.s wf"
>
> <object type="application/x-shockwave-flash" data=
> "http://tinyurl.com/ypfnqv" height="205" width="665">
> <param name="src" value="http://tinyurl.com/ypfnqv">
> <div>
> http://tinyurl.com/yoftjy
> </div>
> </object>
I tracked the problem down. Getting it into this extremely simple code
suggested that it was the swf file that was bad. It was.
--
Shelly