Re: [Flashcoders] AS2 and watch ...

2006-07-06 Thread Julien Vignali
Well, I use it sometimes as an update broadcast mecanism. Let's say I have some value objects floating around, and when I change a property on any of these, I use the watch to broadcast an event if for example the value has changed (by testing the newValue and the oldValue). It can be sometimes

[Flashcoders] Custom Components getting squashed?

2006-07-06 Thread Haikal Saadh
Hi folks. I apologise in advance if this is a FAQ, but looking at the FlashCoders Wiki and the mailing list archives yielded no satisfactory answers, so I'll take a stab. I have made a custom component, based to the 'Dial' example from the MM Docs, and the problem is, when I test the movie,

Re: [Flashcoders] AS2 and watch ...

2006-07-06 Thread eka
Hello :) You can use watch with a MovieClip if you want create components with an event when you use the enabled property for example :) import mx.utils.Delegate ; class MyButton extends MovieClip { // o Constructor public function MyButton() {

Re: [Flashcoders] [AS3] Compiling just from AS3 code, no mxml files

2006-07-06 Thread Zárate
Hi again, I was asking for a little bit more info on: you would have to manually bootstrap a lot of the application initialization code that Flex handles (something which would be rather complex) Are you talking about initializing something to allow Events to work or stuff like that? Thanks

[Flashcoders] Flash 9 AS3 Classpath

2006-07-06 Thread Yehia Shouman
Dear List members, I have downloaded Flash 9 Public Alpha, and I can see I can write actionscript 3 in that. The thing is, Everybody knows that the autocompletion system of the flash IDE sucks If I want to use FlashDevelop or SE|PY actionscript IDEs, I will need to point at the classpath for

Re: [Flashcoders] (no subject)

2006-07-06 Thread Adrian Park
I encountered this strange quirk recently as well. I found the most reliable solution is to duplicate your project folder, open and recompile from that folder, close and continue working from your original folder and everything is fine (for a while)! No amount of deleting ASO cache solves it (in

Re: [Flashcoders] Flash 9 Public Alpha - Blaze Preview

2006-07-06 Thread Peter Hall
I really hope I'm missing something... Yes, you are missing the fact that this is just a technology preview. You should expect things to work unexpectedly, and you should report issues to Adobe, instead of ranting on a mailing list. If you need a production-ready AS3 editor, use FlexBuilder2.

Re: [Flashcoders] AS3 - Missing

2006-07-06 Thread Marcos Neves
On 7/5/06, Chris Velevitch [EMAIL PROTECTED] wrote: On 7/5/06, Marcos Neves [EMAIL PROTECTED] wrote: I have a A world map where each country is a movieclip. And every one will have the same behavior. Before flash 9, what I did is assign a class called Country to each movie clip. This way, I

RE: [Flashcoders] AS2 and watch ...

2006-07-06 Thread Bernard Visscher
Or a simple linedraw, I've used the watch once with the tween class. var test_mc:MovieClip = this.createEmptyMovieClip(test_mc,1); test_mc.lineWidth = 0; var f:Function = function(prop, oldVal, newVal){ this.clear(); this.lineStyle(1,0x00);

Re: [Flashcoders] euro symbol fight

2006-07-06 Thread Ron Wheeler
Who controls my_flash_service.php. That is the spot where the escaping should be done. Ron Gabriel wrote: Is a good idea, but I cannot do that because, most of the data I get, I retrieve it from the database directly trough the ORM (pear), so I can't touch the data. the way it comes is:

Re: [Flashcoders] AS2 and watch ...

2006-07-06 Thread Ian Thomas
I use 'watch' for exactly this purpose - drawing differences between an enabled and disabled MovieClip by watching the 'enabled' property. Cheers, Ian On 7/6/06, eka [EMAIL PROTECTED] wrote: Hello :) You can use watch with a MovieClip if you want create components with an event when you use

Re: [Flashcoders] euro symbol fight

2006-07-06 Thread Gabriel
I access it with AMFPHP, are you saying I have to modify every single object returned from AMF? thanks Ron Wheeler wrote: Who controls my_flash_service.php. That is the spot where the escaping should be done. Ron Gabriel wrote: Is a good idea, but I cannot do that because, most of the

RE: [Flashcoders] BitmapData and security.allowDomain

2006-07-06 Thread INK .
Yes. This is what we done so far. Fopen(get.image.php?url_to_image=image) BTW. xml and images is loading ok arcoss all domains. I am talking about a cross-domain scripting. The loaded JPEG acts exactly as SWF file. When I am loading SWF from a remote domain with System.security.allowDomain(*)

Re: [Flashcoders] euro symbol fight

2006-07-06 Thread Ron Wheeler
If you want it to work It is probably easier to do every single one than just some. Ron Gabriel wrote: I access it with AMFPHP, are you saying I have to modify every single object returned from AMF? thanks Ron Wheeler wrote: Who controls my_flash_service.php. That is the spot where the

[Flashcoders] Flash 9 Public Alpha ...

2006-07-06 Thread Pete Hotchkiss
Whilst I realize this up date to the Flash 8 IDE in sonly an Alpha - I'll be somewhat pissed if the final release delivers the same message I just received. 'Adobe Flash 9 Public Alpha requires that your computer be running Windows XP' Are Adobe for real ? Some people in this world are running

Re: [Flashcoders] euro symbol fight

2006-07-06 Thread Greg Fuller
Maybe you could work with the AMFPHP developers and have the sollution become part of the distribution. It sounds like a problem others may have, and the AMFPHP developers are very receptive to improvements. --Greg On 7/6/06, Ron Wheeler [EMAIL PROTECTED] wrote: If you want it to work It is

RE: [Flashcoders] Flash 9 Public Alpha - Blaze Preview

2006-07-06 Thread neo binedell
Hi peter, not a rant at all, and yes I am aware that it's a tech preview. My question was rather whether it did support it and I was doing something stupid, and I do believe I am allowed an opinion ;p I do use flex builder however so no harm done. ~neo -Original Message- From: [EMAIL

Re: [Flashcoders] Flash 9 Public Alpha ...

2006-07-06 Thread Nick Weekes
Given that MS no longer support 2000 themselves, why are you still using it? Just curious... Pete Hotchkiss wrote: Whilst I realize this up date to the Flash 8 IDE in sonly an Alpha - I'll be somewhat pissed if the final release delivers the same message I just received. 'Adobe Flash 9

RE: [Flashcoders] euro symbol fight

2006-07-06 Thread Bernard Visscher
Maybe you want to take a look at this thread: http://sourceforge.net/forum/message.php?msg_id=2147438 -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Ron Wheeler Verzonden: donderdag 6 juli 2006 15:27 Aan: Flashcoders mailing list Onderwerp: Re:

[Flashcoders] [OT] Art of stress-free productivity

2006-07-06 Thread Marcelo de Moraes Serpa
Hello List! Have anyone around ever read (or is reading) any of David Allen´s books? I´m currently reading The Art of stress free productivity and it is being vital for my routine as I have a very strong tendency to procastinate things... this book and it´s method is helping me to change many

Re: [Flashcoders] Which remoting server?

2006-07-06 Thread David Rorex
On 7/5/06, ryanm [EMAIL PROTECTED] wrote: I have a very simple need, and I'm trying to find the simplest way to satisfy it. I have essentially a single remote shared object on a comm server that is getting entirely too much traffic and I want to offload it to some other kind of server (that

Re: [Flashcoders] Flash 9 Public Alpha ...

2006-07-06 Thread Derek Vadneau
I realize this has the potential to get off-topic real fast, so can you send me a link off-list to info on MS not supporting 2000? They will be stopping public support for 98, 98SE, ME, and XP SP1, but I've never seen anything about 2000. Derek Vadneau - Original Message - From:

[Flashcoders] Telnet example of Flash 9 preview

2006-07-06 Thread Weyert de Boer
I am curious did the telnet example included with Flash 9 Preview work for you guys? I didn't got it working, I changed the instructions to the locla webserver running on port 80. Nothing only a blinking cursor. I want to use it to make plugin for CodeSite to support messaging from outside a

[Flashcoders] NetConnection, Load Movie and AOL

2006-07-06 Thread Christian
Yes, three seemingly unrelated things, but I am running into a couple of issues and was curious about something. In loading an external FLV using NetConnection (not from FLash Media Server), I was under the impression that is essentially just pulling the file via HTTP, not creating a proxy or

[Flashcoders] AS3 faster ??

2006-07-06 Thread Patrick Matte
Hi people, they say that AS3 is 10 times faster than AS2 but what does that really means ? Does that mean that my movies will play faster even if I have a few dozens movieclips with graphics flying all over the screen? Or does it just mean that my .swf will be compiling 10 times faster?

[Flashcoders] external api and RoR

2006-07-06 Thread Doug Tangren
Has anyone out there had experience using flash external api to communicate successfully with ruby on rails ajax api? I know I can register js function and that ruby wraps some js but I am not sure as to whether or not I an integrate the two. Doug Tangren [EMAIL PROTECTED]

Re: [Flashcoders] euro symbol fight

2006-07-06 Thread ryanm
I access it with AMFPHP, are you saying I have to modify every single object returned from AMF? Are you using UTF-8? And if not, why not? ryanm ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Flash 9 Public Alpha ...

2006-07-06 Thread Dave Mennenoh
If you find the speed of technology to be too fast for you, or you find Moore's law inconvenient, perhaps you should get a job working for the government or a bank (I think they're up to the Flash 6 player by now), or choose a different career path, like plumbing, carpentry or anything that

