Re: [FlashCoders] Flash player NSIS installation

2006-06-08 Thread Dimitrios Bendilas
Hello John, Thanks for your reply. NSIS is the NullSoft installer. This is for web distribution. I just needed a way to detect if the user has the latest Flash Player installed and if not he would be taken to the adobe site to download. I just didn't have a clue about how NSIS works and I

Re: [Flashcoders] changing the width of a dynamic text field

2006-06-08 Thread jcarlos
I think is something related to the name of your textField, if it was created in the designing or programming mode I got this sample from the ActionScript manual, tested it and it works fine this.createTextField (my_txt, this.getNextHighestDepth (), 10, 40, 160, 120); my_txt.background =

RE: [Flashcoders] Dynamically loading an SWF into a movie

2006-06-08 Thread Merrill, Jason
Thanks Jason! It turns out that when I use loadMovieNum on the target Movie Clip, it John, don't thank me - I replied to the wrong post - what I posted in this thread had nothing to do with your question so don't take my advice. :) I was responding to the Attach jpg thread istead. LOL.

RE: [Flashcoders] The class or interface [***] could not be loaded.

2006-06-08 Thread Merrill, Jason
If you sure the paths to the .as files are correct and your classpaths are set up correctly as well, then I have seen the same issue. Sometimes it seems to happen when you move files from machine to machine, even though you clear your ASO files, but it also seems to happen because the source .fla

RE: [Flashcoders] The class or interface [***] could not be loaded.

2006-06-08 Thread Nitin Gore
There are two ways by which you can set the class paths:- 1. Go to File-- Publish settings -- choose flash tab -- click on Setting and set your class path By this method the class paths gets applied to your file and it won't give problem though you move files from one location to another. 2.

RE: [Flashcoders] remove haloGreen - haloBlue- haloOrange

2006-06-08 Thread Cole Peterson
this.cb.drawFocus = ; hope this helps. cp : Cole Peterson : ZAAZ, Inc : Interactive developer : [EMAIL PROTECTED] : t 206.341.9885 x4867 : www.zaaz.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 07,

[Flashcoders] How to set fontSize of TextInput/Label ?

2006-06-08 Thread Stefan Thurnherr
Hi all, For an application that I am developing I have subclassed those UI components that I'll most commonly use (Label, Button, TextInput, CheckBox, RadioButton). Among other things I'd like to be able to set the fontSize/fontFamily/fontWeight in a single place, and I chose for this the init()

[Flashcoders] Whats the best tooltip component (actionsciptable)

2006-06-08 Thread T. van Zantvoort
Hi there, I am looking for a great tooltip component and/or script. I have tried several but they just don't qualify. With one I have font problems, with the other embed problems and another delay, display / don't display problems etc. etc. Is there something else out there?? met vriendelijke

[Flashcoders] Flash and Skype

2006-06-08 Thread Bjorn Schultheiss
Yo, Anyone here think it would be possible to run a skype video call through a swf? I mean without opening skype, maybe have it running in the background but all the controls through flash. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies

RE: [FlashCoders] Flash player NSIS installation

2006-06-08 Thread Mark Lapasa
Hi Dimitrios, I have experience with NSIS and Flash in the past. The greatest asset at your disposal is reading the NSIS docs to wrap your head around a language that is far from AS2. To me, it looked/felt like VB or Assembly. The other great asset is the Nullsoft forums which chances are someone

[Flashcoders] Infrared camera for the Mac

2006-06-08 Thread Weyert de Boer
Does anyone know a good Infrared featuring camera for the Mac? I want to use infrared footage for a interactive installation. If anyone know a affordable one, please let me know! ___ Flashcoders@chattyfig.figleaf.com To change your subscription

RE: [Flashcoders] Whats the best tooltip component (actionsciptab le)

