Re: [Flashcoders] DRM for FLV

2006-09-04 Thread erixtekila
DRM is a big word ! ;) --- erixtekila http://blog.v-i-a.net/ ___ 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

Re: [Flashcoders] DRM for FLV

2006-09-04 Thread erixtekila
the client have to download a piece of software that act as a player to interpret all of the stuff. I'll dig further another time. It's a funny toy anyway ! --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change

Re: [Flashcoders] Vob to FLV without Sound

2006-09-03 Thread erixtekila
demultiplex a vob file, no clue ?! --- erixtekila http://blog.v-i-a.net/ ___ 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

Re: [Flashcoders] Vob to FLV without Sound

2006-09-03 Thread erixtekila
I have written the Riva FLV Encoder but FFMPEG does not support On2 VP6 which I want e encode for. Of course, lol. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] Vob to FLV without Sound

2006-09-02 Thread erixtekila
I use Ulead Video Studio 10 for this. I import Vob, convert to mpeg1, then with the Flash Video Encoder I can convert mpeg1 to flv. Hm, FVE is one pass CBR only. Expect more quality with other tools. --- erixtekila http://blog.v-i-a.net

[Flashcoders] [POLL] IDE, mon amour.

2006-09-01 Thread erixtekila
free to take this one-minute-fillup-the-form. It's absolutly marketing free. Thanks for your time. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

Re: [Flashcoders] Question about __constructor__

2006-08-18 Thread erixtekila
at this technique in one of Aral's article. Natural entry point is the name gave to it : http://aralbalkan.com/429 Cheers. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] Question about __constructor__

2006-08-17 Thread erixtekila
Could any soul out there help me understand why the __constructor__ and __proto__ are used in the following code: Check this out : http://www.quantumwave.com/flash/inheritance.html And join the rebel alliance :P (very old private joke, ask others) --- erixtekila http://blog.v-i-a.net

Re: [Flashcoders] Shared fonts : method with 2 files seems faster that method with 1 file

2006-07-12 Thread erixtekila
. Thanks. 3) The shared SWF file that gets loaded is only loaded once which is the way it should be. Not a good point, sorry :P 1 more left ! We will try to go as deep as possible in that topic. A definitive solution is a must. See ya. --- erixtekila http://blog.v-i-a.net

Re: [Flashcoders] Shared fonts : method with 2 files seems faster that method with 1 file

2006-07-12 Thread erixtekila
) recompile with swfmill. Simpler than that, omit the attribute glyph of the swfmill's font tag. Please refer to swfmill mailing-list for further discussions of that **genious** tool. Best. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders

Re: [Flashcoders] Shared fonts : method with 2 files seems faster that method with 1 file

2006-07-12 Thread erixtekila
Simpler than that, omit the attribute glyph of the swfmill's font tag. No, i already wrote, that i don't want to embed the whole font (this would result in +2MByte chinese characters) LOL, sorry I didn't read you before ! Best luck. --- erixtekila http://blog.v-i-a.net

Re: [Flashcoders] Shared fonts : method with 2 files seems faster that method with 1 file

2006-07-08 Thread erixtekila
once just before the shared font becomes available. The shared lib isn't loaded twice. You just have to wait for a delay frame, in order to use it. That's all. Thanks fro this interesting review. --- erixtekila http://blog.v-i-a.net

Re: [Flashcoders] Oregano forum/mailing list/etc

2006-06-27 Thread erixtekila
Where can I find one? I'm getting some errors and I need an archive to search. ;-) Welcome here : http://forum.v-i-a.net --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

Re: [Flashcoders] getTextExtent weirdness

2006-06-27 Thread erixtekila
properties like antiAliasType, sharpness… ? --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

Re: [Flashcoders] Oregano forum/mailing list/etc

2006-06-27 Thread erixtekila
Hep, http://forum.v-i-a.net You're welcome to register. Don't know why my answer never reach flashcorder ? --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] getTextExtent weirdness

2006-06-27 Thread erixtekila
for dynamic apps ? Hm, let me try. Thanks. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

Re: [Flashcoders] Regarding ascb Proxy

2006-06-09 Thread erixtekila
.com * @author erixtekila copyleft http://www.v-i-a.net * @version 1.1 */ class com.person13.ascb.util.Proxy { /** * Méthode factory pour appliquer une référence à un callback * Note : Le dernier paramètre envoyé à la méthode proxiée et une référence au proxy

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] 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: http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] Simple Eclipse setup question

2006-06-08 Thread erixtekila
the keystroke and your good to go I use exactly the same. Souvenirs nostalgiques… Cheers. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

