Re: [Flashcoders] Class Silent

2006-08-06 Thread Martin Weiser
either add geter/setter for alpha prop, changin _alpha value or you just copied value from _alpha to alpha: private var alpha:Number = this._alpha; but in fadeObj you don;t change the _alpha value at all function fadeObj($target:MovieClip, $alphaRate:Number) { target.onEnterFrame = function()

[Flashcoders] SWF decoding

2006-08-06 Thread John McCormack
I joined recently. It's been really interesting reading your posts. Thank you for that. I would like to use C/C++ to decode SWF files into bitmaps. That way I can author in Flash and decode within my own programs. Adobe haven't responded at all to my request for the SDK. When the first SDK cam

Re: [Flashcoders] Class Silent

2006-08-06 Thread CK
Hi, Thanks, wasn't hoping for a canned solution. The problem I created was not clearly defining the goal of the class. As I'm only working with the _alpha property, extending the entire class is gratuitous. So extending, creating a subclass, by composition is preferable. Having this thoug

Re: [Flashcoders] SWF decoding

2006-08-06 Thread John Grden
www.buraks.com/asv maybe actionscript viewer might help? On 8/6/06, John McCormack <[EMAIL PROTECTED]> wrote: I joined recently. It's been really interesting reading your posts. Thank you for that. I would like to use C/C++ to decode SWF files into bitmaps. That way I can author in Flash and

[Flashcoders] skew a movie clip

2006-08-06 Thread marcel
i want to skew a movieclip like this: http://vogtmitvogt.com/test/test.jpg i made it with disortion, but this was to slow. has anyone an other solution. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] skew a movie clip

2006-08-06 Thread eka
Hello :) read this article in french : http://kiroukou.media-box.net/blog/mes-recherches-sur-flash/64-distortimage-20-la-facon-la-plus-performante-de-deformer-des-images-en-actionscript.html and use the source of this article :) EKA+ :) 2006/8/6, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: i wan

Re: [Flashcoders] Possible Challenge: AS 3.0 Compiler :)

2006-08-06 Thread John Giotta
I think you're all just missing the point. The challenge does have any rules to what is considered a compiler. Even if you can just compile a SWF to trace "Hello World" is ultimately a success. We've already seen C64 emulator and script to encode PNG files, so why can't a SWF compiler be created

Re: [Flashcoders] SWF decoding

2006-08-06 Thread John McCormack
John, Thanks for that suggestion. That was a fascinating journey. The closest I got was p-code. The code below shows what I am after, it's from the first release in 1998 (freely available from MM). After reading the bytes and decoding them they may give you a run of pixels of a certain colour,

Re: [Flashcoders] SWF decoding

2006-08-06 Thread Mark Winterhalder
John, maybe have a look at or . They're both GPL, so depending on what you want to do this might be an issue, but there are some others out there that maybe offer the code for licensing (the number of swfmill contributors is small, so it might be possible, too

Re: [Flashcoders] Possible Challenge: AS 3.0 Compiler :)

2006-08-06 Thread astgtciv
An AS3 SWF compiler, written in AS3 and available at runtime could be useful. E.g., you could then compile a SWF on the fly, put its data into a ByteArray and then load it from there using flash.display.Loader.loadBytes(). This technique could be perhaps used to bypass some Flash 9 limitations:

Re: [Flashcoders] Possible Challenge: AS 3.0 Compiler :)

2006-08-06 Thread Claus Wahlers
An AS3 SWF compiler, written in AS3 and available at runtime could be useful. E.g., you could then compile a SWF on the fly, put its data into a ByteArray and then load it from there using flash.display.Loader.loadBytes(). This technique could be perhaps used to bypass some Flash 9 limitation

Re: [Flashcoders] Possible Challenge: AS 3.0 Compiler :)

2006-08-06 Thread jcarlos
Doesn´t haXe www.haxe.org address this issues ? I know is another language but it supports all AS 3.0 classes if I´m not wrong ? - Original Message - From: "astgtciv" <[EMAIL PROTECTED]> To: Sent: Sunday, August 06, 2006 1:33 PM Subject: Re: [Flashcoders] Possible Challenge: AS 3.0

Re: [Flashcoders] Possible Challenge: AS 3.0 Compiler :)

2006-08-06 Thread Claus Wahlers
Doesn´t haXe www.haxe.org address this issues ? No, we're talking about a clientside ECMAScript interpreter/compiler written in AS3. Cheers, Claus. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: htt

[Flashcoders] xml Help ?

2006-08-06 Thread jcarlos
hi all, I´m trying to build and xml data provider for a tree component, I´m using and recursive approach to get folders and files from some path ( I use zinc extensions and they work fine ) I get to transverse the folders structure, the tree shows all folders, and all files, but all files ar

