Redirect from "Arcade" to post
4 posters
Page 1 of 1
Redirect from "Arcade" to post
http://betheasbyte.forumotion.com
Hi guys! First off before I ask this question, I DO NOT have a screenshot for this. This is an idea I had thought of on my way home from work.
I want to put individual redirect links to post scores for games that I have (on the "honor system")
Here's the example:
Say I play "Press Your Luck" and win $9000 total. I would click on the redirect and post that I won $4500 in cash and $4500 in prizes while hitting only one "whammy."
So how do I go about setting up a redirect link from the game to post?
Again, this is an idea I just thought of.
Hi guys! First off before I ask this question, I DO NOT have a screenshot for this. This is an idea I had thought of on my way home from work.
I want to put individual redirect links to post scores for games that I have (on the "honor system")
Here's the example:
Say I play "Press Your Luck" and win $9000 total. I would click on the redirect and post that I won $4500 in cash and $4500 in prizes while hitting only one "whammy."
So how do I go about setting up a redirect link from the game to post?
Again, this is an idea I just thought of.
Re: Redirect from "Arcade" to post
hello
if you are trying to get games on your forum like flash games or any other kind of games follow this..
https://help.forumotion.com/t131-flash-games-on-your-board and
https://help.forumotion.com/t1471-flash-arcade-v-1-for-forumotion-forums
if you are trying to get games on your forum like flash games or any other kind of games follow this..
https://help.forumotion.com/t131-flash-games-on-your-board and
https://help.forumotion.com/t1471-flash-arcade-v-1-for-forumotion-forums
Re: Redirect from "Arcade" to post
Hello @The Last Outlaw,
For this, we will need your "Press Your Luck" game code to see how it works. Then we'd put a $.post method on a button to post what you "won". But to do that we have to check whether your system has an input with the winnings otherwise we'd have to add it there so it'll be able to post it in a topic.
Regards,
TC.
For this, we will need your "Press Your Luck" game code to see how it works. Then we'd put a $.post method on a button to post what you "won". But to do that we have to check whether your system has an input with the winnings otherwise we'd have to add it there so it'll be able to post it in a topic.
Regards,
TC.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Redirect from "Arcade" to post
TheCrow wrote:Hello @The Last Outlaw,
For this, we will need your "Press Your Luck" game code to see how it works. Then we'd put a $.post method on a button to post what you "won". But to do that we have to check whether your system has an input with the winnings otherwise we'd have to add it there so it'll be able to post it in a topic.
Regards,
TC.
So I would have to send in all of the codes (which are all flash) somehow and specifics as to the post such as (in Press Your Luck's case)
Number of Spins earned
Prize Amount Won
Cash Amount Won
Number of Whammies Hit
Is this what I'm being told?
If that's the case, here are the game codes.
- Press Your Luck:
- PRESS YOUR LUCK
- Code:
<object style="width: 800px; height: 600px;"><param id="movie" value="https://arcadethunder.com/games/pressyourluck.swf" /><embed style="width: 800px; height: 600px;" src="https://arcadethunder.com/games/pressyourluck.swf" /> </object>
SPECIFICS:
Number of Spins Earned
Amount won in Cash
Amount won in Prizes
Number of Whammies hit (max. 4)
- Millionaire:
- MILLIONAIRE
- Code:
<object style="width: 800px; height: 600px;"><param id="movie" value="https://arcadethunder.com/games/millionaire.swf" /><embed style="width: 800px; height: 600px;" src="https://arcadethunder.com/games/millionaire.swf" /> </object>
SPECIFICS:
Number of Questions Answered
Number of Lifelines Used
Amount won
- Deal or No Deal:
- DEAL OR NO DEAL
- Code:
<object style="width: 800px; height: 600px;"><param value="https://arcadethunder.com/games/dond2.swf" id="movie" /><embed src="https://arcadethunder.com/games/dond2.swf" style="width: 800px; height: 600px;" /> </object>
SPECIFICS:
Case Chosen
Highest Offer
DEAL OR NO DEAL?
Amount won
Amount in your case
- Hollywood Squares:
- HOLLYWOOD SQUARES
- Code:
<object style="width: 800px; height: 600px;"><param id="movie" value="https://arcadethunder.com/games/hollywoodsquares.swf" /><embed style="width: 800px; height: 600px;" src="https://arcadethunder.com/games/hollywoodsquares.swf" /> </object>
SPECIFICS:
Number of Keys Eliminated
Key Chosen
Win the Car?
- Family Feud:
- FAMILY FEUD
- Code:
<object style="width: 600px; height: 400px;" align="middle" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param id="allowScriptAccess" value="always" /><param id="movie" value="https://arcadethunder.com/games/family-feud/FamilyFeud.swf" /><param id="quality" value="high" /><param id="bgcolor" value="#ffffff" /><param id="wmode" value="transparent" /><param id="base" value="https://arcadethunder.com/games/family-feud/FamilyFeud.swf" /><embed style="width: 640px; height: 480px;" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowscriptaccess="always" align="middle" base="https://arcadethunder.com/games/family-feud/" data="https://arcadethunder.com/games/family-feud/" name="gamepreloader" id="gamepreloader" codebase="https://arcadethunder.com/games/family-feud/" bgcolor="#ffffff" quality="high" wmode="transparent" src="https://arcadethunder.com/games/family-feud/FamilyFeud.swf" /> </object>
SPECIFICS
Number of Points in Game
Number of Points in Fast Money
Total Points
(Points in Game + Points in Fast Money + 20,000 Bonus Points for Fast Money Win
or Points in Game + Points in Fast Money x 5 for Fast Money Loss)
- Tic Tac Dough: Beat The Dragon:
- TIC TAC DOUGH
- Code:
<param id="movie" value="BeatTheDragon.swf" /> <param id="loop" value="false" /> <param id="menu" value="false" /> <param id="quality" value="high" /> <param id="bgcolor" value="#000000" /> <embed style="width: 800px; height: 600px;" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" bgcolor="#000000" quality="high" menu="false" loop="false" src="http://cdcproductions.50megs.com/beatthedragon/BeatTheDragon.swf" />
SPECIFICS
Amount Won (if you found "Tic" and "Tac", note as $1000 (Tic Tac Dough)
Dragon Location
Get Dragon?
- The Joker's Wild: Face the Devil:
- THE JOKER'S WILD
- Code:
<param id="movie" value="facethedevil.swf" /> <param id="loop" value="false" /> <param id="menu" value="false" /> <param id="quality" value="high" /> <param id="bgcolor" value="#000000" /> <embed style="width: 800px; height: 600px;" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" bgcolor="#000000" quality="high" menu="false" loop="false" src="http://cdcproductions.50megs.com/facethedevil/facethedevil.swf" />
SPECFICS:
Natural Triple? (ex: 200-200-200)
Amount Won
Get Devil?
- Classic Concentration:
- CLASSIC CONCENTRATION
- Code:
<param id="movie" value="ClassicConcentration.swf" /> <param id="quality" value="high" /> <param id="bgcolor" value="#000000" /> <embed style="width: 800px; height: 600px;" align="absmiddle" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" bgcolor="#000000" quality="high" src="http://cdcproductions.50megs.com/classicconcentration/ClassicConcentration.swf" />
SPECIFICS
Time Used
Win Car?
- Classic Concentration: Dream Car Edition:
- CLASSIC CONCENTRATION: DREAM CAR EDITION
- Code:
<param id="movie" value="http://img-hws.y8.com/cloud/y8-flash-game/contents/item_versions/flash_games/1061/original/classic_concentration.swf?1521283284" /><embed style="width: 800px; height: 600px;" src="http://img-hws.y8.com/cloud/y8-flash-game/contents/item_versions/flash_games/1061/original/classic_concentration.swf?1521283284" />
SPECIFICS
Time Used
Win Car?
- Card Sharks: Money Cards:
- CARD SHARKS: MONEY CARDS
- Code:
<param id="movie" value="http://content.dumb.com/games/5270.swf" /><embed style="width: 800px; height: 600px;" src="http://content.dumb.com/games/5270.swf" />
SPECIFICS
Amount Won
- Plinko:
- PLINKO
- Code:
<object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" wmode="window" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" style="z-index: 2; background-color: white; display: block !important; width: 800px; height: 600px;" id="iplayer-game" class="game-src"> <param id="allowScriptAccess" value="sameDomain" /> <param id="movie" value="http://cdn.game-game.com.ua/games/96015.swf" /> <param id="quality" value="high" /> <param id="allownetworking" value="internal" /> <embed style="width: 100%; height: 100%;" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allownetworking="internal" allowscriptaccess="sameDomain" src="http://cdn.game-game.com.ua/games/96015.swf" id="swfgame_e" /> </object>
SPECIFICS
Number of Plinko Chips won
Amount won on Plinko Board
$10,000 Slot Hit?
Total Amount Won with Bonuses
Re: Redirect from "Arcade" to post
Hello,
These flash games are not giving you the permission to get those information. So in other words this is not possible unless you manage to design a game like this.
Regards,
TC.
These flash games are not giving you the permission to get those information. So in other words this is not possible unless you manage to design a game like this.
Regards,
TC.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Redirect from "Arcade" to post
TheCrow wrote:Hello,
These flash games are not giving you the permission to get those information. So in other words this is not possible unless you manage to design a game like this.
Regards,
TC.
OK,@"The Crow" Thanks for trying.
I can consider this solved.
Re: Redirect from "Arcade" to post
Topic Solved & Archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Post Redirect
» Redirect to the lastest post?
» Instant redirect back to post after giving reputation point
» questions about domain, redirect from old forums, post points and roleplay
» Arcade ???
» Redirect to the lastest post?
» Instant redirect back to post after giving reputation point
» questions about domain, redirect from old forums, post points and roleplay
» Arcade ???
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum