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, Blo

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 t

Re: [Flashcoders] C# DLL to extend Flash IDE

2006-04-19 Thread Michael Klishin
Lee McColl-Sylvester wrote: My guess is no. The interface into a Win32 C dll is far different from a compiled C# dll, which is in effect merely in an intermediate code. Your best bet is to look to other Win32 dll compiling options if you feel C or C++ are a little over your head. You could try

[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 PROTEC

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: [E

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 ma

Re: [Flashcoders] Clone Array of Type Object

2006-03-02 Thread Michael Klishin
Wade Arnold wrote: Is it possible to clone and array in AS 2.0? I have copied the array but that just places a pointer at the existing array. I am looking to clone/duplicate the array to separate the two data elements without having to do a for loop. This of course stops working once you use obj

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 ___ Flashcoder

[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] Classes being cached - deleting ASO does help (flash8)

2006-01-08 Thread Michael Klishin
blists wrote: I should have been more clear sorry. Clearing the ASO files does not help in this case. I met smth like that several times during component development. Solved it when cleared ASO cache and then updated component definition (just opn and then close the dialog). -- Michael "A

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] 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 "Antar

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] Components development: collection item class problems

2006-01-03 Thread Michael Klishin
Michael Klishin wrote: It's in, thanks Jesse. Other ideas? Never mind guys, I just misspelled the class file name :) Thanks for your time spent on it. -- Michael "Antares" Klishin, Email: [EMAIL PROTECTED] Web: www.novemberain.com Non progr

Re: [Flashcoders] Components development: collection item class problems

2006-01-03 Thread Michael Klishin
JesterXL wrote: Ensure it's getting compiled in. Import is not enough. import mx.something.TheCollectionClass; private var dependCollection:TheCollectionClass; It's in, thanks Jesse. Other ideas? -- Michael "Antares" Klishin, Email: [EMAIL PROTECTED] Web: www.novemberain.com Non progredi

[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 c

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 me

[Flashcoders] Determine FLV file bit rate

2005-12-04 Thread Michael Klishin
Hi guys, How can I determine the bit rate of FLV file in AS (okay, at server side at least), is there a meta data tag for it or any other way to determine position in file by time offset? Thanks in advance! -- Michael "Antares" Klishin, Email: [EMAIL PROTECTED] Web: www.novemberain.com Non

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: where $message is the text to whi

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: where $message is the text to whi

[Flashcoders] Printing of HTML page and movie scaling

2005-11-23 Thread Michael Klishin
Hi, I try to print HTML page with movie sized like 550 x 300 on it but get movie resized (grew). What's wrong and how to fix this? Thanks in advance. Best wishes! -- Michael "Antares" Klishin, Email: [EMAIL PROTECTED] Web: www.novemberain.com Non progredi est regredi __

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 f

[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 re

Re: [Flashcoders] Singleton in AS3

2005-11-14 Thread Michael Klishin
zwetan wrote: 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. .. Well, internal should be enough to implement a Singleton Just have a public const in the package initialized with an internal

Re: [Flashcoders] Flipbook in AS2

2005-11-12 Thread Michael Klishin
version but it does only dragging (you cannot turn the page over, just turn it up). Everything is done via code, without attaching movies and complicated movie clip structure. It's not really well commented but if you would like to see it write to me personally, I don't mind to

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 "An

[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] Ajax and Flash

2005-11-09 Thread Michael Klishin
Jaye Morris wrote: http://casario.blogs.com/mmworld/2005/11/aflax_a_javascr.html I can't understand why AFLAX library authors put such unindicative demos to their site. These demos look like good old Flash sources and show no advantage of using AJAX with Flash. Just no client-server iteracti

Re: [Flashcoders] dispatching events through a chain of objects

2005-11-08 Thread Michael Klishin
impossible to avoid using of such a chains, method or references. And then use accessors: // Dog instance move("move", this.getStreet().getCity().getState().getCountry().getPlanet().getSolarSystem()); -- Michael Klishin http://www.novemberain.com _

[Flashcoders] Passing parameters to nested JSFL function from AS

2005-11-06 Thread Michael Klishin
ld do smth 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.

Re: [Flashcoders] Measuring the height of a dynamically created text field.

2005-10-24 Thread Michael Klishin
-rendering text fields... -- Michael Klishin, [EMAIL PROTECTED] Non progredi est regredi ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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=1016963&view=sn111 -- Michael Klishin, [EMAIL PROTECTED] Non progredi est reg

Re: [Flashcoders] AS3.0 only projects + flex framework

2005-10-24 Thread Michael Klishin
what next generation of RIA will be... -- Michael Klishin, [EMAIL PROTECTED] Non progredi est regredi ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders