The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB3 Flash Player - Play Any Flash Game / Movie - Tetris, Pacman, Frogger, Minesweeper Details »» | |||||||||||||||||||||||||||
vB3 Flash Player - Play Any Flash Game / Movie - Tetris, Pacman, Frogger, Minesweeper
Developer Last Online: May 2013
vB Flash Player 1.1 - Play Any Flash Game or Movie in vB!
----------------------------------------------------------------------- vB3 RC 2 version Updated: Added instructions to fix Who's Online location! Updated: Fixed browser width bug! This is such a simple hack I am almost embarassed to re-release it. But people wanted me to update it, so here it is. Purpose: ------------------ Install this hack ONCE and you can play any SWF game or movie totally integrated inside your forum! The name of the game or movie will be automatically shown in the page title, forum nav bar, and table heading! Just upload the SWF file to your forums directory and then use this URL (changing it to suit your forum directory): http://www.your-forum.com/forums/fla...?play=filename "filename" being the name of the SWF file (without the .SWF) - the name must be exact (including the capitals or small letters) You can even set the width and height or background color of the Flash movie or game using the URL command line and parameters. http://www.your-forums.com/forums/fl...h=768&b=000000 Good for those of you who run your site at HIGH resolutions. If you don't enter the width or height parameters, the Flash game or movie will automatically default to 600 x 400. If you don't enter the background color, it will default to your forum page background color. Only registered members will be able to play the game or movie - unregistered users will get the "no permission" log-in page. Installation ----------------------- EASY! Takes 1 minute. All you need to do is create 1 template, 1 phrase and upload 1 file, and you're done. (No db queries to run, no php file edits! ) Create a new "games" subdirectory and upload your SWF files there. ********** optional ****************************** To show that the member is playing using the Flash Player in "Who's Online", you can edit another file and add a Who's Online Phrase - instructions added. Parameters: -------------------- play = name of SWF file (without the .swf extension - make sure the capitals and small letters are the same!) w = width of Flash movie or game h = height of Flash movie or game b = background color of Flash movie or game (in hex WITHOUT the # - eg. 000000 for black or FFFFFF for white) To use default width and height is 600 x 400, or default background color which is your forum background color - http://www.your-forum.com/forums/fla...?play=filename "filename" being the name of the SWF file (without the .SWF) - the name must be exact (including the capitals or small letters) To set your own width or height: http://www.your-forums.com/forums/fl...h=768&b=000000 Tetris ----------- For example, with this hack I've included the Tetris SWF file that was included in my original tetris hack. This game is public domain. To let your members play good old-fashioned Tetris on your forums: 1) Upload Tetris.swf to your games directory (included in the zip file). 2) Link to this URL (change it to suit your forums directory): http://www.your-forum.com/forums/flash.php?play=Tetris The Tetris Flash Game will play integrated into your forums. This works for any Flash game or Movie. Flash Games Attachments: --------------------------------- Snipers Attachment: snipers.zip A very cool FPS game. Asteroids2000 Attachment: asteroids2000.zip The classic Asteroids game now in 3-D. Mars Massacre Attachment: mars3d.zip A 3-D with twin cannons to shoot spaceships. Spaceship Attachment: spaceship.zip Spaceship shootemup with nice graphics. Minesweeper Attachment: minesweeper.zip The classic windows game. 5Stones Attachment: 5stones.zip A classic Chinese board game. Samurai Warrior Attachment: samurai.zip A fighting game that's quite high quality. Flash Pacman Attachment: flashman.zip The classic! Frogger Attachment: frogger.zip Another classic! Galactic Warrior Attachment: warrior.zip A Space Invaders-like game. Pong Attachment: pong.zip This is a very basic version. Donkey Kong Attachment: DonkeyKong.zip The classic game! Other Flash Games: --------------------------- Go here to download 27 other free Flash games that you can integrate into your site using this hack: http://www.miniclip.com/experienced.htm Just upload the SWF file into your forums directory, put the name into the URL and you and your members can play integrated Flash games in your forums! You can basically play ANY Flash game or even MOVIES! If you have any other cool Flash Games to share, or a link to a site with good Flash Games or Movies, just post in this thread! The vB Flash Player ZIP File: ------------------------------------------- Show Your Support
|
Comments |
#62
|
|||
|
|||
The Navbar is really easy to add to.
|
#63
|
|||
|
|||
Any news on sound?
|
#64
|
||||
|
||||
QUESTION : What about High Score list ? Is that possibile ? For exemple a tetris game and i want that all the scores (if HIGH) to be added in the database, and to have a HIGH SCORE LIST link... ? So people will play the game just to be in the score list. It will be more fun and more intersting.
|
#65
|
||||
|
||||
Quote:
|
#66
|
||||
|
||||
Thanks JoergZ @ vb.com for the nav
|
#67
|
||||
|
||||
Re: the NavBar ...
I wrote an addon ... I know it works on mine, which u can see @ www.mobileforces.org. What it does: This takes all your Flash Games you have uploaded into the /forums/games/ folder, and parses them into an array, then creates a vB3 (so cool) drop-down menu, and populates that menu with links to every one of your games (provided they have the extension .swf. Addon for Erwin's vB3 Flash Player - auto-populate a 'Flash Games' NavBar menu |
#68
|
||||
|
||||
Nice, Natch, but your forum appears a little jacked, at least in IE 6 - all the nav bar links are broken. They just self-reference each other.
Also, you are in serious need of the mini-calendar hack for your front page - the current one throws off your entire page. I know vbadvanced has it, not sure if vbindex (which you appear to be using) does. |
#69
|
||||
|
||||
Quote:
//EDIT: I kinda forgot to put the conditional in place for non-logged-in users - thanks //END EDIT: And despite IE6 being the most popular browser, it has some serious failings when it comes to rendering CSS ... (as I do all my development in Firebird / Mozilla I see only perfectly rendered CSS) - and vBIndex does have a mini-calendar, but I prefer my calendar to have 7 days in a week ... Thanks for the heads-up on the IE bugs - I'll try and get them ironed out ... |
#70
|
||||
|
||||
Glad you caught that - I was going to tell you that it wasn't a matter of not being able to see or play the games but that all the menus didn't work, period
I know all about the CSS problems with IE, being a web designer myself; I also use IE 90% of the time personally because that's what my users use. Gonna have to live with it until MS gets around to fixing it. However, I also use Firebird as well as most other major browsers for Win32 and Linux, to make sure everything is working; and I see the same problem with the calendar. I don't understand what you mean by having 7 days in the week - the vbadvanced mini-calendar does have all 7 days and it's in proportion with the rest of the site. Is vbIndex's different? |
#71
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|