Re: [Flashcoders] UML Modelling for AS2.0 applications ...

2006-06-07 Thread erixtekila
http://www.codealloy.com/umlconverter.htm Doesn't work anymore. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman

Re: [Flashcoders] Flash Multiplayer System

2006-06-02 Thread erixtekila
oregano however as this is for a business i think the boss' are looking for more financial support and reassurance of as stable system. For the reasons you mentionned, I, for myself, would have choosed Unity : http://www.moock.org/unity/ my 2 cents. --- erixtekila http://blog.v-i-a.net

Re: [Flashcoders] Shared font symbols, dynamic text fields, and Flash Player 7

2006-06-01 Thread erixtekila
textfield Any bright ideas? Did you export the font lib for Flash 8 and used it with a version 7 swf ? --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

Re: Re[4]: [Flashcoders] Shared fonts

2006-05-30 Thread erixtekila
the same trick for other types of assets (bitmap or vectors). If any pionneers feels the need to investigate further… --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: Re[4]: [Flashcoders] Shared fonts

2006-05-30 Thread erixtekila
With bitmaps you could use the bitmapdata to draw it in another movie. Yes, but Flash 8 only. Beautiful solution anyhow… --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] problems with dynamic text field autosize property

2006-05-26 Thread erixtekila
Use question.textHeight not question._height Are textHeight / textWidth accurate when used in combinaison with FlashType's thickness, sharpness, gridFitType… It don't seems to evaluate the extra sizes correctly. --- erixtekila http://blog.v-i-a.net

Re: [Flashcoders] Installing Flash 8 pro on a fresh OSX 10.4.6 crash on launch

2006-05-20 Thread erixtekila
install applejack - it does permissions, disk repair and cleans system caches http://applejack.sourceforge.net/ and run it in single user mode % applejack auto restart Already did it. also- the old reset your pram still works for certain problems. Good idea. Thanks. --- erixtekila

Re: [Flashcoders] Installing Flash 8 pro on a fresh OSX 10.4.6 crash on launch

2006-05-19 Thread erixtekila
! Thanks arul. flash 8 pro is not supported by OSX 10.4.6. period. Thanks to the (de-)activation process I presume. Once you get stuck, it's forever. There seems to be hiddens. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders

Re: [Flashcoders] Installing Flash 8 pro on a fresh OSX 10.4.6 crash on launch

2006-05-19 Thread erixtekila
, I'm not very sure about the path, just check it out. I did it 3 times ! Thanks arul. flash 8 pro is not supported by OSX 10.4.6. period. Thanks to the (de-)activation process I presume. Once you get stuck, it's forever. There seems to be hiddens. --- erixtekila http://blog.v-i

Re: [Flashcoders] Installing Flash 8 pro on a fresh OSX 10.4.6 crash on launch

2006-05-19 Thread erixtekila
I am running the same setup, no problems on 2 machines, a g4 and a dual g5. BTW, did all install Flash 8 on 10.4.6 or did you update for distro after having installed it ? --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders

Re: [Flashcoders] Can this be true?

2006-05-03 Thread erixtekila
. This is really nice hack. BTW, I assume that sound should run all time in order to skip some frames if needed. Best. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] Shared font questions

2006-05-02 Thread erixtekila
that IMO easier with swfmill. http://www.v-i-a.net/blog/archives/43.html Look in archive for translation. The trick is not so hard. So come on. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription

Re: [Flashcoders] Can this be true?

2006-05-02 Thread erixtekila
The code is very simple: setInterval(time, 1000); Is setInterval so accurate ? Is it frame based ? I know you can force it to upade with updateAfterEvent 10 time faster than framerate. Anyone know ? --- erixtekila http://blog.v-i-a.net

Re: [Flashcoders] XPath Problem

2006-04-30 Thread erixtekila
country's context, it uses in fact the same XMLdocument as before. I am not really happy with this explanation though. Further explanation ? Thanks. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] XPath Problem

2006-04-30 Thread erixtekila
(xmlData, /map/country); handleCountry(countriesList[0].cloneNode (true)); // Note the cloning process } function handleCountry(country) { countryName = XPath.selectNodes(country, /country/name); trace(countryName); // Should work. } Cheers. --- erixtekila http://blog.v-i

[Flashcoders] window.onClose - Flash

2006-04-25 Thread erixtekila
Hi, Is there a way to handle a closed window that was owning a flash instance ? I'd like to get an event for ex when someone quit a swf application, by closing it's window. Any idea ? Thanks --- erixtekila http://blog.v-i-a.net

