Tagged Questions

0
votes
2answers
13 views

AS3 ExternalInterface call using jquery

I'm calling into a flash app embedded in a html page using the ExternalInterface. The following code works fine (I'm using a button to test): $(document).ready(function(){ …
0
votes
2answers
22 views

Flash AS3 class Object calling methods

HI all, i have a class file named Main.as and another class calledr icon.as package { import icon; public class main { public var _time:String; function main() { …
0
votes
2answers
41 views

what is dispatchEvent in Flash AS3?

Hi all i want to know what is dispatchEvent in AS3. I didn't get any idea while Googling it. :( So please help me Edit 1: public static const SET_VOLUME:String = "setVolume"; private function …
0
votes
3answers
15 views

Masks in AIR with Actionscript 3

I'm trying to do a mask on a circle shape in ActionScript 3 (I'm using the Flex AIR framework). It has to do with the ecological footprint, each circle representing one earth. This ecological …
0
votes
1answer
15 views

Creating Database in action script

Hi I am beginner of AS3 and I want to make a xml file retiring and saving the data through as3 program without using PHP, if you have any idea please forward to me...... Thanks
0
votes
1answer
24 views

How to get an event for close or remove a instance in Flash AS3

package com.test{ import flash.display.Sprite; import flash.display.MovieClip; import com.greensock.*; import com.greensock.easing.*; import com.test.CreateRoundRectButton; …
0
votes
5answers
59 views

how to turn an existing color image into a black-white image ?

What diffrent approaches exists out there in actionscript 3.0 ? I found this library: mojocolors But this is more for graphics-color I guess… Thx
0
votes
0answers
21 views

Flash Video Streaming Intricacies

My client has a site where they stream in MP4 videos from a Flash Media Server. This works all fine but now they want to move all the videos to their local server (accessible on a sub-domain) and this …
0
votes
0answers
11 views

How can I connect to a Facebook account using the AS3 API and update the status?

How can I connect to a Facebook account using the AS3 API and update the status? Can anyone post an example code of this action? Thanks.
1
vote
6answers
108 views

Greensock library, which is the best option, TweenLite, TweenNano, TweenMax, TimelineMax?

Hi all, i am new in flash development, i heard that Greensock lib is the best one. But when am trying to download its really confusing. there are a lot of names like * TweenNano * TweenLite * …
0
votes
1answer
26 views

How can I bend a a display object ?

I want to make collage, Example : http://www.as3.ro/p1%5Fanim4.swf (1.4 mb); I want to bend images using as3.
0
votes
2answers
19 views

Dynamically adding movieclip to stage as3

I have buttons on the stage (run1_btn - run5-btn) that when clicked adds a movie clip to the stage.(hand) The movie clip contains a few frames of animation. When a button is clicked the movieclip gets …
0
votes
1answer
51 views

Flex SWF assets loaded into Flash SWF at runtime within same ApplicationDomain

I'm trying to load a swf compiled by the Flex SDK into a swf exported by the Flash IDE and instantiate the assets by way of getDefinition(). Normally this works fine with assets exported from the …
3
votes
3answers
49 views

How to dynamically load a progressive jpeg/jpg in actionscrip-3 using Flash and know it’s width/height before it is fully loaded.

Hi, I am trying to dynamically load a progressive jpeg using actionscript 3. To do so, I have created a class called Progressiveloader that creates a URLStream and uses it to streamload the …
0
votes
3answers
28 views

Race condition firing events in AS3

Hello I have some troubles firing and removing events in the right chronicle order. The code below gives the following output: save poster into db, and dispatch event calling service, dispatch …

1 2 3 4 5 13 next
15 30 50 per page