[TABLE="class: tborder, width: 100%, align: center"] [TR] [TD="class: alt1, bgcolor: #EFEFEF"]Hi, I gotten with me a game in .swf format. I seen some site with full screen flash game, meaning people play the game full screen. How do they do that? how do i link my .swf file to index.html and make it full screen? Thank you. [/TD] [/TR] [/TABLE]
Set the width / height to 100%, remove the html page's margins, and change the scale to "exactfit" <param name="scale" value="exactfit" />
Hi, thank you both for your reply, I also seen some game website, they allow you to embed code to your website such as <iframe src="http://www.example.com" frameborder="0" style="border:none;" width="590" height="443" scrolling="no"></iframe> can iframe be set to full screen too? any disadvantages? I am asking these because i created a simple game for my school project , instead of uploading swf file, i can embed the code from another place and make it full screen