Go Back  HTML Forums - Free Webmaster Forums and Help Forums > WEBSITE DEVELOPMENT > Multimedia Elements
User Name:
Password:
 

Reply
Thread Tools   Display Modes
  View First Unread
 
Old 06-26-2009, 01:03 PM
  #1
mike183
Adept (Level 5)
 
mike183's Avatar
 
Join Date: Aug 2008
Posts: 48
iTrader: (0)
mike183 is an unknown quantity at this point
Flash game embedding works in Firefox but not in Internet Explorer

I am using the following code to embed a flash game into my website:

Code:
<div id="game-position">
<object data="content/games/stickman-sam-2.swf" type="application/x-shockwave-flash" width="560" height="400">
   <param name="ShowStatusBar" value="1" />
   <param name="src" value="games/stickman-sam-2.swf" />
   <param name="quality" value="high" />
   <param name="loop" value="false" />
</object>
</div>
It works perfectly well on Firefox 3.0.11 but when I try to load the page in Internet Explorer 8 it just shows the flash game as a white square?

Does anyone know how I could fix this?

Thanks
mike183 is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 06-26-2009, 01:23 PM
  #2
coothead
~ bald headed old fart ~
 
coothead's Avatar
 
Join Date: Aug 2003
Location: chertsey, a small town 25 miles south west of london, england.
Posts: 8,388
iTrader: (0)
coothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud of
Hi there silent viper,

try changing this...
Code:

<param name="src" value="games/stickman-sam-2.swf" />
...to this...
Code:

<param name="movie" value="games/stickman-sam-2.swf" />
__________________
coothead is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 06-26-2009, 05:12 PM
  #3
mike183
Adept (Level 5)
 
mike183's Avatar
 
Join Date: Aug 2008
Posts: 48
iTrader: (0)
mike183 is an unknown quantity at this point
Hi coothead,

Thanks for the reply, ive tried your suggestion but the issue is still present. Have you got anymore ideas that could fix my problem?

Thanks
mike183 is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 06-26-2009, 06:13 PM
  #4
coothead
~ bald headed old fart ~
 
coothead's Avatar
 
Join Date: Aug 2003
Location: chertsey, a small town 25 miles south west of london, england.
Posts: 8,388
iTrader: (0)
coothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud of
Hi there silent viper,
Quote:
Have you got any more ideas that could fix my problem?
Can we have a link to stickman-sam-2.swf?

This would enable us to give it a proper test.
__________________
coothead is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 06-27-2009, 04:53 AM
  #5
mike183
Adept (Level 5)
 
mike183's Avatar
 
Join Date: Aug 2008
Posts: 48
iTrader: (0)
mike183 is an unknown quantity at this point
Quote:
Originally Posted by coothead View Post
Hi there silent viper,


Can we have a link to stickman-sam-2.swf?

This would enable us to give it a proper test.
Hey ive already tested it in interet explorer and it did work but heres the link anyway:

Code:
http://www.dave-bond.com/mike/funZone/content/games/stickman-sam-2.swf
mike183 is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 06-28-2009, 04:22 PM
  #6
mike183
Adept (Level 5)
 
mike183's Avatar
 
Join Date: Aug 2008
Posts: 48
iTrader: (0)
mike183 is an unknown quantity at this point
Sorry about the bump but have you had anymore ideas?

Thanks
mike183 is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 06-28-2009, 05:14 PM
  #7
coothead
~ bald headed old fart ~
 
coothead's Avatar
 
Join Date: Aug 2003
Location: chertsey, a small town 25 miles south west of london, england.
Posts: 8,388
iTrader: (0)
coothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud of
Hi there silent viper,

I do not have IE8 on my pc at present but I can say that the flash works OK
in both IE6 and IE7 using <param name="src"... or <param name="movie"....
Perhaps you can persuade someone else with IE8 to test it for you also.
__________________
coothead is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 06-28-2009, 05:23 PM
  #8
mike183
Adept (Level 5)
 
mike183's Avatar
 
Join Date: Aug 2008
Posts: 48
iTrader: (0)
mike183 is an unknown quantity at this point
Hello, would it be possible for you to test the websites page that contains the game using your IE6 and IE7 browsers?

Here is the link:

http://www.dave-bond.com/mike/funZon...php?mode=games

Thanks
mike183 is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 06-28-2009, 11:09 PM
  #9
coothead
~ bald headed old fart ~
 
coothead's Avatar
 
Join Date: Aug 2003
Location: chertsey, a small town 25 miles south west of london, england.
Posts: 8,388
iTrader: (0)
coothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud of
Hi there silent viper,

the link worked OK in Firefox 3.0 11, Opera 9.64 and Safari 4.0530.17.
It did not work in IE6 or IE7.
The cure for IE is quite simple, just add the snippet highlighted in red...
Code:
<param name="movie" value="content/games/stickman-sam-2.swf" />

Comments on this post
mike183 agrees: Thanks for the IE fix for my flash game embedding problem
__________________
coothead is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 06-29-2009, 02:51 AM
  #10
mike183
Adept (Level 5)
 
mike183's Avatar
 
Join Date: Aug 2008
Posts: 48
iTrader: (0)
mike183 is an unknown quantity at this point
Hey coothead,

Thanks for the IE fix. Works perfectly now.

Thanks again
mike183 is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 06-29-2009, 05:21 AM
  #11
coothead
~ bald headed old fart ~
 
coothead's Avatar
 
Join Date: Aug 2003
Location: chertsey, a small town 25 miles south west of london, england.
Posts: 8,388
iTrader: (0)
coothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud ofcoothead has much to be proud of
No problem, you're very welcome.
__________________
coothead is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote

Reply
KEEP TABS
SPONSORS
 
Boxedart



 
 


 
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
  
 
 
 



 
  POSTING RULES
 
 
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Thread Tools
Display Modes

Forum Jump

 

All times are GMT -5. The time now is 09:27 AM.

   

Mascot team created by Drawshop.com

Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

Server Monitoring by ENIACmonitor 0.01
HTMLforums.com © Big Resources, Inc. Web Design by BoxedArt.com
vRewrite 1.5 beta SEOed URLs completed by Tech Help Forum and Chalo Na.