Hello all.
I have a serious problem in my flex client applications.
I have an apache server with php web services.
the flex client makes an httpservice requests.
I noticed that the httpservice requests that runs from the creationComplete event of the application does not always get data from the server.
but HTTPservice requests called fr...
I'm setting sessions. And then checking the session by another PHP page. When I login using the browser and then checking using the browser then everything is ok.
When I check the is Logged or not by calling the PHP file from a flash file then it can't find any session data.
Why is that? and how to solve it?
...
I'm having a graphics problem on drawing lines in Flash Player, where two lines drawn on top of each other with different thickness don't align properly if I use any other JointStyle than MITER. For pictures of the effect, and for the graphics oriented part of the question, see my post over on doctype.
However, there's also a second ang...
I understand Flash CS5 isn't the best way to make an app, but I'd really like to test out the apps I've made with it on my iPhone. Has anyone come up with a way to modify Flash CS5 so it doesn't require a Developer Certificate or Provisioning Profile (like the way you would modify Xcode so you can compile apps without paying $99 for the ...
How to compile Flash .fla files into .swf via command line on a Windows based operating system. Command line tools that need to be installed are ok.
Can anyone suggest me what to do? (in a straight forward way). :-) Thanks.
...
Is there any tutorial on starting (not install but application start\wake up call with parameters) Adobe AIR app from browser (on button click within flash app using JS function or what ever is needed)?
Blog articles or any other materials wanted...
...
Is it possible to determine if Adobe AIR app is running from browser?
So I want to check if app is on, how to do such thing?
...
What's the easiest way to store a simple numeric variable on my server and then have a Flash application also hosted on the server read/write the variable?
I've seen various xml solutions, but they look too complex for such a simple job. Is there a way to just read/write a simple text file with just AS3 and no middle-ware?
...
I'm looking for a tool to create just the skins for different kinds of Flex 4 components. Are there any?
I'd like to be able to create the components myself and have the designer/artist do the skin, but I don't think they'd like the idea of doing them by writing MXML files.
...
How can one put components into an advanced data grid?
I wish to have a standard row with string items except two items,
no 1 there is a date field and I need a date selector for it.
no 2 in another cell of the row I want to put a drop down list box containing text "40" and "20" or you can manually edit the cell so that it displays what...
Hi there,
i'm loading a Flex Application in my AIR App and i'm using the childSandboxBridge and parentSandboxBridge to communicate between those two. Works like a charm.
But i've tried to load a Flash Application (the main Class extends Sprite, not Application) and therefore i get a SecurityError when trying to set the childSandboxBrid...
All of a sudden Flash Builder 4 is missing all kinds of fundamental things and is generating incorrect errors. I've had the same issue yesterday, where I fixed it by downloading a new Flex SDK and importing that into FB. I did this again, but this time it fixed nothing.
I don't think it's something I did, like removing critical refere...
I am trying to generate an <object> tag only embed code and cannot get Firefox to pass Flash along the FlashVars values. This seems to work everyplace else that I've tried it but fails in Firefox. Here is a sample of the embed that I'm using:
<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-44455354000...
Hi, is there any way to target a MovieClip from an external class that's NOT the Document Class?
Is it correct to have the Document Class as Main AND View?
...
Hi all -
I have a Flash Tilelist component (not flex) and have set it up so that 4 rows of 3 tiles each are visible before scrolling. I should note that I'm using a horizontal layout because I need a horizontal scrollbar. I realize using a vertical layout would sort the way I want but gives a vertical scrollbar.
The problem I'm encount...
Hey folks, I'm pretty new to flash, so maybe I'm missing something.
I'm using CS5 flash professional to build a swf. I have it publishing to flash 8, actionscript 2. but it will only work with browsers that have 10.1+ plugins, no matter what I try.
is there something really obvious that I'm missing?
Edit:
I'm using swfobject.embed. i...
Hey im a noob in flash cs3 and i want to create a jeopardy game where when a button is pressed we go in to the main question scene and when we come back the button the we pressed is now disabled via 'button._visible=flase'...pls any help...any suggestions or links to tutorials or tutorials from you guys or girls will grateful thanx...
...
Hi,
My text animation works perfectly, but doesn't repeat. How do I get this to repeat?
Sorry I don't know Flash that well, but I just want this to play over and over. Thanks.
var myArray:Array = ["Big",
"Holiday",
"Sale",
"Buy",
"Now",
...
In the past week it appears that Yahoo has changed their crossdomain file to only accept Yahoo domains (http://maps.yahooapis.com/crossdomain.xml):
This is causing my applications that use Yahoo Maps to stop working (i.e. security exception). I cannot proxy the calls to Yahoo because the URL is embedded in...
We are facing one issue directly connected with our Flash API we've given to a 3rd party flash vendor.
To make a long story short, our API basically wraps domain logic on client and creates a single POST request towards the server in JSON format.
All will be ok except in combination MacOS + Safari we receive double requests on server (?...