2006-06-08 Thread Gresh, Lois
easiest way is to use movieclips or dynamic text - that are either visible or invisible (or have text or no text) depending on rollover state. i used to do with the as below, which i ditched over a year ago for the simpler methods just described. on (rollOver) { mousex = 670;

Re: [FlashCoders] Flash player NSIS installation

2006-06-08 Thread Dimitrios Bendilas
Mark, This was helpfull, thanks! Dimitrios - Original Message - From: Mark Lapasa [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, June 08, 2006 4:30 PM Subject: RE: [FlashCoders] Flash player NSIS installation Hi Dimitrios, I

[Flashcoders] Q:Create UML from EXISTING classes

2006-06-08 Thread bitstreams
Hi I'm aware of several tools and plugins that allow creation of stub code from UML diagrams. But is anyone aware of any tool that allows creation of UML from existing AS classes? Thanks in advance Jim Bachalo [e] jbach at bitstream.ca [c] 416.668.0034 [w] www.bitstream.ca

RE: [Flashcoders] Infrared camera for the Mac

2006-06-08 Thread Bernard Visscher
You mean something like this? http://www.hoagieshouse.com/IR/ -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Weyert de Boer Verzonden: donderdag 8 juni 2006 15:40 Aan: Flashcoders@chattyfig.figleaf.com Onderwerp: [Flashcoders] Infrared camera for the

Re: [Flashcoders] Infrared camera for the Mac

2006-06-08 Thread Mike Cobb
- A bit off topic, but you can convert an ordinary (cheaper the better) webcam into infrared. Many webcams are IR capable, but have a filter over the lens. With care, you can smash the filter without damaging the lens. Then you just need to create a daylight filter to remove all natural light

Re: [Flashcoders] Flash and Skype

2006-06-08 Thread Johannes Boyne
Hey, I had tought about this some days befor, and I think, that it can't be possible, because flash is in a SandBox, or not? So we can not speak to an other Programm wich runs on our computer. Maybe someone has an other idea?! Regards Johannes Bjorn Schultheiss schrieb: Yo, Anyone

Re: [Flashcoders] Is it possible to change Stage background coloratruntime?

2006-06-08 Thread Derek Vadneau
There is no way to change the actual background at runtime from Flash alone. Using a background movieclip will let you do this. As someone else mentioned, use the Stage onResize event and change the size of the movieclip to fill the Stage. You can then use the Color methods to manipulate the

Re: [Flashcoders] Infrared camera for the Mac

2006-06-08 Thread Weyert de Boer
I was not planning to smash my Apple iSight ;-) - A bit off topic, but you can convert an ordinary (cheaper the better) webcam into infrared. Many webcams are IR capable, but have a filter over the lens. With care, you can smash the filter without damaging the lens. Then you just need to

RE: [Flashcoders] Flash and Skype

2006-06-08 Thread Bjorn Schultheiss
I've been looking around for about an hour and so far it seems no good. I thought perhaps you can find out how it makes its connection and transfers data through an exposed api, but naah. Any looks like going back to FMS and getting pumped on licences and bandwidth. I guess there's always

Re: [Flashcoders] Flash and Skype

2006-06-08 Thread Weyert de Boer
Maybe you can do something with ActionScript 3 and his binary socket support? In combination with BitmapData just send a frame every x seconds or the sound using the new Sound sutff? ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] Re: protecting maps in Flash

2006-06-08 Thread Naz
Yo. Adding scripts that do the following to each of your map content swfs should solve your problem: 1) Create an if-then statement that checks for a variable that your map loader swf will set. If this variable is not set to the proper value that your loader/viewer swf sets, make the map swf

RE: [Flashcoders] Infrared camera for the Mac

