Re: [Flashcoders] FDT weirdness

2006-05-05 Thread Michael Klishin
Seb L wrote: FDT has suddenly stopped doing its code parsing for new classes... anyone else had this? It's still parsing and checking on the pre-existing classes. Weird! Check if your classes name starts with uppercase letter. FDT parser ignores it otherwise. -- Michael Antares Klishin,

Re: [Flashcoders] loading an external image into a BitmapData

2006-04-30 Thread Michael Klishin
grimmwerks wrote: What would be the quickest way of flipping images into a bitmap data? 1. Load it 2. Take a snapshot 3. Unload it or whatever... -- Michael Antares Klishin, (Flash + Flex + Java + Ruby)*Eclipse weblog : http://www.novemberain.com/ Email : [EMAIL PROTECTED]

Re: [Flashcoders] Implementing GroupName for my own component

2006-04-21 Thread Michael Klishin
Julian 'Julik' Tarkhanov wrote: That is, if I have 5 instances of RadioCompnent inside a specific timeline, can I programmatically retrieve all of them? What I would do is to create a class with static methods only as groups manager so you just need to register RadioButton components within

[Flashcoders] C# DLL to extend Flash IDE

2006-04-19 Thread Michael Klishin
Hi guys, Could someone tell me if it's possible to use DLL written in C# to extend Flash IDE? Documentation says it should be C-written. Is it possible at all to use Cpp / C# DLL ? Thanks in advance. -- Michael Antares Klishin, Blog: http://www.novemberain.com/blog/ Email: [EMAIL

Re: [Flashcoders] Active X and Microsoft IE ...

2006-04-09 Thread Michael Klishin
Stephen Ford wrote: Can anyone answer this: What happens if a user doesn't have javascript enabled in their browser for the recommended Macromedia solution (see link: http://www.macromedia.com/devnet/activecontent/articles/devletter.html) to this whole Active X debacle ? ??? You just have

Re: [Flashcoders] Newbiew question AS3

2006-03-07 Thread Michael Klishin
stefan burt wrote: I've heard a lot about flex are there any sites/app's on the net which offer a good impression of what the platform is capable of? Take a look at adobe labs showcase, the most interesting Flex 2 Apps at the moment can be found there -- Michael Antares Klishin, Email:

Re: [Flashcoders] Game Develop in Flash 8

2006-03-03 Thread Michael Klishin
Samuel Santos wrote: I have a certain knowledge in 3D Game Development using C++ and OpenGL. But I like Flash to much and I think it's less complicated to do game in it (please, confirm that?) Actually it heavy depends on coders skills. If you lack of OOD experience Flash game development

Re: [Flashcoders] UML tool for AS2

2006-02-17 Thread Michael Klishin
Hi, Enterprise Architect 6 supports AS as a native language and has reverse engineering feature for it. Give it a try. Regards. -- Michael Antares Klishin, Email: [EMAIL PROTECTED] Web: www.novemberain.com Non progredi est regredi ___

[Flashcoders] Track key up event for simultaneously pressed keys

2006-01-12 Thread Michael Klishin
Hi, I wonder what is the best way to capture a key-is-up event if several keys are pressed at once. For example if I press and hold left then press spacebar and release it onKeyUp won't fire till I release left key Thanks in advance! 16:31, 12.01.2006 -- Michael Antares Klishin, Email:

[Flashcoders] Publish profiles in Flash 8 : tags FireFox and AS3... WTH?

2006-01-09 Thread Michael Klishin
Hi, Guys could someone tell me what the hell is FireFox and AS3... tags in Publish Profiles (open XMLs itself) in Flash 8? Thanks a lot. Regards. -- Michael Antares Klishin, Email: [EMAIL PROTECTED] Web: www.novemberain.com Non progredi est regredi

Re: [Flashcoders] String object utf-8?

2006-01-06 Thread Michael Klishin
Alan Queen wrote: Does anyone know this? When creating a new String object is the encoding alwasy utf-8 by default? If System.useCodepage is set to false then, yes, Flash uses Unicode. -- Michael Antares Klishin, Email: [EMAIL PROTECTED] Web: www.novemberain.com Non progredi est regredi

Re: [Flashcoders] link + php

2006-01-04 Thread Michael Klishin
Jim Tann wrote: Use flashvars Actionscript to select the movie. If I understand what you want the buttons are on the webpage not in the flash movie. If this is so you will have to reload the page each time a button is pressed passing a new value to the movie through flashvars to select which

Re: [Flashcoders] standalone+amfphp doesn't work

