ActionScript 3.0 :: AIR HTTPService Internet Connection?
Jun 8, 2011
This might seem like a simple question, but I searched the internet to no avail.I am creating an air app that uses HTTPService to connect to a .net api and get a user for example. It works great when I publish the move for "Flash Player 10" as a .swf, however, when I publish it as .air it seems like there is no internet connection at all. I am assuming it's internet securities (maybe firewall). I turned off my firewall and everything that might be blocking the internet access, but nothing seems to work.
View 1 Replies
Similar Posts:
Jun 8, 2011
I am creating an air app that uses HTTPService to connect to a .net api and get a user for example. It works great when I publish the move for "Flash Player 10" as a .swf, however, when I publish it as .air it seems like there is no internet connection at all. I am assuming it's internet securities (maybe firewall). I turned off my firewall and everything that might be blocking the internet access, but nothing seems to work.
View 1 Replies
Mar 6, 2006
At the end of the movie I would like to check if the user is still connected to the Internet (they maybe on an unstable dial-up connection and lost connection). Is there anyway to do that? I mean, is there a way to check if a user is connected to the Internet using ActionScript?
View 4 Replies
Dec 19, 2011
i have my HTTPService, it looks like this :
<s:HTTPService
id="setCustomerInstalledPackageService"
url="http://localhost:8090/myapp/servletName"
[code]......
View 1 Replies
Mar 10, 2010
Is there a class in AS3 that will allow you to check if the pc on which the player resides has a current internet connection?
View 1 Replies
Oct 21, 2008
Is there a way to continually check the user's internet connection from within Flash?
The one way I've seen is to load a small file using loadVars, and if that file loads successfully, then the connection is good.
But is there something in System.capabilities or System.security that might be a better option?
View 1 Replies
Aug 23, 2006
I'm creating a stand-alone player based Flash app. Some of the required elements within it are links to areas in a site online. I need to test before hand if the user has a connection. I'm stumped on this one. I'm not worried about NetConnection etc. I'm simply trying to test if the user has an internet connection or not. Would anybody happen to know if there is a function or some combination of methods that is not browser-based that can test for an internet connection?
View 2 Replies
Jul 10, 2008
is it possable for as3 to detect an internet connection?
View 14 Replies
Sep 13, 2011
My connection at work seems to be a bit rocky. I'd like to make a simple graph using the awesome power of ActionScript to demonstrate the rockiness of work compared to the smoothness at home to my IT guys.Websites like speedtest.net won't cut it as sometimes my connection is great, with sudden cutoffs randomly. Other apps won't work as I can't install software at work.
Any thoughts on how to get started? I'm guessing I download some audio or something at regular intervals or something to test/graph (I can handle the graph part)? I don't need specifics, although I'd be delighted to see examples if any. I really just need some general guidance on where to get started.
View 2 Replies
Mar 20, 2012
I got a mxml file that launch a script on my http server through a HTTPService.send() call. Since the script on the server side takes a LOOOONG time (it could take even more than a hour) i would like to drop the connection between my air application and server when a button is clicked. Don't know why but calling HTTPService.disconnect() is totally useless... No tcp connection drops and script keeps on running on server side. No HTTPService.cancel() nor set HTTPService var to null worked.
View 1 Replies
Nov 24, 2010
How do I check for an active internet connection in Flash using Actionscript 3?
View 2 Replies
Mar 10, 2011
I've noticed in testing a problem whereby Flowplayer will not play any content without a internet connection. All the files which make up my project are stored locally, and I've gone through and checked all the paths to make sure nothing points outwards towards the internet.
Curiously if I pull the internet connection out before the web page loads, the video file fails to load, however installing a loopback adapter gets around this. How can I alleviate this problem?
For proofs sake I've loaded the page in chrome looked at the network activity;
View 1 Replies
Mar 12, 2012
I'm building an Air app with Adobe Flash CS 5. I need to check if an internet connection is available.
I'm running into this errors:
1172: Definition air.net could not be found.
: Type was not found or was not a compile-time constant: URLMonitor.
[Code]...
View 4 Replies
Nov 24, 2010
I have two versions of video - low and high bandwidth. I want to detect client's internet connection speed to show low or high version of videos. Is it possible to detect Internet Connection Speed in AS2
View 1 Replies
Dec 6, 2005
Is it possible, using Flash, to detect whether or not a user is using Cable, DSL, 56k, etc.?
View 1 Replies
Nov 24, 2010
I have two versions of video - low and high bandwidth. I want to detect client's internet connection speed to show low or high versions of videos. Is it possible to detect Internet Connection Speed in AS2?
View 3 Replies
Nov 3, 2010
I have trying to call javascript function through ExternalInterface. But flash player recomonding to have internet connectivity. i have allredy used allowscript="always" .
View 3 Replies
Nov 4, 2011
My program running in web browser. I dont have internet connection. How can i call Javascript functions.Also not working ExternalInterface.
View 11 Replies
Feb 12, 2010
I am writing a peer-to-peer binary socket program. There are only two endpoints. One socket is listening on my laptop system. The other socket is broadcasting from my desktop system. I have a third program running on a hosted server, that is available to broker the connection between the two. My problem is that when the laptop and desktop are on the same network, they both have the same internet IP address but different intranet IPs, but when the laptop is on the road, then the IP addresses are different. In order to be truly peer-to-peer, I have to write it so that after the connection is established, that the two computers communicate directly between one another. How is this generally accomplished, when the two computers could potentially share the same IP address, if they are running on the same network?
View 1 Replies
Jun 7, 2011
I am creating a local app that is going to be a swf file. Is there anyway to check if the user has internet while they are using my app. I tried this, it works great if testing the movie from flash, however, It does not work when running the swf file independently. I'm guessing this is because it is strictly intended for air app.[code]...
View 3 Replies
Apr 30, 2009
I am building a stand alone flash file which needs to detect whether the user has an internet connection on the release of a button.
View 3 Replies
Oct 8, 2009
I'm interested in building a thick client application for my existing web services that will run on the IPhone. Flash finally seems to be an option, so I thought about using Flex for client side development.
However, since flash apps are not natively supported by the IPhone, but only through a wrapper, I was wondering if these apps can persist any data. Data entered by the user should eventually be transmitted to the web service, but until then I want it to persist even if the Iphone should run out of power.
Is this possible? Or does the Iphone flash wrapper make it impossible to access the hard disk?
View 2 Replies
Sep 13, 2011
Im trying to make connection from flex to java and from java to mysql. I managed to connect to java, but having error that class not found: com.mysql.jdbc.Driver. But i downloaded mysql.jar, included it added to library, and connection works when i testing it from clipse scrapbook. Dont know what to do, i spend last couple days on this.
Class.forName("com.mysql.jdbc.Driver");
String username = "username";
String password = "password";
[code]....
Basically the solution was simple. Everybody keeps saying to put jar into lib folder, so i done it, but i wasnt realised that i have to put into my servers lib directory, not app lib directory and this miserable mistake cost so much. Anyway i hope this will help for some newbie like me.In this particular situation im using red5, so i putted it into my red5 dist/lib directory and "surprisingly" its started to work.
View 1 Replies
Mar 16, 2010
we have a two way webcam + mic connection set up using FMIS. we use to add a function that kills the connection?
View 2 Replies
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
Dec 21, 2011
I'm fairly new to AS and I have some problems using the HTPService from a VO I created.
here is my code:
[Code]...
my problem is that for some reason I don't get the result. not getting the trace "got here" - it seems that the createFields function isn't invoked. Does anyone have an idea why? Ravid Edit: Some more information, my network monitor doesn't show the request or the response, there is no result event dispatched(is it possible? ?) or at list a one that i managed to fins with the debugger Also, if I change the service.send(); into a var data:AsyncToken = service.send(); and than debug the data var its "Result" property stays null all the time. i'm sending the request to my localhost, i've checked that my url is working, other requests from a mxml file went ok without problem.
View 1 Replies
Oct 22, 2009
I'm trying to reuse the HTTPService object in a flex app but I'm running into a problem. In the handler for ResultEvent.RESULT I'm removing the listener, but it isn't removed. I've have to catch the asyncToken from send() and attach a new property so I know what it's supposed to do in the handler.URL...You can right-click and view source.Has anyone else run into an issue where listeners aren't removed? Should HTTPService not be reused?
View 3 Replies
Nov 10, 2009
How can I set a progress bar that may start when an HTTPService is sent and stop when the HTTPService ends?I followed code given here but encountered following error Type was not found or was not acompile-time constant: ProgressWin.Don't know whether ProgressWin.mxml is a component or module or what. I just created a new ProgressWin.mxml file and pasted the code you posted but following error popped out before
View 1 Replies
Mar 3, 2010
XML is cool in flex, but I have an annoying problem to solve, caused by what I can imagine is a feature. You see, when you have just one tag of something, it creates an object which is not an array. But when finds more than one, it puts it on an array structure.[code]I could check the format of resObj.specifictag (to check if it is has an array) and then duplicate the code (for each case). But -even if it's calling a function- I don't think it is an elegant solution.Well, I hope someone has a good idea on this matter. (I know from experience that SO has much more C++ experts than flex, but well...)The perfect thing would be that HTTPrequest handled every tag in a consistent way (using always arrays... though I'm guessing that that would also have its drawbacks).
View 3 Replies
Sep 1, 2010
I have an app written in adobe flex (action script 3) that I want to have interact with a web service. Because it appears I can't access the server, I've created a simple app. Source code for the ActionScript
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="[URL]" layout="absolute" viewSourceURL="srcview/index.html">
<mx:HTTPService id="concat" url="concat.php" resultFormat="text" method="POST">
<mx:request xmlns="">
<stringOne>{stringOne.text}</stringOne>
<stringTwo>{stringTwo.text}</stringTwo>
[Code] .....
When I fill in the fields and press the button nothing happens.
View 1 Replies