JabbyPanda’s travel to RIA world / 35 posts / categories / 85 comments / feed / comments feed
Usually, mx:HTTPService is defined in MXML in the following way: <mx:HTTPService id="accountsRequest" method="POST" url="accounts.php" result="assignUsersData(event)" fault="onErrorLoad(event)"> </mx:HTTPService> Such a HTTP request works flawlessly in Firefox browser, but in IE6 after first call the results of HTTP get cached and a new call to the remote destination never occur. The same issue is discussed at Adobe Flash Player 9 forums.My solution [...]
Recently, I had programmed a pretty solid mp3 player in AS2, Flash 8. The resulted size of the SWF is 24kb, mainly because of the embedded PNG background bitmap. I relied on External Interface to communicate with JavaScript routines and it works flawlessly for me. SWFObject was used to embed the SWF into the HTML [...]
flexunit.runner.BaseTestRunner implements TestListener Tell me what do you think of Flash text formatter plugin? Is it good or bad for posting ActionScript code snippets at my blog? Try now to follow the link My WordPress blog category section "Tools"