[Flashcoders] When migrate to Flash 8?

2005-10-27 Thread Gregory
Hello flashcoders, I haven't upgrade to Flash 8 so far. Of course I'll do it soon ;-). But I have already read some of the manuals (AS reference, components etc) New features are great, definitely worth buying/using/migrating. The only question is when? Example: My product, Dynamic Blend v.2

Re: [Flashcoders] cancel loading process

2005-10-27 Thread Ian Thomas
I seem to recall someone on this list suggesting that if you call loadMovie(null) on an already loading clip, it actually cancels the load. Of course, I may have been dreaming... I haven't actually tried it! HTH, Ian ___ Flashcoders mailing list

Re: [Flashcoders] LoaderClass in Flash 8

2005-10-27 Thread erixtekila
Hi there, I've checked Brian's port. It seems interesting because of some additions. But you should be aware that's it is just an inclusion of the methods without private/public modifiers. I'll manage to add this once I get time. That way you'll get these modifiers plus Brian's add.

Re[2]: [Flashcoders] LoaderClass in Flash 8

2005-10-27 Thread Igor Ageyev
Hello Barrett. B http://www.bryanledford.com/download/LoaderClass2.0.zip Thanks for this link. Fixed bug with interval id. If I have correctly understood, now it is possible to use the own broadcaster for events of LoaderClass (AsBroadcaster by default). -- Best regards, Igor

[Flashcoders] Shared Library updates

2005-10-27 Thread Martin Klasson
Hi people. Has Shared Library gotten any updates in flash7/flash8? I am trying to find documentation and articles, but it seems like shared libraries are much of headache that you have to find out yourself. What I have noticed is that my FontLoader that loads shared libraries does have

RE: [Flashcoders] Local machine data manipulation

2005-10-27 Thread Nick Weekes
Thanks for the comments Jesse. One question on Director though (before going waaay OT), is it possible to perform local file write operations while still in the browser, or do these have to be projector files, i.e. standalone executables? Thanks, Nick -Original Message- From: [EMAIL

Re: [Flashcoders] a little OT (maybe): Flash in Firefox

2005-10-27 Thread f a r i d|s i l v a|a b o i d
I think that your server does not have php support. Check it with your hosting provider -- SalU2 f a r i d | s i l v a | a b o i d www.e-foco.com.ar ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] a little OT (maybe): Flash in Firefox

2005-10-27 Thread [EMAIL PROTECTED]
maybe this is obvious but you ARE running it through a webserver, right? not just opening the file from your harddrive... /andreas f a r i d|s i l v a|a b o i d wrote: I think that your server does not have php support. Check it with your hosting provider -- SalU2 f a r i d | s i l v a | a

Re: [Flashcoders] a little OT (maybe): Flash in Firefox

2005-10-27 Thread MetaArt
well, all solved: the hosting haven't enabled the php... now work fine. thanx_to_all Enrico Tomaselli + web designer + [EMAIL PROTECTED] http://www.metatad.it ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] GIS data and Flash

2005-10-27 Thread Weyert de Boer
Does anyone know some good solutions for showing or reading in GIS data into a Flash movie? I heard that a company will announce a GIS webservice for Flex, though. Only I can't find any information on that. If anyone know some good solution, please let me now! Yours, Weyert de Boer

Re[2]: [Flashcoders] LoaderClass in Flash 8

2005-10-27 Thread Igor Ageyev
Hello erixtekila. e To finish, we could imagine an implemenation using a Strategy pattern e to switch between the way to behave in regard of the flash version. I think, it is good idea. e Do a queue loader class need worth it ? Personally I'm still targeting the Flash Player 6. And therefore

RE: [Flashcoders] GIS data and Flash

2005-10-27 Thread Tor.Kristensen
Hi Weyert, You could take a look at the work Jan Bliki has done at www.bliki.com Several components/apps there for talking to GIS data from ESRI. Cheers, Tor Kristensen ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] GIS data and Flash

2005-10-27 Thread Campbell Anderson
Your not talking about: http://wahlers.com.br/claus/blog/flash-player-85-alpha-and-gis/ its in flex 2! Cheers Campbell Does anyone know some good solutions for showing or reading in GIS data into a Flash movie? I heard that a company will announce a GIS webservice for Flex, though. Only I