Re: [Flashcoders] Which remoting server?

2006-07-06 Thread ryanm
If you need a persistant realtime connection, I can recommend moock's Unity server. While it hasn't recieved any updates in quite some time, it is pretty solid, and the unlimited connection version is quite cheap (compared to flashcom for e.g.). It requires you to write serverside code in Java,

[Flashcoders] Unable to Connect to FCS 1.5 via AS 3.0

2006-07-06 Thread John Giotta
I can't seem to connect to FCS 1.5; I continue to recieve NetConnection.Connect.Failed messages. package { import flash.display.Sprite; import flash.net.NetConnection; import flash.events.NetStatusEvent; public class NetConnectionExample extends Sprite {

RE: [Flashcoders] AS3 faster ??

2006-07-06 Thread neo binedell
Of course it will be faster only if you port the code over to AS3 (otherwise it will still use the old AS2/1 VM1). I posted about the 3D engine I wrote and the speed increase I got when I converted it to AS3 a few days ago so you can check that out as an example of just how much faster it is ;p

RE: [Flashcoders] 50 stars blinking... app gets too slow

2006-07-06 Thread neo binedell
Well even if you did not have access to it you could just calc the color intensity yourself and use a color transform or if you were lazy just create a tween (converted to keyframes) going from white to black and set an overlay color. ~neo -Original Message- From: [EMAIL PROTECTED]

