Flash :: Write A Client Application In It?

Nov 22, 2011

I'm trying to write a client application in flash, and as far as I know, flash doesn't offer any support for UDP sockets. Is it possible to receive data from a UDP server to a flash (TCP) socket?

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Read Or Write Browser Cookies, Using A Flash Client?

May 26, 2009

I'd like to read or write browser cookies, using a flash client.

Lets say, If I have a website with users... And they can play all sorts of movies (the client). I'd like to have a way to recognize the user. Maybe there's a different alternative?

View 2 Replies

Flex :: Download/Save/Write A File On The Client's Hard Disk Using Flash?

Nov 16, 2010

I wonder how can I download/save/write a file from my server to a client's computer using flash or flex.

Sign up
Sign in
Click on the ("FREE") button placed on the right of the page. (the
orange button)

[code]....

then you'll see a confirmation popup for the download, then you choose where do you want to save the file, and the flash movie saves the file!

View 1 Replies

Flash :: What Client Architecture For An LCD Wall Application

Dec 23, 2010

I have been asked to design an LCD wall application for a display like the one in this ad. Requirements are that the wall can display full screen video or partition the wall in different sections to display multiple video or images and video. I would like to understand what platform can be used to drive such beasts (what OS? what video card?). I wonder what software platform can drive multimedia on such a scale. Html5 + JavaScript would be OK on a single monitor, but on that scale would it slow down? Flash also is an interesting platform, as it is Air, but, once again, can it scale like that?

I am also considering the server architecture that is needed to drive a set of walls in the same location and the slideshow designer to create storyboards, but this is dependent on what client architecture will be embraced.

View 1 Replies

Flash :: Write An Image To Application Directory Using AIR?

Aug 8, 2011

I'm trying to save an image to the application directory by opening a file stream and write the bytes from a bitmap data. I added some events listeners for testing the file stream process but I don't receive any response event. [code]...

View 3 Replies

Professional :: Write A Snazzy Little Flash Application For SIP Access?

Jun 8, 2011

Now I know I'm not the only one seeking the ability to write a snazzy little Flash Application for SIP access. I am, however, the only one willing to start a neat little open source project to help, people like me, use SIP to its full potential.
 
So here it goes, I'd like (and hope) to write a SIP client for two projects. The first is a for-profit endeavor for the company I work for, and the second is a not-really-for-profit webservice I own that would have its customers benefit from on-site VoIP call. Since they both require the same thing, I'm willing to open it up as an open source project to allow it to continue growing.

[Code]...

View 2 Replies

Flash :: Write File On Server In Flex Web Application?

May 2, 2011

I am trying to build a application which can record sound in Flex 4. I am able to record sound but i am not able to save sound data in a file on web.

How can i save sound data on server in flex web application. FileStream does not work in flex web application.

View 1 Replies

Media Server :: Write Responder When Fms Call To Client?

Oct 27, 2010

i want to write responder in fms 3.5 here is my code but is not working
 
