The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How do I add flash games to my forum

+8
NaXuh
mist3r0us_b0y
DaBoss48
RoNo
uchiha_itachi *admin*
paco020295
Master Marc
Baconat0r
12 posters

Go down

How do I add flash games to my forum Empty How do I add flash games to my forum

Post by Baconat0r July 4th 2009, 12:56 am

I posted the html code for a flash game in my forum but it doesn't work.. How can I post flash games in my forum or is it even possible?
avatar
Baconat0r
New Member

Posts : 2
Reputation : 0
Language : English

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by Master Marc July 4th 2009, 1:02 am

Try using the flash code in your portal.

ACP=>Modules Tab=>Portal & Widgets=>Portal management=>Structure{any portal}=>Create new custom block=>Add info and code=>Save=>Add the custom block and drag it to your portal structure=>Save
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by Baconat0r July 4th 2009, 1:09 am

i activated HTML and when I post the code and click preview the game shows, but when i hit save it only shows code.... i will try the flash code and see how that works
avatar
Baconat0r
New Member

Posts : 2
Reputation : 0
Language : English

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by paco020295 July 4th 2009, 5:25 pm

You need a Flash game in a post?
avatar
paco020295
Forumember

Male Posts : 41
Reputation : 0
Language : Español/English

http://deathschildren.guildmmorpg.com/

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by uchiha_itachi *admin* July 23rd 2009, 2:54 am

Master Marc wrote:Try using the flash code in your portal.

ACP=>Modules Tab=>Portal & Widgets=>Portal management=>Structure{any portal}=>Create new custom block=>Add info and code=>Save=>Add the custom block and drag it to your portal structure=>Save
thanks dude that helped alot
uchiha_itachi *admin*
uchiha_itachi *admin*
Forumember

Male Posts : 127
Reputation : 0
Language : english

http://heavensealuchiha.forumotion.net

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by uchiha_itachi *admin* July 26th 2009, 10:47 pm

here add this to your forum its an arcade format
games are already attached tthese games are from miniclip.com

<table style="margin:0 0 10px 0; width:244px; background:#fff; border:1px solid #ccc;" cellspacing="0" cellpadding="0">
<tr><td style="font-family:verdana; font-size:11px; color:#000; padding:5px 10px;"><a href="http://www.miniclip.com/games/alien-clones/en/" style="display:block; text-decoration:none;"><img src="http://www.miniclip.com/images/icons/alienclonessmallicon.jpg" width="70" height="59" align="left" style="margin-right:5px; border:0;" alt="Games at Miniclip.com - Alien Clones" />
<strong style="color:#000; border:none; text-decoration:underline;">Alien Clones</strong><p style="margin:0; clear:none; text-decoration:none; color:#000;">Defend yourself from the onslaught of alien clones.</p></a></td></tr>
<tr><td style="font-family:verdana; font-size:11px; padding:5px 10px; border-top:1px solid #ccc;"><a href="http://www.miniclip.com/games/alien-clones/en/" title="Games at Miniclip.com">Play this free game now!!</a></td></tr>
</table>
uchiha_itachi *admin*
uchiha_itachi *admin*
Forumember

Male Posts : 127
Reputation : 0
Language : english

http://heavensealuchiha.forumotion.net

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by RoNo July 27th 2009, 4:31 am

Thanks for the game link uchiha_itachi.
How do I add flash games to my forum Pushpin
That code creates a table with a pic-link which will take you away from your site to mini-clip. You can [flash] or <embed> the game .swf and
play it on the spot -without leaving your forum.


Code:
[flash(450,400)]http://www.miniclip.com/games/alien-clones/en/alien_clones.swf[/flash]
Code:
<center><embed src="http://www.miniclip.com/games/alien-clones/en/alien_clones.swf" width="450" height="400">
Very good
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by DaBoss48 July 27th 2009, 5:53 am

