Re: [Flashcoders] DoubleClick AS2 swc/library

2010-03-02 Thread allandt bik-elliott (thefieldcomic.com)
can't find the swc anywhere - knowing google, they've prolly named it something bizarre to avoid people reverse engineering it On Mon, Mar 1, 2010 at 9:24 PM, Jim Lafser jimlaf...@yahoo.com wrote: If you have a SWC, you should have the file. Open the SWC using something that can look at pkzip

Re: [Flashcoders] (no subject)

2010-03-02 Thread Geografiek
Thanks all, I was afraid of that Henrik. Up the MVC path then (br feel like Little Thumbling in the fairy tale ;-)) cheers Willem van den Goorbergh On 1-mrt-2010, at 19:41, Henrik Andersson wrote: Geografiek wrote: The theoretical problem remains: myArray knows it contains item1 but

Re: [Flashcoders] addEventListener Problem

2010-03-02 Thread Susan Day
2010/3/1 Beatrix Krümmer-Frau birik...@hotmail.de Did you check the spelling? Thank you all. Yes, yesterday's lesson was brought to me by the letter 'N' lol. Today's lesson is different. Here's my code: function DisplayPicLoaded(evt:Event):void { var container:Sprite = new Sprite(); var

Re: [Flashcoders] addEventListener Problem

2010-03-02 Thread Geografiek
Hi Susan, In DisplayPicLoaded you add displayObject as a child of container. So in navToURL you can reference it as e.currentTarget.displayObject HTH Willem van den Goorbergh On 2-mrt-2010, at 13:59, Susan Day wrote: 2010/3/1 Beatrix Krümmer-Frau birik...@hotmail.de Did you check the

Re: [Flashcoders] addEventListener Problem

2010-03-02 Thread Susan Day
On Tue, Mar 2, 2010 at 9:15 AM, Geografiek geograf...@geografiek.nl wrote: Hi Susan, In DisplayPicLoaded you add displayObject as a child of container. So in navToURL you can reference it as e.currentTarget.displayObject Half-way there. I now have this code: function

Re: [Flashcoders] addEventListener Problem

2010-03-02 Thread Geografiek
Hi Susan, Didn't you attach that url in DisplayPicLoaded in the line displayObject.url = myURLs[countRounds];? Error 1119 has to do with referring to a non-existent property. Do you know which? Tracing is your friend here I would say. To be honest I don't know if the Navigate.to line is

Re: [Flashcoders] addEventListener Problem

2010-03-02 Thread Susan Day
On Tue, Mar 2, 2010 at 9:47 AM, Geografiek geograf...@geografiek.nl wrote: Hi Susan, Didn't you attach that url in DisplayPicLoaded in the line displayObject.url = myURLs[countRounds];? No. I attached jpgs. Error 1119 has to do with referring to a non-existent property. Do you know

Re: [Flashcoders] addEventListener Problem

2010-03-02 Thread Susan Day
On Tue, Mar 2, 2010 at 9:58 AM, Susan Day suzieprogram...@gmail.com wrote: On Tue, Mar 2, 2010 at 9:47 AM, Geografiek geograf...@geografiek.nlwrote: Hi Susan, Didn't you attach that url in DisplayPicLoaded in the line displayObject.url = myURLs[countRounds];? No. I attached jpgs.

[Flashcoders] web video

2010-03-02 Thread Gustavo Duenas
Hi coders I know that I can control a flv from as3, but there is a way to do the opposite? I mean I have a video (flv) in one movie clip, when the video reaches the second 45, can I trigger an event? is that possible?, if so there is a tutorial pointing to that in the internet? Regards,

Re: [Flashcoders] web video

2010-03-02 Thread Eric E. Dolecki
Use cuePoints... Google that. Each triggers an event. Thanks, Eric On Mar 2, 2010, at 7:40 PM, Gustavo Duenas gdue...@leftandrightsolutions.com wrote: Hi coders I know that I can control a flv from as3, but there is a way to do the opposite? I mean I have a video (flv) in one movie clip,

Re: [Flashcoders] web video

2010-03-02 Thread Karl DeSaulniers
I think cue points are your friend on this one. You have to put cue points in your video then reference the cue points in your AS. Karl Sent from losPhone On Mar 2, 2010, at 6:40 PM, Gustavo Duenas gdue...@leftandrightsolutions.com wrote: Hi coders I know that I can control a flv from

Re: [Flashcoders] web video

2010-03-02 Thread Karl DeSaulniers
Google AS3 cue points Karl Sent from losPhone On Mar 2, 2010, at 6:40 PM, Gustavo Duenas gdue...@leftandrightsolutions.com wrote: Hi coders I know that I can control a flv from as3, but there is a way to do the opposite? I mean I have a video (flv) in one movie clip, when the video

Re: [Flashcoders] web video

2010-03-02 Thread Nathan Mynarcik
Or, you could trigger a timer when it starts and when it hits 45 seconds call your function. Are your users pressing play or does it start automatically? --Original Message-- From: Gustavo Duenas Sender: flashcoders-boun...@chattyfig.figleaf.com To: Flash Coders List ReplyTo: Flash