Re: [Flashcoders] window.onClose - Flash

2006-04-25 Thread erixtekila
onUnload in javascript (and sen message to flash), but it is not working in all browsers That's what I've experienced too. Thanks. onClose doesn't too… --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change

Re: [Flashcoders] window.onClose - Flash

2006-04-25 Thread erixtekila
it will… thanks. --- erixtekila http://blog.v-i-a.net/ ___ 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] window.onClose - Flash

2006-04-25 Thread erixtekila
Le 25 avr. 06, à 23:31, David Rorex a écrit : window.onbeforeunload Never knew that one. I'l check for its availability across platforms. Thanks. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] Forcing XML connection closed from SWF

2006-04-24 Thread erixtekila
at XML.addRequestHeader method. It's only possible with XML and LoadVars, not MovieClip type… unfortunatly. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

Re: [Flashcoders] getURL doesn't work on Mac

2006-04-20 Thread erixtekila
that no default application were set to handle pdf files. my 2 cents. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman

[Flashcoders] Netstream doesn't… stream bef ore being Garbage collected

2006-04-19 Thread erixtekila
is a pastebin to read it more easily : http://pastebin.com/669093 --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Tools to create flv with screen recording codec

2006-04-19 Thread erixtekila
Any one ? Before, there were the Flash Video exporter for flash mx 2204, now ? --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com

Re: [Flashcoders] Tools to create flv with screen recording codec

2006-04-19 Thread erixtekila
Le 19 avr. 06, à 15:25, JesterXL a écrit : That doesn't have the screen recording codec, just Spark On2. The reason of my question. Nothing else ? --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] Tools to create flv with screen recording codec

2006-04-19 Thread erixtekila
be your best bet. Like Breeze and Captivate for ex ;) ? Thanks anyhow… --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman

Re: [Flashcoders] Tools to create flv with screen recording codec

2006-04-19 Thread erixtekila
This was asked on Flashcom I think last week, but a quick search of my inbox doesn't yeild the thread. Perhaps ask there since it's fresh on their minds? A quick search of /my/ inbox yields the thread -- April 6th, by Erixtekila himself... No replies. That's what I thought ;) Thanks asual

Re: [Flashcoders] Linked font from class

2006-04-11 Thread erixtekila
to the library -- library import file=libraryFontLlibrary.swf url=http://foo.com/fontLibrary.swf/ /library /frame /movie Relative and absolute URis are accepted. Be sure to load the sharedLib before using it. [ End of the hell and shared font redux ;) ] my 2 cents. --- erixtekila

[Flashcoders] Dynamic shread fonts was : Linked font from class

2006-04-11 Thread erixtekila
, as that type of creation is really ugly in it. HTH --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

Re: [Flashcoders] MTASC and spaces in classpath

2006-03-31 Thread erixtekila
to interpret the a directory name (such as Application Support, where the core classes are) as separate classes. Escape it : /Users/sam/Library/Application\ Support/Macromedia/Flash\ 8/en/Configuration/Classes erixtekila http://blog.v-i-a.net

Re: [Flashcoders] Multiuser - which backend?

2006-03-22 Thread erixtekila
… Greetings --- erixtekila http://blog.v-i-a.net/ ___ 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

[Flashcoders] [ANN] Oregano 1.2.0 Release Candidate 1

2006-03-22 Thread erixtekila
Hi all, Make you a favor and give a shot to this new release that seems to be really stable : http://www.v-i-a.net/forum/viewtopic.php?t=23 Any feedbacks are welcome. Cheers. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders

Re: [Flashcoders] Un-HQX, Burn in Mac, make ISO in PC, and make copies in PC

2006-03-21 Thread erixtekila
, but there are no AFAIK a windows analog. The .iso is a good alternative. BTW, is there a utility to give a broken .hqx is resource again ? Thanks. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] Un-HQX, Burn in Mac, make ISO in PC, and make copies in PC

2006-03-21 Thread erixtekila
/index.php?2005/08/29/107-issey-miyake- nouveau-site Could some mac user open the projector file ? Not /me. Any idea ? --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] XPath problems with single character value nodes

2006-03-11 Thread erixtekila
Le 11 mars 06, à 11:27, Adrian Park a écrit : I encountered exactly the same issue on the project I'm currently working on. I got around the problem by using XPath.selectNodes rather than XPath.selectNodesAsString. Please send a mail to XPath author to get this fixed. --- erixtekila

Re: [Flashcoders] Branden's Article on Shared Fonts