2006-06-08 Thread Bernard Visscher
Well I just tried my old d-link cam and it works like a charm. It a d-link c310 (about 10,- euro's I think) Open the case, get a sharp knife just cut in the lens-tube at the red filter height. Remove the filter and screw it back again... -Oorspronkelijk bericht- Van: [EMAIL PROTECTED]

Re: [Flashcoders] Flash and Skype

2006-06-08 Thread Johannes Boyne
It would be great, but I have, so far, the same deliverables. But you can start a Skype confersation with a callto: or something like that, but the User has to use skype, too. (But probably you know this) Regards, Johannes Bjorn Schultheiss schrieb: I've been looking around for about an

RE: [Flashcoders] Flash and Skype

2006-06-08 Thread Bjorn Schultheiss
So would this allow you to, run the video conference in skype and copy the stream and display it in the swf? Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Weyert de Boer Sent: Friday,

Re: [Flashcoders] Infrared camera for the Mac

2006-06-08 Thread Weyert de Boer
Bernard Visscher wrote: Well I just tried my old d-link cam and it works like a charm. It a d-link c310 (about 10,- euro's I think) Open the case, get a sharp knife just cut in the lens-tube at the red filter height. Remove the filter and screw it back again... Are you using a Mac? I am

[Flashcoders] Re: Q:Create UML from EXISTING classes

2006-06-08 Thread Jim Kremens
Doxygen will do it. There's a plugin for eclipse as well... On 6/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi I'm aware of several tools and plugins that allow creation of stub code from UML diagrams. But is anyone aware of any tool that allows creation of UML from existing AS classes?

RE: [Flashcoders] Infrared camera for the Mac

2006-06-08 Thread Bernard Visscher
I'm using windows sorry... I don't have a MAC here, but I'll try to test it this weekend with this cam on a mac. But I think it would be possible with every cam.. -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Weyert de Boer Verzonden: donderdag 8 juni

RE: [Flashcoders] Infrared camera for the Mac

2006-06-08 Thread Bernard Visscher
You could also use almost every digital camera which has night shot. That's also infrared. Just plug it into your fire wire port. -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Weyert de Boer Verzonden: donderdag 8 juni 2006 16:27 Aan: Flashcoders

Re: [Flashcoders] changing the width of a dynamic text field

2006-06-08 Thread Phil Glatz
At 04:14 AM 6/8/2006, João wrote: I think is something related to the name of your textField, if it was created in the designing or programming mode I got this sample from the ActionScript manual, tested it and it works fine this.createTextField (my_txt, this.getNextHighestDepth (), 10, 40,

Re: [Flashcoders] Infrared camera for the Mac

2006-06-08 Thread Weyert de Boer
I bought a overpriced Trust Webcam 340x240 or something. It's a CMOS sensor so I think I could break it and remove it. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [FlashCoders] Flash player NSIS installation

2006-06-08 Thread Jay Pozo
Not sure if this will help, but: http://www.adobe.com/products/flashplayer/download/detection_kit/ On 6/8/06, Dimitrios Bendilas [EMAIL PROTECTED] wrote: Mark, This was helpfull, thanks! Dimitrios - Original Message - From: Mark Lapasa [EMAIL PROTECTED] To: Flashcoders mailing

Re: [Flashcoders] changing the width of a dynamic text field

2006-06-08 Thread Lanny McNie
You don't necessarily need to create it with Actionscript, just remove the transform on it in the IDE. Text fields that are scaled in the IDE (stretched) will measure their width adjusted with their scale. So if you have a 100px wide text field (not stretched), and stretch it to 200px in the

Re: [Flashcoders] Infrared camera for the Mac

2006-06-08 Thread Weyert de Boer
Works! Too bad the sharpness sucks of the camera. Oh well, who cares. It's cheaper then a iSight or DV Camera. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Re: Q:Create UML from EXISTING classes

2006-06-08 Thread erixtekila
Doxygen will do it. There's a plugin for eclipse as well... Yes, but it's read only ain't it ? PNG or other bitmap but no xmi AFAIK. You can't modify the diagram and get the sources back. --- erixtekila http://blog.v-i-a.net/ ___

Re: [FlashCoders] Flash player NSIS installation

2006-06-08 Thread Marc Hoffman
Dimitrios, NSIS creates an installation file, so even if the user downloads the NSIS file on the web, what matters is how the application displays the Flash. If your application uses a browser to show Flash, then you can do the detection and redirection (to get the Flash player) the same

Re: [Flashcoders] changing the width of a dynamic text field

2006-06-08 Thread Lanny McNie
Additionally, you can replicate this by setting the _xscale in Actionscript. So setting to 100% before applying the _width would resolve it as well. On 6/8/06, Lanny McNie [EMAIL PROTECTED] wrote: You don't necessarily need to create it with Actionscript, just remove the transform on it in

Re: [Flashcoders] Re: Q:Create UML from EXISTING classes

2006-06-08 Thread Jim Kremens
Yes, but it's read only ain't it ? PNG or other bitmap but no xmi AFAIK. You can't modify the diagram and get the sources back. That's true. You want everything?!!! :-) Jim Kremens On 6/8/06, erixtekila [EMAIL PROTECTED] wrote: Doxygen will do it. There's a plugin for eclipse as well...

Re: [Flashcoders] Infrared camera for the Mac

2006-06-08 Thread Weyert de Boer
Crap how do we get it working in Flash now. haha. ___ 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 Premier

Re: [Flashcoders] changing the width of a dynamic text field

2006-06-08 Thread janosch
Oh, thanks a log for [strg] + [shift] + [z], this helps a lot!!! Janosch Lanny McNie schrieb: You don't necessarily need to create it with Actionscript, just remove the transform on it in the IDE. Text fields that are scaled in the IDE (stretched) will measure their width adjusted with

[Flashcoders] color tracking w/webcam

2006-06-08 Thread Weyert de Boer
Anyone aware of any kind of color tracking for Flahs 8 using the BitmapData stuff? with source is apperciated ;-) ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] relative path issue

