Re: [Flashcoders] Actionscript 3 and Flashplayer 8

2010-10-19 Thread strk
support is being looked for, Gnash seems to be the most ubiquitus player to me. --strk; () Free GIS Flash consultant/developer /\ http://strk.keybit.net/services.html ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Actionscript 3 and Flashplayer 8

2010-10-18 Thread strk
support for _any_ platform. See some screenshots of Gnash on embedded devices: http://wiki.gnashdev.org/Gnash#Screenshots http://www.gnu.org/software/gnash So, there's surely MUCH WIDER availability of players for AVM1 than there is for AVM2. --strk; () Free GIS Flash consultant/developer

Re: [Flashcoders] how do i say string + anything?

2009-09-24 Thread strk
On Wed, Sep 23, 2009 at 05:36:20PM -0700, Steven Sacks wrote: var compareBranch:String = index/nav/home/whatever/else; if (compareBranch.indexOf(event.validBranch) -1) Would fail if the substring is found farther than the beginning. Should be checked for being == 0 eventually. --strk

Re: [Flashcoders] how do i say string + anything?

2009-09-23 Thread strk
On Wed, Sep 23, 2009 at 12:40:55PM +0100, thomas horner wrote: what i need to know if how to say is ; if(event.validBranch == index/nav/his + anything else that might follow){ Compare a substring of event.validBranch, from start to length of index/nav/his. --strk; Free GIS Flash

Re: [Flashcoders] What heck is up with parent in actionscript 3?

2008-12-10 Thread strk
flash player supports AS3 at the moment, so your choice will affect freedom of people to use the content you make available. --strk; ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] attachMovie() with non-library-symbols

2008-10-25 Thread strk
afraid) - Which SWF version introduced this feature ? TIA! --strk; ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] attachMovie() with non-library-symbols

2008-10-25 Thread strk
On Thu, Oct 23, 2008 at 01:45:01PM +0200, Matthias Dittgen wrote: @strk: I should try var func:String = register; Object[func](args); instead of Object.registerClass(args); to see, if an all code based attempt is working without having the compiler do EXPORT tags. Yes please :) I

Re: [Flashcoders] attachMovie() with non-library-symbols

2008-10-23 Thread strk
on with the research. This is for eventual compatibility fixes in Gnash (The GNU SWF Player). --strk; ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] attachMovie() with non-library-symbols

2008-10-23 Thread strk
contain the syms, but optional. Is the sym library of a 'loader' movie supposed to be available to 'loaded' movies for use ? --strk; ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] attachMovie() with non-library-symbols

2008-10-20 Thread strk
by the AS *compiler* but something done by the actual VM/player ? If so, can you provide the smallest example of such thing ? --strk; ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] attachMovie() with non-library-symbols

2008-10-06 Thread strk
I've found a few movies out there using attachMovie() with symbol names which are NOT exported in the SWF movie containing the call. Are the SWF bogus (containing useless actionscript) or is there another interpretation of attachMovie() first argument ? --strk; () ASCII Ribbon Campaign

[Flashcoders] Handling unsupported NetStream media files

2008-09-24 Thread strk
Is there a way to be notified about unsupported media files loaded trough NetStream ? I mean, if you do something like trying to play an OGG file, is there any method of your NetStream object that would be called to signal can't do that ? --strk; () ASCII Ribbon Campaign /\ Keep

[Flashcoders] Shared fonts

2008-07-22 Thread strk
not maintaining a single shared font library for a whole run ? --strk; () ASCII Ribbon Campaign /\ Keep it simple! ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Shared fonts

2008-07-22 Thread strk
of visibility graph). --strk; ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] FPS limit of flash player inside browser?

2008-05-07 Thread strk
smoother. It's not an opinion, it's a fact. If a frame takes MORE to render (or execute associated actions) then another, the rendering will NOT be smooter, just going fast and slow depending on frame number, which isn't smooth... --strk; ___ Flashcoders

Re: [Flashcoders] Flash is full of surprises. I will show you how to move movie-clip using a reference to another deleted clip.

2008-03-10 Thread strk
the same target path as the original one. --strk; ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Multiple moviecliploaders

2008-02-12 Thread strk
make this: .. mclListener.onLoadInit = function() { main.hideMc(loading_mc); }; onLoadInit takes an argument being the load target.. --strk; ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

[Flashcoders] getBytesLoaded() and actions execution

2008-02-09 Thread strk
Is it safe to assume that as soon as loaded.getBytesLoaded() == loaded.getBytesTotal() actions in first frame of the loaded 'loaded' movieclip were executed ? --strk; ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

[Flashcoders] onMetaData

2008-01-29 Thread strk
Can one rely on the assumption that onMetaData will be called only once for a given video loaded by NetStream ? And is the call sequence of it and other statuses predictable at all ? TIA --strk; () ASCII Ribbon Campaign /\ Keep it simple

Re: [Flashcoders] How to shorten the compile time?

2008-01-29 Thread strk
was solved in AS 3.0 Flash and haXe compiler? You may also try Ming, should be faster. --strk; ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Rotating, skewing and coloring TextFields using device fonts.

2007-07-24 Thread strk
honoured). Can anyone confirm ? --strk; ___ 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

Re: [Flashcoders] Rotating, skewing and coloring TextFields using device fonts.

2007-07-24 Thread strk
. So yes, it's a bit confusing. Gnash also support antialias for device fonts for free (another problem ?) --strk; ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman

Re: [Flashcoders] Extending buttons interface

2007-03-10 Thread strk
invoke buttonInstance.somefunc(); //hi It works with SWF7, but not in SWF6, where ! myButton instanceof Button. --strk; On 3/9/07, strk [EMAIL PROTECTED] wrote: Is there a way to attach a method to all existing button instances ? It seems that button instances are NOT instaceof Button

[Flashcoders] Extending buttons interface

2007-03-09 Thread strk
Is there a way to attach a method to all existing button instances ? It seems that button instances are NOT instaceof Button ... At least NOT for SWF6 . --strk; ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

[Flashcoders] Exported symbols scope and lifetime

2007-01-04 Thread strk
registerClass() in the GNU Flash Player (http://www.gnu.org/software/gnash). Flash coders help is highly welcome for providing advices and testcases, in case you're interested in helping out. Thanks in advance --strk; /\ASCII Ribbon Campaign \ /Respect for low technology. X Keep e-mail

[Flashcoders] ActionScript switch/default syntax and interpretation

2006-12-21 Thread strk
to be traced ? --strk; ___ 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 Consulting

Re: [Flashcoders] SWF Decompiler

2006-12-13 Thread strk
if anyone here knows which are the good ones. How much is the copmany willing to spend ? Maybe those money could be directed to improvement of existing free decompilers ? Ming (libming.org) has utilities to convert an SWF to a perl,php,python or C++ source... but needs some fixing. --strk

[Flashcoders] IMPORT tag interpretation

2006-11-16 Thread strk
implement that action execution in the GNU Flash Player (Gnash). --strk; /\ASCII Ribbon Campaign \ /Respect for low technology. X Keep e-mail messages readable by any computer system. / \Keep it ASCII. ___ Flashcoders

Re: [Flashcoders] IMPORT tag interpretation

2006-11-16 Thread strk
on calling getBytesLoaded() on the movieclip in which I import the sharedlib ? --strk; 2006/11/16, strk [EMAIL PROTECTED]: Hi all, I'm working on creating a shared library using IMPORT/EXPORT tags. A question I have is: Does the IMPORT action block untiil the imported movie is fully loaded