- Compatible XF Versions
- 1.2
- 1.3
- 1.4
- 1.5
You can now add your own flash games to your XF board.
SETUP
Code:
other wise
Code:
LIVE DEMO: NA
NOTE:
SETUP
- Media Site ID:
Code:
flashgame
. - Site Title:
Code:
Flash Game
. - Site URL:
Code:
http://www.yoursite.com/
. - Match URLs:
Code:
http://www.yoursite.com/games/flash/{$id}/
. - Embed HTML:
Code:
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="320" HEIGHT="150" id="Yourfilename" ALIGN="">
<PARAM NAME=movie VALUE="http://localhost/xf15/games/flash/{$id}"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#333399> <EMBED src="http://localhost/xf15/games/flash/{$id}" quality=high bgcolor=#333399 WIDTH="500" HEIGHT="500" NAME="Yourfilename" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>
Code:
other wise
Code:
LIVE DEMO: NA
NOTE:
- You just need to upload a "SWF" game file (one is included in attachment) in games/flash folder.
- "yoursite" & "yourfile" should be replace with your own.
- Do not check at
Show this site on the list of 'supported' sites shown to visitorsif only you or your staff like to provide games to your members. - All third party material is belongs to their respected owners.
- Re-use of this code for improvement is allowed.