Re: [Flashcoders] AS2 and watch ...

2006-07-06 Thread Hans Wichman
Hi, i never used it, mostly because I wondered about performance stuff and found it to be making my code a bit obscure (although once it has reached black, it doesnt seem to go beyond). I don't mean to hijack this thread, but does any of you know whether the watch thing has a high performance

[Flashcoders] USB Video device driver virtual rtsp.

2006-07-06 Thread Wade Arnold
I am having some issues getting my RTSP stream into flash and still have the ability to layer objects on top of the video. My thought was to write a virtual camera driver that flash could connect. Possibly even mimic one of the supported drivers. The have the application stream rtsp to be sent to

Re: [Flashcoders] jigsaw puzzle piece algorithm

2006-07-06 Thread Hans Wichman
Hi, i just wrote code to create puzzlepieces on the fly, and while I am not allowed to give out code, I can tell you how I did it. It only answers the 'infamous jigsaw pattern' though, not the bitmap part. -I drew one side using a simpledrawing app written in flash, like mousedown is an anchor

RE: [Flashcoders] AS3 - Missing

2006-07-06 Thread Nivesh Rajbhandari
Hi Marcos, Class names need to be unique. We will support the concept of a base class for library symbols in the Flash 9 timeframe. These base classes can be non-unique. I replied to a similar post in the Flash 9 ActionScript 3.0 Preview forum on Adobe Labs.

