Hi,
JanArve, i would like to offer to my visitors the option to embed games from my website. Now, the code phpas 3.0 has just gives a image with a link on it to the game. What i want is to really allow user to embed my game. I would need to generate a code like: <object width="715" height="357" type="application/x-shockwave-flash" data="
http://cdn6.addictinggames.com/newGames/shooting-games/clearvisioniv/clearvisioniv_w.swf"><param name="allowscriptaccess" value="always"><param name="wmode" value="transparent"></object>
What would that code look like? i managed to achieve this code but it doesn't show the game:
<object width="600" height="450"><param name="movie" value="<?=$gamefile;?>"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="<?=$gamefile;?>" type="application/x-shockwave-flash" width="600" height="450" allowscriptaccess="always" allowfullscreen="true"></embed></object>