RoNo wrote:You can [flash] or <embed> the game .swf and
play it on the spot -without leaving your forum.
RoNo I put your code on my site and that game works perfectly. But I try to replace your URL with a URL of a different game but it doesn't work. I know it doesn't work because it isn't in .swf form and I was wondering how do I convert the game into .swf? Also if it takes a while is there a code in where I can just put the normal URL into it and it would work? Please help.
avatar
DaBoss48
New Member

Posts : 7
Reputation : 0
Language : English

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by RoNo July 27th 2009, 6:17 am

What game are you trying to add? Can I see the code or a link?

Don't bother trying to convert games... there are lots to choose from.

I use the Firefox Browser add-on "NoScript" to block .swf's from auto-loading
that way you can right click the game before it loads and get the .swf url.
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by DaBoss48 July 27th 2009, 7:32 am

RoNo wrote:What game are you trying to add? Can I see the code or a link?

Don't bother trying to convert games... there are lots to choose from.

I use the Firefox Browser add-on "NoScript" to block .swf's from auto-loading
that way you can right click the game before it loads and get the .swf url.
I got that add-on and it works thank you very much RoNo you were a big help.
avatar
DaBoss48
New Member

Posts : 7
Reputation : 0
Language : English

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by mist3r0us_b0y July 27th 2009, 11:39 am

i want this to open in a new home page any idea ? i mean the game
mist3r0us_b0y
mist3r0us_b0y
Forumember

Male Posts : 747
Reputation : 19
Language : english

http://sh.st/nJRXG

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by uchiha_itachi *admin* July 27th 2009, 2:56 pm

RoNo wrote:
Thanks for the game link uchiha_itachi.
How do I add flash games to my forum Pushpin
That code creates a table with a pic-link which will take you away from your site to mini-clip. You can [flash] or <embed> the game .swf and
play it on the spot -without leaving your forum.


Code:
[flash(450,400)]http://www.miniclip.com/games/alien-clones/en/alien_clones.swf[/flash]
Code:
<center><embed src="http://www.miniclip.com/games/alien-clones/en/alien_clones.swf" width="450" height="400">
Very good
your welcome dude
uchiha_itachi *admin*
uchiha_itachi *admin*
Forumember

Male Posts : 127
Reputation : 0
Language : english

http://heavensealuchiha.forumotion.net

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by uchiha_itachi *admin* July 27th 2009, 2:58 pm

mist3r0us_b0y wrote:i want this to open in a new home page any idea ? i mean the game
well u can add it as a widget and then put it on
uchiha_itachi *admin*
uchiha_itachi *admin*
Forumember

Male Posts : 127
Reputation : 0
Language : english

http://heavensealuchiha.forumotion.net

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by NaXuh July 27th 2009, 3:03 pm

uchiha_itachi *admin* wrote:
mist3r0us_b0y wrote:i want this to open in a new home page any idea ? i mean the game
well u can add it as a widget and then put it on
Yeah, As a Sidebar widget, or add a Portal and re-name it "Games", and you can put some games there.
NaXuh
NaXuh
Forumember

Male Posts : 226
Reputation : 21
Language : English, C#, CSS, HTML, PHP.

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by uchiha_itachi *admin* July 27th 2009, 3:10 pm

NaXuh wrote:
uchiha_itachi *admin* wrote:
mist3r0us_b0y wrote:i want this to open in a new home page any idea ? i mean the game
well u can add it as a widget and then put it on
Yeah, As a Sidebar widget, or add a Portal and re-name it "Games", and you can put some games there.
lol u stole that from me XD but ya u can also do that in which i have
_________________________
example this is my navigation widget code:

This is the original

<span class='genmed' style='line-height: 150%'>&nbsp;<a href='/portal.htm'>Portals</a><br />&nbsp;<a href='/forum.htm'>Index</a><br />&nbsp;<a href='/memberlist.forum' rel='nofollow'>Memberlist</a><br />&nbsp;<a href='/profile.forum?mode=editprofile'>Profile</a><br />&nbsp;<a href='/faq.forum'>FAQ</a><br />&nbsp;<a href='/search.forum'>Search</a><br /></span>

____________________________________________________________

