IE and Firefox -- AGAIN!

IE and Firefox -- AGAIN!

am 12.11.2007 22:31:55 von Shelly

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:

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">
src="library/banner.swf" width="665" height="205"
type="application/x-shockwave-flash">


and

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">
src="library/home3.swf" width="450" height="368"
type="application/x-shockwave-flash">


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!

am 12.11.2007 23:18:09 von Shelly

Here is the complete code. Works in Firefox and hangs in IE.

url: www.sheldonlg.com/index4.php


"http://www.w3.org/TR/html4/loose.dtd">


Blank










--
Shelly

Re: IE and Firefox -- AGAIN!

am 13.11.2007 00:14:25 von BootNic

"Shelly" wrote:
news:13jhhkaic6cptd4@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"

"http://tinyurl.com/ypfnqv" height="205" width="665">






--
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!

am 13.11.2007 00:59:25 von Shelly

BootNic wrote:
> "Shelly" wrote:
> news:13jhhkaic6cptd4@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"
>
> > "http://tinyurl.com/ypfnqv" height="205" width="665">
>
>

>
>

>


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