ActionScript 2.0 :: Flash Application Create A Connection To A Remote Application?

Aug 6, 2003

I need to make my Flash application create a connection to a remote application and have the remote application send periodic updates to my Flash animation. The remote app is written in VB 6, and does not support XML sockets. However, I don't need the ability to send or receive XML since I am going to be overriding the onLoad() event anyway.

Or maybe I do need that ability... I'm having trouble getting my onLoad() event to trigger. Right now I'm just testing the onLoad event like this:

[code]...

So, basically I'm trying to find out how I can format the data I'm sending it so that the onLoad() event triggers. I've read that the XMLSocket object listens for the Null byte, so perhaps the data I'm sending it doesn't terminate properly. I need a persistent connection from Flash to the VB app because the VB app will be the one initiating the updates to the Flash application. Is the XMLSocket the way to go here, or is there another class of objects that I'm missing?

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Create IPad Application But Flash Professional Cs5 Only Allow To Make Iphone Application

Nov 9, 2011

I am using Flash profassional cs5 and want to create an iPad application but it only allow to make iphone application. It allows to install on iPad but the resolution is very small.

View 1 Replies

Flash :: Flex - Using Media Gateway Application - Status Is Not Getting Update Like: "Connection Failed" Or "Connection Success"

Dec 17, 2010

I got a IP Communications new account having following paramters:

[Code]...

Its showing me connecting ... Status is not getting update like: "Connection Failed" or "Connection Success". how to use the above information in this app,

View 1 Replies

Mysql :: Connect Flash Builder 4 Application To The Remote Database?

Jul 1, 2010

I want to get data from a database of my site. In the setting of the project point out Root URL: http://...:** But what to set in Root folder?

Already tried the two dozen variants and Validate location does not work.

View 1 Replies

Automating Remote Software Updates In Adobe Flash Application

Feb 2, 2011

I have a desktop flash application (.exe). Is there a way to automatically update the client's software to the last version?

View 3 Replies

Professional :: Remote Debug A Flash File Running Inside An Application?

Jan 14, 2010

I'm an application developer, and my standard usage of Flash is as follows: I'm creating an executable application, which contains a ShockwaveFlash object instance, which in turn is displaying a Flash Movie Clip - also created by myself. The executable application and the contained Flash clip are communicating via the ActionScript ExternalInterface (using XML strings) and the FSCommand.
 
I'd like to be able to debug the ActionScript code of the Flash file while I'm running/debugging my executable application. For that, I need to be able to start a remote debugging session from the Flash object running inside my executable. Problem is, I did not find any way of doing this.
 
When I publish the Flash SWF file with "permit debugging" checked, I'm able to start a remote debugging session when I'm displaying the file in a player or a browser (the "debugging" option is shown at the right-click menu of the Flash object), but I'm not able to do the same with the object inside my executable (the "debugging" option doesn't exist on the menu).
 
Environment Details: The executable application is using the ShockwaveFlash COM file to create the ShockwaveFlash object. The executable application is created using VB.NET, Visual Studio 2008, .NET 3.5. The Flash SWF file is created using Adobe Flash Professional CS4. I'm developing under Windows XP (SP3).

View 1 Replies

Database :: Using Remote PHP Service With Flex AIR Application?

Feb 16, 2010

I'm developing a Adobe AIR application using Flash Builder 4. This app needs to access a remote PHP service which is being hosted on a remote web server. I am having troubles figuring out how to add a PHP data service which uses a remote service. I can add the PHP data service in Flash Builder as a service hosted on localhost, but given that this will not be feasible when the application is deployed, will not work. How to connect a Flash Builder (Flex) project to a remote PHP data service?

View 2 Replies

Flex :: Add Detailed Remote Crash Reporting To Air Application?

Mar 1, 2010

I will be releasing my Air/Flex application soon, but I am pretty sure there are a couple of bugs that may pop up on the various platforms that Air is available for. So I was wondering if there is a way to implement a mechanism, that would send an error report, logging where the error happened, to a remote server each time an app crashes? This way I might catch errors that otherwise would go unnoticed.

View 1 Replies

Flex :: Build A Remote File Explorer In An Application?

Jan 25, 2011