Re: [Flashcoders] AS3 faster ??

2006-07-06 Thread Michael Stuhr
neo binedell schrieb: I posted about the 3D engine I wrote and the speed increase I got when I converted it to AS3 a few days ago so you can check that out as an example of just how much faster it is ;p check out where? micha ___

RE: [Flashcoders] Flash 9 Public Alpha ...

2006-07-06 Thread Dave Watts
It's time to stop holding on to the past and live in the present. It's 2006. You've had four years to upgrade your OS (XP is built on 2000, after all). That's like 28 years for a dog. If you find the speed of technology to be too fast for you, or you find Moore's law inconvenient,

Re: [Flashcoders] Flash 9 Public Alpha ...

2006-07-06 Thread eric dolecki
I use Win2000 when working - there is no reason to use XP for us. I can upgrade to XP whenever I choose, I just know I'll have fewer problems using Win2000, etc. I don't think its a wicked thing to use an older OS if a new one poses no serious benefits I would be required to rely on. On 7/6/06,

[Flashcoders] problems selecting the first item in a combobox

2006-07-06 Thread Rich Rodecker
im sure this issue has been covered somewhere before, but ive done a lot of searching and didnt come up with anything. i am using a recordset to populate a combobox (using DataGlue.bindFormatStrings...but i dont think this problem has anything to do with remoting). The first item in the

[Flashcoders] Re: Unable to Connect to FCS 1.5 via AS 3.0

2006-07-06 Thread John Giotta
Worked it out. conn.objectEncoding = ObjectEncoding.AMF0; ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

RE: [Flashcoders] Flash 9 Public Alpha ...

2006-07-06 Thread Steven Sacks | BLITZ
There are plenty of reasons why people in corporate environments run Windows 2000 Workstation, that have nothing to do with the speed of technology or Moore's law (which has absolutely nothing to do with operating systems). There are plenty of reasons I don't work in corporate environments.

Re: [Flashcoders] Flash 9 Public Alpha ...

2006-07-06 Thread Cortlandt Winters
Stephen you're misreading the information on that link. MS still supports win2k they just don't sell NEW oem licences, that's a big difference. If and when they try to discontinue support, expect some serious legal reprecusions. They support it for good reason, if they don't do so (at least

Re: [Flashcoders] Flash 9 Public Alpha ...

2006-07-06 Thread ryanm
Serious benefits you be would required to rely on = Flash 9 IDE. Ding! Nail... head... and so on... ryanm ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] Flash 9 Public Alpha ...

2006-07-06 Thread Dave Watts
There are plenty of reasons I don't work in corporate environments. Bureaucracy is one of them. Well good for you, you free spirit you. But standardization != bureaucracy. If you're responsible for a fleet of 10,000 workstations, you don't want to have to manage them individually. Because that

RE: [Flashcoders] Flash 9 Public Alpha ...

2006-07-06 Thread Steven Sacks | BLITZ
Stephen You can see in the From it's spelled with a v. It's not like you heard my name and spelled it with a ph. You read the word right in front of you with a v and yet you still misspelled it. Astounding. ;) you're misreading the information on that link. And you're misreading the

Re: [Flashcoders] Tree component

2006-07-06 Thread Josh Santangelo
It inherits from list, which has a rowHeight property, so that might work. -josh On Jul 6, 2006, at 5:09a, Jose Maria Barros wrote: Hello, Its possible to control the separation(height) of each row/node of the tree component menu? i looked for setStyle attributes but there is only the

RE: [Flashcoders] a swf asking itself : whereAmI ?

2006-07-06 Thread Steven Sacks | BLITZ
From the Flash Help panel: _url (MovieClip._url property) public _url : String [read-only] Retrieves the URL of the SWF, JPEG, GIF, or PNG file from which the movie clip was downloaded. ___ Flashcoders@chattyfig.figleaf.com To change your subscription

