Re: [Flashcoders] Adobe Flash future

2013-05-09 Thread Mike Chambers
Just an fyi, but this is something that we are working on addressing. mike chambers m...@adobe.com On May 9, 2013, at 9:42 AM, Weyert de Boer wrote: > I think the main issue with EDGE is that it generates such big files. I > haven't been able to create a useful banner animation wi

Re: [Flashcoders] Adobe Flash future

2013-05-09 Thread Mike Chambers
Check out CreateJS: http://www.createjs.com/ Includes the ability to export from Flash Pro. mike chambers m...@adobe.com On May 8, 2013, at 8:30 AM, "Liu, Peter" wrote: > Why can't Adobe make HTML5 as one of the publishing options, then we can > continue to use Flas

RE: [Flashcoders] as3 to iphone app

2009-11-04 Thread Mike Chambers
Well, we do another level of optimizations via LLVM (so some of the performance stuff you mention is addressed). mike chambers m...@adobe.com From: flashcoders-boun...@chattyfig.figleaf.com [flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Kevin

Re: [Flashcoders] as3 to iphone app

2009-11-02 Thread Mike Chambers
No core language changes, although there are some new APIs. mike chambers m...@adobe.com On Nov 2, 2009, at 10:32 AM, Kevin Newman wrote: Kevin Newman wrote: What I'm really interested in is are there any other language improvements/additions coming with the update (private constru

Re: [Flashcoders] as3 to iphone app

2009-10-08 Thread Mike Chambers
other solution (such as Objective-C or Unity3D). mike chambers m...@adobe.com On Oct 8, 2009, at 5:13 PM, Eric E. Dolecki wrote: Yes, it is an assumption not based on any fact. My opinion right now as I believe I stated originally. I saw what is supported and I know the vast ocean of iPhone APIs

Re: [Flashcoders] as3 to iphone app

2009-10-08 Thread Mike Chambers
I think that is a misguided statement, not based on any fact. Why do you assume / suggest that using Flash will be inferior for building all types of iPhone applications and content? mike chambers m...@adobe.com On Oct 8, 2009, at 5:50 AM, Eric E. Dolecki wrote: If you want to *really

Re: [Flashcoders] JPGEncoder and com folder

2009-09-25 Thread Mike Chambers
You need to download the code from the as3corelib library: http://code.google.com/p/as3corelib/ mike chambers m...@adobe.com On Sep 24, 2009, at 4:36 PM, Bassam M wrote: Hi guys anybody know where is the folder com.adobe I'm confuse about the class I don't know wher it's an

Re: [Flashcoders] AS3 Call a function from an array

2008-09-06 Thread Mike Chambers
Where is the actual function? You cant store a function in XML, on the name. You can then use that name to construct a call to the function. Where is the function? mike chambers [EMAIL PROTECTED] mike chambers [EMAIL PROTECTED] On Sep 6, 2008, at 7:40 AM, Gerry wrote: Mike, Neither of

Re: [Flashcoders] AS3 Call a function from an array

2008-09-05 Thread Mike Chambers
if fnct is a function: stepArray[0].fnct(); if it is a string: stepArray[0]["fnct"](); The 0 is the index from the array you want to retrieve. mike chambers [EMAIL PROTECTED] On Sep 5, 2008, at 8:30 PM, Gerry wrote: I have an array built from and XML file that I want to step t

RE: [Flashcoders] AIR from Flash CS3 IDE...

2007-08-30 Thread Mike Chambers
Just set the initial height and width in the app descriptor / xml file. This is all covered in the air docs. Hope that helps... Mike Chambers. Sent by GoodLink (www.good.com) -Original Message- From: eric e. dolecki [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 02

Re: [Flashcoders] AS 3 -> event args

2006-10-30 Thread Mike Chambers
syntax errors). Personally, I would always have one event listener per button as I feel it make it a little easier to read the code. mike chambers [EMAIL PROTECTED] On Oct 30, 2006, at 4:12 PM, Mike Keesey wrote: One way would be to create a subclass of Event that stores the parameters. In

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

2006-07-05 Thread Mike Chambers
World"); } } } Then compile like so: mxmlc HelloWorld.as That will compile a SWF. If you want to use the Flex Framework, then you : a. have to use the technique I describe below b. have to take the size hit that using the framework entails Hope that helps... mik

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

2006-07-05 Thread Mike Chambers
e the framework via ActionScript. If you just want to use ActionScript and no framework, then mxmlc will also compile an .as file. Hope that helps... mike chambers [EMAIL PROTECTED] On Jul 5, 2006, at 11:58 AM, Zárate wrote: Hi all, I want to start playing with AS3 so I´ve downloaded the F

Re: [Flashcoders] Flex vs. Flash IDE

2006-05-25 Thread Mike Chambers
(as it was originally focused at the Enterprise space). And Flex based apps can easily communicate with backends such as ASP, PHP, etc... mike chambers [EMAIL PROTECTED] On May 25, 2006, at 5:43 AM, Christian wrote: The other issue i see with flex is it's ability to scale. It doesn&#

Re: [Flashcoders] Exporting AS3 from OSX

2006-05-24 Thread Mike Chambers
does it compile if you just have a simple hello world example, with an empty constructor? mike chambers [EMAIL PROTECTED] On May 24, 2006, at 6:37 PM, David Peek wrote: Hey list, I'm trying to compile AS3 on my mac, have tried every which method and keep on running into the same

Re: [Flashcoders] Re: Flex vs. Flash IDE

2006-05-23 Thread Mike Chambers
We have had Mac builds of the SDKs (compiler, frameworks, etc...) since beta 2. http://www.adobe.com/go/labs_flex2_downloads In fact, I am developing in AS3 and Flex 2 on my Mac right now. mike chambers [EMAIL PROTECTED] On May 23, 2006, at 6:10 PM, Michael Bedar wrote: There may have

Re: [Flashcoders] fp9 ExternalInterface bug?

2006-05-17 Thread Mike Chambers
Remember that this is a beta, so there are going to be issues. We have recently fixed a bunch of issues with eternal interface (including the ones mentioned by Geoff). Do you have a simple reproduceable test case? If so, I can send it to the team. mike chambers [EMAIL PROTECTED] eric

Re: [Flashcoders] external interface not working

2006-05-09 Thread Mike Chambers
Well, you might want to start by posting some code examples. mike chambers Doug Tangren wrote: I am a mac user using flash 8 testing on safari 2.0.3. , flash's external interface and I am not getting flash to communicate with javascript or visa versa. Can anyone

Re: [Flashcoders] Q:del.icio.us API

2006-05-05 Thread Mike Chambers
can it be done with AS2? Mike Britton On 5/4/06, Troy Rollins <[EMAIL PROTECTED]> wrote: > > On May 4, 2006, at 1:01 PM, Mike Chambers wrote: > > > Also, I am doing this in AS3, not AS2. > > You wouldn't happen to be doing this in AS3 on a Mac, would you > Mike

Re: [Flashcoders] Q:del.icio.us API

2006-05-05 Thread Mike Chambers
Well, wait no more. We have had the Flex 2 Beta for Mac for a month or two now: http://www.macromedia.com/go/labs_flex2_downloads Just click the link on that page for Flex SDK 2.0 mike chambers [EMAIL PROTECTED] Troy Rollins wrote: On May 4, 2006, at 1:01 PM, Mike Chambers wrote

Re: [Flashcoders] Q:del.icio.us API

2006-05-04 Thread Mike Chambers
. Also, I am doing this in AS3, not AS2. mike chambers [EMAIL PROTECTED] Weyert de Boer wrote: It probably is a dumb question, but what do you exactly mean by 'HTTP basic authentication'??? :) I think he means the simplest form of http authentication, meaning the credentials are ab

