How to make an embed code for AV Chat

Hi

 

Has anyone tried to Embed AV Chat on another website.

I would like to embed my chat box on one of my other websites and blogs to draw people over to my main boonex website.

Has anyone any ideas on this please?

 

Andy

Quote · 24 Jan 2011

Try to do this via IFrame

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 25 Jan 2011

Thats what i thought, but i cant seem to fid thre code that does the chat to even try this myself, so any ideas would be appriciated.

Quote · 26 Jan 2011

iframe for noobs...lol... the actual embed code does not exist so you have to make it from the supplied javascript code found in the view source of a visitor on chat module:

<script type="text/javascript" language="javascript">
var flashvars={url:"http://www.mrpowless.com/dev/705/flash/XML.php",module:"chat",app:"user",id:"0",password:""};var params={allowScriptAccess:"always",allowFullScreen:"true",base:"http://www.mrpowless.com/dev/705/flash/modules/chat/",bgcolor:"#FFFFFF",wmode:"opaque"};
var attributes = {
id: "ray_flash_chat_user_object",
name: "ray_flash_chat_user_embed",
style: "display:block;"
};
swfobject.embedSWF("http://www.mrpowless.com/dev/705/flash/modules/global/app/holder_as3.swf", "chat_user_1296068115", "100%", "600", "9.0.0", "http://www.mrpowless.com/dev/705/flash/modules/global/app/expressInstall.swf", flashvars, params, attributes);

</script>


this is your friend  => swfobject.embedSWF...

take the code above and compare it to youtubes embeds and gues what!? you have embeded it yourself.

I have video tutorials to help you mrpowless.com
Quote · 26 Jan 2011

 

iframe for noobs...lol... the actual embed code does not exist so you have to make it from the supplied javascript code found in the view source of a visitor on chat module:

<script type="text/javascript" language="javascript">
var flashvars={url:"http://www.mrpowless.com/dev/705/flash/XML.php",module:"chat",app:"user",id:"0",password:""};var params={allowScriptAccess:"always",allowFullScreen:"true",base:"http://www.mrpowless.com/dev/705/flash/modules/chat/",bgcolor:"#FFFFFF",wmode:"opaque"};
var attributes = {
id: "ray_flash_chat_user_object",
name: "ray_flash_chat_user_embed",
style: "display:block;"
};
swfobject.embedSWF("http://www.mrpowless.com/dev/705/flash/modules/global/app/holder_as3.swf", "chat_user_1296068115", "100%", "600", "9.0.0", "http://www.mrpowless.com/dev/705/flash/modules/global/app/expressInstall.swf", flashvars, params, attributes);

</script>


this is your friend  => swfobject.embedSWF...

take the code above and compare it to youtubes embeds and gues what!? you have embeded it yourself.

Nice. Its works. But when someone visits the embedded chat it logs them in as visitor. How can i get them to changes their user name?

Free the Dolphin...
Quote · 6 Feb 2011

Thanks to everyone for your help

Quote · 23 Apr 2011

Hello,

 

i have Version 7.0.7 and i used this code:

 

<script type="text/javascript" language="javascript">

var flashvars={url:"http://www.giabo.de/flash/XML.php",module:"chat",app:"user",id:"0",password:""};var params={allowScriptAccess:"always",allowFullScreen:"true",base:"http://www.giabo.de/flash/modules/chat/",bgcolor:"#FFFFFF",wmode:"opaque"};

var attributes = {

id: "ray_flash_chat_user_object",

name: "ray_flash_chat_user_embed",

style: "display:block;"

};

swfobject.embedSWF("http://www.giabo.de/flash/modules/global/app/holder_as3.swf", "chat_user_1296068115", "100%", "600", "9.0.0", "http://www.giabo.de/flash/modules/global/app/expressInstall.swf", flashvars, params, attributes);

 

</script>

 

I have make this as .html file and uploaded to my Server, but at work not, please cane you help me?

 

Thank you, Paykoman

Quote · 23 Oct 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.