Jump to content

file not loading


ohdang888

Recommended Posts

This code is drawing the gamefile....

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="650" height="600">
<param name="movie" value="gamefile/yourface.swf">
<param name="quality" value="medium">

</object>

In IE, it loads and works fine, But in Firefox it doesn't load.

 

Whats wrong???

 

 

Thanks!

 

 

 

Link to comment
Share on other sites

not a php problem in anyways!

 

but in anycase you forgot to embed it

 

Both <embed> and <object> actually does the same thing, but most people use both because one is only recognized by Mozilla browsers (Netscape, Firefox), and the other only by Internet Explorer.  Internet Explorer browsers uses <object> tag; Mozilla browsers (such as Netscape and Firefox) use <embed> tag.

object is IE

embed is others

 

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="" id="myFlashMovie" width=481 height=86>
<param name=movie value="flips2.swf">
<embed play=false swliveconnect="true" name="myFlashMovie" 
src="flips2.swf" quality=high bgcolor=#FFFFFF 
width=481 height=86 type="application/x-shockwave-flash" 
....>
</embed >
</object >

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.