Re: [Flashcoders] problem with swfaddress

2009-07-06 Thread Gustavo Duenas LRS
Hi, I was wondering if this issue has something to do with the fact That I have embed fonts in the flash movie? let me know, otherwise, I'm still needing desperately help. gus On Jul 6, 2009, at 10:06 PM, Gustavo Duenas wrote: Hi I have a problem in swf address, I've been following the

[Flashcoders] problem with code

2009-07-02 Thread Gustavo Duenas LRS
Hi coders I have this code this is an onclick function function onClick(e:mouseEvent):void{ if(e.currentTarget.name ==about){ about(); }else if(e.currentTarget.name==contact){ contact(); }else if(e.currentTarget.name==commercial){ commercial(); }else{ gotoAndPlay(3);} } function

Re: [Flashcoders] problem with code

2009-07-02 Thread Gustavo Duenas LRS
== contact) { contact(); } else if (e.currentTarget.name == commercial) { commercial(); } else { gotoAndPlay(3); } } HTH Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 2, 2009, at 9:03 PM, Gustavo Duenas LRS wrote: Hi

Re: [Flashcoders] problem with code

2009-07-02 Thread Gustavo Duenas LRS
Ok I got it. the problem was that I got my buttons which were movieClips named the same as functions, I've just changed the name from about() to aboutUs () and now it is working, thank you. Gustavo On Jul 2, 2009, at 11:18 PM, Gustavo Duenas LRS wrote: Ok I've tried just what you say

Re: [Flashcoders] problem with code

2009-07-02 Thread Gustavo Duenas LRS
you could use to optimize a flash site the swfaddress, you can download it from here: http://www.asual.com/swfaddress/ and I'll send you a link for you to see how to apply this to your code, Actually the structure I have now is based on that. You can use the metadata available in your

[Flashcoders] swfaddress help needed

2009-06-18 Thread Gustavo Duenas LRS
Hi Friends. I have seen the tutorial for the swfaddress in gotoandlearn.com, but I want to use it on a project I have which is a quite different situation, 1. the website is dynamic the parts of it are me on runtime, are not present on the stage at the moment, are just called and assembly

Re: [Flashcoders] swfaddress help needed

2009-06-18 Thread Gustavo Duenas LRS
= false; newWindow.name= path; //... } HTH Glen Gustavo Duenas LRS wrote: Hi Friends. I have seen the tutorial for the swfaddress in gotoandlearn.com, but I want to use it on a project I have which is a quite different situation, 1. the website is dynamic the parts of it are me

[Flashcoders] skinning in cs4 tutorial help

2009-06-16 Thread Gustavo Duenas LRS
Anyone knows a good tutorial about how to skin the slider component for text fields in flash cs4? Regards, Gustavo ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] removing dynamically created movie clips

2009-06-02 Thread Gustavo Duenas LRS
Hi I have movie clips, that are created one I click a button, I'd like to know how could I remove then, something to put in the buttons, problem is when I try to remove the movieclip from the stage(I put the orders en every single button I have there), it says that is not created yet, there

Re: [Flashcoders] removing dynamically created movie clips

2009-06-02 Thread Gustavo Duenas LRS
Hi Glen, thanks do you think can I use: stage.removeChildAt(0); gustavo On Jun 2, 2009, at 12:08 PM, Glen Pike wrote: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/ display/DisplayObjectContainer.html#getChildByName() Gustavo Duenas LRS wrote: Hi I have movie clips

Re: [Flashcoders] removing dynamically created movie clips

2009-06-02 Thread Gustavo Duenas LRS
in that instance, yes. I used it because Stage extends DisplayObjectContainer, and you could use that chunk of code for any DisplayObjectContainer (MovieClip, Sprite) as well. I should also mention that we're talking AS3. --Matt On Tue, Jun 2, 2009 at 10:38 AM, Gustavo Duenas LRS gdue

Re: [Flashcoders] ui scroll bar

2009-04-23 Thread Gustavo Duenas LRS
nope the component is not on the first frame, how could I put in there without placing it physically? I've never try that before...do you know how, I know that is pretty simple and so beginner but I've never try it before. Regards, Gus P.d: when you said something within the IDE that is

Re: [Flashcoders] ui scroll bar

2009-04-23 Thread Gustavo Duenas LRS
Charles I've just solved, seeing the adobe documents online, I've been so dumb, it was this, so simple: function onComplete(e:Event):void{ this.pruebaTexto.text= e.target.data; myScroll.scrollTarget= this.pruebaTexto; } originally the

[Flashcoders] setting the background false on a texfield component in as3

2009-04-16 Thread Gustavo Duenas LRS
Hi I've been trying to set the background of a component that I have on stage( is a textfield) I've been using this. mc.myTextComponent.background= false; and I'm importing: import flash.text.Texfield; impot flash.text.textFormat; so far it says that this doesn't know where is the

[Flashcoders] flash cs4 crashing after the installation of suitcase fusion 2 mac

2009-04-16 Thread Gustavo Duenas LRS
Hi My flash is crashing all time after I do the preview movie, it seems to happen after I have the new suitcase fusion 2...do you know why? Regards, gus ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] odd error when I try a rss viewer on internet

2009-03-18 Thread Gustavo Duenas LRS
Hi I have this odd error using the rssviewer on the as3 samples on the adobe website. The Rssviewer is working fine locally, but when I put it on the internet it gives me this error, anyone knows why? Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL:

Re: [Flashcoders] odd error when I try a rss viewer on internet

2009-03-18 Thread Gustavo Duenas LRS
file online? On Wed, Mar 18, 2009 at 10:09 AM, Gustavo Duenas LRS gdue...@leftandrightsolutions.com wrote: Hi I have this odd error using the rssviewer on the as3 samples on the adobe website. The Rssviewer is working fine locally, but when I put it on the internet it gives me this error

Re: [Flashcoders] odd error when (solved)

2009-03-18 Thread Gustavo Duenas LRS
platform for rich media experiences - join the Bank of America Flash Platform Community -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Gustavo Duenas LRS Sent: Wednesday, March 18, 2009 1:44 PM

Re: [Flashcoders] really help needed here.

2009-02-04 Thread Gustavo Duenas LRS
You are the best, thanks yOu brother...GOD bless you. Gus On Feb 4, 2009, at 12:24 AM, Keith Reinfeld wrote: trace(event.target.name =,event.target.name); ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] (no subject)

2009-02-03 Thread Gustavo Duenas LRS
I'm trying to use a carrousel thing that I've downloaded and iIm adapting the as3 for that...but I have this odd problem... I'm not sure what it is, the code looks, anyway it has to be wrong...could you help me out. this is the error in flash . ReferenceError: Error #1069: Property 0 not

[Flashcoders] really help needed here.

2009-02-03 Thread Gustavo Duenas LRS
Hi I ahve this code for a carrousel 3d for as3 and I was wondering if you could help me out , because it seems that when I try to name the item it works to load the pictures but after the push in the array, the items doesn't have a name I don't know how could I'd be able to pass a name I've