Re: [Flashcoders] Q:del.icio.us API

2006-05-03 Thread Mike Chambers
ugh a proxy. mike chambers [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Has anyone incorporated the del.icio.us API or similar social bookmarking feature into any of their projects? Just looking for examples and ideas at the moment and what is/isn't possible. Thanks in advance Jim Bachalo

Re: [Flashcoders] Macbook pro issue

2006-04-12 Thread Mike Chambers
Make sure you have the most recent version: http://weblogs.macromedia.com/emmy/archives/2006/03/flash_player_8.cfm mike chambers [EMAIL PROTECTED] Patrick Matte wrote: We have a performance issue here with the flash player on a brand new macbook pro. Our latest site that uses flash 8

Re: [Flashcoders] Flex Apps versus Flash Projector apps

2006-04-05 Thread Mike Chambers
services This is all in the player and the framework, and is available (and free) to everyone. mike chambers [EMAIL PROTECTED] Mike Anderson wrote: Wow that is great! If I hear you correctly then, there is NO Data functionality built into the BASIC Flex 2.0 Architecture? For a SWF file to

Re: [Flashcoders] Flex Apps versus Flash Projector apps

2006-04-05 Thread Mike Chambers
fyi, You can download a beta of Flex 2, Flex Builder, Flash Player 8.5 and mxmlc (command line compiler) from: http://labs.macromedia.com mike chambers [EMAIL PROTECTED] Dave Watts wrote: Early on though, I thought there some "legalities" surrounding the "pre-compiling&quo

[Flashcoders] fyi : Open Source ActionScript 3 libraries update

2006-03-27 Thread Mike Chambers
More info here: http://weblogs.macromedia.com/mesh/archives/2006/03/new_open_source.cfm [EMAIL PROTECTED] ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/fla

Re: [Flashcoders] JavaScript to Flash Communication Compatability

2006-01-02 Thread Mike Chambers
docs. mike chambers [EMAIL PROTECTED] On Dec 30, 2005, at 9:20 AM, Jeff Mastropietro wrote: Nathan, Thanks, I was aware of both of the Macromedia methods, and I have switched over to the Macromedia Flash JavaScript Integration Kit. It has pretty poor documentation, and that is why I did not

Re: [Flashcoders] FAQ Adobe acquisition of Macromedia

2005-12-07 Thread Mike Chambers
Based on the workflows shown by Kevin Lynch at the Spark Europe conference, I would think about it more as an app runtime than a browser. mike chambers Merrill, Jason wrote: So Apollo will be a sort of web browser that has a flash and PDF renderer built in

Re: [Flashcoders] FlexBuilder 2

2005-12-07 Thread Mike Chambers
Yes. Next build. mike chambers [EMAIL PROTECTED] Martin Wood wrote: apparently its coming in the next build. Ralph Caraveo wrote: Does anyone know if you can get the collapsable function window in Flex Builder 2? In Eclipse you have access to a window where you can see a birds eye view of

Re: [Flashcoders] FAQ Adobe acquisition of Macromedia

2005-12-07 Thread Mike Chambers
Again, the FAQ items refers to Apollo, and not the web based plugins / players. mike chambers [EMAIL PROTECTED] Merrill, Jason wrote: Flash Player X = Flash Player 8 + Adobe Reader I think Flash player 8.5 will be out before PDF is integrated in the player though. At least, that'

Re: [Flashcoders] FAQ Adobe acquisition of Macromedia

2005-12-07 Thread Mike Chambers
Yes. That is correct. It is referring to Apollo, and not the web based plugins. mike chambers [EMAIL PROTECTED] hank williams wrote: Yex, it is apollo. I just didnt use the code word. But that is what I am referring to. Regards Hank On 12/7/05, Mark Winterhalder <[EMAIL PROTECTED]>

[Flashcoders] fyi : AS3 Info on String / StringBuilder in Flash Player 8.5

2005-12-07 Thread Mike Chambers
fyi http://labs.macromedia.com/wiki/index.php/ActionScript_3:articles:string_stringbuilder mike chambers [EMAIL PROTECTED] ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Undefined and null in Flex2

2005-10-21 Thread Mike Chambers
assigned a value has a default value of null. -- This is an alpha, so there are probably still some inconsistencies in the docs and APIs. mike chambers [EMAIL PROTECTED] Robert Edgar wrote: Thanks spike for taking the time to reply but... Calling it legacy seems to contradict the current AS3

Re: [Flashcoders] OS Flash breeze presentation

2005-10-21 Thread Mike Chambers
The issue was with the presenters Mic and bandwidth. Btw, FlashCoder's isn't really the place to post on this topic. mike chambers [EMAIL PROTECTED] Chad Mefferd wrote: Anybody doing the OS Flash Breeze presentation right now? It sounds like Arabic being spoken into a tin can at

Re: [Flashcoders] Help with Flexbuilder 2 and XML loading

2005-10-20 Thread Mike Chambers
Make sure you compile it. CTRL-B You may just be viewing old examples. Also, hit the debug button and not run. That way it will tell you if there are run time errors. mike chambers [EMAIL PROTECTED] Merrill, Jason wrote: I'm just hitting the "run" button on the mxml fi

Re: [Flashcoders] Help with Flexbuilder 2 and XML loading

2005-10-20 Thread Mike Chambers
Remember also that panel is just a class. So, give it an id, like so: and then you can do: panel1.title = myXML.day[0].name; (but, you should also be able to bind via the example I sent earlier). mike chambers [EMAIL PROTECTED] Merrill, Jason wrote: Actually, yeah, so doing this in a

Re: [Flashcoders] Help with Flexbuilder 2 and XML loading

2005-10-20 Thread Mike Chambers
Really? That is working for me. Make sure that you are compiling the project before debugging. mike chambers [EMAIL PROTECTED] Merrill, Jason wrote: Yeah, no dice Mike. No compiler or player errors, but no text in the panel title either. Jason Merrill | E-Learning Solutions

Re: [Flashcoders] Flexbuilder 2 Alpha IDE problems

2005-10-20 Thread Mike Chambers
You can turn this off with: Project > Build Automatically mike chambers [EMAIL PROTECTED] Muzak wrote: Hmmm, can't say I've noticed that. Only thing that annoys the hell out of me is the 'rebuilding workspace' dialog each time I hit "CTRL+S". I tend to h

Re: [Flashcoders] Help with Flexbuilder 2 and XML loading

2005-10-20 Thread Mike Chambers
;t believe the underlying URLRequest classes are. mike chambers [EMAIL PROTECTED] Merrill, Jason wrote: Cool, well if you figure it out, let me know. Thanks! Jason Merrill | E-Learning Solutions | icfconsulting.com -Original Message- From: [EMAIL PROTECTED] [mailto:flashco

Re: [Flashcoders] Remoting (attn: Mike Chambers)

2005-10-19 Thread Mike Chambers
). The mx.* packages are part of the framework. The flash.* classes are part of the player. This is an early ALPHA, so documentation and implimentations may not be complete. mike chambers [EMAIL PROTECTED] hank williams wrote: Ok, so I am potentially back to my original position of being

Re: [Flashcoders] Help with Flexbuilder 2 and XML loading

2005-10-19 Thread Mike Chambers
With E4X: http://labs.macromedia.com/wiki/index.php/ActionScript_3:resources:apis:E4X mike chambers [EMAIL PROTECTED] Merrill, Jason wrote: Cool, thanks. That didn't throw any errors. Now how would I traverse that XML data in my mxml? Jason Merrill | E-Learning Solu

Re: [Flashcoders] Help with Flexbuilder 2 and XML loading

2005-10-19 Thread Mike Chambers
reationComplete()"> -- mike chambers [EMAIL PROTECTED] Merrill, Jason wrote: Thanks Mike, but I tried your script and got the exact same compiler errors. Ultimately what I am trying to do is bind some XML data into a pie chart. I have the pie chart working fine, but the

Re: [Flashcoders] Need for the Flex Server

2005-10-19 Thread Mike Chambers
are ColdFusion (via an alpha adapter) and Flex Enterprise Services (which is not in public alpha yet). As far as when third party remoting services support this, you will need to talk to those project's leaders. mike chambers [EMAIL PROTECTED] hank williams wrote: I think that you are

Re: [Flashcoders] Will ActionScript 3 require me to rewrite my apps to use it?

2005-10-19 Thread Mike Chambers
kages because some APIs moved. Hope that helps... mike chambers [EMAIL PROTECTED] ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Flex Builder 2 -> FP8?

2005-10-19 Thread Mike Chambers
No. Currently Flex Builder creates Flash Player 8.5 SWFs. mike chambers [EMAIL PROTECTED] Kent Humphrey wrote: Is it possible to use the new IDE to produce Flash Player 8.0 compatible .swfs? Of course, you couldn't use any of the new AS3 abilities, but can it work like Flash 8 - as

Re: [Flashcoders] Help with Flexbuilder 2 and XML loading

2005-10-19 Thread Mike Chambers
This should work (havent compiled, so might have a typo or two). http://www.macromedia.com/2005/mxml"; creationComplete="onCreationComplete()"> mike chambers [EMAIL PROTECTED] Merrill, Jason wrote: I'm trying to load in an XML file in Flexbuil

Re: [Flashcoders] Macromedia unveiling Flex 2andFlash9 :communication or cacophony ?

2005-10-19 Thread Mike Chambers
ons. We didnt "give away" the original version of Flash Remoting, but open source versions were created anyways. mike chambers [EMAIL PROTECTED] hank williams wrote: Well, paraphrasing from the manual. "AMF requires flex enterprise services". I have read the docs for this se

Re: [Flashcoders] Macromedia unveiling Flex 2 andFlash9 :communication or cacophony ?

2005-10-19 Thread Mike Chambers
You can view a captivate demo on how to create an ActionScript only project in Flex Builder here: http://labs.macromedia.com/wiki/index.php/Flex_Builder:tutorials:create_as_project Basically File > New > ActionScript Project mike chambers [EMAIL PROTECTED] David Stiller wrote: the

Re: [Flashcoders] Macromedia unveiling Flex 2 and Flash 9 : communication or cacophony ?

2005-10-18 Thread Mike Chambers
download the source yourself, and make any changes you see necessary (it is, afterall, and open source project). mike chambers [EMAIL PROTECTED] Eric Mauvière wrote: - I shouted it from the rooftops that the Flash/JavaScript communication was now reinforced; yet unfortunately it only works with

Re: [Flashcoders] Flash player 8.5 and ActionScript 3.0

2005-10-08 Thread Mike Chambers
Until of course Microsoft sues the mono guys: http://techupdate.zdnet.com/techupdate/stories/main/0,14179,2887217,00.html mike chambers Weyert de Boer wrote: freebsd) is not available for MacOSX but you can use the opensource alternative Mono (go-mono.com) and use that it. It works like

Re: [Flashcoders] Flash player 8.5 and ActionScript 3.0

2005-10-08 Thread Mike Chambers
I think you need to distinguish between the .NET runtime, and ASP.NET. mike chambers [EMAIL PROTECTED] ryanm wrote: How does that work on the Mac? Go to any site developed with .NET on a mac, and it'll work. ryanm ___ Flashcoders mailing

Re: [Flashcoders] JIT in 8.5, this sounds good and promissing

2005-10-08 Thread Mike Chambers
. Basically, at runtime the byte code is translated into machine code, and thus performance is significantly better. mike chambers [EMAIL PROTECTED] Frédéric v. Bochmann wrote: Hey, Mike Chambers posted this nice video about Kevin Lynch’s Session at Web2.0. http

Re: [Flashcoders] Flash player 8.5 and ActionScript 3.0

2005-10-07 Thread Mike Chambers
That is correct. mike chambers [EMAIL PROTECTED] Muzak wrote: I think your mixing Flex Builder 2 alpha with Flash IDE 9 alpha. Fex Builder 2.0 alpha --> october 17 Flex Builder 2.0 final --> first half 2006 Flash 9 alpha --> spring 2006 Flash 9 final --> when its r

Re: [Flashcoders] Flash player 8.5 and ActionScript 3.0

2005-10-06 Thread Mike Chambers
We have determined pricing yet, although it will be priced as a desktop IDE (i.e. less that $1000). mike chambers [EMAIL PROTECTED] Michael Bedar wrote: Mike, Has any pricing been announced for the new FlexBuilder ? On Oct 6, 2005, at 9:10 PM, Mike Chambers wrote: That links says