2006-01-04 Thread Michael Klishin
Gabriel wrote: Hi all, I have a standalone movie connecting to amfphp. It doesn't connect or have response from it, but it does if I open the swf with the browser... any idea? If my memory serves me right AMF protocol uses HHTP headers that are available only on browser. -- Michael

[Flashcoders] Components development: collection item class problems

2006-01-03 Thread Michael Klishin
Hi, I'm developing a component and running into troubles with Collections. I'm consistently getting error that says collection items class is not found. If I just create an instance of that class in code in the same .FLA I see no errors. Furthermore if I start it all over compiler see no

Re: [Flashcoders] CSS question

2006-01-01 Thread Michael Klishin
coker todd wrote: Question, is there a method to put a background color on specific words, not an entire textBox but individual words? Hi, For static text selected with TextSnapshot only. Check out TextSnapshot.setSelectColor in AS language reference. Regards, -- Michael Antares Klishin,

[Flashcoders] To Adobe Team guys: AS3 feature request, custom metadata tags

2005-12-29 Thread Michael Klishin
Hi, I'm sorry but I don't know what is the best place to post a feature request so I'll post it here because Adobe team guys are subscribed to this list :) Here we go... In AS3 it's possible to get info about instance of a class at runtime with help of describeType. Futhermore we can use

Re: [Flashcoders] flash - css tooltip

2005-12-01 Thread Michael Klishin
eric dolecki wrote: What I am doing so far... I have some javascript that calls up a css tooltip removes them. using wmode=transparent I can ensure the DHTML will appear above Flash. Now I guess I'm just looking to hook the flash and css together using externalInterface as I slog thorugh

Re: [Flashcoders] as like php?

2005-11-27 Thread Michael Klishin
MetaArt wrote: I'm developing a standalone Flash appl, to apply some format to text. The appl will work on user's desktop, so I can't use php or any other server-side language. In php, to allow users insert a break row just typing the Enter key, I use this code: ?php echo nl2br($message) ? where

Re: [Flashcoders] as like php?

2005-11-27 Thread Michael Klishin
MetaArt wrote: I'm developing a standalone Flash appl, to apply some format to text. The appl will work on user's desktop, so I can't use php or any other server-side language. In php, to allow users insert a break row just typing the Enter key, I use this code: ?php echo nl2br($message) ? where

Re: [Flashcoders] MXML2UI

2005-11-15 Thread Michael Klishin
Igor Ageyev wrote: Hello flashcoders. The first release of MXML2UI has left;) This is Action Script 2.0 class library for generating user interfaces of flash application (on client side). As language for describing UI it uses MXML. This class package simplifies and accelerates development of

[Flashcoders] Video convertation @ server side

2005-11-14 Thread Michael Klishin
Hi, Have anyone ever had an experience of converting video to .flv at server side? Could you tell me about key points? Thanks in advance! P.S. FCS solutions are not right for me in this case -- Michael Antares Klishin, Email: [EMAIL PROTECTED] Web: www.novemberain.com Non progredi est

[Flashcoders] Singleton in AS3

2005-11-11 Thread Michael Klishin
Hi guys, Have anyone got ideas how to implement Singleton pattern in AS3 best? Constructor in AS3 can only be public or internal, which is not private anyway. .. -- Michael Antares Klishin, Email: [EMAIL PROTECTED] Web: www.novemberain.com Non progredi est regredi

Re: [Flashcoders] Singleton in AS3

2005-11-11 Thread Michael Klishin
Chris Wilson wrote: Agreed on all points, but when the deadline is approaching and the code needs to be done... That said, I'm a pragmatist when it comes to finishing a project. :-] For sure. But as long as AS3 is going to become one of senior programming languages... ;) -- Michael

[Flashcoders] Passing parameters to nested JSFL function from AS

2005-11-06 Thread Michael Klishin
like MMExcute(document.optimizeCurves( + foo + , + bar + );); but what if I need to do it in loop with calculations but some parameters have to be passed from AS? I think solution is somewhere at top but I can't find it by myself anyway. Thanks in advance! -- Michael Klishin, [EMAIL PROTECTED

Re: [Flashcoders] Problem with .as files

2005-10-24 Thread Michael Klishin
, it compiles perfectly and publishes and all the commented script works!!!. Any idea why this could happen? Use this extension to clear ASO cache: http://www.macromedia.com/cfusion/exchange/index.cfm?extid=1016963view=sn111 -- Michael Klishin, [EMAIL PROTECTED] Non progredi est regredi