this is the edited


<span class='genmed' style='line-height: 150%'>&nbsp;<a href='/portal.htm'>Games</a><br />&nbsp;<a href='/forum.htm'>Index</a><br />&nbsp;<a href='/memberlist.forum' rel='nofollow'>Memberlist</a><br />&nbsp;<a href='/profile.forum?mode=editprofile'>Profile</a><br />&nbsp;<a href='/faq.forum'>FAQ</a><br />&nbsp;<a href='/search.forum'>Search</a><br /></span>
uchiha_itachi *admin*
uchiha_itachi *admin*
Forumember

Male Posts : 127
Reputation : 0
Language : english

http://heavensealuchiha.forumotion.net

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by kirk July 27th 2009, 9:47 pm

mist3r0us_b0y wrote:i want this to open in a new home page any idea ? i mean the game

what do you mean by new home page?
widgets are ok to put them in but if you have them show through the whole forum it's most likely going to make everything offset. you can always add them to your portal and have it centered but then it's on the portal page.

if you want it on your home page index the best place would be to add to your home page message.

admin panel>display>homepage>Generalities

just place the code in homepage message and hit save.

probably be best with center tags if you don't have them in there already?

<center> </center>

then you can always add to templates (footers) if using phpbb2 or punbb.
That would bring it up on every page or you can always add as a forums description or even create an html page and set that as your home page and have the game plus other things in there. so there's definitely a few places you can add it.

hope that helps a lil.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by uchiha_itachi *admin* July 28th 2009, 2:54 am

kirk wrote:
mist3r0us_b0y wrote:i want this to open in a new home page any idea ? i mean the game

what do you mean by new home page?
widgets are ok to put them in but if you have them show through the whole forum it's most likely going to make everything offset. you can always add them to your portal and have it centered but then it's on the portal page.

if you want it on your home page index the best place would be to add to your home page message.

admin panel>display>homepage>Generalities

just place the code in homepage message and hit save.

probably be best with center tags if you don't have them in there already?

<center> </center>

then you can always add to templates (footers) if using phpbb2 or punbb.
That would bring it up on every page or you can always add as a forums description or even create an html page and set that as your home page and have the game plus other things in there. so there's definitely a few places you can add it.

hope that helps a lil.
* an add on* your gonna have to turn on your portals, you will see this wen u click on modules its in the middle of the page, just scroll down a little
uchiha_itachi *admin*
uchiha_itachi *admin*
Forumember

Male Posts : 127
Reputation : 0
Language : english

http://heavensealuchiha.forumotion.net

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by mist3r0us_b0y July 28th 2009, 11:14 am

no i mean .

i made a new nav bar as ARCADE .... now tell me where would i add that code so that games will open wen we click to ARCADE nav bar ...

hmmmmmmmm thank if any one help .
mist3r0us_b0y
mist3r0us_b0y
Forumember

Male Posts : 747
Reputation : 19
Language : english

http://sh.st/nJRXG

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by ankillien July 28th 2009, 12:46 pm

Hi!

Have you created an HTML page having games on it?
Or you want to redirect your users to the game site when clicked on the game image?
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by mist3r0us_b0y July 28th 2009, 2:56 pm

ankillien wrote:Hi!

Have you created an HTML page having games on it?
Or you want to redirect your users to the game site when clicked on the game image?

u dont get me Sad

i mean a nav button like => home , members, register, messages,

and arcade ... now i have arcade <= i wnt to insert games code in that i donno how to do that

did u get me >
mist3r0us_b0y
mist3r0us_b0y
Forumember

Male Posts : 747
Reputation : 19
Language : english

http://sh.st/nJRXG

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by ankillien July 28th 2009, 4:55 pm

You can create an HTML page where you put many games to play.
When your members click 'Arcade' in navbar, they should go to the Games page, right?

First of all, create an HTML page and put games or game links in it.
(Admin CP > Modules > HTML Page Management > Create New HTML Page)

