Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-07 Thread Ian Thomas
Hi Julian, They do return references. You just have to cast them to the correct type. e.g. var clip:MyClip=MyClip(attachMovie(SymbolName,instanceName,depth)); HTH, Ian On 7/7/06, Julian Bleecker [EMAIL PROTECTED] wrote: Yeah, I think it gets worse. I'm used to a pattern where you create

Re: [Flashcoders] euro symbol fight

2006-07-07 Thread Gabriel
I agree, but the question is how? Ron Wheeler wrote: If you want it to work It is probably easier to do every single one than just some. Ron Gabriel wrote: I access it with AMFPHP, are you saying I have to modify every single object returned from AMF? thanks Ron Wheeler wrote: Who

Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-07 Thread Julian Bleecker
Ah, slowly getting it..I've dug in so deeply with Java idioms that it's almost like being Charleton Heston in Planet of the Apes.. .julian. Julian Bleecker, Ph.D. http://research.techkwondo.com [EMAIL PROTECTED] On Jul 6, 2006, at 23:28 PDT, Ian Thomas wrote: Hi Julian, They do return

Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-07 Thread Ian Thomas
Hi Julian, Now I've had my first cup of coffee I'll try to explain it more clearly. :-) In most cases AS2 works very similarly to Java in terms of inheritance, instantiation and casting and the like - the only main gotcha is that the class casting operator is MyClass(x) rather than (MyClass)x

RE: [Flashcoders] Flash 9 Public Alpha ...

2006-07-07 Thread Forums @ Existanze
Hello All, You are probably going to rant on me for this, but how about Linux Operating Systems? :-) By the way, in my nerdy community it Vista(Death Start) Linus Torval(Luke) :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cortlandt Winters

RE: [Flashcoders] [AS3] Compiling just from AS3 code, no mxml files