I'd like my users to be able to easily navigate their files, which live on my server. Is there an obvious / built in way to build the front end for this in Flex? My ideal scenario would be to have something that looks like the local file browser - but I'm pretty sure that's not an option (although I'd love to be wrong)

View 2 Replies

Java :: Flex Application Resets Connection When Using XmlSocket?

Mar 23, 2010

[URL]

I am using the same java server given there. and I am creating the XmlSocket in a flex air application. When I run my air application I get a java.net.SocketException connection reset at the java server.

Both are stand alone applications on my desktop.

Flex Code:

<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" initialize="init()">

[Code].....

View 1 Replies

Actionscript 3 :: Flash - Why Size Of An .ipa File Is Large As I Export A Mobile Application As IOS Application

Aug 18, 2011

I have made one one mobile application in flash builder using flex mobile project I have a question that "why size of an .ipa file is large as I export a mobile application as iOS application.???? in compare to that same application for android takes small size!

View 1 Replies

Flash :: Adding New Files To Application Storage Directory With AIR Application Installer

Feb 4, 2011

I have an AIR app that gets bundled with XML files that the app needs. These get put into the APP Storage Directory, of course. Works great. But when I install a new version ( which includes new XML files) , the new files don't get added or overwrite the ones from the previous version. It seems that if that directory is there from a previous install, the installer will ignore the part where it moves included files.

View 1 Replies

Android :: Flash - Back Button Unloads Application After Changes CurrentState Of Application AIR?

Sep 20, 2011

I am creating an application. At one view I have three states. If I changes state and than back button pressed it unloads the application.I am developing it in Adobe AIR.

View 1 Replies

ActionScript 3.0 :: Sockets - Flash Application And Windows Application Works For String Buffer But Not For Object?

May 6, 2011

I want adobe sockets to send "customized" class object to a server socket(WinSock2). I used socket.writeObject(myClassObj). Actually My flash application and windows application works for string buffer but not for object.

Code:
//Flash
var buffer:String = "God Bless Us";
socket.writeUTFBytes(buffer);

// WinSock2
iResult = recv(ClientSock, recvbuf, recvbuflen, 0);

Is there anything I must do before writeObject() is used.?

View 3 Replies

Flash :: Make User Go To Application Page Instead Directly Go To Application?

Aug 26, 2011

Currently i'm developing a facebooks apps with falsh application. i've have completed the development with all API required to run a facebook apps. Everything went well and it's live now. My question :

1. How can make user to go directly to the application page everytime they click the link posted by user who already use the application instead going to the canvas page applications. i'm been trying to look for the article that support saying that user will go directly to application directly to canvas application page instead of going to the application page.

View 1 Replies

Python :: Make A Flex Application Where It Gets Data From A Telnet Connection?

Feb 7, 2010

I am trying to make a flex application where it gets data from a telnet connection and I am running into a weird problem.To give a brief introduction, i want to read data from a process that exposes it through a socket. So if in the shell i type telnet localhost 8651i receive the xml and then the connection is closed (I get the following Connection closed by foreign host.)

Anyway i found a simple tutorial online for flex that essentially is a telnet client and one would expect it to work but everything follows Murphy's laws and nothing ever works.Now i have messages being printed in every event handler and all places that i can think off. When i connect to the socket nothing happens, no event handler is triggered even the connect or close handler and if i do the following the socket.connected returns false! I get no errors, try catch raises no exception. I am at a loss as to whats going wrong?

socket.connect(serverURL, portNumber);
msg(socket.connected.toString());

Is there something about telnet that i do not know and its causing this to not work. Whats more interesting is why none of the events get fired.The following is the python code that works!

def getStats(host, port):
sock = socket.socket()
sock.connect((host, port))[code]....

View 2 Replies

Flex :: Develop The HTTPS Application Using Java - Remote Objects Or HTTPServices

Feb 8, 2010

I need to develop the HTTPS application using Flex and Java. But i have idea about remote objects or HTTPServices. which one is the best for developing HTTPS application.

View 1 Replies

Flash :: Application Which Can Relay Another Application On Media Server?

Oct 5, 2010

Is there any application which can relay another application on Flash Media server? For exmaple I have a "live" application on the server. I want another application, "liverelay" which can basically relay what is coming on the "live" application. Is it possible? If so how can I implement it? Looking forward to a response.

View 12 Replies