2006-06-08 Thread Michael A. Jordan
Hello all, Painful discovery. This technique works great on a PC, not on a MAC. Any ideas? -- Michael ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] The class or interface [***] could not be loaded.

2006-06-08 Thread Michael Bedar
Ah, the Evil FLA problem.. i should have tried that earlier.. i can only plead exhaustion thanks On Jun 8, 2006, at 8:30 AM, Merrill, Jason wrote: If you sure the paths to the .as files are correct and your classpaths are set up correctly as well, then I have seen the same issue. Sometimes

RE: [FlashCoders] Flash player NSIS installation

2006-06-08 Thread Mark Lapasa
Marc Hoffman is right. I remember now when I did the Flash detection thing at the time that it was superfluous as I was using 3rd party projector like Northcode or ZINC. -mL -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marc Hoffman Sent: Thursday, June

[Flashcoders] dispatching events

2006-06-08 Thread Sam
Hi, Is it possible to dispatch events from a simple call to a method? I have a view class that extends an abstract view class that contains the EventDispatcher class. I don't have a problem dispatching events from onPress and other handler, but what if I want to dispatch an event when

Re: [Flashcoders] dispatching events

2006-06-08 Thread Ryan Matsikas
You have to initialize EventDispatcher to dispatch events. Your _parent._parent must already be setup, that's why it works. On 6/8/06, Sam [EMAIL PROTECTED] wrote: Hi, Is it possible to dispatch events from a simple call to a method? I have a view class that extends an abstract view class

Re: [Flashcoders] dispatching events

2006-06-08 Thread eka
Hello :) your code is very light :) try this : import mx.events.EventDispatcher ; class com.test.mvc.AbstractView{ // ---o Constructor private function AbstractView() { // Abstract Class !! } // o Init EventDispatcher static private var __initDispatcher =

Re: [Flashcoders] dispatching events

2006-06-08 Thread Sam
the call to initialize is in my AbstractView constructor, I just did not post it, sorry. So, I should be able to just call dispatchEvent wherever I like, I does not need to be tied to an event like onClick? On Jun 8, 2006, at 2:04 PM, Ryan Matsikas wrote: You have to initialize

Re: [Flashcoders] relative path issue

2006-06-08 Thread janosch
I don't know why, but this email cam to me like this: Hello all, Painful discovery. This technique works great on a PC, not on a MAC. Any ideas? -- Michael Michael A. Jordan schrieb: Hello all, Painful discovery. This technique works great on a PC, not on a MAC.

Re: [Flashcoders] dispatching events

2006-06-08 Thread Sam
Hi, Thanks, sorry I quickly stripped the classes down for posting here. Can you explain this portion of your code: static private var __ASPF__ = _global.ASSetPropFlags(SampleView, [LOAD_SOMETHING], 7, 7) ; On Jun 8, 2006, at 2:06 PM, eka wrote: Hello :) your code is very light :) try

Re: [Flashcoders] Re: Q:Create UML from EXISTING classes

