Mailing List
Home
Flash Pro
Extending Flash
Flash Macromedia Developer
Subjects
Firework Effect
setInterval bug identified and fixed
setInterval bug identified and fixed
ScrollPane component doesn 't auto update
Help: MX 2004 How to script a print button to print the entire sli
Event Dispatcher between classes
memory management removeMovieClip /
MX2004 Dataset itemClassName
Order of events per frame
XML to Object help
Textfield prototype question
Flash and QuickTime VR
Reading and displaying RSS feeds in Flash MX
Flash MX 2004 Sucks
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash Interface with 10mb xml file
Web Service Results
Listener Object 's best practice
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Using JSFL from a component SWF panel?

Using JSFL from a component SWF panel?

2004-08-07       - By Ibis Fernandez

 Back
Reply:     1     2  

I have a component which I want to have a custom SWF UI in the properties
panel. Is it possible to use JSFL in the SWF UI? I 've done a few test and as
suspected, I can 't but maybe there 's a workaround or some kind of gateway
script available or something. Any help, greatly appreciated. Thanks.

- Ibis

-- --Original Message-- --
From: Extendflash-bounces@(protected)
[mailto:Extendflash-bounces@(protected)] On Behalf Of kakayuki toriumi
Sent: Friday, August 06, 2004 2:18 AM
To: Extending Flash
Subject: Re: [ExtendFlash] Urgent - plz help me

Hey zeeshan,

U have to manipulate with the "selection ".

Use "for " like this:


for (var i=0; i <3; i++ ){...}


If you want to write a do-while Action Script:

var timlin = this.curDoc.getTimeline();//timeline obj.
var lay = timlin.layers[timlin.currentLayer];//actual layer
obj
var fram = lay.frames[timlin.currentFrame];// actual frame
obj

// actionscript writing:
var as=fram.actionScript;
as= "//--\n//This is an action script:\n\n ";
as+= "var abc=new Array();\n ";
fram.actionScript=as;


You wrote:

zncp > Dear

zncp > I want to solution of following problem which i face..

zncp > I created a MC named 'Movie1 ', then i copied it three times in design
zncp > time..

zncp > i want to call all or any of the four movie clip in a do while loop

zncp > what should i write.

zncp > plz help me..
zncp > __ ____ ____ ____ ____ ____ ____ ____ ____ ____
zncp > Extendflash mailing list
zncp > Extendflash@(protected)
zncp > http://flashguru.co.uk/mailman/listinfo/extendflash_flashguru.co.uk

zncp > Courtesy of FlashGuru LTD.



--
Zoli



__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Extendflash mailing list
Extendflash@(protected)
http://flashguru.co.uk/mailman/listinfo/extendflash_flashguru.co.uk

Courtesy of FlashGuru LTD.



__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Extendflash mailing list
Extendflash@(protected)
http://flashguru.co.uk/mailman/listinfo/extendflash_flashguru.co.uk

Courtesy of FlashGuru LTD.