[Flashcoders] Re: how to hide your AS 2.0 from flash leech software

2006-08-06 Thread SWF Coder
>I'm always suspicious when a person's first post to a mailing list is >in promoting a commercial product. Maybe I'm just too paranoid, who >knows. >I'm also a little suspicious of people using nom-de-plumes, but I got >an answer to my question. Care to suggest any alternatives? I suggested

Re: [Flashcoders] Possible Challenge: AS 3.0 Compiler :)

2006-08-06 Thread SWF Coder
> Can flex compiler run inside the Flash 9 plugin? No Way! >No need to be snappy. I didn't understand. I suppose you could write >it using the new byte array stuff, but I don't understand why it would >be of any use to anyone. If you want something compiled it would make >a lot more sense to get

[Flashcoders] name objects dynamicly

2006-08-06 Thread Céline Nguyen
I want to create a Shared Object and store lots of arrays and an index. In order to be able to retrieve the right array in the future, I'd like to name each array after the following pattern : MyArrayName + MyIndex so = SharedObject.getLocal("MyLocalSharedObject"); so.data.MyArrayName["MyIndex"

RE: [Flashcoders] name objects dynamicly

2006-08-06 Thread Mike
"so.data.MyIndex.toString" is a function object. "so.data.MyIndex.toString()" is a string representation of "so.data.MyIndex". -- T. Michael Keesey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Céline Nguyen Sent: Sunday, August 06, 2006 4:18 PM To: Fla

[Flashcoders] flex 150 object speed test

2006-08-06 Thread Ian Stokes
Hi, did a speed test with Flex output http://www.mrgamechef.com/flextest/ rub each item to get them going. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/fla

[Flashcoders] JSFL add a MovieClip Name to my created mc

2006-08-06 Thread Zikey Han
Hi,list, now,i'm the fresh man to use JSFL.I want to ask a simple question.Now I have used JSFL to create a movieclip,so i want to name it,and then use "fl.getDocumentDOM().getTimeline().layers[0].frames[0].actionScript = "_mc.onPress = function(){trace('onPress!!')}".Can i do that? -- 亲爱的

[Flashcoders] Flash Lite - what's happening

2006-08-06 Thread Robin Burrer
Hi there, I think I don't really understand Adobe's policy regarding flash Lite. First of all how come they talking about flash Lite for ages and I have not met anybody (besides other flash developers) with flash enabled mobile yet? Secondly, why is the player not for free? I mean fair enough Ad

Re: [Flashcoders] Flash Lite - what's happening

2006-08-06 Thread [b) a d i
Hello... I feel your pain...are you in the u.s.? i think mobile development in the u.s. on whole has long way to go. i read somewhere that flash lite is far more popular in Japan, but i haven't been there so i don't know for sure, but i have been to europe where mobile development is miles (or kil

Re: [Flashcoders] Flash Lite - what's happening

2006-08-06 Thread Anthony Lee
> i read somewhere that flash lite is far > more popular in Japan Popular yes, but not due to a more conducive environment. Last time I looked the only carrier to have Flash Lite 2 handsets deliberately reengineered them to not work. Who knows why, probably some under the table thing to protect th

RE: [Flashcoders] Flash Lite - what's happening

2006-08-06 Thread Keldon Rush
http://www.google.com/search?hl=en&q=vzw+flash+lite You literally can't buy a new handset in Japan that doesn't support Flash Lite. You can buy an LG 8300 today in a Verizon Wireless store that supports Flash animated wallpapers, not the same thing as the BREW Flash Lite extension, but it is Fla

RE: [Flashcoders] Flash Lite - what's happening

2006-08-06 Thread Anthony Lee
> You literally can't buy a new handset in Japan that doesn't support Flash > Lite. 1.1 and you have to register with the carrier to be a content provider. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: h

[Flashcoders] Architechting a drag and drop component.

2006-08-06 Thread Haikal Saadh
Hi folks. I've been thinking about developing a drag/drop label/drop zone component, that works in a similar way to the ones that come with Flash's quiz template. The way the flash one is laid out is: * Drag and Drop Activity Component o 8 Different drop label/zone pairs. These

RE: [Flashcoders] Flash Lite - what's happening

2006-08-06 Thread Robin Burrer
Well that might be case for Japan but I haven't seen a flash lite enabled mobile here in Australia. I just went to Europe a couple of weeks ago and Flash Lite dose not seem to be a big thing there either. Furthermore, I really can't be bothered developing Flash lite v.1.1. >> If Flash Lite were o