Now, to add arcade link to navbar, Admin CP > Display > Headers & Navigation > Add Customized Menu.
In Redirection URL, put link to the games page that you created.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by uchiha_itachi *admin* July 28th 2009, 10:17 pm

mist3r0us_b0y wrote:
ankillien wrote:Hi!

Have you created an HTML page having games on it?
Or you want to redirect your users to the game site when clicked on the game image?

u dont get me Sad

i mean a nav button like => home , members, register, messages,

and arcade ... now i have arcade <= i wnt to insert games code in that i donno how to do that

did u get me >
ah i think i know wat u mean, u mean adding another link to your nav bar correct?
uchiha_itachi *admin*
uchiha_itachi *admin*
Forumember

Male Posts : 127
Reputation : 0
Language : english

http://heavensealuchiha.forumotion.net

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by RoNo July 28th 2009, 11:46 pm

There are several ways to link to your game... it needs a location first.

You could:

Place the game on a separate portal and link to it with your nav button or a pic

Like this [ click ]
How do I add flash games to my forum Z29ball_s



To do this:

Create a widget with the Alien Clones game .swf
Code:
<center><embed src="http://www.miniclip.com/games/alien-clones/en/alien_clones.swf" width="545" height="490">

  • Create a new portal
  • Remove all widgets
  • Drag/drop/add your new game widget to the portal (center row)
  • Go to portal preview
  • Copy the portal address without the session ID #

Example:
(portal preview address)
http: //ur site .forumotion.net/portal.forum?pid=1&sid=2c5e2337a805ee08ed9831298f3d990f

Remove the Session ID (&sid=) section and leave the Portal ID number (&pid=)

so it looks like this example
http: //ur site .forumotion.net/portal.forum?pid=1

Attach the "Game Portal" address to your Nav Button

Creating a new Nav Button
ACP, Display, Headers & navigation
Add a customized menu

  • Menu: Name of nav link
  • Picture: Url for button image
  • Text: Name of nav link (leave blank if a picture is used)
  • Redirection URL: Your New Game Portal Url
  • Set the rights for your new nav link (who can view: members, guests?)


And/Or you could create several "single game portals" (as explained above)
and create an Html page (as ankillien mentioned) with pic-links to these game portals

Like this [ click ]
How do I add flash games to my forum Z2Link_s
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by The_18th_Letter August 14th 2009, 10:20 pm

Code:
<center><embed src="http://www.miniclip.com/games/alien-clones/en/alien_clones.swf" width="545" height="490">


This is whats showing up!: if i add that code:

How do I add flash games to my forum 90d9635c0a

Wat did i do wrong i followed it exactly as you said!
avatar
The_18th_Letter
Forumember

Male Posts : 66
Reputation : 0
Language : English

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by The_18th_Letter August 14th 2009, 10:36 pm

Nevermind i got it

i had to post it in editors mode!!
avatar
The_18th_Letter
Forumember

Male Posts : 66
Reputation : 0
Language : English

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by mist3r0us_b0y August 15th 2009, 3:12 am

how u done it ?


can u share it ............
mist3r0us_b0y
mist3r0us_b0y
Forumember

Male Posts : 747
Reputation : 19
Language : english

http://sh.st/nJRXG

Back to top Go down

How do I add flash games to my forum Empty hi

Post by aishwariya July 28th 2011, 8:10 pm


<center><embed src="http://www.pageplugins.com/generators/paint_roller/paintbrush.swf" quality="high" FlashVars="t=Thankyou very much!&d=http://www.pageplugins.com" width="333" height="128" name="paintbrush" align="middle" wmode="transparent" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed><br><a href="http://www.pageplugins.com/" title="myspace layouts, generators and graphics">Myspace Fun Flash Comments</a></center>
avatar
aishwariya
New Member

Posts : 2
Reputation : 0
Language : english

Back to top Go down

How do I add flash games to my forum Empty Re: How do I add flash games to my forum

Post by aishwariya July 28th 2011, 8:32 pm

avatar
aishwariya
New Member

Posts : 2
Reputation : 0
Language : english

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum