ActionScript 3.0 :: Develop Web Chat Using JavaScript And ASP.NET?
Feb 12, 2009
I want to develop a web chat using ActionScript to combine with JavaScript and ASP.NET.tell me the way that i can send message to client from server whenever other client send message to server.
View 1 Replies
Similar Posts:
Apr 19, 2011
Currently we are in the design phase of an application that will allow two users to communicate with each other using chat and video (with audio), the application is a web application that currently is a java web app with Spring and hibernate, but we want to incorporate video and chat between two users and we are evaluating the options to developing it, so far we have two choices, either develop a Flex UI that leverages its video and chatting capabilities through Red5 or something like that and communicates with the Spring app using BlazeDS or a completely java based approach using (maybe) JMF and/or applets to achieve the video and chat interaction. The question is, which would be the most scalable approach to develop such an application?, what would be the approach that is the least intrusive from the end user perspective?
View 2 Replies
Feb 2, 2012
I would like to develop a small p2p chat using flash media sever 4.0. There are many p2p video chat samples using cirrus. Please help me if you know how to do it with flash media server,not cirrus.
View 1 Replies
Jan 19, 2011
What would be the best language to use to write a script similar to chat roulette but interact with a MySQL database of users.
View 3 Replies
Mar 29, 2012
i want to create a chat app using flex 4.5 mobile project for android device. For the chat screen, i wanted it to look glossy and stylish. Hence i thought i would use the list component and disable the selection in it. I m able to add the chat messages into the list. But i doubt if large chat data might hinder the performance. Im using a collection and i ve binded it with the list. Whenever i receive a chat i update the collection and it gets displayed in the list. Can someone tell me if his could pose a performance problem as list component is not intended for this purpose.
View 1 Replies
Jan 16, 2012
What is the best type of chat program for people to chat one on one?
1. Does flash chat impair SEO?
2. How would you compare the server load/speed of flash chat vs other types of chat, such as cometchat, ajax chat, of java chat?
View 3 Replies
May 21, 2009
Does anyone know of a 'Flash Chat' room to chat with Flash Devleopers?
View 1 Replies
Mar 5, 2009
What I am finding though is that I run a small company and am the only programmer in the crew and structured object oriented programming is helpful, but in a way not too helpful. I would like to concept a few classes and work with a couple of people also learning to create a simple framework. There are open source frameworks that are very useful, but creating from scratch outside of the tutorial atmosphere is what I need. So, who's in?
View 2 Replies
Nov 21, 2009
I cannot seem to get the Object Actions Panel to display or I just cannot see it for some reason. I am trying to add ActionScript for a button.I moved the status/toolbar from the bottom to the side and lo and behold THERS MY Object Panel.
View 4 Replies
Jun 18, 2009
I am new to adobe product but i want to know how can we develop web page in flash?
View 2 Replies
Jan 12, 2010
How can I make a doodle pad like this for a website? Is flash the only option? I wanted to make one for advert design.Edit Basically, I want to provide features like customized text (font/color/size) and placement, option to put any image with scale/rotate/transform option etc so that he can design advert himself. Edit2What could be alternative approaches to design this kind of editor?Edit3I've also seen options like o3d and webGL but it seems they won't work on most of the browsers.
View 2 Replies
Jan 2, 2010
I am not sure if I am posting the thread in the right place. But I would like to know if it is actually possible to develop an iphone app using AS3/CS3. I am a final year student in Interactive Media Design and would like to create an iphone app to go along with my project.How do I go about doing it? I know it is possible to.I tried googling for articles, but all I found is articles that teach you how to do it using other form of softwares.
View 3 Replies
Mar 19, 2009
I'm trying to develop a flash website with a scrollbar. how I make a scrollbar. [URL]I wan't to scroll the pictures.
View 4 Replies
Oct 1, 2009
Is it possible to develope a Gradient Editor in AS3?Any class files available for there? I need to develop such a one.
View 3 Replies
Jul 21, 2010
I was wondering if anyone would be able to help me with a problem I am having. I am trying to develop a simulation of a browser in Flash, and need to have a button which allows users to be able to go back to a previous screen (e.g. another .swf file) which means I need the window to be to move between .swf files.
I have tried various methods I have found online, but none seem to be working.
View 2 Replies
Oct 1, 2010
Would it be legal for me to develop fla files with the demo version of Adobe Flash CS5 and have my friend, who owns a full copy of flash pro, to export them to swf? This would be much like using the developer version of ColdFusion.
View 10 Replies
Oct 9, 2010
Is there anyway to develop within CS5 and export as HTML5 rather than a .SWF?
View 1 Replies
Oct 29, 2010
I would like to develop a component for use in Flash CS5 and I would like to look at the source code for the existing components in order to understand how they work. However, I am unable to find this source code. On this page:
[URL]
Under "Where component files are stored" there are a number of directories listed, all under
C:Program FilesAdobeAdobe Flash CS5enConfigurationComponent Source
However, this directory does not exist on my installation. C:Program FilesAdobeAdobe Flash CS5enConfiguration does exist, but there is no directory called "Component Source" in this directory.
View 2 Replies
Dec 6, 2008
I want to develop a "Join the Dots" game. I am anewbie in flash. I want to let the users join the dots to form alphabetical letters. If they do it correctly, they gain scores.
View 1 Replies
Dec 31, 2009
I've been waiting for the day that flash gets access to raw audio data. That day is now, but i'm not sure how to get 10.1 working in CS4. I have 10.1 installed and a function bound to the mic's "SampleDataEvent.SAMPLE_DATA" but my "micSampleData" function is not being called.
var mic = Microphone.getMicrophone();
Security.showSettings(SecurityPanel.MICROPHONE);
mic.setUseEchoSuppression(true);
[code]........
View 1 Replies
Feb 23, 2010
I am developing a flash application required me to have a rotational sprite object cycling around the 3D space. I saw a MovieClip has a z-index that can be used as z coordinates in 3d space but couldn't find it in sprite object. How to I get around with that.
View 2 Replies
Mar 9, 2010
I would like to know the html5 has the complete feature to develop the web2.0 and
i want to know from these technology like flex, javafx and html5 which one will be the best to develop the web2.0?
View 2 Replies
Jun 27, 2011
I am trying to develop a sidescroller game in as3. Most of my confusion is coming from my lack of knowledge on the best way to strucutre the classes that control the games flow.For example, what would be the best way to change the game state from the main menu, to the in game state, WITH VISUAL TRANSITION INCLUDED?
The way I'm thinking of doing it now is adding event listeners to buttons, which remove the main menu MC and add a transition MC. Then I add an event listener to the transition MC to watch for the frame label "end of transition". This removes the transition MC and adds the GameContainer MC.
View 1 Replies
Nov 8, 2007
Now I got a project form my boss. He want a online e-magazine generator on our website. Then user can design flash page,then organize together to make a e-magazine. Actually, I have no any experience on Flash design.I am just a programmer. So could you guys/girls give some hint to start,or is there some free api/lib, open source project can meet what I want. Or is there some website has those feature?
View 0 Replies
Oct 6, 2009
I was wondering how you set up a trace() in flash develop so that it shows in the output panel in Flash Develop.
View 8 Replies
Jun 30, 2009
I'm looking to develop an application that allows you to set up an online spreadsheet or to be able to draw a custom table format. Can someone point me in the right direction. I've been googling for a week now and can't find any direction.
View 1 Replies
Jan 13, 2010
developing Search Engine in flash cs3.I am going to develop a search engine in flash. My goal is to develop a search engine in flash which should work more or less like Google.
View 1 Replies
Oct 24, 2006
I am trying to develop a simple product catalog using flash and xml. The xml file only has a list of catagories and under each a few products. I have a combobox wich list the catagories and another which
list the products in that catagory. Each works fine but the products don't change according to the catagory that is selected in the catagory combobox. How do I change this. I use xmlConnector to bind the data to both.
2. When I browse through the products using a loader component sometimes there is flicker and you can see the image before it is resized. This is realy annoying. Should I use a movieclip loader? The images are not all the same size.
View 1 Replies
Jan 13, 2010
Developing Search Engine in flash cs3. I am going to develop a search engine in flash.
View 1 Replies
Apr 1, 2010
I want to develop a logging system for my application. This system is intended to log warning,messages(like traces) and errors in a log file in the server with time stamp and user information.
I am familliar with flash tracer but that is temporary. Sometime to debug real time user's reports I need this system. Some of the files in the application are in AS1 and the rest in AS2.
View 3 Replies