[Flashcoders] WebServices in Flash IDE ...

2007-04-07 Thread Stephen Ford
I can't define web services in the flash IDE.For any URL (and I've tried 5 different ones) I get the following message:"WSDL download failed for the following URLs:"Anyone know a fix for this or why this might be happening?.One possibly fix I stumbled upon was to delete everything in the 'Local

RE: [Flashcoders] Constructors in AS2 SWFs not being calledwhenloaded by AS3

2007-04-07 Thread David Ngo
AS2 code will not work directly with AS3. You'll have to use LocalConnection to get the two pieces of code to communicate with each other (very ugly). At this point, you might want to go with one or the other and not both. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

RE: [Flashcoders] Constructors in AS2 SWFs not being called whenloaded by AS3

2007-04-07 Thread Michael Mudge
> Is there any reason why you aren't porting over the Thingy > class from AS2 to AS3? It might be easier to rewrite the > class using AS3. The system I'm making is for featuring other artist's work... Some may not have Flash 9, and really don't want to require them to use a program that isn't ev

[Flashcoders] [as3] addchild()

2007-04-07 Thread ilteris kaplan
Hello Dear Flashcoders, I am trying to create a particle system in AS3 in flex builder 2. so my structure is like this: I do have a main class of the program, I do have Circle class and I do have CircleManager class which handles all initialization and declarations about circle objects. Wh

[Flashcoders] Accordion Component text colour

2007-04-07 Thread Glen Pike
Hi, I have sussed out how to skin the background for the header of the Accordion component, but is there a way of changing the colour of the header text for different states. I want the colour to change on rollover and when "active", etc. Thanks Glen

Re: [Flashcoders] re: createTextField

2007-04-07 Thread robert
On Apr 6, 2007, at 10:06 AM, leolea wrote: Try adding: mytext.embedFonts = true; Also, put an empty dynamic textfield (offstage), select the font "mysilkscreen" and embed the characters you need. Should do it. I always thought adding a textfield to the stage was absurd so I've created a

Re: [Flashcoders] Constructors in AS2 SWFs not being called when loaded by AS3

2007-04-07 Thread Nick Johnston
Is there any reason why you aren't porting over the Thingy class from AS2 to AS3? It might be easier to rewrite the class using AS3. Nick On 4/6/07, Michael Mudge <[EMAIL PROTECTED]> wrote: I've got an AS 2.0 (Flash 8) SWF that creates a class, and traces a property on that class... Something

Re: [Flashcoders] Constructors in AS2 SWFs not being calledwhenloaded by AS3

2007-04-07 Thread Muzak
http://livedocs.adobe.com/flex/201/langref/flash/display/AVM1Movie.html regards, Muzak - Original Message - From: "Michael Mudge" <[EMAIL PROTECTED]> To: Sent: Saturday, April 07, 2007 4:46 PM Subject: RE: [Flashcoders] Constructors in AS2 SWFs not being calledwhenloaded by AS3 > Wel

Re: [Flashcoders] OT: Happy Easter

2007-04-07 Thread eric e. dolecki
Happy Easter to you and your family Ricardo. - eric On 4/6/07, Ricardo M. Portilho <[EMAIL PROTECTED]> wrote: Dear friends, my deep and truthful and sincere wishes of a Happy Easter, with Peace, Health and Renovation in your lifes. Ricardo ___ Fla

RE: [Flashcoders] Constructors in AS2 SWFs not being called whenloaded by AS3

2007-04-07 Thread Michael Mudge
Well yes, in the larger scale of things I am using a LocalConnection... But in this specific example, I am not trying to communicate at all -- I'm just trying to load and run the AS2 app. Why does it run correctly when standalone, but not within the AS3 app? I read about the ApplicationDomain, b

Re: [Flashcoders] Constructors in AS2 SWFs not being called when loaded by AS3

2007-04-07 Thread eka
Hello :) In the FP9 you can find 2 virtual machines, one for the AS3 and one for the AS1/2 .. you can use AS1/2 or AS3 code but not the AS3 and the AS1/2 in the same time :) If you want communicate between your SWFs running in AVM1 and AVM2.. you must use the LocalConnection class :) a french a

[Flashcoders] Constructors in AS2 SWFs not being called when loaded by AS3

2007-04-07 Thread Michael Mudge
I've got an AS 2.0 (Flash 8) SWF that creates a class, and traces a property on that class... Something like this: foo = new Thingy(); trace(foo.test); All the class does is initialize that property; something like this: class Thingy { public var test:String; public function Thingy() { te

[Flashcoders] OT: Happy Easter

2007-04-07 Thread Ricardo M. Portilho
Dear friends, my deep and truthful and sincere wishes of a Happy Easter, with Peace, Health and Renovation in your lifes. Ricardo ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.fig

Re: [Flashcoders] The great CS3 Swindle

2007-04-07 Thread Søren Christensen
Yes it is totally f*ckd up - production bundle upgrade: us: $1199 / €897 eu/spain: $2630 / €1967 So guess which side of the atlantic i am buying my upgrade ;-) Cheers, >B) Søren On Mar 28, 2007, at 4:27 PM, Joe Wheeler wrote: Has anyone checked out the international prices on CS3? I can ha

[Flashcoders] compiler error from System class

2007-04-07 Thread Dave Segal
Someone on my team keeps getting compiler errors like this. **Error** C:\Documents and Settings\Smyer\Local Settings\Application Data\Macromedia\Flash 8\en\Configuration\Classes\FP8\System\security.as: Line 7: The name of this class, 'System.security', conflicts with the name of another class th

Re: [Flashcoders] AS3 replacement for: "XMLNode_Instance.removeNode(); "

2007-04-07 Thread Christophe Herreman
Hi, try: delete myXml.myNode; or delete [EMAIL PROTECTED]; regards, Chrisophe [EMAIL PROTECTED] schreef: What is the "E4X" in AS3 for removing a child in an AS3 XML object? I don't want to use XMLNode_Instance.removeNode() or anything from XMLNode class ever again. ;) --Keith H-- --

Re: [Flashcoders] Poll on operating system

2007-04-07 Thread Ron Wheeler
It is a bit of a price to pay but I think that if everyone contributes to the links to resources it will be useful. The poll may help people understand which IDEs have a following. For the experienced people, I hope that, over time, we will develop a good list of useful components so that peopl

Re: [Flashcoders] attaching an event to a movie clip:SOLVED

2007-04-07 Thread Gustavo Duenas
Thanks to all, this is the final cide, that really works for me. stop(); var models = new Array(); models = [ "model1", "model2", "model3", "model4"]; trace(models.length); for (i=0; i var newMC= this.container1.createEmptyMovieClip (movieName,this.container1.getNextHighestDepth());

Re: [Flashcoders] Window component scrolling...am I insane?

2007-04-07 Thread John Mark Hawley
Do you happen to have a trick you can share for sizing a window properly when the scrollPane's scroll policies are set to "auto"? I can only seem to get things working properly if the vScrollPolicy is "auto" and the hScrollPolicy is "off". (I want the window so it should just fit around the loa

Re: [Flashcoders] AS3 replacement for: "XMLNode_Instance.removeNode(); "

2007-04-07 Thread keith
Nice, simpler than I thought. Thanks! --Keith H-- delete? var xml:XML = Hello World ; trace(xml.toXMLString()); delete xml.p[0]; trace(xml.toXMLString()); regards, Muzak - Original Message - What is the "E4X" in AS3 for removing a child in an AS3 XML