Re: [Flashcoders] GIS data and Flash

2005-10-27 Thread Diego Guidi
look at this: http://www.geoclip.fr/an/p241_galerie1.htm 2005/10/27, Weyert de Boer [EMAIL PROTECTED]: Hi Campbell, Your not talking about: http://wahlers.com.br/claus/blog/flash-player-85-alpha-and-gis/ Thanks! I thought it was a Flex feature but looks like you need v8.5 for it. Not

RE: [Flashcoders] GIS data and Flash

2005-10-27 Thread Nick Weekes
That is a very nice application... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Diego Guidi Sent: 27 October 2005 12:53 To: Flashcoders mailing list Subject: Re: [Flashcoders] GIS data and Flash look at this:

[Flashcoders] Bidirectional languages in Flash

2005-10-27 Thread Sebastian Loix
Hello, I need to include in my multilingual website Arabic content. Does anyone know how I could solve the bidirectional problems? Thanks for any help. seb. - Powered by Alinto (http://www.alinto.net) for Belgique.com

Re: [Flashcoders] Bidirectional languages in Flash

2005-10-27 Thread Yotam Laufer
There are many sort of work arounds and it really depends what kind of text you have to display, but it usually doesn't work well. http://www.quasimondo.com/archives/000217.php On 10/27/05, Sebastian Loix [EMAIL PROTECTED] wrote: Hello, I need to include in my multilingual website Arabic

[Flashcoders] removeEventListener not working?

2005-10-27 Thread Martin Klasson
Hi People. I am using the EventDispatcher, and it works well with dispatching events and all. But I cant remove them. This is the line in which I add a listener fntController.addEventListener('onFinished', Delegate.create(this, fontsLoaded)); this is the line to remove

RE: [Flashcoders] removeEventListener not working?

2005-10-27 Thread Martin Klasson
I pasted in wrong line at the bottom, should be like this: // ADD fntController.addEventListener('onFinished', Delegate.create(this, fontsLoaded)); // REMOVE DOESN'T WORK fntController.removeEventListener('onFinished', Delegate.create(this, fontsLoaded)); The problem is that I have used the

[Flashcoders] Flash vs Flex

2005-10-27 Thread knly browne
When would you use Flash as opposed to Flex2.0 when developing a web-site Regards. -- Kenlie Browne Software Developer ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Flash vs Flex

2005-10-27 Thread Robert A. Colvin
Flex is for rapid app development using existing components. Flash will be needed to create the components/GUI etc... So I would say that flash is to Flex as Photoshop/fireworks is to Dreamweaver... (but a lot more complex) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Flashcoders] When migrate to Flash 8?

2005-10-27 Thread Mike Britton
I'd go ahead and upgrade now. Mike ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] removeEventListener not working?

2005-10-27 Thread Helen Triolo
You have to store a reference to the delegate to be able to remove it. A modification of a post by Till S: function clearListeners():Void { fntController.removeEventListener('onFinished', fdelegate); } var fdelegate = Delegate.create(this, fontsLoaded);

Re: [Flashcoders] removeEventListener not working?

2005-10-27 Thread Ian Thomas
The trouble is that Delegate.create _creates a new Function object_ - so the Delegate object in your removeEventListener call is actually a different object from in your addEventListener call. To get around this, simply store the delegate - e.g.: var

RE: [Flashcoders] removeEventListener not working?

2005-10-27 Thread Martin Klasson
I just read about it on another site. Seems to be the only solution, to store it in a variable. -that is a little to bad really, but I guess I have to live with that. Thanks for your answers. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Helen Triolo

[Flashcoders] Tweening broken in Flash 8

2005-10-27 Thread Danny Kodicek
Hi - anyone able to suggest why a shape tween which was working fine in all Flash versions before is now broken when I bring the movie into Flash 8? I've now got a bunch of keyframes with empty frames in between. I've tried various things to get the data back - deleting the frames, deleting the

RE: [Flashcoders] removeEventListener not working?

