[Flashcoders] Attach/Duplicate

2005-11-26 Thread Devendran I
Hi guys, I would like to duplicate a movieClip in a specified location, is it possible? (sample, I would like to duplicate _root.source_mc and have to set inside _root.capture_mc.sourceCopy_mc) Thanks Devendran.I - Yahoo!

[Flashcoders] Extract Attribute values using XPATH

2005-11-26 Thread Sajid Saiyed
Hi, Is it possible to extract attribute values with XPath? using the syntax: /Nodename/[EMAIL PROTECTED] I am able to select the node that contains an attribute, but then how do I extract the value of that attribute? thanks ___ Flashcoders mailing

[Flashcoders] Re: Extract Attribute values using XPATH

2005-11-26 Thread Sajid Saiyed
The attribute value i want to extract is here: Nodename Node attribute=sometext / /Nodename On 11/26/05, Sajid Saiyed [EMAIL PROTECTED] wrote: Hi, Is it possible to extract attribute values with XPath? using the syntax: /Nodename/[EMAIL PROTECTED] I am able to select the node that

[Flashcoders] ScrollPane of buttons_ Not

2005-11-26 Thread adennis
Sorry to but in...but thought since your conversation seemed to imply a working knowledge of ScrollPane use: Maybe you can give me a code line hint or example to allow my buttons in my scrollPane to Load swf.s? Any help ? Dennis - Original Message - From: Marc Hoffman [EMAIL

RE: [Flashcoders] enable all movieclips to broadcast their onRelease event

2005-11-26 Thread Aaron Haines
Thanks That works a treat. Great. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of robadt Sent: 25 November 2005 19:42 To: Flashcoders mailing list Subject: Re: [Flashcoders] enable all movieclips to broadcast theironReleaseevent Aaron Haines wrote:

Re: [Flashcoders] Dynamic Function problem

2005-11-26 Thread Hans Wichman
Hi, leaving the is-this-really-the-design-that-u-want discussions out of the equation, var _root.current is not going to work, it should be var current:Function; I tried it, and it works that way. Like I said though, you might want to rethink this design. greetz Hans At 03:38 PM 11/26/2005,

RE: [Flashcoders] How to use the same MC instance in atweenedanimation?

2005-11-26 Thread Kevin Boyd (MMCR)
Ok that's a good idea! So just wanted to check that fundamentally each time you want to animate a MC using tween animation on the time line you have to create a 2nd instance of the sprite for the end keyframe? So say MC is on frame 1 you have to press F6 to insert a 2nd keyframe at say frame 10

Re: [Flashcoders] ScrollPane of buttons_ Not

2005-11-26 Thread Marc Hoffman
The way i set it up, the scrollPane content path is pointed to the linkage identifier of a movie clip in the library. That movie clip has code in the first frame to create empty movie clips that load the content I want (in this case, an array of jpegs from the web server). As you create the

Re: [Flashcoders] Dynamic Function problem

2005-11-26 Thread Hans Wichman
Hi, thats strange becoz i copied and pasted ur code and it worked, this means it is probably a scoping issue. Anyway, the idea of calling functions dynamically is not bad practice in itself, it just may lead to hard to understand and maintainable code. Thats just simply a thing to look out for,

Re: [Flashcoders] ::::::::::::: How to trace a movie ::::::::::::::: ? ? ?

2005-11-26 Thread John Grden
You could see all of that information at runtime with Xray as well as control your movieclips and objects: www.osflash.org/xray hth, Let me know if you need any help using Xray ;) On 11/26/05, Devendran I [EMAIL PROTECTED] wrote: Hi guys, I need help from u. Is there any simple way to