-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I would like to know if is there any easy way to test actionscript by using some kind of application like ruby's irb or javasctip spidermonkey where you can just open up your terminal and type the code straight away.
This would be a good time saver when speaking of actionscript, since to test…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i have custom flvPlayBack player, i want to do like add Custom CuePoints using ActionScript and making one button Event , On click of that button , Flv should seek to that CuePoints added using ActionScript .
I am using below code to do that.
var rtn_obj:Object; //create cue point object
my_FLVPlybk…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Anyone knows?
To deal with all the things you can do
with FMS3, you have two additional
language Application Program
Interfaces (APIs). Both APIs are
extensions of ActionScript and are
called Client-Side Media ActionScript
and Server-Side Media ActionScript, or
in this book, simply…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to display "Hello World" with calibri.ttf using only AC3. How would I do that?
Found two solutions on the web but I cannot use any of them
- The Adobe documentation site requires the use of Flash CS4. (Don't know how to use this in Flex Builder)
- The embed tag method requires FLEX SDK
Is…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to display "Hello World" with calibri.ttf using only AC3. How would I do that?
Found two solutions on the web but I cannot use any of them
- The Adobe documentation site requires the use of Flash CS4. (Don't know how to use this in Flex Builder)
- The embed tag method requires FLEX SDK
Is…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In Flex3, I could compile pure as3 code and use "embed" tags to load in images. This was done by Flex making a BitmapAsset class.
I can still do this in Flex4.
However, there was a trick to fakeout flex3 and use my own mx.core.BitmapAsset class to remove some of the extraneous stuff Flex's BitmapAsset…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So below is the code I have so far. For now I simply want to make it draw a square and have it show up. Right now when I click the area defined in MXML as <components:PaintArea width="100%" height="100%" id="paint-a"></PaintArea> it shows nothing; however, the actionlistener is getting…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So below is the code I have so far. For now I simply want to make it draw a square and have it show up. Right now when I click the area defined in MXML as <components:PaintArea width="100%" height="100%" id="paint-a"></PaintArea> it shows nothing; however, the actionlistener is getting…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi guys,
What are the advantages of migrating a Flex 3 app (Java backend, BlazeDS, Spring, Hibernate) to Flex 4?
One of the biggest advantages of Flex 4 is design. Assuming that design / UI isn't a big driver for the business right now as compared to performance, what are the other factors we can…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi
i have a spark List control. it has a dataProvider that shows reply from twitter search.
i have created a function for change handler like this:
protected function list_changeHandler(event:IndexChangeEvent):void
{
ta.text = coverflow.selectedItem.title;
…
>>> More