Flash Movie Doesn't load in IE

This is a discussion on "Flash Movie Doesn't load in IE" within the Web Page Design section. This forum, and the thread "Flash Movie Doesn't load in IE are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 3rd, 2006, 21:54
New Member
Join Date: Jan 2006
Age: 29
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Flash Movie Doesn't load 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. 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 benbramz; Jan 4th, 2006 at 00:22.
Reply With Quote

  #2 (permalink)  
Old Jan 4th, 2006, 00:21
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Re: Flash Movie Doesn't load in IE

PLEASE PLEASE PLEEEEASE use code tags...

as this happens with your code...
Quote:
Originally Posted by your bloody code...lol
<object classid="clsid27CDB6...
ive also moved this thread into the html forum, and edited your post for the use of [code] tags.
Reply With Quote
Reply

Tags
flash, movie, doesnt, load

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
Stop Movie on Load gobeyond Flash & Multimedia Forum 1 Mar 25th, 2007 20:15
Dynamically load PPT or PPS into the Flash using XML bijeeshmk Flash & Multimedia Forum 0 Jan 24th, 2007 06:14
unload/load movie in flash mx2004/8? -like kenzo.com Pixelate Flash & Multimedia Forum 0 Dec 7th, 2005 03:12
unload and load a new movie on existing background Val J Flash & Multimedia Forum 2 Oct 5th, 2005 03:01
load css to flash for xml Ozeona Flash & Multimedia Forum 0 Sep 27th, 2005 00:38


All times are GMT. The time now is 01:44.


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