  | |  | Using JSFL from a component SWF panel? | Using JSFL from a component SWF panel?
2004-08-07 - By Ibis Fernandez
Back 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.
|
|
 |