Adsense and Flashchat

General discussions Forum for everything that does not fit elswhere in the phpbb SEO forums.

Moderator: Moderators

Adsense and Flashchat

Postby euroman » Sun Jan 07, 2007 2:39 am

I have installed Flashchat from www.tufat.com

This tutorial: http://tufat.com/docs/flashchat/sample.html

What exactly is it? Is it possible to place the flash chat box on a page with normal html around it instead of it only beeing in its own window ?
euroman
PR0
PR0
 
Posts: 81
Joined: Sat Oct 21, 2006 10:18 pm

Advertisement

Postby dcz » Sun Jan 07, 2007 2:06 pm

flashchat is a chat using flash ;)
So I guess the flash code itself is embed into some html, and that you could add AdSense code in it.

But this is not really a content page so I'm not sure about the AdSense TOS compliance.

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21291
Joined: Fri Apr 28, 2006 9:03 pm

Postby euroman » Sun Jan 07, 2007 8:24 pm

Well they say I can just edit this page: www.mysite.com/chat/sample.php - the chat is already on that page - except I cant see it - it isn't loading. Do you have any Idea why by any chance ?
Last edited by euroman on Sun Jan 21, 2007 4:18 pm, edited 1 time in total.
euroman
PR0
PR0
 
Posts: 81
Joined: Sat Oct 21, 2006 10:18 pm

Postby Peter77 » Sun Jan 07, 2007 10:15 pm

Your chat is in -www.thegame-online.dk/chat/flashchat.php You could always use it in a IFRAME, like dcz mentioned, on any page.

Code: Select all
<iframe src="http://yoursite.com/something/something" scrolling="no" width="100%" height="235" frameborder="0" allowtransparency="true" cellpadding="0"></iframe>
Peter77
phpBB SEO Team
phpBB SEO Team
 
Posts: 526
Joined: Wed May 10, 2006 9:46 am
Location: Michigan

Postby euroman » Mon Jan 08, 2007 7:20 am

Great thanks :)

Now I have only need to remove white space around chatroom and ad + remove scrollbar:

Any ideas?

Thanks
Last edited by euroman on Sun Jan 21, 2007 4:50 pm, edited 1 time in total.
euroman
PR0
PR0
 
Posts: 81
Joined: Sat Oct 21, 2006 10:18 pm

Postby AmirAbbas » Mon Jan 08, 2007 8:33 am

hi

try this one

add this CSS codes exactly after:

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">



Code: Select all
<style type="text/css">
body {
padding: 0;
margin: 0;
}
</style>
</head>
User avatar
AmirAbbas
phpBB SEO Team
phpBB SEO Team
 
Posts: 534
Joined: Thu May 11, 2006 3:30 pm
Location: IRAN

Postby euroman » Mon Jan 08, 2007 8:43 am

amir abbas wrote:hi

try this one

add this CSS codes exactly after:

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">



Code: Select all
<style type="text/css">
body {
padding: 0;
margin: 0;
}
</style>
</head>


Great Thanks :D
euroman
PR0
PR0
 
Posts: 81
Joined: Sat Oct 21, 2006 10:18 pm

Postby euroman » Mon Jan 08, 2007 10:46 am

Now I need the chat to fit in the window:
Any ideas how to do that...?
Last edited by euroman on Sun Jan 21, 2007 4:50 pm, edited 1 time in total.
euroman
PR0
PR0
 
Posts: 81
Joined: Sat Oct 21, 2006 10:18 pm

Postby AmirAbbas » Tue Jan 09, 2007 7:34 am

euroman wrote:Now I need the chat to fit in the window: www.thegame-online.de/index9.htm

Any ideas how to do that...?


amir abbas wrote:hi

try this one
add this CSS codes exactly after:

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

Code: Select all
<style type="text/css">
body {
padding: 0;
margin: 0;
}
</style>
</head>


i wrote it for you
if you want to remove that extra white space around your iframe, you must use that CSS code that i mentioned before

each page in default form has padding and margin. with that CSS rules you can remove that space and your iframe will fit to your browsers window

if you want to remove scrollbar forever, you can add this CSS rule:

overflow: hidden;

put it after :

margin: 0;

:wink:
User avatar
AmirAbbas
phpBB SEO Team
phpBB SEO Team
 
Posts: 534
Joined: Thu May 11, 2006 3:30 pm
Location: IRAN


Return to General Discussions

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 2 guests