need help with a embed code for tinychat website wanna embed in flashed based site?

Tristan

New member
using this code:- <!--START TINYCHAT EMBED CODE-->
<object id="tinyembed" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="785" height="800" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="align" value="top" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true" />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="t" />
<param name="wmode" value="transparent" />

//modify the value="roomvar=yourroomname" below to the room name you would
//like to use

<param name="flashvars" value="roomVar=yourroomname" />
<param name="src" value="http://tinychat.com/tinyembed.swf" />
<param name="name" value="tinyembed" />
<param name="allowfullscreen" value="false" />

//modify the value="roomvar=yourroomname" below to the room name you would
//like to use

<embed id="tinyembed" type="application/x-shockwave-flash" width="785" height="800" src="http://tinychat.com/tinyembed.swf" name="tinyembed" flashvars="roomVar=yourroomname" wmode="transparent" salign="t" scale="noscale" quality="high" menu="false" allowfullscreen="false" allowscriptaccess="sameDomain" align="top">
</embed>
</object>

<!--END TINYCHAT EMBED CODE-->

or this one:-
<script>
var tinychat = { room: 'jacansrule' };
</script>
<script src='http://tinychat.com/js/embed.js'></…
<div id='client'></div>
 
Back
Top