Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-17-2011, 10:30 PM   PM User | #1
Fluttershy
New to the CF scene

 
Join Date: Nov 2011
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Fluttershy is an unknown quantity at this point
Object Embed .swf not working properly?

I'm currently working on a small Flash Game site. I have about 50 .swf files, and each time I try one of them it gives me a 'Missing Plugin Error', though the HTML itself is valid.

Here's the relevant part of the code

Code:
<object width="550" height="400">
	<param name="game" value="swf_games/4SecondFrenzy.swf"></param>
	<embed width="550" height="400" src="swf_games/4SecondFrenzy.swf"></embed>
</object>
Thanks in advance!
Fluttershy is offline   Reply With Quote
Old 12-18-2011, 02:14 AM   PM User | #2
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
In trying to be valid you didn't take into account the type of object you were using. You have a few options. I would look into using the Flash Satay method or SWF Object 2.0, both options will require you to change your code a little.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Reply

Bookmarks

Tags
.swf, embed, object, param

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 02:16 PM.


Advertisement
Log in to turn off these ads.