Authenticating against Twitter within a Flex Mobile View. I do all of it within a StageWebView window so I can have them type the pin into the app while seeing it.
Categories
Authenticating against Twitter within a Flex Mobile View. I do all of it within a StageWebView window so I can have them type the pin into the app while seeing it.
Using the Facebook AS3 library to authenticate in a Flex Mobile View
I recently has to work on an AS2 project (yuk) and create circles dynamically. Here is a handy function for this.
The code below assume you have a method in your external SWF called testing().
// Adjust Volume on FLV Video
// note t0 self – place inside class declaration with vars – include Flex SDK swc (flash CS4)
// On a new layer, add the following Actionscript to the frame requiring to be paused. 1000 represents the delay in milliseconds, being 1 second.
var bitmap:Bitmap; for (var i:int = 0; i < this.numChildren; i++) { bitmap = this.getChildAt(i) as Bitmap; if (bitmap) break; } Go to Source
// Create button that covers the entire ad. Create an instance of the button on the main timeline and name it “clickTag_bn” in the properties palette.