Actionscript 3 :: LocalConection Between A AIR Application And Flash Player Application?

Nov 23, 2010

I'm trying to connect a AS2(swf on Flash player using Flash CS4) and AS3(swf on AIR using Flash Builder 4), but I get an error when I send a command from the AIR app:

[StatusEvent type="status" bubbles=false cancelable=false eventPhase=2 code=null level="error"]

How can I debug this?

View 1 Replies

Flash :: Start IPad Application From Another Application Builtin

Aug 19, 2011

Do you know is it possible to start iPad application from another application that is developed in Flash? I need to create small iPad app with two buttons (and some graphics/animation) in Flash. Clicking on those buttons, another iPad application should be started. My guess is that will use ExternallInterface, but I don't know what to send :)

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

Flex :: Access A Remote Java Class (on Spring/BlazeDS) From The Cairngorm Application?

Nov 5, 2009

I seem to be getting the following error when I try to access a Remote Java class (on Spring/BlazeDS) from the Flex/Cairngorm application. I am going crazy at the moment trying to see what is wrong

[Code]...

View 2 Replies

Create A Flash Application?

May 29, 2009

I'm trying to create a flash application where the user can add points (I call them draggers) and he can move those points around an image. What needs to happen is that I will use these points and their coordinates to change the image.
 
What I need help on is how to accomlish the rotation. Let's say the user has added three points on the stage, and they want to rotate the three points along the center of whatever triangle they form.

[Code]...

View 1 Replies

Create An Application Switcher In Flash?

Feb 15, 2010

A while ago, we created a replacement shell to run as a front end for a cybercafe. It was nothing fancy; just a flash movie that had button links to IE and a few trusted applications.

I'm trying to develop it further now and am wondering two things:

1. Is it possible to send an application to a frame within a movie? For example, have a static movie at the top with links, then when a button is pressed, the menu remains but the application opens below without overlapping. I know I can use HTML and frames but really want to keep it all in one movie/swf.

2. Is it possible to build on the above and have some sort of application lister that will allow you to switch between the two applications you have running. For example, a user may opem IE, the open Word. Word has now replaced IE and I want the user to have a simple click button to go back to an existing window rather than open another instance from the menu.

View 1 Replies

Flash :: Create SWF Movie From C# Application?

Sep 21, 2011

I'm working on C# application where I get some user input, so I'd like to save it as animation to SWF.

I searched the web for some open library to do that, but I've found only dead links. Is there any open library for that?

View 2 Replies

ActionScript 3.0 :: Create MS Paint Like Application In Flash?

May 30, 2010

I am creating a MS paint like application in flash.... for this i have taken a movie clip named board.....nd i am allowing to draw different shapes in it through drawing API. But i want to create a bucket tool so that when user click in the shape drawn in movie clip (through addchild()). The color of that shape should change..

View 5 Replies

Actionscript 3 :: Create An AIR Application In Flash Builder 4 Without Xml?

Mar 17, 2011

I am an actionscript developer and I know nothing when it comes to mxml. recently switched to using flash builder and I really like it but I want to create an AIR application in flash builder but I don't want to use mxml since I don't need any of the built in framework to accomplish my goal.Is that possible? If I have to use mxml to start the application how do I use .as files with .mxml files?

View 2 Replies

Flash :: Use File To Create An Application For Ipad?

Jun 8, 2011

How to call flash file in ipad application. Is it possible or not? Is there any way to call flash file in iPad application?

View 2 Replies

ActionScript 3.0 :: Create A Localizable Application In Flash?

Jan 21, 2011

I've been struggling my mind for two days and I can't still find an easy way to localize a Flash movie. Well, *tons* of flash movies... Previously (AS2) I was using the old trick of using variables in textfields. So if you used as var name "_root.text057" and you did something as "_root.text057='blah'", the text field was automatically updated.

What would be the more fast and efficient way to create a localizable application in Flash/AS3? I'm under the assumption that the programmer doesn't know exactly what is going to be loaded in his movie (how many text fields and so on) but he must still provide a mechanism as automagic as possible in order to redirect those pesky strings in a XML doc into the textfield where they should reside.

[Code]...

View 0 Replies

ActionScript 3.0 :: Create Similar Application Using Flash?

Jun 15, 2010

Does anyone knows how to create similar application using flash?

View 9 Replies







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