Re: [Flashcoders] Flash 9 Public Alpha ...

2006-07-06 Thread Cortlandt Winters
Sorry Steven, I can promise that I'm not burned up about anything. Just stating what I think is important. And I thought you were responding to Pete's comment more seriously than you apparently were. And I'm sorry to spell your name wrong. ___

RE: [Flashcoders] a swf asking itself : whereAmI ?

2006-07-06 Thread hbruyere
Thanks a lot ! Hugues. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks | BLITZ Sent: July 6, 2006 8:24 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] a swf asking itself : whereAmI ? From the Flash Help panel: _url

[Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-06 Thread Julian Bleecker
Okay, here's the drill. I have a MovieClip — call it FooA — that's been linked to an AS2 class — call it FooA_Class — (that extends MovieClip and does lots of other useful things.) In that MovieClip, I have another MovieClip — SubFooA — that's been exported and given a proper instance

[Flashcoders] a couple of FLVPlayback questions

2006-07-06 Thread Josh Santangelo
I'm using the FLVPlayback component for the first time and am running into a couple of things. I am also using the skinnable components provided for use as player controls. The capability of using multiple VideoPlayback controls within the component is interesting, and has me thinking

Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-06 Thread Mike Britton
Hey Julian, I feel your pain. Take a look at this example: http://www.randomusa.com/flash/downloads/tojulian.zip Mike Britton ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-06 Thread Julian Bleecker
Cripes. Thanks Mike! So, this magic of turning a named instance into the name of the instance variable gets carried to its logical, but somewhat weird, conclusion. Julian On Jul 6, 2006, at 19:30 PDT, Mike Britton wrote: Hey Julian, I feel your pain. Take a look at this example:

Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-06 Thread Mike Britton
Perhaps, but you never know: someone on this list may have a better solution for your problem. Mike ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Flash player skips first frame of audio -- why?

2006-07-06 Thread Jeff Stearns
I'm trying to understand why the Flash player isn't playing my audio properly. It's muting output during the first frame. I need to fix that. It also mutes output during the frame after an ActionGotoFrame. I also need to fix that. I'm using Flash 8 on Mac OS X 10.4.7; other testers

Re: [Flashcoders] Flash player skips first frame of audio -- why?

2006-07-06 Thread Marc Hoffman
Jeff, Why does it need to be exact? If you're trying to synchronize different sounds or have them loop seamlessly, a frame-based approach will never work. I suspect your problem is related to the buffering that Flash does of all sound. You could play with the soundBuffTime (that may not be

Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-06 Thread Ian Thomas
Hi Julian, You were nearly there with: Object.registerClass(mFooA, FooA); var aObject:FooA_Class = _root.attachMovie(FooA, FooA, 1); Just change it to: Object.registerClass(mFooA, FooA); var aObject:FooA_Class = FooA_Class(_root.attachMovie(FooA, FooA, 1)); (as Class(x) is the equivalent of

Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-06 Thread Ian Thomas
Whoops, sorry, missed your extra 'm' on 'mFooA' (not sure why that crept in there?): Object.registerClass(FooA, FooA); var aObject:FooA_Class = _root.attachMovie(FooA, FooA, 1); Ian On 7/7/06, Ian Thomas [EMAIL PROTECTED] wrote: Hi Julian, You were nearly there with:

Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-06 Thread Ian Thomas
*sigh* Having a bad morning and copying the wrong line. Third time lucky: Object.registerClass(FooA, FooA_Class); var aObject:FooA_Class = FooA_Class(_root.attachMovie(FooA, FooA, 1)); Ian On 7/7/06, Ian Thomas [EMAIL PROTECTED] wrote: Whoops, sorry, missed your extra 'm' on 'mFooA' (not

Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-06 Thread Julian Bleecker
Yeah, I think it gets worse. I'm used to a pattern where you create a whole bunch of something — so, back to the problem I originally asked, if I want have my mainClip create a dozen subClip instances and tuck each one of those instances in an Array for later use, especially calling that