2005-10-27 Thread Geoffrey Williams
Perhaps? : var fontsLoaded_delegate:Function = Delegate.create(this, fontsLoaded); fntController.addEventListener ('onFinished', fontsLoaded_delegate); fntController.removeEventListener ('onFinished', fontsLoaded_delegate); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Flashcoders] Job Offer :: employee search

2005-10-27 Thread Judah Frangipane
The positions we have open are for experienced flash developers and software engineers. These are on-site positions. What we are looking for is a: Flash Developer / Software Engineer Required Skills: Computer Science Degree or appropriate experience OOP Desired Skills: Actionscript 2.0

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Mike Britton
That makes sense Robert. In the same line of thinking, as the Flex stuff evolves, I see the Flash IDE turning into a sort of Photoshop for Flash where graphical assets are designed/maintained, and FlexBuilder 2 (eclipse) becoming the programming environment. So FlexBuilder 2 will be for

Re: [Flashcoders] cancel loading process

2005-10-27 Thread John Grden
In flash, you can cancel/delete but the browser will still do the download unfortunately On 10/27/05, Ian Thomas [EMAIL PROTECTED] wrote: I seem to recall someone on this list suggesting that if you call loadMovie(null) on an already loading clip, it actually cancels the load. Of course, I

RE: [Flashcoders] Flash vs Flex

