Page 1 of 1

Need help coding

PostPosted: Sun May 30, 2010 3:51 am
by »mk(stéálthÉnigma)
Im trying to write HTML in XHTML 1.0 Strict. Im using the <object> tag to load a Flash game but it wont appear in IE. How do I set it up so that it will load in both IE and FF but still use the <object> tag?

When I use <object width="550" height="400"><param name="movie" value="/swf/canabalt.swf"></object> it appears in FF but not IE.

Help!

Page: http://mk0092.llllost.com/Canabalt.html

Re: Need help coding

PostPosted: Sun May 30, 2010 2:55 pm
by »mk(stéálthÉnigma)
Alright, I failed. Here the info for your comedic relief:

I was using <div id="game"><object type="application/x-shockwave-flash" data="/swf/canabalt.swf" width="920" height="320"><param name="movie" value="canabalt.swf" /></object></div>
This works in FF but not IE

So it took me two hours last night and this morning to realize I had to do this:
<div id="game"><object type="application/x-shockwave-flash" data="/swf/canabalt.swf" width="920" height="320"><param name="movie" value="/swf/canabalt.swf" /></object></div>

Oh computer coding. Lawl.

Re: Need help coding

PostPosted: Sun May 30, 2010 7:26 pm
by DonJuan
Addicting game.

Re: Need help coding

PostPosted: Sun May 30, 2010 8:25 pm
by (TKC)Ihasabanana
DonJuan wrote:Addicting game.

amen.

Re: Need help coding

PostPosted: Sun May 30, 2010 8:47 pm
by (TKC) brownman350
:icon_lol: :icon_lol: :icon_lol:

Re: Need help coding

PostPosted: Mon May 31, 2010 4:03 am
by (TKC)TheCrimsonStar
dear lord that is fun

Re: Need help coding

PostPosted: Wed Jun 02, 2010 8:13 pm
by bryster126
did you make the game yourself? :O

Re: Need help coding

PostPosted: Wed Jun 02, 2010 8:15 pm
by »mk(stéálthÉnigma)
bryster126 wrote:did you make the game yourself? :O


Nope, just the site