2006-07-07 Thread Tom Versweyveld | VERSO
Would it be possible to loadmovie a flex swf into a lightweight as3 only swf? It would come in handy when you need a lightweight frontend application, but want a flex backend app (where filesize isn't too much of a problem)... Tom -Original Message- From: [EMAIL PROTECTED]

RE: [Flashcoders] a swf asking itself : whereAmI ?

2006-07-07 Thread Blumenthal, Peter
This email may contain confidential material. If you were not an intended recipient, please notify the sender and delete all copies. We may monitor email to and from our network.___ Flashcoders@chattyfig.figleaf.com To change your subscription options

[Flashcoders] Fwd: Flash 9 AS3 Classpath

2006-07-07 Thread Yehia Shouman
Dear List members, I have downloaded Flash 9 Public Alpha, and I can see I can write actionscript 3 in that. The thing is, Everybody knows that the autocompletion system of the flash IDE sucks If I want to use FlashDevelop or SE|PY actionscript IDEs, I will need to point at the classpath for

Re: [Flashcoders] AS3 - Missing

2006-07-07 Thread Jens Halm
Class names need to be unique. We will support the concept of a base class for library symbols in the Flash 9 timeframe. These base classes can be non-unique. Glad to hear that this will be supported. I am really surprised that so far Marcos seems to be the only one here who thinks it's

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread jcarlos
but the faster part should be F9 Player itself, insn´t it ? - Original Message - From: ben farrell [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, July 06, 2006 1:47 PM Subject: Re: [Flashcoders] AS3 faster ?? At my local Adobe user

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread Johannes Nel
there are two VM's in the new player. the new VM is real snell. On 7/7/06, jcarlos [EMAIL PROTECTED] wrote: but the faster part should be F9 Player itself, insn´t it ? - Original Message - From: ben farrell [EMAIL PROTECTED] To: Flashcoders mailing list

RE: [Flashcoders] AS3 faster ??

2006-07-07 Thread Blumenthal, Peter
but the faster part should be F9 Player itself, insn´t it ? F9 player includes VM1 and VM2. VM2 is the one with the performance improvements. To use VM2, the SWF must be published for Flash Player 9 (presumably AS3?). Peter This email may contain confidential material. If you were not an

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread Johannes Nel
yes for as3 as well. no as2 in vm2. On 7/7/06, Blumenthal, Peter [EMAIL PROTECTED] wrote: but the faster part should be F9 Player itself, insn´t it ? F9 player includes VM1 and VM2. VM2 is the one with the performance improvements. To use VM2, the SWF must be published for Flash Player 9

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread Meinte van't Kruis
wonder what happens if you load a SWF published with as2.0 into a SWF publishes in as3.0, does it have to switch VMs? On 7/7/06, Johannes Nel [EMAIL PROTECTED] wrote: yes for as3 as well. no as2 in vm2. On 7/7/06, Blumenthal, Peter [EMAIL PROTECTED] wrote: but the faster part should be F9

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread Johannes Nel
the code does not execute if the parent movie is aimed at avm2. On 7/7/06, Meinte van't Kruis [EMAIL PROTECTED] wrote: wonder what happens if you load a SWF published with as2.0 into a SWF publishes in as3.0, does it have to switch VMs? On 7/7/06, Johannes Nel [EMAIL PROTECTED] wrote: yes

[Flashcoders] Repulsion effect

2006-07-07 Thread Martin Weiser
Hello, once i found script with balls repulsed by mouse movement, when mouse was over them they made space around the cursor, and then retrieved back in kind of a elastic manner.. please help Martin ___ Flashcoders@chattyfig.figleaf.com To change

Re: [Flashcoders] Problems with IE starting a sound stream.

2006-07-07 Thread David Saunders
I beleave its a interation with IE and FLASH player some how. I have a computer that i call my test computer, its set up with ME, and the curent updates, and few other aps. And it occurs everytime on this computer. It has no fire wall(even tho its behind a NAT) , not ativirus( I rinstall the OS

[Flashcoders] Detecting a Sound Card

2006-07-07 Thread Ian Thomas
Hi folks, I have a situation where my app doesn't work on a PC with no sound card installed, because I depend on onSoundComplete for a couple of synchronised triggers and (guess what) onSoundComplete is never called if the machine doesn't have a sound card. Not unexpected, I guess. However,

[Flashcoders] createTextField and removeMovieClip

2006-07-07 Thread Mendelsohn, Michael
Hi list... I have some text on the _root that I placed there using createTextField, and now I'd like to remove it using removeMovieClip, but it's not going anywhere. Any suggestions? Thanks, - Michael M. ___ Flashcoders@chattyfig.figleaf.com To

Re: [Flashcoders] Flex 2 SDK

2006-07-07 Thread John Giotta
Thanks Jaco. ___ 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 and Training

[Flashcoders] Fullscreen from SWF

2006-07-07 Thread 8ball Developer
I'm trying to make the browser window containing my swf go full screen. I NEED to make this work accross browsers/platforms (IE, Safari, Firefox/PC, Mac). Does anyone have code that works and are you willing to share :). Thanks. P.S. I promise not use this on a site, I hate windows that change

RE: [Flashcoders] createTextField and removeMovieClip

2006-07-07 Thread Blumenthal, Peter
and now I'd like to remove it using removeMovieClip, but it's not going anywhere. Any suggestions? Yeah - standard TextField method: my_txt.removeTextField() This email may contain confidential material. If you were not an intended recipient, please notify the sender and delete all

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread Derek Vadneau
Yes, a SWF8 loaded into a SWF9 does play. However, there are quite a number of limitations. For instance, you can't reference _level0, or any _level. Tracing out trace(this) in the SWF8 displays _root. So each SWF8 assumes it is _root. But they are not loaded into different _levels. In fact

Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-07 Thread Julian Bleecker
That's great Ian — thanks for the help! Each of those little idioms makes sense when described — I never would've figured these out just whacking at various permutations, particularly the very baroque incantation leveraging the invisible symbol names. I guess I should be looking forward to

RE: [Flashcoders] createTextField and removeMovieClip

2006-07-07 Thread Mendelsohn, Michael
Thanks, Peter. That's what I refer to as a blinding glimpse of the obvious. I just wish it was better positioned in the documentation. I didn't realize it was there. Regards, - MM Yeah - standard TextField method: my_txt.removeTextField() ___

Re: [Flashcoders] createTextField and removeMovieClip

2006-07-07 Thread Martin Weiser
or MoviClip.prototype.removeMoiveClip.apply(textField) MW - Original Message - From: Mendelsohn, Michael [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, July 07, 2006 4:28 PM Subject: [Flashcoders] createTextField and removeMovieClip

[Flashcoders] Flash Remoting Inquiry

2006-07-07 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am having an issue with flash remoting and would like to understand what is going on so I can resolve this issue. The code below works with the proper results. import mx.remoting.Service; import mx.remoting.PendingCall; import

Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread Jim Berkey
My understanding is that it is not possible to make the current browser window fullscreen via any code. It is possible to open a new browser window full screen via pop-up, but any browser pop-up blockers would stop this ( google for 'javascript fullscreen') - so in effect, there is no

RE: [Flashcoders] createTextField and removeMovieClip

2006-07-07 Thread Blumenthal, Peter
Thanks, Peter. That's what I refer to as a blinding glimpse of the obvious. I just wish it was better positioned in the documentation. I didn't realize it was there. chuckle/ You're welcome Peter Blumenthal Software Development Manager Pearson Education 80 Strand, London, WC2R 0RL

Re: [Flashcoders] AS3 - Missing

2006-07-07 Thread Marcos Neves
Very thanks to Jens and Nivesh :) On 7/7/06, Jens Halm [EMAIL PROTECTED] wrote: Class names need to be unique. We will support the concept of a base class for library symbols in the Flash 9 timeframe. These base classes can be non-unique. Glad to hear that this will be supported. I am

Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread Ian Thomas
But if you're running offline, you could use a swf2exe tool such as SWFStudio, Screenweaver or Zinc. HTH, Ian On 7/7/06, Jim Berkey [EMAIL PROTECTED] wrote: My understanding is that it is not possible to make the current browser window fullscreen via any code. It is possible to open a new

[Flashcoders] Web service bindings/new field not updating...

2006-07-07 Thread MJorge
I have here a strange issue please. I am consuming a web service using the component, today i haded to insert another field in my WS and after refreshing at flash that new field appear when i list all my services that i have in Flash. After that i tried to bound that field to a textInput and i

[Flashcoders] RE: AS3 faster ??

2006-07-07 Thread Nivesh Rajbhandari
Hi Patrick, AS 3 code executes faster in the Player at runtime. This devnet article describes the goals of ActionScript 3.0 - http://www.adobe.com/devnet/actionscript/articles/actionscript3_overview .html. Currently, there hasn't been any improvement in SWF compilation speed within the Flash

Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread John Hart
This guy has the best solution there is for your full screen problem give it a try :) http://www.flash-db.com/PopUp/PopUp.html - Original Message - From: 8ball Developer [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, July 07, 2006 10:34

[Flashcoders] RE: Telnet example of Flash 9 preview

2006-07-07 Thread Nivesh Rajbhandari
Hi, I don't know a whole lot about telnets, but this worked for me when I used port 23. I think the telnet port is usually port 23. -Nivesh QA Lead, Flash | Adobe Systems Message: 6 Date: Thu, 06 Jul 2006 17:25:49 +0200 From: Weyert de Boer [EMAIL PROTECTED] Subject: [Flashcoders] Telnet

Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread John Hart
Oops.. for the full effect to work on any resolution leave the field Width and Height blank - Original Message - From: 8ball Developer [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, July 07, 2006 10:34 AM Subject: [Flashcoders] Fullscreen

Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-07 Thread Alan MacDougall
Julian Bleecker wrote: That's great Ian — thanks for the help! Each of those little idioms makes sense when described — I never would've figured these out just whacking at various permutations, particularly the very baroque incantation leveraging the invisible symbol names. You may find

Re: [Flashcoders] RE: Telnet example of Flash 9 preview

2006-07-07 Thread Weyert de Boer
Yes, but can you type? ___ 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] Repulsion effect

2006-07-07 Thread Bart Wttewaall
Take a look around at http://www.bit-101.com You'll find a lot of examples (with source) in the old lab. 2006/7/7, Martin Weiser [EMAIL PROTECTED]: Hello, once i found script with balls repulsed by mouse movement, when mouse was over them they made space around the cursor, and then retrieved

Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-07 Thread Julian Bleecker
One other thing occurred to me on this topic, that might actually save the trouble of using a hash table, which AS direly needs. Is there a way to summon forth a class that's been instantiated in any of the ways described below, by name? In other words, if I've done this: for(var i:Number

[Flashcoders] MTASC - how does the code get pulled in?

2006-07-07 Thread Rajat Paharia
I recently received a project that was originally built with MTASC. The developer sent me a FLA that had this one line of script in Frame 1 of the main timeline Game_main.main( _root ); When I compile in the Flash IDE it all works. Not being familiar with MTASC, and not seeing any #import

[Flashcoders] Textfield support for coordinates

2006-07-07 Thread Kjel Anderson
Hello list, I am trying to align a text field with a movie clip. The problem is that the main movie clip has been scaled to a very large size, and so the values that I am using to set the x and y are very small, and very small numbers make a large difference. When I take the x and y of the

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread ryanm
there are two VM's in the new player. the new VM is real snell. snell (schnell) == fast For the English-only crowd. ;-) ryanm ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-07 Thread Ian Thomas
On 7/7/06, Julian Bleecker [EMAIL PROTECTED] wrote: One other thing occurred to me on this topic, that might actually save the trouble of using a hash table, which AS direly needs. Is there a way to summon forth a class that's been instantiated in any of the ways described below, by name? In

Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-07 Thread Ian Thomas
(To be clear - Object isn't quite the equivalent of HashMap, as you can't natively specify hash codes etc. etc. But for many purposes, it serves the same uses.) Ian On 7/7/06, Ian Thomas [EMAIL PROTECTED] wrote: Firstly, Actionscript does have the equivalent of a HashMap. Everything derived

Re: [Flashcoders] Repulsion effect

2006-07-07 Thread Count Schemula
Here's a nice example. http://www.phylotaxis.com/ once i found script with balls repulsed by mouse movement, when mouse was over them they made space around the cursor, and then retrieved back in kind of a elastic manner.. please help ___

Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread David Rorex
You could always tell your user to press F11 -- (shortcut key on firefox and IE for fullscreen...even gets rid of the titlebar and start bar) -David R On 7/7/06, John Hart [EMAIL PROTECTED] wrote: Oops.. for the full effect to work on any resolution leave the field Width and Height blank -

Re: [Flashcoders] MTASC - how does the code get pulled in?

2006-07-07 Thread Rajat Paharia
Hey David - You're right, I was typing too fast. Just import. And I didn't know that you could reference a class file without doing an import first. Thanks! It all makes sense now. best, - rajat On 7/7/06, David Rorex [EMAIL PROTECTED] wrote: On 7/7/06, Rajat Paharia [EMAIL PROTECTED] wrote:

RE: [Flashcoders] Detecting a Sound Card

2006-07-07 Thread Steven Sacks | BLITZ
Not everything has to be done in code. Flash has timelines and you should use them. Put the audio in a movieclip, set it to streaming and add frames until you see the wave form end, and on the last frame put a stop action and call a method that lets your app know the audio is done playing.

Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread 8ball Developer
Thanks. But this is good for max not fullscreen. On 7/7/06, John Hart [EMAIL PROTECTED] wrote: This guy has the best solution there is for your full screen problem give it a try :) http://www.flash-db.com/PopUp/PopUp.html - Original Message - From: 8ball Developer [EMAIL PROTECTED]

Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread 8ball Developer
I don't want to send .exe around. I have 1 html, 1 swf and to represent it in fullscreen mode. On 7/7/06, Ian Thomas [EMAIL PROTECTED] wrote: But if you're running offline, you could use a swf2exe tool such as SWFStudio, Screenweaver or Zinc. HTH, Ian On 7/7/06, Jim Berkey [EMAIL

RE: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread Steven Sacks | BLITZ
Pop-up blockers don't block pop-ups if the user clicks the link that launches the pop-up (they're effectively opting-in). BLITZ | Steven Sacks - 310-551-0200 x209 -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of 8ball Developer Sent:

Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread 8ball Developer
I think my best bet is to pop a new window that goes fullscreen. Thank you everyone. On 7/7/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: Pop-up blockers don't block pop-ups if the user clicks the link that launches the pop-up (they're effectively opting-in). BLITZ | Steven Sacks -

Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread MetaArt
you can use a 'dirty' solution: launch first an empty window with meta http-equiv=refresh content=0 in the head tag, and from this open your fullscreen window. workin' offline, this will be so fast that users can't realize it... * Enrico Tomaselli * web designer [EMAIL PROTECTED]

Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread 8ball Developer
Enrico, Can you explain more? Wouldn't the refresh loop then? Thanks On 7/7/06, MetaArt [EMAIL PROTECTED] wrote: you can use a 'dirty' solution: launch first an empty window with meta http-equiv=refresh content=0 in the head tag, and from this open your fullscreen window. workin' offline,

Re: [Flashcoders] Flash Remoting Inquiry

2006-07-07 Thread Rich Rodecker
On 7/7/06, Graham Pearson [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am having an issue with flash remoting and would like to understand what is going on so I can resolve this issue. The code below works with the proper results. import mx.remoting.Service; import

Re: [Flashcoders] Flash Remoting Inquiry

2006-07-07 Thread Rich Rodecker
is it a scoping issue? maybe trying delegating the click to a function in the same scope as the service... sendMessage.click = Delegate.create(this, onButtonClick) function onButtonClick() { pc = smsFlashRemoting.SendMessage(siteID, LicenseKey); pc.responder = new RelayResponder(this,

Re: [Flashcoders] Detecting a Sound Card

2006-07-07 Thread Ian Thomas
Nice idea - but we're loading external mp3s and references to sounds are being triggered off by code all over the place, so that'd mean a lot of reworking across our whole framework of a number of different apps. However, the solution I posted works - and because I use a shared manager for

Re: [Flashcoders] Flash Remoting Inquiry

2006-07-07 Thread Mike Boutin
Yes i believe its a scope issue also, i solved this by storing the callback functions at _root. Mike BOutin Rich Rodecker wrote: is it a scoping issue? maybe trying delegating the click to a function in the same scope as the service... sendMessage.click = Delegate.create(this,

Re: [Flashcoders] Fullscreen from SWF

2006-07-07 Thread MetaArt
You can use this: meta http-equiv=refresh content=0;URL=yourfullscreen.htm where 'yourfullscreen.htm' is the page that you want open with fullscreen JavaScript inside. In this way, you first launch an empty window of browser (maybe by an autoexec, I suppose) where there is the above code inside

Re: [Flashcoders] Detecting a Sound Card

2006-07-07 Thread Michael Stuhr
Ian Thomas schrieb: Hi folks, I have a situation where my app doesn't work on a PC with no sound card installed, because I depend on onSoundComplete for a couple of synchronised triggers and (guess what) onSoundComplete is never called if the machine doesn't have a sound card. Not unexpected,

Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-07 Thread Julian Bleecker
Alan, Thanks - that gives me a different approach to try out that sounds very promising. Julian On Jul 7, 2006, at 8:59 PDT, Alan MacDougall wrote: Julian Bleecker wrote: That's great Ian — thanks for the help! Each of those little idioms makes sense when described — I never would've

Re: [Flashcoders] Help for a Java Guy: Instantiating a MovieClip with a linked class and calling class methods

2006-07-07 Thread Julian Bleecker
Ian, Those casting gymnastics definitely help — thanks a lot. Julian On Jul 7, 2006, at 9:27 PDT, Ian Thomas wrote: On 7/7/06, Julian Bleecker [EMAIL PROTECTED] wrote: One other thing occurred to me on this topic, that might actually save the trouble of using a hash table, which AS direly

Re: [Flashcoders] Detecting a Sound Card

2006-07-07 Thread Ian Thomas
Unfortunately, putting in more interface elements would only confuse the issue - we're writing software for young kids here, and they need a minimum of extra interface fluff in the way. But again, thanks for the suggestion. As I posted previously - I have actually found a solution. :-) Cheers,

[Flashcoders] Flash Player 7 for Pocket PC SDK

2006-07-07 Thread Marlon Harrison
Adobe's site is very confusing with regard to this. I wanted to check out the SDK for Flash 7 for PocketPC, but when I click on the link on this page http://www.adobe.com/products/flashplayer_sdk/ to get the SDK - it takes me to a form that asks some pretty intrusive business questions. All of

[Flashcoders] Treo 650- Does anyone have any good news about getting Flash on there?

2006-07-07 Thread Manuel Saint-Victor
I just got my Treo 650 for work and I figured that since it's so Advanced(expensive)- I'd find my dear Flash on there. I assumed this...you know what they say about assume. Does anyone know if there is currently a way to get Flash onto the Treo 650? I've got way too much AS3 to learn at this

Re: [Flashcoders] Treo 650- Does anyone have any good news about getting Flash on there?

2006-07-07 Thread Manuel Saint-Victor
Thanks for the quick response- I just got it yesterday- I need to find out how much more it's going to cost me- Is it a better machine to the point of being worth the trade or should I just wake up and realize that I have no desire to learn Palm coding and pony up the bucks to leverage my

Re: [Flashcoders] Flash Player 7 for Pocket PC SDK

2006-07-07 Thread Manuel Saint-Victor
I was just wondering the same thing. On 7/7/06, Marlon Harrison [EMAIL PROTECTED] wrote: Adobe's site is very confusing with regard to this. I wanted to check out the SDK for Flash 7 for PocketPC, but when I click on the link on this page http://www.adobe.com/products/flashplayer_sdk/ to get

RE: [Flashcoders] Treo 650- Does anyone have any good news about getting Flash on there?

2006-07-07 Thread Dave Watts
I just got it yesterday- I need to find out how much more it's going to cost me- Is it a better machine to the point of being worth the trade or should I just wake up and realize that I have no desire to learn Palm coding and pony up the bucks to leverage my skillset? Well, I personally

Re: [Flashcoders] Treo 650- Does anyone have any good news about getting Flash on there?

2006-07-07 Thread Manuel Saint-Victor
I just got my phone through cingular- They had the special on the 650 with the $200 rebate- need to go try to find a rebate on the other one- If I can't find that one would you say going with any windows OS smartphone in hat range would be an ok bet? I just think I would enjoy my phone way way

Re: [Flashcoders] Detecting a Sound Card

2006-07-07 Thread Aaron Buchanan
A good timeline goes a long way :) On 7/7/06 10:18 AM, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: Not everything has to be done in code. Flash has timelines and you should use them. ___ Flashcoders@chattyfig.figleaf.com To change your

RE: [Flashcoders] Treo 650- Does anyone have any good news about getting Flash on there?

2006-07-07 Thread Dave Watts
I just got my phone through cingular- They had the special on the 650 with the $200 rebate- need to go try to find a rebate on the other one- If I can't find that one would you say going with any windows OS smartphone in hat range would be an ok bet? Well, there are two different types

[Flashcoders] BitmapData invert alpha channel

2006-07-07 Thread Dan Rogers
Hi gang, I am trying to invert the alpha channel of a BitmapData object and destructively apply it to another bitmap using copyPixels. Has anyone inverted an alpha channel on a bitmap? I assume use applyFilter with ColorMatrixFilter, but I am not very swift in figuring out the correct

[Flashcoders] Objects to Lists

2006-07-07 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does anyone have a function or a bit of code that will take an object and turn it into a comma separated list. I have an object that is being pulled from a listbox and want to take the data values of this object and turn it into a comma separated