2006-06-08 Thread erixtekila
That's true. You want everything?!!! Is it forbidden ? :) --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] dispatching events

2006-06-08 Thread jcanistrum
I´d like to get a lift on this subject too because I´m still trying to understand the best way to generate my own events and I found this small example below which I mainly understood but seemed too simple compared with Eka pro solution ... but I´m still stucked with the fact that I don´t find

Re: [Flashcoders] dispatching events

2006-06-08 Thread eka
Hello :) With ASSetPropFlags you can change the properties in an object :) (read only ? write or not... etc...) With this hack my property static LOAD_SOMETHING is a real constant like Math.PI for example :) In AS3 you can use the keyword const... in AS2 you can do a constant with

Re: [Flashcoders] Simple Eclipse setup question

2006-06-08 Thread erixtekila
As for the ctrl+Enter, I managed to set this up in ANT. My build file has an exec tag to open the stand alone player, or you could use your default browser, and I set up the hotkey in WindowprefGeneralKey and in the dialog... set the Catagory to Run/Debug and the Name to Run Ant Build, then set

Re: [Flashcoders] Whats the best tooltip component (actionsciptable)

2006-06-08 Thread Rajat Paharia
I have been very happy with these: http://blog.pixelconsumption.com/?p=19 http://www.frogstyle.ch/go.cfm?tooltip_componentlanguage=en best, - rajat On 6/8/06, T. van Zantvoort [EMAIL PROTECTED] wrote: Hi there, I am looking for a great tooltip component and/or script. I have tried several

Re: [Flashcoders] Simple Eclipse setup question

2006-06-08 Thread Weldon MacDonald
I probably got it from you, lol. I've read things by so many people it's hard to keep track! On 6/8/06, erixtekila [EMAIL PROTECTED] wrote: As for the ctrl+Enter, I managed to set this up in ANT. My build file has an exec tag to open the stand alone player, or you could use your default

[Flashcoders] Simple Eclipse setup question

2006-06-08 Thread iestyn lloyd
Hey List, I've been using SEPY + Flash for a long time, and it's extremely useful to be able to press CTRL+Enter to export the movie. I've now installed Eclipse and ASDT, and it would be great if I can do this..is it possible? I've been having a look around, and i dont see an easy way of doing

[Flashcoders] OOP Cascading Menu Script

2006-06-08 Thread Jeff Fox
I'm looking at writing a cascading menu script in as 2.0 using oop and was wondeing if anyone knew of a good open source example to work fron. One that uses xml to define the menu structure is preferable. -jeff ___ Flashcoders@chattyfig.figleaf.com To

[Flashcoders] Aliased Dynamic Text in 2004

2006-06-08 Thread Kevin Aebig
Hi all, Maybe it's just one of those days, but I can't seem to get dynamic text to show aliased. I've included the font, than tried embedding the font outlines as well as toggling on the Alias Text button in the properties panel to no avail. In fact, when I try to include font outlines,

Re: [Flashcoders] Simple Eclipse setup question

2006-06-08 Thread Weldon MacDonald
Welcome to open source. I'm in the same process and it's a bit of a struggle. If you find a step by step anything, please send it along to me. As for the ctrl+Enter, I managed to set this up in ANT. My build file has an exec tag to open the stand alone player, or you could use your default

[Flashcoders] Loading MP3 from another domain …Is it possible?

2006-06-08 Thread Marlon Harrison
I'm putting together a small mp3 player and the mp3's that I need to load are on another domain (Akamai) When I test the player, the sound plays after a few sec, but the .onLoad function does not fire. Is this a security thing? Any suggestions? ___

[Flashcoders] [FREELANCE] Variety of freelance projects available

2006-06-08 Thread Lists
I don't want to use list bandwidth to talk extensively about this, but I have a fair number of freelance gigs available. I have an IMMEDIATE need for a dozen or more capable HTML/CSS/JavaScript scripters, an IMMEDIATE need for one or two ActionScripters capable of adding to a legacy project in

Re: [Flashcoders] changing the width of a dynamic text field

2006-06-08 Thread Phil Glatz
At 08:38 AM 6/8/2006, Lanny wrote: You don't necessarily need to create it with Actionscript, just remove the transform on it in the IDE. Text fields that are scaled in the IDE (stretched) will measure their width adjusted with their scale. It seems to me that this is an odd way for flash to