2005-10-27 Thread Merrill, Jason
So I would say that flash is to Flex as Photoshop/fireworks is to Dreamweaver... (but a lot more complex I don't think that analogy really works. Having run through a Flex project recently (though I still have a lot to learn in Flex), I actually think Flash is more complex than Flexbuilder when

[Flashcoders] Entrepreneur seeks tech partner for startup

2005-10-27 Thread Mike Lanza
[Note: I'll consider contract work if I can't find the ideal partner. Of course, if you do well in a contract role, I'm gonna twist your arm to make it permanent...] The Opportunity -- - To create a new web medium of Video Markup - Technologies: - client: Flash (FLV,

[Flashcoders] what is the major documentation-style used for within as2?

2005-10-27 Thread Martin Klasson
It looks like there is plenty of alternatives on how to write documentation. Javadoc, js-doc, asDoc, naturaldocs Which is the best one to use? http://www.as2doc.com that is a site which gives me the gd feelings, since it also contains how-to's and walk-troughs. What do you have to say? /

[Flashcoders] Extending WebService Class

2005-10-27 Thread Doug Coning
I'm trying to create a class that extends the WebService Class: class CentralService extends mx.services.WebService { } Everytime I try to instantiate the class like such: var cs:CentralService = new CentralService(); I get the following error: Error opening

[Flashcoders] am i approaching this problem correctly?

2005-10-27 Thread Matt Ganz
hi. i want to ask people's opinions about an issue and see if my solution is on target. i have a navigation.swf that sits in a frame on an html page. on click of nav button, a getURL loads another swf into the frame below. ugly, i know. but i don't have the option to recode the piece at this

Re: [Flashcoders] what is the major documentation-style used for within as2?

2005-10-27 Thread Weyert de Boer
Ron Wheeler wrote: I would stick with Javadoc and Doxygen since this has the backing of the Java community as well and is going to be supported at a better level that an Actionscript only scheme. Normally I use the Javadoc convention in everywhere language which support multi-line comments.

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Jon Bradley
On Oct 27, 2005, at 10:14 AM, Mike Britton wrote: That makes sense Robert. In the same line of thinking, as the Flex stuff evolves, I see the Flash IDE turning into a sort of Photoshop for Flash where graphical assets are designed/maintained, and FlexBuilder 2 (eclipse) becoming the

RE: [Flashcoders] Local machine data manipulation

2005-10-27 Thread Nick Weekes
I guessed that was the case. The only browser alternative then is to build a .NET control and host in an aspx page (messy as each client needs the .net framework runtime) but that should be quite common amongst the users I will be dealing with. Thanks for the pointers... -Original

Re: [Flashcoders] Drawing/painting applicatin examples ...

2005-10-27 Thread JesterXL
http://www.bit-101.com/sketch3d/ http://www.senocular.com/pub/flash/8/index.php?f=eraseandredraw - Original Message - From: Pete Hotchkiss [EMAIL PROTECTED] To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com Sent: Thursday, October 27, 2005 11:48 AM Subject: [Flashcoders]

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Spike
FWIW, Quite a few people I know have studiously avoided Flash development for no other reason than that they have found it a very frustrating experience. That was mostly down to a combination of the development experience when using the Flash authoring tool and the fact that ActionScript

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Michael Bedar
Personally I have never been tempted to work in Eclipse - I like the IDE and work well in it.. but I have to admit FlexBuilder2 is tempting me a bit. In most of my projects these days there is no need for an FLA, so I will definitely be learning Flex enough to at least make an educated

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Spike
It's probably worth pointing out that you can create an ActionScript 3 project in Flex Builder that never goes anywhere near the Flex Framework. I have quite a few of those on my machine for a number of things that I would previously done in the Flash authoring tool. I have spent a good portion

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Mike Britton
you can create an ActionScript 3 project in Flex Builder that never goes anywhere near the Flex Framework. That's the reason I was soothsaying about FlexBuilder 2 becoming the defacto development environment and the Flash IDE evolving into a tool for design. Eclipse will eclipse the Flash IDE

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread JesterXL
Admittingly, something needs to be done. Hopefully either Blaze (Flash 9) can be made to have integration extensions with FlexBuilder2, made to be basically a glorified library asset manager, or somethihng. The current alternatives really suck. A Singleton classe that holds all linkageID's,

RE: [Flashcoders] removeEventListener not working?

2005-10-27 Thread Josh Tynjala
You could try my EventManager class: http://lab.zeusdesign.net/?p=1 You won't have to use Delegate at all. There's an argument for a specific function to call for the listener you are adding. It doesn't have all the same functionality as EventDispatcher yet, so it might not be right for

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Mike Britton
Agreed. Quite selfishly, I'd like the following to happen: Blaze joins the Adobe graphics suite of tools and integrates with them in all the obvious ways (video, vector graphics, animation timeline like After Effects, etc). Its Library can export all these assets into FlexBuilder. FlexBuilder /

[Flashcoders] Singleton and Listeners is a bad combination

2005-10-27 Thread Martin Klasson
Hi Coders. I got a class which I thought would be improved by using the Singleton pattern. And it does, until I am adding in the EventDispatcher. The problem is that my application will using the FontLoader.getInstance() at several places in different classes and files. The problem

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Spike
As someone who has never really spent much time in the Flash authoring tool, could you explain the exact features that would be really useful in a Flex Builder library plugin? If it looks feasible I might attempt it. Spike On 10/27/05, Mike Britton [EMAIL PROTECTED] wrote: Rather, In this

[Flashcoders] Re: am i approaching this problem correctly?

2005-10-27 Thread Matt Ganz
a quick update on this. if i want to check for inactivity in the flash movie can i not simply use javascript to listen for onMouseMove on the browser page...and when it doesn't detect it, simply redirect to another page? the question being can javascript keep track of mouse movements using

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Mike Britton
1. Map symbols to classes via some kind of package explorer wizard 2. Import existing Libraries from Flash and maintain symbols' package paths 3. Ability to export so you can import into another FlexBuilder installation There may be issues with components/EULA. Those are the biggies. I'm sure

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Spike
On 10/27/05, Mike Britton [EMAIL PROTECTED] wrote: 1. Map symbols to classes via some kind of package explorer wizard Not totally sure what you mean by that... My understanding is that everything in AS 3/Flash 8.5 is a class and that symbols are no more. Like I said, I don't do much in the

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Spike
On 10/27/05, JesterXL [EMAIL PROTECTED] wrote: If you right click on an image in Flash' library, you can edit it in Fireworks. When done, the image asset in Flash's library is updated. This should be possible. If Flex could do this, this is the first step in keeping you in the IDE, but

Re: [Flashcoders] a little OT (maybe): Flash in Firefox

2005-10-27 Thread Count Schemula
Glad you got it solved. To add to the general subject... For my host, I have to put .php4 on the php files. Just .php won't work. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Flash vs Flex

2005-10-27 Thread knly browne
Let me add just another 2 cents to this topic Flash won't move anytime soon.. i love flash, expecially mx professional 2004.. what i think about flash and flex.. knowing macromedia they will work together as a team to bring us Developers and our customers the satisfaction that we seek.. I

RE: [Flashcoders] Flash vs Flex

2005-10-27 Thread David Mendels
Hi, It depends on what you are building. A web site is a pretty broad category. For the Flash interactive we use on the home page of Macromedia.com, or for site like http://www.leoburnett.ca/ or for the streaming video on the home page of Oprah.com, I would expect a creative team to build it

Re: [Flashcoders] When migrate to Flash 8?

2005-10-27 Thread Judah Frangipane
I'd upgrade to Flash 8 even though you are doing Flash 6 and 7. It has a lot of little things that make development quicker. So even though you are exporting to Flash 7 you can still take advantage of the new text resizing handles (something I use everyday) and other neat little changes. Or

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Mike Britton
Not totally sure what you mean by that... Map symbols to classes via some kind of package explorer wizard: if you create a movieclip in Flash, it goes into the Flash Library as a symbol. When you right-click this new symbol in the Library and choose 'properties' you'll see a wizard in which you

Re: [Flashcoders] When migrate to Flash 8?

2005-10-27 Thread Mike Britton
little things that make development quicker Faster compile time being the most important, IMHO. Mike ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Mike Britton
ok, in what format is the library saved from the Flash IDE? Right now from what I know it isn't possible to save a Library from the IDE, but if I were to venture a guess I'd say this would be possible using JSFL. If so, a resulting XML and SWC would make sense. Mike

[Flashcoders] Flash Comm Server and Stream Problem

2005-10-27 Thread John Giotta
Hello all, Perhaps someone can help me figure this problem out. I have a flash app that streams a flv. Then at the end of the video an event is triggered. I'm not using onLastSecond due to technology in current usage. So instead I'm doing 2 things to evaluate end of video state/event. First I'm

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Spike
Hmm So a library is imported, and lives only in the Flash authoring tool? The only way to export library items is to add them to a .fla and export that as a .swf? The items must be stored somewhere, so maybe I can dig around and figure that out. Spike On 10/27/05, Mike Britton [EMAIL

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Judah Frangipane
I'm all for making plugins and updates to FB but if this is a huge upgrade you might want to submit your feature requests to labs.macromedia.com first. They released FB2 as alpha so that the Flash community could talk about what needs to be added. I'm not sure how open MM will be about this

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Spike
I do usually chat to Macromedia about this sort of stuff before I implement it. Often they can't give me a definitive answer on whether it will be implemented or not because it hasn't been decided yet. In that case I usually hold off until I'm fairly sure they won't. No point in me doing work

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Mike Britton
I think a Library plugin is a logical requirement if MM really wants to improve workflow. Hopefully it will be considered for FB2/8.5 update. Mike ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Singleton and Listeners is a bad combination

2005-10-27 Thread Alan Shaw
On 10/27/05, Martin Klasson [EMAIL PROTECTED] wrote: I got a class which I thought would be improved by using the Singleton pattern. And it does, until I am adding in the EventDispatcher. The problem is that my application will using the FontLoader.getInstance() at several places in

RE: [Flashcoders] Local machine data manipulation

2005-10-27 Thread Roy Pardi
At 11:45 AM +0100 10/27/05, Nick Weekes wrote: Thanks for the comments Jesse. One question on Director though (before going waaay OT), is it possible to perform local file write operations while still in the browser, or do these have to be projector files, i.e. standalone executables? Using a

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Jaye Morris
Let me start with, I applaud labs.macromedia.comhttp://labs.macromedia.com. On the other hand as a matter of practicality Studio 8 has just been released and it's like the universe has completely lost all perspective of what an amazing powerhouse Flash 8 is. The 8.5 Flash Player is an Alpha. That

Re: [Flashcoders] Open all Branches of a Tree Component

2005-10-27 Thread Daniel Cascais
Hi Martin, I've used something like this (can't remeber exactly): public function setTreeIsOpen(open:Boolean):Void { for(var i:Number = 0; i tree.length; i++) { tree.setIsOpen(tree.getTreeNodeAt(i),

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Jaye Morris
True enough, but there is much coolness to be derived from CFMX 7 (if you're on that platform) and working through the Flash Forms. There are some astounding things which can be accomplished. ;-) On 10/27/05, JesterXL [EMAIL PROTECTED] wrote: flash.filters.GlowFilter has a different market than

[Flashcoders] Cannot assign text component from array with href / asfunction

2005-10-27 Thread Miles Thompson
Movie has two text fields, the left one is named txtHeads and is filled with lines like this: a href=asfunction:addStory, _root.arrStorys[6] bBRUCE CLARKE'S SONbr /COPS A SECURITIES ACT PLEA/b/abrbr When BRUCE CLARKE'S SONbr /COPS A SECURITIES ACT PLEA, asfunction should be calling

[Flashcoders] Another random number generator

2005-10-27 Thread Jon Bradley
I saw a post on a forum recently about random number generators and the ability to create on that could be seeded. So, I took up the challenge and converted the Mersenne Twister algorithm to AS2 (probably one of the best, and fastest, pseudo-random number generators out there). Code is

[Flashcoders] OT: Macromedia Central - is it a flop?

2005-10-27 Thread Merrill, Jason
Central has been out for a while, and is it now fair to say its just a big flop? Just seems like it to me - not much has been added/developed for it, some bugs in it, etc. Is MM still trying to push it as a real platform for the net-connected desktop at the same time they push Flex/Flash for the

[Flashcoders] Flexcoders List?

2005-10-27 Thread Corban Baxter
I hate to be the bug but it seems like flash coders list has gone from flash questions to a lot of flex. Would anyone else like to see a list dedicated to flexcoders to help keep the list clean and emails down? Corban Baxter  |  rich media designer  |  www.funimation.com

Re: [Flashcoders] Cannot assign text component from array with href / asfunction

2005-10-27 Thread Steven Loe
snip a href=asfunction:addStory, _root.arrStorys[6] bBRUCE CLARKE'S SONbr /COPS A SECURITIES ACT PLEA/b/abrbr /snip I'm no expert on asfunction but, seems to me it's pretty limited. You could just pass the function name and the Array index value: f.e.: a href=asfunction:addStory,6 Then

[Flashcoders] New way to resize TextField in IDE ?

2005-10-27 Thread erixtekila
Hi all, I hope I do a big mistake. Tell me. With Flash 2004 and before, one just have to put a textfield on the stage and give it values with the property inspector. It was fast and easy. With Flash 8 IDE, if I do the same, the font inside are resized ? Whatever tool I use : Arrow, Free

Re: [Flashcoders] Flexcoders List?

2005-10-27 Thread Count Schemula
Just use gmail or something for e-mail lists, then, who cares about the volume. I appreciate the noise, it's usually quite informative, which is why I'm on a mail list anyhow. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] im unsubscribing, however you do that

2005-10-27 Thread Anonymous Pepper
DO NOT SEND ME ANYMORE MESSAGES FROM FLASHCODERS, I SIGNED UP ON ACCIDENT. LEAVE ME ALONE, ALL OF YOU! Anonymous Unknown - Yahoo! FareChase - Search multiple travel sites in one click. ___

RE: [Flashcoders] Flexcoders List?

2005-10-27 Thread Dave Watts
I hate to be the bug but it seems like flash coders list has gone from flash questions to a lot of flex. Would anyone else like to see a list dedicated to flexcoders to help keep the list clean and emails down? There is already a Flexcoders list on Yahoo, for those who're interested.

Re: [Flashcoders] OT: Macromedia Central - is it a flop?

2005-10-27 Thread Chris Velevitch
In my mind, the big advantage of Central is the occasionally connected computing aspect, that is the ability to synchronisation data the next time you are able to reliably connect to a network. If you read the Flash Platform Overview paper, it indicates that Flex 2 will provider better support for

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Julian Suggate
Hi Bjorn. Best thing to do would be to download the Flex 2 Alpha and work through the tutes. Jules On 10/28/05, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Flash mixed with Flex Sounds like the cocktail of the hour. Where can i find more info learning on best techniques of combining the

Re: [Flashcoders] OT: Macromedia Central - is it a flop?

2005-10-27 Thread Mick Gow
I'd be curious to see how many people actually have central - my general thoughts are that the only real people that use it are flash developers :) I don't know of anyone that uses it other than some developers that installed it once and had a look. On 10/28/05, Chris Velevitch [EMAIL PROTECTED]

[Flashcoders] Why Flex?

2005-10-27 Thread James O'Reilly
I haven't used Flex yet and I know little more than of it's existance. I'm pretty accomplished with Flash/AS 2.0 OOP, classes, custom UI components, JSFL, etc. and I'm happy using MX 2004 Pro. I guess I'd classify myself as a programmer by desire and a designer by necessity. My question for

Re: [Flashcoders] SWF Decompilers

2005-10-27 Thread John Grden
ASV (ActionScript Viewer) is hands down the best utility for looking through an SWF - thought I know you're not interested in that really ;) Nothing is safe in your published swf. Bottom line. The components can be looked at with decompilers as well. The only option you might have is obfuscating

Re: [Flashcoders] Why Flex?

2005-10-27 Thread Count Schemula
Read the last 2-3 weeks of this list. It's been very well covered already. On 10/27/05, James O'Reilly [EMAIL PROTECTED] wrote: My question for the Flex people is this, what does Flex bring to the table that I can not already do with 04 Pro (not counting the new AS 3.0)?

RE: [Flashcoders] OT: Macromedia Central - is it a flop?

2005-10-27 Thread Geoffrey Williams
'Apollo' was mentioned at MAX. While the current incantation of Central may be a flop in the general sense of the word, the overall idea of Flash on the Desktop [OCC, quick install c] diffidently isn't dead. Stay tuned...? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Flashcoders] OT: Macromedia Central - is it a flop?

2005-10-27 Thread Roy Pardi
At 8:35 PM -0400 10/27/05, Count Schemula wrote: I don't think normal people have any clue that Central exists. Macromedia creates a lot of things and then lets them die. Remember the whole shockwave game player? Or even shockwave? Or Director MUS? Seriously! It's kind of amazingly

Re: [Flashcoders] are the wheels off the Flash Player wagon?

2005-10-27 Thread Éric Thibault
I have the same configuration as yours and everything is ok! link: http://www.bmwusa.com/BMW2003/Templates/MicroSiteHandlerNew3.aspx?NRMODE=PublishedNRORIGINALURL=%2fnewM5%2ehtmNRNODEGUID=%7b842F8706-6EE2-4A57-B409-4FADB716F1E8%7dNRCACHEHINT=Guestbhcp=1 Maybe they fixed their code? A+ Count

Re: [Flashcoders] New way to resize TextField in IDE ?

2005-10-27 Thread Lanny McNie
You have never been able to numerically resize text in Flash. Flash 7 had the same behaviour. Many had hoped Flash 8 would *resolve* this issue, but it didn't happen. It certainly isn't a new issue. On 10/27/05, erixtekila [EMAIL PROTECTED] wrote: Hi all, I hope I do a big mistake. Tell

Re: [Flashcoders] Open all Branches of a Tree Component

2005-10-27 Thread Martin Schafer
Daniel, I am looking for something that would allow every branch to be recursively set to Open. Wouldn't the code below only open the children of root? Martin :) On 10/27/05 2:06 PM, Daniel Cascais [EMAIL PROTECTED] wrote: Hi Martin, I've used something like this (can't remeber exactly):

RE: [Flashcoders] OT: Macromedia Central - is it a flop?

2005-10-27 Thread Theodore E Patrick
Central was a developer release. Sometime to innovate you have to put something out there and learn from it. There were some invaluable lessons learned from Central: 1. Player performance needed to improve an order of magnitude. 2. FileIO was important. 3. Binary data manipulation was important.

RE: [Flashcoders] Why Flex?

2005-10-27 Thread Theodore E Patrick
My question for the Flex people is this, what does Flex bring to the table that I can not already do with 04 Pro (not counting the new AS 3.0)? Allot! 1. There are tons of details in building apps in Flash 2004 Pro that just get removed when using Flex. All the small painful lessons that you