Search found 5 matches

by vasanth
11 Jun 2009, 14:52
Forum: Server Side Extension Development
Topic: Problem in passing values from jsp to flash as3
Replies: 1
Views: 4271

Problem in passing values from jsp to flash as3

Hi everyone,

I have problem with passing values from jsp to flash as3

In my flash code


<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="1024" height="728">
<param name="movie" value="aa.swf">
<param name="FlashVars" value="s1=hello & s2=hi " >
<embed src="aa.swf" quality ...
by vasanth
04 Dec 2008, 11:05
Forum: OpenSpace v1 discussions and help
Topic: Hi test mail
Replies: 2
Views: 7876

Hi test mail

Hi there,

we are using smartfoxserver version 1.6.1

we want to link from particular tile in openspace

we don't know how can we solve this problem so plz help us
by vasanth
18 Nov 2008, 05:52
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to pass the value from jsp to flash
Replies: 1
Views: 4291

how to pass the value from jsp to flash

how to pass the value from jsp to flash

i am using mySql server ......am make database connectivity using jsp and retrive the value but i dont know how to get the value in flash as3
please reply
by vasanth
06 Aug 2008, 10:35
Forum: SmartFoxServer 1.x Discussions and Help
Topic: hi test mail
Replies: 0
Views: 10146

hi test mail

hi there,

we are using Smartfoxserver Version 1.6.1

where will i write classes and packages(Action Script3.0) in flash cs3


Thanks in advance



regards
vasanth
by vasanth
09 Jul 2008, 11:00
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Problem in getting displaying userlist
Replies: 1
Views: 4477

Problem in getting displaying userlist

we are using Smartfoxserver Version 1.6.1

function onJoinRoom(evt:SFSEvent):void
{
var users:Array = sfs.getActiveRoom().getUserList()
debugTrace("Users----->"+users)
for (var u:String in users){
debugTrace("Users----->"+users[u].getName())
}
debugTrace("Successfully joined room: " + evt ...