clientCount = function(AppClient)
{
AppClient.call("fmsping",myResponderSuccess); // fmsping is the function at client side which returns true boolean variable

[Code].....

View 3 Replies

ActionScript 2.0 :: Display The Xml, But Need A Client Friendly Form To Write To It

Nov 2, 2004

i need a basic form that maybe has 4 variables and then once submitted will write to an xml file.

i understand how to display the xml, but i need a client friendly form to write to it.

View 1 Replies

Php :: Write A Complex Application Used To Stream Tv Episodes In Flash Format?

Nov 20, 2009

For a client, i need to write a complex application used to stream tv episodes in flash format, at least, the player will be in flash. It's a first for me, and i've a lot of question, since i don't really know about streaming.But well, first, here is the constraints :

Mac server (might be migrated to linux)
PHP5
Flash
external library could be used with PHP

What i need to do at first, is to write some app (php, python, shell), or find one to convert over 500 quicktime videos to be able to be read within a flash player.Then, i'll a back office, to add videos with meta data (the meta data will be simple html inputs), and, here is an important part of the project, the ability to generate chapters for each video (manually), the client will choose the start of a chapter, give it a name.

My questions : Is there any flash player able to do that ? or will i have to use 'playlist' such as youtube to simulate chapters ? Will it be easy to use the quicktime video within a flash player ?

View 1 Replies

Sockets :: Write A Client In Order To Send Data To The Server?

Jun 19, 2011

I have written an ActionScript 3 class that is a Server Socket and accepts connections.I want to write a client in order to send data to the server. The client will be a mobile browser. I think that i will use javascript. Is it possible to connect to the server from mobile environment?

View 1 Replies

ActionScript 3.0 :: Make A Function For The Users To Be Able To Type/write In Flash Application?

Apr 4, 2011

I have recently moved from AS2 to AS3 and trying to learn my way around as3.I need to know how I can make a function for the users to be able to type/write in Flash application...Basically what I need at this stage is an input text field and a dynamic text field and when the users type anything in the input text, the dynamic text will be updated and it will show the texts.

View 3 Replies

Flash :: Perform File Read Write Operation In Flex Web Application?

May 2, 2011

How to perform file read write operation on server in flex web application?

View 2 Replies

Flash :: Write An Application That Plays Music In The Background On IOS Using Adobe Packager For IPhone?

Feb 2, 2011

I would like my application to be able to remain running while the user goes and uses another application. (It will be playing music) Additionally, how to communicate w/ Cocoa Touch from this environment?

If you think this is not possible, which platforms are capable of this (other than the obj-c mac x-code route, which I am trying to avoid)?

View 1 Replies

Python :: Strange Behavior Of Sockets In Python (3.2). Client Connects To Application Using Flash?

Jul 14, 2011

I experience strange behavior of sockets in Python (3.2). Client connects to my application using Flash. Most of the time there is nothing unusual but sometimes python crashes in a way that should not have taken place - enter into infinite loops. Below I attach to the loop code and error message in the log. Python hang on bytesRecived = sock.recv(64) and receive b'' witch is visible in log.

code:
try:
buff = ''

[code].........

View 1 Replies

Flash :: Flex Building An Application With Client Side And Server Side

Sep 3, 2011

I want to create an application that has these features

- At client side: Display a list of images, when user click on one image, data will be stored in MySQL database.

- At server side: Manage images used in client side, I can delete, add new images.

Is this possible for me to achieve this using Flex? And if it is able, will my output be 2 separate SWF files? And where can I find the materials to read on writing such applications?

View 1 Replies

ActionScript 3.0 :: Make A Client GUI Application?

Feb 16, 2011

I am going to make a client GUI application. I have some parts of the GUI in action script( i dont know actionscript only java) is it possible to embed this code within java GUI?

View 0 Replies

AS2 :: IDE : Loading SWF Files On Client HDD From Web Application?

Jul 14, 2009

Is there a possibility to read files from flash web application on client HDD form fix location (e.g. D:est) ?

View 1 Replies

Flex :: Write A File To Application Directory?

Dec 28, 2009

how to write a file to File.applicationDirectory in flex. i am getting security filewrite resource error.

View 2 Replies

Flex :: Build A Txt Document And Write In Application?

Aug 14, 2010

how can build a txt document and write in flex application ?

View 1 Replies

Media Server :: Application.clients[client.id].call - Not Working?

Apr 15, 2010

i need a wey without knowing the index value of spacific client in the application clients array to identify this user for use: application.clients[this client id].call to him only. in addobe halp its says: "Do not use the index value of the clients array to identify users between calls, because the array is compacted when users disconnect and the slots are reused by other Client objects" but it do not say what to use??... i try this 4 ways none working - last 2 throw error:

[Code]....

View 4 Replies

Java :: Externalizing Client ChannelSet Configuration For Flex Web Application?

Dec 10, 2010

I am looking for an approach that will allow me to (somehow) dynamically pass the server name, server port, and web context to my Flex client so it can create a ChannelSet for it's RemoteObjects to use. These three properties are, of course, readily available to my Java server-side code so I just need a way to get them to the client.

By default, Adobe says you should compile your Flex application against the server configuration file "services-config.xml". This is a highly inflexible practice that Spring says should be avoided (I agree).

One popular approach is to use Flex's http service to download an XML configuration file. I like this idea, but I don't want to hard-code an XML file and keep it inside my WAR file. Is there a way to dynamically generate this from Java code?somehow use flashvars to pass the properties in from the containing HTML page to the SWF file. But again, I don't want to hard code them into the HTML page. Is there a way (maybe with Javascript?) to dynamically set the value of these when the page loads?

View 1 Replies

Java :: Write Log Files In Webapps/application Directory On Tomcat?

Nov 29, 2010

I write a flex + java application using the blazeds framework. when i write log files in my java classes the default path is the java path on the server. I want it to be my application at the tomcat/webapps/application directory when i write it hard-coded it failed (maybe bacause of permissions) but, i want it to be general (not hard-coded) so, what do i need to change in my java code in order to write files in my webapps directory? maybe it just an xml configuration?

View 3 Replies

Actionscript :: Keydown Event Reusable Code / Write Once And Use Anywhere In Flex Application

Apr 5, 2011

I am new to flex framework.I have created an application using flex framework 4.1 which is having various components that are shown to the end user in the form of a popup window using <mx:TitleWindow>.This titlewindow is closed either on the click of the close button (displayed in it's titlebar) or by pressing the "escape key" on the keyboard.I coded a functionality wherein I close the current TitleWindow whenever an 'escape' button is pressed.Here is what I did.On the keydown event of TitleWindow I called this function.[code]I had to repeat this code for every TitleWindow that I have used in the project.How can I write the above functionality only once and reuse it amongst various TitleWindow and other components so that the code for the same is not repeated across various components? Every TitleWindow that I am using has different code, scripts and layout in it.

View 1 Replies

Java :: Verify Contribution Of Client-server Network Latency In Application Performance

Sep 24, 2011

We have a typical Flash+J2EE application that makes multiple requests from client to server (over Flex remoting), which is taking quite a long time on some client systems (and hence results in poor application performance on such systems).

Now, suspecting issues with network connectivity (latency) on such client system(s), we need to identify how far does it contribute to the slow response of the application (rather than performance issues in the application itself).

So, what are the best way(s) to diagnose this on a client system (Windows)?

Note that we have tried profiling our application, which does not indicate bottlenecks there, so we just need to clearly identify the possible network issues.

View 1 Replies

ActionScript 3.0 :: Write A Simple Application Which Passes Data Between Two Remote Computers Over The Internet

Sep 23, 2008

I want to write a simple application which passes data between two remote computers over the internet. The application I really have in a game where moves are passed between two remote clients. what server can I use to my game moves to my friend boris?how can i communicate with this server in actionscript?

View 3 Replies

Media Server :: FMS Create A Text File And Write Data Into It In The Application Folders?

Sep 26, 2009

Recently, I writed a programe about creating a text file and writing data into it in the server application folder. My code is as following:

[Code]...

Supplement: The text file named test.txt doesn't exist before create the fileObj, an instance of File Class.

View 1 Replies

Ruby On Rails :: Write XML File From A Flex Application Back To A Rails Server?

Feb 2, 2010

I have a XML-file, which I want to send to a rails server. To do so I use the following code:

<mx:HTTPService id="dataService"
result="resultHandler(event)"
resultFormat="e4x"/>

[code].....

View 1 Replies

Flex :: File Write Permission To Application Directory In Windows 7 In Flex?

Aug 11, 2010

I am creating an AIR application using Flex. In it I use a file in application directory to store some data in it.Its working very well to read and write data to this file with various OS except windows 7. In windows 7 it is not working. May be its a permission problem.

How can i write file in the application directory with Windows 7 ?

View 2 Replies

Media Server :: Find Client Disconnected When Client Lost Net Connection?

Oct 27, 2010

how can I find on fms server that client disconnected if if client disconnected due to power cut off. I client manually close the application then onDisconnect on server is called but if due to power cut off it does not called.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved