![]() |
Quote:
|
Quote:
|
Quote:
|
I did as suggested, making sure all instructions were followed..but still a blank page. I can drag the game into my browser and play so it's not my setup. I just cant figure why no error and a blank page. I left out the play=filename and got the correct error message for that...but nothing else. I will keep trying and checking. If anyone else had the same thing happen, please advise. I will not give up. Thanks for all your help so far. :)
Is there a board setting I've missed perhaps? Something I'm not allowing? |
I had same error as you blubber then i saw i was spelling it without capitle or right upper./lower case. i was trying tetris and not putting a capital T.
Quote:
|
Thanks but no, not the problem..typed T and A for asteroids...even tried changing file name to small letter but still no go...Well I'm not gonna give up yet:)
|
Quote:
Worse comes to worse, edit the "flash" template and hardcode the path to the game files - there are TWO instances where you have to do this. |
Also, if you PM me access to your Admin CP, I can fix this for you as well. :)
|
Edit: Cancel, only was on one cup of coffee, finished the pot, had lunch and easily found it.
Ok, I am sure this is simply due to a lack of understanding version 3 completely, but I am unsure how to "2) Create new phrase under "Front End Error Messages. " I dug through the phrases and must be missing this one. Can you point me to it in the control panel? Thanks in advance! |
Go to Phrase Manager, click on Add New Phrase, in the dropdown menu choose "Front End Error Messages" and the rest.
|
Thanks erwin..I was testing it out on a clean rc2 install, and decided to wait until I transfer my board. I will try the coding template first and if there are still problems I'll let you know. Thanks again.
|
Quote:
fix: Template: Code:
$stylevar[htmldoctype] |
Update Version 1.1 - Who's Online and Browser Width Bug Fix
Just replace the "flash" template with the contents in the install.txt file (which is the same as the contents in the post above this one - thanks shad-gt!). Who's Online instructions in the install.txt file. |
Thx for this update Erwin :)
|
I want to make a button in navbar for users to choose flash game, it's a popup html, with links to games or something like that. How can I do that ?
and this will be better if when users access to flash.php, it will show all the flash games or movies, users just have to choose from their and play ^ ^. |
A little fix for this hack..
Code:
if(!file_exists("games/" . $play . ".swf")) { A little error output, if someone edits the adress input line. Code:
<?php |
I agree with deathemperor1st, a file listing on flash.php would be awesome. Then we can just link to that, and users can deal. :)
|
Heh I know this is sorta off subject but I noticed that the flash files work for logged in members only as the default, I was wondering If you could set this same sorta thing up for other files as well for Downloads, rather than using attachments since you need to make your mysql packets size uploads larger..etc By the way..... Erwin do you think you'd be able to make that? I'd really appreciate it. :) lol and if it's any sort of encouragement to have this made, I'll give someone a free month of webhosting for this.
|
Excellent hack.
And for those of you who wish to add a nav menu for it, and put all the links in there like SnowBot did, look no farther than this post on vb.com -> http://www.vbulletin.com/forum/showt...ht=navbar+menu |
Great hack! Thanks. Installing the games on the navbar was quite easy!
|
The Navbar is really easy to add to. :)
|
Any news on sound?
|
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.
|
Quote:
|
Thanks JoergZ @ vb.com for the nav
|
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 |
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. |
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 ... |
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? |
Quote:
|
Found the bugger (the extra bit of code needed to make the column wide enuff) ... it was explained in the vBIndex thread, but I skipped that page, and found it the hard way :)
|
hello :)
It's compatible with RC3 ? |
Quote:
|
Quote:
|
here is the issue i have.. i have to put all of these games, and the games from v3 arcade in the games folder.. i tried putting thse in flash_games.. and in the flash template, using embed src="flash_games/$play.swf" and everything seems ok.. made sure that the little addon from Natch pointed to the same directory.. but when you try to play a game, you only get the white boc.. look at the embed src like in the source of the page, it says flash_games/gamename.swf with whatever the current game name is.. in the flash template, should i have used /flash_games/$play.swf or is there something i am missing? the way it is now, all the swf files in my games directory appear under both addon from Natch instead of showing correct games for each addon.. not to mention, would be good to know how to use a different directory than the default games directory..
edit-- just so folks understand.. here is what i have got.. http://www.dbcenter.org/forums/flash...lay=DonkeyKong all if shows is a white box.. i modified the flash template for flash_games/$play.swf does anything else need to be modified for the hack to recognize a different directory? |
Quote:
All Erwin's non-modified Flash games should be in this other directory, and the games from the Arcade should be int eh forumroot/games dir ... |
yeah.. i had yours set right.. i just missed the other location in the flash template.. thanks for pointing that out to me Natch.. i am just too sleepy to function.. goodnight folks..
|
how can i link the flash movies/games from a other site ? so its not downloading from the same site where the forum is at
|
got a strange prob all the flash movies works fine with mozilla firefox but when i use Internet Explorer the movie doasnt load
|
Hmm, what about highscores? Maybe I missed something about them when I read through the installation file, but is it possible to get a list of highscores from these games?
|
All times are GMT. The time now is 12:36 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|