Help! Flash movie not loading in IE

This is a discussion on "Help! Flash movie not loading in IE" within the Flash & Multimedia Forum section. This forum, and the thread "Help! Flash movie not loading in IE are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 3rd, 2006, 22:00
New Member
Join Date: Jan 2006
Age: 29
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Help! Flash movie not loading in IE

Hi! Everybody, I have a problem with Flash movie. My flash movies load in Netscape easily but it's not loading in IE. I tried every possible way that i could think of but reached a dead end, please help! Here's the code:
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title> Welcome </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css"> 
<!--
body {
background-image:url("leaf4.gif");
scrollbar-face-color:Orange;
scrollbar-arrow-color:Yellow;
scrollbar-highlight-color:White;
}
-->
</style>
</head>
<body>
<center>
<br>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=6,0,29,0" width="550" height="400">
  <param name="movie" value="Enter1.swf">
  <param name="quality" value="high">
  <embed src="Enter1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed></object>
</center>
</body>
</html>
I would really appreciate if anybody takes the time to look into the code and help me figure out the problem.

Thanks in advance.

Last edited by welshstew; Aug 11th, 2008 at 13:29. Reason: please use code tags :o)
Reply With Quote

  #2 (permalink)  
Old Jan 16th, 2006, 14:04
Reputable Member
Join Date: May 2005
Location: Sheffield
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help! Flash movie not loading in IE

Are you using Mac or PC ?

I noticed the file name has a capital letter: Enter1.swf
Mac's can have problems with mixing cases, so put it all in lowcase.

If you are on a PC - do you have a URL we can see it working/ or not ?
Reply With Quote
  #3 (permalink)  
Old Jan 17th, 2006, 04:43
Junior Member
Join Date: Nov 2005
Age: 32
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help! Flash movie not loading in IE

Is there a Active-X security warning?
Reply With Quote
  #4 (permalink)  
Old Jan 19th, 2006, 19:29
New Member
Join Date: Jan 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help! Flash movie not loading in IE

Hi guys, this is my first post, and my issue is the same as jogajog's.

( I figured here would be a good place to stick it seeing the topic is running )

I have some flash games on my site, they load OK in Frontpage (the design package), and in Opera (my browser), the sound seems to load in Firefox, but nothing loads in IE!

Sigh, they have worked in the past, I have read about code that has to be added to the flash games from http://www.macromedia.com/cfusion/kn...cfm?id=tn_4150

and added it to the page, but nothing changed...

Any help would be desperately recieved

Here is one page with the game I am working on, I figured if I could get the cricket game to run then I could cut and paste the code for the rest.

http://stuffucanuse.com/online_game/cricket/cricket.htm

Thanks for your help
Reply With Quote
  #5 (permalink)  
Old Jan 20th, 2006, 02:09
Junior Member
Join Date: Nov 2005
Age: 32
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help! Flash movie not loading in IE

I had the same problem and fixed it by publishing the project again with an older version of flashMX then copied the script into the other html file. But I have no idea why flashMX 2004 doesn't publish properly. There is a hotFix for internet explorer developers, you can give that a try:

http://www.macromedia.com/go/tn_19542
Reply With Quote
  #6 (permalink)  
Old Aug 11th, 2008, 12:17
New Member
Join Date: Aug 2008
Location: Atlanta, GA
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help! Flash movie not loading in IE

Try eleminating the <object> tag and using the elements if required in the <embed> tag. That might take care of the issue. It's a dirty workaround but it might help.
Reply With Quote
Reply

Tags
help, flash, movie, loading

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with xml-flash and loading movie property mars Flash & Multimedia Forum 8 Apr 11th, 2008 17:41
HElp after loading movie in intro dicky18 Flash & Multimedia Forum 0 Mar 15th, 2007 14:23
design & code problem - movie index strategy and loading movies betso Web Page Design 2 Sep 11th, 2006 20:35
loading flash movie one after another MORBIS Flash & Multimedia Forum 3 Dec 15th, 2005 16:15
Loading an swf movie rvktam Flash & Multimedia Forum 14 Nov 11th, 2003 07:32


All times are GMT. The time now is 04:00.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43