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!