/    Sign up×
Community /Pin to ProfileBookmark

HELP: Javascript problem in IE

Hi guys,

I have a problem and I believe it has to do with Internet Explorer reading my Javascript.

The following is a link to my website. Try loading it in a web browser that isn’t IE and the content in the right hand side div loads up fine, however when in IE there is no content displayed at all.

[url]http://www.pcassembly.vectorwebdesign.co.uk/[/url]

The content will change when you click over a component on the motherboard (well apart from when in IE)

Does anyone know 1) Why this is only a IE problem, and 2) How/If there is a way to solve it?

Thanks for any feedback, it’s much appreciated.

to post a comment
JavaScript

3 Comments(s)

Copy linkTweet thisAlerts:
@gomisuteApr 30.2008 — your flash is not put in the html page correctly for I.E.
[code=html]
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
WIDTH="550" HEIGHT="400" id="myMovieName">
<PARAM NAME=movie VALUE="myFlashMovie.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="/support/flash/ts/documents/myFlashMovie.swf"
quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400"
NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
[/code]


source:

http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_4150

PS

this isn't a javascript issue.
Copy linkTweet thisAlerts:
@jinmis85authorApr 30.2008 — Thanks for the help, but unfortunately that did not work.

I doubt it is a problem with the code as the Flash animation does load into IE, however the text that is supposed to be called from the Javascript file will not appear on the right. Furthermore the Flash has a script like....

import flash.external.ExternalInterface;

temp = ExternalInterface.call("motherboard");

which should call the Javascript function.

It works in all other browsers!?!?!?!?!? Anyone have any other suggestions?
Copy linkTweet thisAlerts:
@gomisuteMay 01.2008 — Well, I see that you meant the RIGHT side...

I'm not sure how you are calling your js functions...

but notice the not even your flash is showing up on IE...

hence, the solution I posted...

put that in to fix your flash to show up for IE first...

then if you're calling your js from within your flash, and I think you are, then look into fixing your flash action script code...

I have no clue about flash, so I can't help you out too much more.
×

Success!

Help @jinmis85 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.5,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...