Re: [Flashcoders] Aliased Dynamic Text in 2004

2006-06-08 Thread Nick Gerig
In fact, when I try to include font outlines, nothing shows up. tried unchecking auto kern? or maybe that was a Flash 8 thing worth a try. Cheers Nick ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

Re: [Flashcoders] dispatching events

2006-06-08 Thread eka
ooops i forget :) ... if you want use an Event Model AS3 compatible... you can use my framework VEGAS and the vegas.events package : http://osflash.org/vegas You can use my EventDispatcher class : - http://svn1.cvsdude.com/osflash/vegas/AS2/trunk/src/vegas/events/EventDispatcher.as you can

[Flashcoders] setTextFormat in a V2 TextInput component

2006-06-08 Thread Bill Brown
Does anyone know if it is possible to use setTextFormat on a V2 TextInput component? Browsing the mx.controls.TextInput class, it looks like there is a private reference to a TextField called label. Does anyone know if there is a way to target this directly from outside the component? Thanks,

[Flashcoders] convert/migrate javascript to Flex

2006-06-08 Thread Dan Thatcher
Lets say that you have been developing an AJAX application (using ClearNova's ThinkCap) and you are displeased with the result. What options might one have to convert that AJAX application over to another RIA platform? Is there a way to convert an AJAX application over to Flex? What other RIA

RE: [Flashcoders] color tracking w/webcam

2006-06-08 Thread Ian Tilley
Hi Weyert I did something a year or so ago using webcamxtra Xtra for Director and Flash 7. I'd like to do it again in Flash 8 at some point as I think bitmap caching would improve performance, for what I needed, greatly. JMyron is another solution but I didn't get near that. t. -Original

[Flashcoders] Text link on hover

2006-06-08 Thread elibol
Does anyone know if it's possible to trigger an event with a text link hover state? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to

Re: [Flashcoders] Text link on hover

2006-06-08 Thread Mick G
Yes, you'll need to set up style in Flash... A:hover is supported in Flash. http://www.actionscript.org/tutorials/beginner/css_in_flash/index.shtml On 6/9/06, elibol [EMAIL PROTECTED] wrote: Does anyone know if it's possible to trigger an event with a text link hover state?

Re: [Flashcoders] Re: protecting maps in Flash

2006-06-08 Thread Steve Krichten
This really is not effective. Ultimately the swf still ends up getting sent to the client when the application is used. Then that user can get the swf out of thier cache and decompile it to grab the assets. As Tom explained, If your app loads external swf's you cannot protect them, you can

[Flashcoders] Test Post

2006-06-08 Thread js
Test post, please disregard! ___ 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 Premier Authorized Adobe

Re: [Flashcoders] Grouped List Box Component

2006-06-08 Thread Steve Krichten
You could do that pretty easily with this List Alternative I built... http://www.sleekdigital.com/News/5.aspx Let me know if you end up using it and/or making improvements. You can see an example of it in use here... http://www.bet.com/onblast -Steve

Re: [Flashcoders] Text link on hover

2006-06-08 Thread Jim Kremens
Wait, I know you can get hovers, but can you catch the hover 'event' and use it to, for example, call another function? I think that was his question, and as far as I know, there is no 'onHover' event. I'd like to be wrong... Jim Kremens On 6/8/06, Mick G [EMAIL PROTECTED] wrote: Yes,

[Flashcoders] Regarding ascb Proxy

2006-06-08 Thread js
I was taking a look recently at the Proxy class created by Joey Lott of Person13 for educational purposes, as I have just started learning OOP, and a couple questions popped into my mind. Here is the full class: class ascb.util.Proxy { public static function create(oTarget:Object,

Re: [Flashcoders] Grouped List Box Component

2006-06-08 Thread eric dolecki
I have already rolled my own solution - that is a little more like a traditional listbox, except items are visually grouped with some nice grouping UI, etc. However I will probably download your stuff and check it out. Thanks for bringing it to my attention :) E On 6/8/06, Steve Krichten [EMAIL