I\'m trying to bullet proof a URLLoader and wondering where I need to capture things like 404s and more importantly, mid-session timeouts and connectivity failures.
Using the URLLoader is there anyway to get the filename of the file that has been loaded? public function loadCSS():void {
I\'m having an issue sending a huge (~4MB) block of data from flash, to my java servlet, currently I\'m transferring the data using URLVariables, however it seems there\'s a limit to this (because it
I am new to action script 3.0. Help me to understand how can I load data with URLLoader. So, I have an aplication like:
I\'m trying to load an external image into my air app. CODE HERE (http开发者_开发百科://pastie.org/2314164)
I have a scheduling application that allows users to save any changes.When the user clicks the save button, Flex sends all the information to a coldfusion script which picks the information apart and
I\'ll try and keep this short. I\'ve written an AIR app that uses an HTTPService to request various bits of data.There can be multiple services firing at once, so I use the standard AsyncToken behavi
I\'m writing mp3 player in flash for my website. It needs first to load xml file(from external source) with .mp3 info then .mp3 file. I use URLLoader.load to load xml file.
does anybody have a good explanation of the as operator? On one hand it seems to me, that it is often better to use as instead of instantiating a new object.
I have an AS3 swf which users can upload jpg images to my EC2 instances which sit behind and Elastic Load Balancer. The jpg images are converted into bytearray data and sent using URLLoader.load(URLRe