Search found 13 matches

by giri_darius
01 Oct 2011, 12:52
Forum: OpenSpace v2 discussions and help
Topic: sendAvatarToMap and NPC
Replies: 1
Views: 5020

sendAvatarToMap and NPC

hi Im following NpcAvatarExample.java extension to create NPC and to move around. How Im suppose to show him on map. Right now I can see NPC is added in room through admin panel but i cant see him on the map How should I call sendAvatarToMap() method. if (npcUser == null) { npcUser = ap...
by giri_darius
09 Sep 2011, 11:03
Forum: RedBox
Topic: Audio(mp3,mp4) Broadcast
Replies: 2
Views: 11264

Hi bax,

thanks for replying...

can you tell me how should i go ahead with red5. Any example or tutorial which shed some light on the same As i'm naive in this part.

I'm googling red5 but if you have something to share about red5 which i'm unaware of plz post it.

thank you
by giri_darius
08 Sep 2011, 05:43
Forum: RedBox
Topic: Audio(mp3,mp4) Broadcast
Replies: 2
Views: 11264

Audio(mp3,mp4) Broadcast

Hi, Scenario In the game when user ( suppose User_A) joins his own room. he can upload the music files(mp3, mp4) to server. And he can play the song When other user (user_B) joins same room he should listen the same song which user_A is playing. IS this possible through redbox. which class will do t...
by giri_darius
18 Aug 2011, 10:18
Forum: OpenSpace v2 discussions and help
Topic: openSpace.init() dosent fire OpenSpace.INITIALIZED
Replies: 1
Views: 5063

openSpace.init() dosent fire OpenSpace.INITIALIZED

hi , My game runs perfectly when i run it through flash IDE but when i run it on server OpenSpace.init() method never fires OpenSpaceEvent.INITIALIZED event.. Im able to connect to smartfox server but openspace is not initializing. What could be the problem. Do i Need to do some server side settings
by giri_darius
18 Jul 2011, 09:35
Forum: OpenSpace v2 discussions and help
Topic: Associate static map to Dynamic Room
Replies: 3
Views: 6888

Hi bax, Thanks for the reply.. I have added the room Variable. and it worked for dynamic room But still one issue.. function makeNewRoom(rName, maxU, owner) { var rObj = {} rObj.name = rName rObj.pwd = "" rObj.maxU = maxU rObj.maxS = 0 rObj.isGame = false var varObj ...
by giri_darius
18 Jul 2011, 06:33
Forum: OpenSpace v2 discussions and help
Topic: Associate static map to Dynamic Room
Replies: 3
Views: 6888

Associate static map to Dynamic Room

hi I have following room in my config.xml <Room name="Race1" maxUsers="2" isGame ="false" isPrivate="false" isTemp="false" uCountUpdate="false"> <Vars> <Var name="_os_mapId" type="s" private="false"> maps/AllRa...
by giri_darius
06 Jul 2011, 10:21
Forum: SmartFoxServer 1.x Discussions and Help
Topic: create Instance of Room
Replies: 1
Views: 3941

create Instance of Room

Hi I have kept maxUsers limit 12 of a room in config.xml. <Zone name="gameZone" uCountUpdate="true" maxUsers="200" customLogin="false"> <Rooms> <Room name="Bike" maxUsers="12" isGame ="false" isPrivate="false" isTemp=&qu...
by giri_darius
27 Jun 2011, 11:30
Forum: SmartFoxServer 1.x Discussions and Help
Topic: smartfox installation and license version
Replies: 2
Views: 5565

Hey
Thanks for the reply. :D :D
by giri_darius
24 Jun 2011, 12:47
Forum: SmartFoxServer 1.x Discussions and Help
Topic: smartfox installation and license version
Replies: 2
Views: 5565

smartfox installation and license version

Hi, I have bought 1x OpenSpace 2.0 - One Seat license and 1x SmartFoxServer Pro - 100 Users license version. In which I got licence.sfl file. I didn’t get smartfox server setup file with it like I got openspace2.0 engine setup file. I have already installed a smart fox server Pro version(1.6.9) on...
by giri_darius
23 Jun 2011, 05:16
Forum: OpenSpace v2 discussions and help
Topic: How to use .map file in flash
Replies: 5
Views: 9594

hi

I figured it out. just went through the forum.

thanks anyway
by giri_darius
22 Jun 2011, 12:10
Forum: OpenSpace v2 discussions and help
Topic: How to use .map file in flash
Replies: 5
Views: 9594

HI bax

thankx for support..

Do I need OpenSpaceExtension to be activated to initialize openspaceV2?

openSpace.init(smartFox)

Somehow OpenSpaceEvent.INITIALIZED Event is not happening

[WARNING] Initialization is required before loading a map
by giri_darius
18 Jun 2011, 04:45
Forum: OpenSpace v2 discussions and help
Topic: How to use .map file in flash
Replies: 5
Views: 9594

I am using Openspace 2.0. I didnt find in the documentation how to load map file as i had gone through the documentation.
I have bought Smartfox Pro server and OpenSpace 2.0. engine and editor.
by giri_darius
15 Jun 2011, 12:03
Forum: OpenSpace v2 discussions and help
Topic: How to use .map file in flash
Replies: 5
Views: 9594

How to use .map file in flash

hi there, I have created map file with help of openspace editor. After exporting map file I get a file with .map extension. When i export the map file with demo version of openspace editor it gives me map file in .xml format. Now How to use the .map file in flash object. this is how i used load with...

Go to advanced search