ActionScript 3.0 :: Unable To Attend Different Types Of The Room Such As Prayer Room?
Nov 27, 2009
i am starting a project for our church that it will look like a game, each logged in users will be able to attend different types of the room such as prayer room, visitors room etc and will be able to interact each other.
with having a just brief rough idea, i figured that i need to have a socket server and socket class for it. (i tried to make a chatting room with just urlvariable and php mysql but it seems its more appropriate to use the socket server.
well the site will be more focused on the CONNECTION between the logged users and they will need to be able to interact each other when they are viewing photos, videos, sharing thoughts, prayers, etc, and for that matter socket server seems must.
but i do not have any knowledge on the server socket, how to make em and how to set up them. can someone please give me a insight or direction where i should start and look for ?
i figured php isnt suitable for a socket server(which is the only language that i know of) so i m lookin into java or python but i have no idea what to do.
View 6 Replies
Similar Posts:
Jun 22, 2011
i am newbie action scrpt 2.0 and do escape room game i can able to take items to my inventory but i want use example , if i use hammer on a vase , vase will crash (motion tween) player will find key. yea important is player can continue to play game after this animation i didnt understand how to do that with codes:[code]
View 1 Replies
Jul 27, 2010
I am continuing my long switch from AS2 to AS3 finally... and I thought I'd start by making something simple. An "Escape The Room" type game, should be easy right? Just pointing and clicking? I loaded up my file for folks to look at.. I guess my big question is what I did wrong.. I thought i set up the buttons correctly and my Event Listeners.
nail_mc.addEventListener(MouseEvent.MOUSE_DOWN, objectFound);
But Flash doesn't like SOMETHING I did, I should be able to click and drag things if I knew what I was doing :P
View 15 Replies
Jul 27, 2010
My idea is to be able to have a number of different objects on the side of the stage, kind of in a toolbar, then to be able to click (and thus select) one of them and place it another area in the room with another click (basically placing it, deselecting it and fixing it in place where I clicked).
I'd then like to be able to re-click it and reposition it by dragging, if I so wish.
View 1 Replies
Oct 8, 2009
i am making a escape the room in flash in by game i have 4 rooms with different objects inside and when I click on one of the object it disappears in to the inventory but I am having a problem with the inventory when move to room 2 and go back to room 1 the object i pick up disappears from the inventory back to the stage but i what the to stay in the inventory when i have pick it up and i what to be able to go to different room without the object returning i am working in AS3
View 1 Replies
Feb 24, 2003
develop or give sample with fla file that how to develop a chat room in Flash, i need idea to comnicate via server side that how can i share message to all client's , i need it for my site www.cmxd.com , you need Msie with 17" monitor or 1023 by 768 screen resolution to view site exactly as i develop.
View 3 Replies
Dec 23, 2009
I have a function called addRoom.A scroll pane with thumbnails of rooms, each thumbnail is a button. The viewport is empty by default. When I click a button the function is called, it adds a room to my viewport. If I click another button a new room is added but the first room still remains. How do I get the first room to be removed? I assume there is something wrong with my index.
Code:
// add room image to the viewport
function addRoom(event:MouseEvent):void {[code].....
View 4 Replies
Dec 1, 2009
I am trying to create a flash chat room. I dont want to use a software and would like to use CS3-CS4. I would like to make it look creative and choose my own design.
View 4 Replies
Sep 25, 2009
I am working on flash chat in AS3,i need to count the users in each room.
View 3 Replies
Apr 13, 2010
I want to implement a Chat room in Flex 3.
View 1 Replies
Jun 3, 2010
im using real basic code for a small game and ive got a timer set up on one room and cant get it to display in the endgame room.this is the code i used
var gameStartTime:uint;
var gameTime:uint;
var gameTimeField:TextField;[code].....
View 1 Replies
May 12, 2011
Basically what I need is to have a permanent web conference room in my web application to handle remote interviews.
This means that any user of the web application can get access to the room and have an interview with another user of the same web application, I need only 2 connection at the same time.[code]...
View 1 Replies
Oct 27, 2011
I have to develop an application like these sites in flex 4[url]...
Which are the main flex components used to build these type of application?
How the conversion from 2D to 3D ?
How to generate dynamic 3D from the 2D resizable objects?
How to show measurement on resizing the objects?
View 1 Replies
May 24, 2011
is it possible to play recorded video file which is stored in another room(instance)? for example, I have file "video.flv" on the server at "/streams/room1" if user is connected to room2, can he ask flash media server to play "video.flv" from the room1; something like this, client side:
var ns:NetStream = new NetStream(nc);
ns.play("../room1/video", 0);
View 2 Replies
Jun 7, 2011
I have created a video chat room by FMS/Flex. what I need to do is:
If everybody in one chat room can use rtmfp, we go with rtmfp if anybody in the chat room disabled his rtmfp, we go with rtmp.
Now I need to create a logic to decide if everybody can use rtmfp between each other, Is there a good way to do so?
View 1 Replies
Nov 9, 2009
I found a nice ActionScript 3.0 Tutorials site speaking about creating Chat Room and Multiplayers game:[URL]..They use a sockets server named SmartFox.
I'm looking for the same site but using FlasMediaServer and still didn't find any.
View 3 Replies
Feb 9, 2012
I'm currently trying to make a basic escape the room game in Flash, and for some reason the last couples of entries I have made for the code aren't working. Right before adding these lines, everything worked and I already know that each object has been converted into a movie clip or button and has the correct instance name.
[Code]...
View 1 Replies
Jun 2, 2010
I don't want to visually arrange 3D models dragging them with the mouse, all I want is: Given a room of certain dimensions (L,W,H) and given a set of elements like beds, chairs, etc (with L,W,H dimensions, of course) I want to automatically arrange those elements to take advantage of the space as much as I can. So I want to be able to put as much furniture as I can in a given room. At the end I need to represent the arranged items visually, inside the room.
My first thought was to use an array of items and sorting it with array.sortOn(["l","w","h"] Array.NUMERIC) and then define a gap between the objects and make the maths to put the objects one next to another, etc. but that isn't a good approach because some items may be placed on top of another ones (boxes of the same size, boxes on top of tables, etc).
View 1 Replies
Sep 10, 2010
I want to make a virtual tour of a room in Flash / Flex. How can this be achieved? Firstly, is it enough to have pictures taken from a still point? If yes, how can I turn them into a real tour? Also, is there a library for this kind of thing for AS3?
View 1 Replies
Sep 24, 2011
how to make a flash based 3d kitchen or room planner like
[URL]
But i don't know what technology used for this systems. 3d engine like away3d or papervision3d or only actionscript 3 ??
View 0 Replies
Sep 12, 2009
I am working on the Flash group chat. In that how can I redirect the user to another room when the desired room is full.
View 6 Replies
Apr 13, 2012
One of my clients installed FMS 3.5 and has the following issue:
a model was video chatting w/ one or more customers in a chat room. but sometimes, one customer entered her chatroom but saw blackscreen only, couldn't see model's activity, nor the video. the model did not see that customer entering the chat room either.
View 1 Replies
Jan 26, 2011
1. I created an Interactive movie divided into 6 scenes. Each scene is a room in a house. I created a navigation bar to allow users to go from one scene (room) to the next.
2. Scene 1: Is the entire house or the intro section of the movie where a user can enter into a specific room of the house. Scene 2: Is the kitchen. I have a navigation bar to allow the user to enter into the other rooms of the house Scene 3: Is the bedroom. I use the same ActionScript 3 code as I did in Scene 2 to in a layer called Actions. See below:
[Code]...
View 3 Replies
May 21, 2009
Does anyone know of a 'Flash Chat' room to chat with Flash Devleopers?
View 1 Replies
Mar 1, 2011
I have a class with constructor and overloaded methods in it. When i try to import that class using blazeds i get an error saying [RPC Fault faultString="Unable to create a new instance of type 'some class'." faultCode="Server.ResourceUnavailable" faultDetail="Types cannot be instantiated without a public, no arguments constructor."] How to import class having overloaded methods using blazeds
View 1 Replies
Jan 24, 2012
Consider the following function:
Code:
public function foo(bar1:int, bar2:uint, bar3:String, bar4:Boolean):void{}
What I want is to have the different types of data represented by custom named types which are essentially representing the original data types. I other word, I would like to proxy the data types and have a valid function as following:
Code:
public function foo(bar1:PAR_Bar1, bar2:PAR_Bar2, bar3:PAR_Bar3, bar4:PAR_Bar4):void{}
so PAR_Bar1 would proxy the `int` data type, PAR_Bar2 would proxy the `uint` data type, so on and so forth.
The reason I need this is because I'm using a debugger with a GUI that can run methods and allows changing function parameter values in real-time, the issue is that the debugger can't tell me what parameter I'm changing, it only displays the data type of a parameter. So if I need to change 10 different parameters all of type int, the debuggers display all of them as int and not by their names.
I think that if I use proxy types I can easily differentiate between parameters.
So, my question: Is it possible to proxy data types? I mean map specific data types to custom data types that would represent the base data types?
View 2 Replies
Oct 13, 2011
I work with Flash Pro allmost 11 hours per day and every while i get a error which messes up everything. Approximetly i get this after about 2-3 hours withevery project.After i get this error there is no chance to test movies afterwards.I see a fast flash of the loader window but it dissapears so fast i cant even really see if it is loader.
View 1 Replies
Mar 16, 2009
I was looking for the difference between the different content types in Flash CS3/CS4 - Browser/Screen Saver/Application etc - especially it's capabilities and limitations. Of interest are Standalone player and Application.
View 3 Replies
Mar 19, 2012
Types like Movieclip , String, Object act as references when declared and defined, while types like int, Number are primitives. Why such difference has been made. Why not all of them can be primitives ?
View 1 Replies
Oct 16, 2007
I want to create a function that creates various types of MC. Lets say so:
[Code]....
Explanation: Create function that creates MovieClip, make for statment to create more Mc with that function.
View 5 Replies