Free MMO Football World ready to plug into an iframe on your Arcade site. Let me know if you want a .gif or .jpg to use as a button graphic.
Thanks,
Kim -
kw@playactiononline.com
The URL that should be used in the iFrame is:
"http://play.camppete.com/iFrame.htm"
This is the snippet of code we’ve been using to test:
<iframe src="http://play.camppete.com/iFrame.htm" frameborder="0" scrolling="auto" style="width:720px;height:567px;border:5px solid #999;"/>
It’s important that the width, height, frameborder and scrolling attributes be maintained, so that we have scrollbars when needed, and don’t have them obscuring the game when they are not needed. The actual border style can be changed however.