2006-03-02 Thread erixtekila
I was wondering if somebody could point me to a backup of those posts. This is for posterity : http://web.archive.org/web/20020802165312/www.waxpraxis.org/archives/ 62.html Enjoy. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders

Re: [Flashcoders] Does anything allow FLV(sorensen or vp6) to mpeg4 for IPOD

2006-02-28 Thread erixtekila
I want to be able to take flash video and put it on a video ipod. Is there any way to do this? As always : ffmpeg will convert h.263 to mp4. vp6 is not included as it is not a known codec. --- erixtekila http://blog.v-i-a.net

[Flashcoders] Textfield size (TextFormat + thickness)

2006-02-28 Thread erixtekila
? Thanks for your lights. --- erixtekila http://blog.v-i-a.net/ ___ 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

Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread erixtekila
I'm looking for a tool that can inject a line code to the first frame of a SWF. Any reason not using FlashVars and push this variable inside the swf container ? BTW, you'd able to inject code in swf file with mtasc -keep HTH --- erixtekila http://blog.v-i-a.net

Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread erixtekila
I'm looking for a tool that can inject a line code to the first frame of a SWF. Moreover, you get : KineticFusion Flasm swfcombine and from swftools --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] Flash and open type fonts

2006-02-15 Thread erixtekila
I would like to ask if someone has any experience from open type fonts and flash, if there are any problems or if it works great? Try Font2SWF : http://www.swftools.org/ hth --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders

Re: [Flashcoders] Dynamic width of image...

2006-02-08 Thread erixtekila
* scaleFactor); } } --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Flash 8 embeds fonts on OSX, even if you don't tell it to !

2006-01-30 Thread erixtekila
to confirm this annoying issue. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Documenting my code

2006-01-22 Thread erixtekila
I have written a documentation tool: It sits on your desktop as an executable and all you have to do is pass it the actionscript files: http://www.as2docs.com/ Is it a Java tool ? --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders

Re: [Flashcoders] Documenting my code

2006-01-22 Thread erixtekila
Any chance of a command-line driven version so that I can achieve my goal of having server-side generated documentation on my SVN box..? You'd test as2api my 2 cents --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list

Re: [Flashcoders] Stolen content

2006-01-19 Thread erixtekila
content ? It's sad, i've found my content on other sites. Do not know about other content, but it seems that my Collected links to Maelstrom examples I thought it was examples of the new features developped by others. Could you clarify a bit ? Thanks. --- erixtekila http://blog.v-i

Re: [Flashcoders] Stolen content

2006-01-19 Thread erixtekila
://www.franto.com/blog2/flash-collections-for-you/ Thus, you can blame others that follow your way… --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] amfphp, flash 8 and netdebug

2006-01-19 Thread erixtekila
through it through Xray's trace and it just spit out the entire object for us. when you consider all we have to do to use Xray is put it on stage and publish with our main swf, I think that's a bit easier than NetDebug ;) Amazing tool ! Kudos to you. --- erixtekila http://blog.v-i

Re: [Flashcoders] Application development in flash for MAC

2006-01-18 Thread erixtekila
mProjector is crossplateform now. Nice. You can try XUL with swf embed Very good point. Don't know if Screenweaver OS 4 (crossplatform) is here Anyone knows ? Cheers. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list

Re: [Flashcoders] Flash, Ant and the Mac

2006-01-05 Thread erixtekila
and the other on a PC. Can we use FlashAnt on both platforms? I have installed Ant on my Mac, but an not quite sure on the next baby steps. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Is Adobe settings manager usable ?

2005-12-22 Thread erixtekila
to see the improvments. Thanks for your attention. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Is Adobe settings manager usable ?

2005-12-21 Thread erixtekila
goes with usability ! --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] help the tabIndex

2005-12-20 Thread erixtekila
How do I enabled custom tab indexes? the following example doesnt seem to work for me user_movie.user_input.inputText.tabIndex = 1; pass_movie.pass_input.inputText.tabIndex = 2; tabEnabled = true ? --- erixtekila http://blog.v-i-a.net

[Flashcoders] Select a newly focused textfield

2005-12-10 Thread erixtekila
on the Textfield. Strange. BTW, the trace output is correct. Any idea ? --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] interfaceof

2005-12-09 Thread erixtekila
Hi folks, Is there a way to know if an object belong to a special interface type ? I assume it's compilie time only ? What I'd like is to get the same behavior than instanceof but with interface. Any idea ? Thanks. --- erixtekila http://blog.v-i-a.net

Re: [Flashcoders] interfaceof

2005-12-09 Thread erixtekila
; This was the solution I was hinking of, if no other. Thanks you both. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] HTML in XML

