IE and Firefox -- AGAIN!

S

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:

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

Shelly

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

BootNic

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.swf"

src=
"http://example.com/load.swf?Path=http://example.com/myswf.swf"

<object type="application/x-shockwave-flash" data=
"http://tinyurl.com/ypfnqv" height="205" width="665">
<param name="src" value="http://tinyurl.com/ypfnqv">
<div>
<a href="http://tinyurl.com/yoftjy">http://tinyurl.com/yoftjy</a>
</div>
</object>
 
S

Shelly

BootNic said:
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.swf"

src=
"http://example.com/load.swf?Path=http://example.com/myswf.swf"

<object type="application/x-shockwave-flash" data=
"http://tinyurl.com/ypfnqv" height="205" width="665">
<param name="src" value="http://tinyurl.com/ypfnqv">
<div>
<a href="http://tinyurl.com/yoftjy">http://tinyurl.com/yoftjy</a>
</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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top