Quote:
Originally Posted by Kirk Y
Correct, the .SWF file needs to be uploaded to your server.
Code:
<object width="X" height="Y">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="X" height="Y"></embed>
</object>
|
Yes! thats my point, its actually a game. so how the code should be?
and where do i place it sir?? i mean place the code.