2005-12-07 Thread erixtekila
behavior : to escape the html tags ? If you want to display the html in a textfield, be sure to give it his html to true. That should work as is. HTH --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Flash is a single-threaded app? Maybe it's just theAVM? or...

2005-12-07 Thread erixtekila
care of. Isn't it ? Cheers --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Applying tween class to textfields

2005-12-07 Thread erixtekila
it more easy for (/me). There is an exemple of use on the blog. As usual, you are not slave with MovieClip properties, you could tween Color values, as soon as they get some accessor methods. Cheers. --- erixtekila http://blog.v-i-a.net

[Flashcoders] Loading a compressed movie

2005-12-03 Thread erixtekila
presume) can be launch on portions ? Thanks for your enlightments, guys and gals. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Creating an OS X app with a Flash Projector

2005-12-03 Thread erixtekila
/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

Re: [Flashcoders] Degrade AS2 code to AS1 - how to?

2005-12-02 Thread erixtekila
representation (rvml) As this tool is alive from the early days of flash MX, it still available to output actionscript in version 1. Go and get the trial version, you'll be amazed. HTH --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing

[Flashcoders] Instanciation with Function.apply

2005-12-01 Thread erixtekila
Hi folks, Is it possible to activate the constructor of a class with Function.apply ? new Class.apply (Class, arguments) ? will work ? I know I could implement an init method that be activated by apply, but… Cheers. --- erixtekila http://blog.v-i-a.net

Re: [Flashcoders] Instanciation with Function.apply

2005-12-01 Thread erixtekila
; result.__proto__ = clazz.prototype; result.__constructor__ = clazz; clazz.apply(result, args); return result; } --- --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Q: dedicated UML tool for Actionscript 2?

2005-11-30 Thread erixtekila
Find a tool I made that would import your UML as XMI version 1.0 http://www45.brinkster.com/chaoschaos/xmi2actionscript.asp?page=2 Is there any swf only version instead of the .exe ? Thanks --- erixtekila http://blog.v-i-a.net

Re: [Flashcoders] [structure] Automatic callback

2005-11-24 Thread erixtekila
endTest at all. Because I am not sure that I will remember that need in months. So, it would be pretty better for me to find an automatic way of being called. Follow me ? Any idea ? Thanks by advance. --- erixtekila http://blog.v-i-a.net

Re: [Flashcoders] [structure] Automatic callback

2005-11-24 Thread erixtekila
and have TestSequence observing the modules. I don't like to use an observing scheme since I must validate a sequence of tests. Observer make a 1 to many relation but asynchronisaly (…!) BTW it was a good point. Thanks. --- erixtekila http://blog.v-i-a.net

Re: [Flashcoders] [structure] Automatic callback

2005-11-24 Thread erixtekila
(); endTest(); } public function runTest() { throw new Exception(implemented in subclasses); } public function endTest() { dispatchEvent({type:end}); } } Same here. Thanks for you both. --- erixtekila http://blog.v-i-a.net

Re: [Flashcoders] XMLSocket OS X

2005-11-20 Thread erixtekila
Hi Michael, If you want to dig inside XMLSocket implementation, you can investigate in Oregano java server. It is opensource and can help you a lot. As it use java, it's fairly easy to use it on osx… Here is the link : http://www.oregano-server.org/ HTH. --- erixtekila http

[Flashcoders] Flash 8 OSX is not applescriptable AT ALL ?

2005-11-19 Thread erixtekila
No dictionnary. Too bad ! Is it only me ? --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Working in macintosh browser ?

2005-11-17 Thread erixtekila
Could you tell me please if it works on Mac Yep it does. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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

2005-10-28 Thread erixtekila
for the noise. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] LoaderClass in Flash 8

2005-10-27 Thread erixtekila
between the way to behave in regard of the flash version. But my question is : Do a queue loader class need worth it ? Tell me. Cheers. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

[Flashcoders] New way to resize TextField in IDE ?

2005-10-27 Thread erixtekila
transform or Text, the behavior is the same. Should I say that on a mac ? Is it an osx only (how could I say) **new** feature ? Is there any way to give values to a textfield on stage. (Don't answer by script please) Thanks. --- erixtekila http://blog.v-i-a.net

Re: [Flashcoders] Encoding On2 with cuepoints metadata

2005-10-21 Thread erixtekila
Maybe Flix takes the cuepoints of the source Quicktime movie (they call it tracks) ? For everyone record : No actual tool take Quicktime cuepoints to export them in the on2 flv stream. Cheers --- erixtekila http://blog.v-i-a.net