Re: [Flashcoders] as3 class libraries

2008-07-16 Thread Beatrix Krümmer-Frau
First Hallo again Back to the List - after maybe 6 years without Flash and Flashcoders. Finaly got again a pure Flash Job 1 year ago, roling from Flash MX over AC2 into AC3 - game development - 3D (my part). Listening to the list for a while, here is my first post: I miss Sandy:

Re: [Flashcoders] The Charges Against ActionScript 3.0

2008-07-17 Thread Beatrix Krümmer-Frau
Juan Pablo Califano schrieb: I agree with the article and with what Steve has pointed out already. Even from an historical point of view, I think that what made the flash platform ubiquitous was that many people started to create cool stuff for it. Hi, at this point i just want to remember

[Flashcoders] TimerEvent in IE slows down

2008-10-14 Thread Beatrix Krümmer-Frau
Hello, actually i have to do a realy simple animation (using the Flash IDE, no external classes) using the Timer class and realized a strange difference between Firefox (perfect) and Internet Explorer (6+7) - s l o w l y! Has anyone ever had the same problem? I am just curious. Beatrix

Re: [Flashcoders] Who uses Adobe Flex?

2009-11-19 Thread Beatrix Krümmer-Frau
Sid Ferreira schrieb: Does Flex costs all that? I think flash/flex is no option :s It's too expensive to brazillian market :p On Wed, Nov 18, 2009 at 23:09, Paul Andrews p...@ipauland.com wrote: Sid Ferreira wrote: How many time Flex/Flash took to pay it self? I think a

Re: [Flashcoders] Ideas, Please

2010-01-27 Thread Beatrix Krümmer-Frau
Use your brain, thats what i would suggest! beno - schrieb: On Wed, Jan 27, 2010 at 12:05 PM, Nathan Mynarcik nat...@mynarcik.comwrote: I'm just waiting to see if something better comes along. Yeah we know. Just wait and let us send you stuff for you to approve. Low blow. No. What

Re: [Flashcoders] AS3 loading swf movie very slow

2010-01-30 Thread Beatrix Krümmer-Frau
When you add something, you need to remove it = addChild - removeChild Coming from AS2 you should understand DisplayObjects...then everything is easy... Beatrix Bassam M schrieb: Hi Guys I'm doing one project very simple I have some swf file I have to load it by clicking on the menu then I

Re: [Flashcoders] Rcommendation for server side Java remoting libs - AS3 Flash compatible

2010-02-12 Thread Beatrix Krümmer-Frau
BlazeDS and its free http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/ Matt Muller schrieb: Hi, Im building a FB app. Server side is JAVA 1.4. Can anyone recommend a server side remoting lib which is compatible with JAVA 1.4 and also an AS3 client side remoting library which would be

Re: [Flashcoders] MultiLevel ContextMenu

2010-02-19 Thread Beatrix Krümmer-Frau
Hi Sumeet, maybe the ContentMenu Class http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/ui/ContextMenu.html Beatrix Sumeet Kumar schrieb: Hi All, Is there any way in flash to create a multilevel context menu (right click menu)? Any help on this regard would be great

Re: [Flashcoders] MultiLevel ContextMenu

2010-02-19 Thread Beatrix Krümmer-Frau
but it only shows a single level...i need multiple levels in the context menu. Regards Sumeet Kumar - Original Message - From: Beatrix Krümmer-Frau birik...@hotmail.de To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, February 19, 2010 3:54 PM Subject: Re: [Flashcoders

Re: [Flashcoders] Masking w/ AS3

2010-03-01 Thread Beatrix Krümmer-Frau
Hi Susan, when scripting a masc, you need to define it as a masc: roundRect.mask = rect; addChild(rect); Beatrix Susan Day schrieb: Hi; I have the following code: function roundNavRect() { var roundRect:Sprite = new Sprite(); roundRect.graphics.beginFill(0x33030b);

Re: [Flashcoders] addEventListener Problem

2010-03-01 Thread Beatrix Krümmer-Frau
Did you check the spelling? 1120: Access to undefined property NavToURL - navToURL() Susan Day schrieb: Hi; I have the following code: function DisplayPicLoaded(evt:Event):void { var container:Sprite = new Sprite(); var myXArray:Array = new Array(10,176,342,508,674,840); var

Re: [Flashcoders] letter from Steve Jobs on Flash

2010-04-29 Thread Beatrix Krümmer-Frau
Steve Jobs will be dead before Flash - don't worry. *Beatrix Kruemmer-Frau* Dipl. Ing. Designer|CEH-LPIG-1 Flash/Flex Developer Network Security Administrator Blog http://www.blog.dieanstalt.com Twitter http://twitter.com/Birikini Xing http://www.xing.com/profile/Beatrix_KruemmerFrau LinkenID

Re: [Flashcoders] letter from Steve Jobs on Flash

2010-04-30 Thread Beatrix Krümmer-Frau
Administrator Blog http://www.blog.dieanstalt.com Twitter http://twitter.com/Birikini Xing http://www.xing.com/profile/Beatrix_KruemmerFrau LinkenID http://de.linkedin.com/in/beatrixkruemmerfrau Am 30.04.2010 09:31, schrieb Paul Andrews: On 29/04/2010 23:45, Beatrix Krümmer-Frau wrote: Steve Jobs

Re: [Flashcoders] Benchmarking

2010-05-02 Thread Beatrix Krümmer-Frau
When you debug in Flash IDE, but that will always be local: - click Debug Begin Remote Debug Session Actionscript 3.0 - Open up the swf in a browser. - Traces appear in the trace window. else/or: - flash debugger for browser - Flashtracer Firefox add-on:

Re: [Flashcoders] Best Practices and optimization

2010-05-03 Thread Beatrix Krümmer-Frau
I was lucky to addend Grant Skinner on FITC Amsterdam and he spoke about good/fast coding practice with Actionscript or: Quick as Flash. You can find it here: http://www.gskinner.com/talks/quickNL/ Interesting was his PerformanceTestClass. Some pre information about it I wrote on my blog:

Re: [Flashcoders] How to rotate dynamic textfield

2010-07-06 Thread Beatrix Krümmer-Frau
It seems you embed the font at the wrong place: var tf:TextField = new TextField(); tf.embedFonts=true; tf.defaultTextFormat=fmt; try instead: var tf:TextField = new TextField(); tf.defaultTextFormat=fmt; tf.embedFonts=true; *Beatrix Kruemmer-Frau* Dipl. Ing. Designer|CEH-LPIG-1 Flash/Flex

Re: [Flashcoders] upgrading to AIR 2 on CS3

2010-09-13 Thread Beatrix Krümmer-Frau
Maybe this can help you: http://kb2.adobe.com/cps/403/kb403112.html *Beatrix Kruemmer-Frau* Dipl. Ing. Designer|CEH-LPIG-1 Flash/Flex Developer Network Security Administrator Bloghttp://www.blog.dieanstalt.com Twitterhttp://twitter.com/Birikini

Re: [Flashcoders] PureMVC or RoboLegs ?

2010-09-13 Thread Beatrix Krümmer-Frau
I totaly agree with Matt! *Beatrix Kruemmer-Frau* Dipl. Ing. Designer|CEH-LPIG-1 Flash/Flex Developer Network Security Administrator Bloghttp://www.blog.dieanstalt.com Twitterhttp://twitter.com/Birikini Xinghttp://www.xing.com/profile/Beatrix_KruemmerFrau

Re: [Flashcoders] upgrading to AIR 2 on CS3

2010-09-14 Thread Beatrix Krümmer-Frau
You may have to use the command line tool for publishing! Overview: http://help.adobe.com/en_US/air/build/WS5b3ccc516d4fbf351e63e3d118666ade46-7fd9.html Packaging Air with ADT: http://help.adobe.com/en_US/air/build/WS5b3ccc516d4fbf351e63e3d118666ade46-7fd6.html If you are using Adobe Flash

[Flashcoders] Actionscript 3 and Flashplayer 8

2010-10-18 Thread Beatrix Krümmer-Frau
Hi all, I am searching informations about using Actionscript 3 for projects, which have to run in old, old Flash Versions. I need arguments for customers who still work with Actionscript 2. Any suggestions are welcome, will do a paper on this issue. Thanks in advance -- *Beatrix

Re: [Flashcoders] Actionscript 3 and Flashplayer 8

2010-10-18 Thread Beatrix Krümmer-Frau
free = opensource ?!? Am 18.10.2010 18:40, schrieb Henrik Andersson: strk skriver: I disagree. There is NO _free_ player supporting AVM2 movies. Free player means virtual support for _any_ platform. You must be using some definition of free that doesn't involve beer.

Re: [Flashcoders] Actionscript 3 and Flashplayer 8

2010-10-19 Thread Beatrix Krümmer-Frau
Am 18.10.2010 14:08, schrieb Henrik Andersson: The old flash player will ignore the swf tags related to as 3. This means: as long as I write AS3 syntax without as 3 specific classes it can work? New players will ignore as 2 related tags when the swf declares that it is as 2. I dont think

Re: [Flashcoders] Actionscript 3 and Flashplayer 8

2010-10-19 Thread Beatrix Krümmer-Frau
Got all infromation from Adobe directly, sorry for misunderstanding your first answer, I thought you know something I didn't. When published I will leave a link to the mailing list. Am 19.10.2010 11:04, schrieb Henrik Andersson: Beatrix Krümmer-Frau skriver: Am 18.10.2010 14:08, schrieb

Re: [Flashcoders] CS5 - Android debugging

2011-01-12 Thread Beatrix Krümmer-Frau
Did you select - Device debugging - Install application - Launch application... Not sure, I added the ADB path to my path variables too, but I develop with Eclipse. And I know that windows requires a manual driver, whereas Mac doensn't *Beatrix Kruemmer-Frau* Director

Re: [Flashcoders] PlayBook

2011-06-21 Thread Beatrix Krümmer-Frau
At Adobe Developer week they have a session about Playbook: http://www.adobe.com/cfusion/event/index.cfm?event=detailid=1489921loc=en_us Playbook with FlashBuilder 4: http://www.riagora.com/2010/11/your-first-blackberry-playbook-air-app/ *Beatrix Kruemmer-Frau* Director Actionscripthero.org

Re: [Flashcoders] PlayBook

2011-06-21 Thread Beatrix Krümmer-Frau
You can compile to Android with FlashBuilder with a little workaround. Lets say the big difference to 4.5 is, that you need to add the emulator and SDK's kinda handmade. I have an explanation with Android SDK for eclaire, but when you change it to any new Android SDK its the same workflow: 3

Re: [Flashcoders] PlayBook

2011-06-21 Thread Beatrix Krümmer-Frau
That Adobe guide is for CS5.5 - not for 5 There is a guide to do it for CS5 - maybe that helps! http://blog.prevail.co.nz/2011/06/21/overlaying-air2-7-in-flash-cs5/ Am 21.06.2011 17:12, schrieb David Hunter: Sounds interesting. I tried to replace the AIK2.0 in CS5 with the new AIR2.7 SDK

Re: [Flashcoders] PlayBook

2011-06-21 Thread Beatrix Krümmer-Frau
You need the Android SDK , the usb driver Should be easy, follow Lee Brimelows video tutorials. Here is the link for Part1: http://www.gotoandlearn.com/play.php?id=123 Am 21.06.2011 23:13, schrieb David Hunter: That post that Beatrix directed me to has partially worked. It gives me an

Re: [Flashcoders] PlayBook

2011-06-22 Thread Beatrix Krümmer-Frau
USB driver issue? *Beatrix Kruemmer-Frau* Director Actionscripthero.org Dipl. Ing. Designer | Multimedia Developer | CEH-LPIG www.blog.dieanstalt.com | @birikini Am 22.06.2011 13:10, schrieb David Hunter: OK i have installed the android SDK but when I connect my Samsung Galaxy Tab and run

Re: [Flashcoders] PlayBook

2011-06-22 Thread Beatrix Krümmer-Frau
Sorry, at this point I have no clue: I have no Mac. Am 22.06.2011 13:57, schrieb David Hunter: it says in the video this should not be an issue for Macs. It also said this on forum post ( http://forums.adobe.com/message/3564584#3564584 ) that USB drivers shouldn't be a problem. ??? 2011/6/22

Re: [Flashcoders] PlayBook

2011-06-22 Thread Beatrix Krümmer-Frau
oh well sure - the most forgotten step (-: *Beatrix Kruemmer-Frau* Director Actionscripthero.org Dipl. Ing. Designer | Multimedia Developer | CEH-LPIG www.blog.dieanstalt.com | @birikini Am 22.06.2011 14:29, schrieb David Hunter: thanks Beatrix. I have just got the device listed. For future

Re: [Flashcoders] Large Images with Alpha Channel

2012-02-11 Thread Beatrix Krümmer-Frau
Hi Ben, I am not 100% sure what exactly you wnat to achieve. But why don't you use 2 jpg's with one as a masc where transperency is black. You can generate an alpha channel form this. Check this: http://www.adobe.com/devnet/flash/articles/optimize_transparent_images.html Greatings ||

Re: [Flashcoders] Large Images with Alpha Channel

2012-02-12 Thread Beatrix Krümmer-Frau
it will create a small enough file for you. Just a thought. Best, Karl On Feb 11, 2012, at 6:09 PM, Beatrix Krümmer-Frau wrote: But that doesn't work when you need great images for games - like walkcicles - and load them, instead of embedding them into flash!! Beatrix Am 12.02.2012 01:00

Re: [Flashcoders] Large Images with Alpha Channel

2012-02-12 Thread Beatrix Krümmer-Frau
The other 2 ideas from Karl and John are great too - it depends on your workflow in gernerel which one you might choose Am 12.02.2012 13:06, schrieb Ben Sand: Thanks Beatrix, that looks very helpful 2012/2/12 Beatrix Krümmer-Fraubirik...@hotmail.de Hi Ben, I am not 100% sure what exactly

Re: [Flashcoders] Large Images with Alpha Channel

2012-02-14 Thread Beatrix Krümmer-Frau
if this is not what you needed and I miss understood. Best, Karl On Feb 12, 2012, at 8:01 AM, Beatrix Krümmer-Frau wrote: Thanks Karl (-: thats another great idea - but it wasn't my problem (-: Only a suggestion. Am 12.02.2012 13:03, schrieb Karl DeSaulniers: Hi Beatrix, Can you call a php

Re: [Flashcoders] Fwd: MVC

2012-02-16 Thread Beatrix Krümmer-Frau
perfect! Can I use this for my Flash students? Am 16.02.2012 08:59, schrieb Ross Sclafani: From: Ross Sclafaniross.sclaf...@gmail.com Date: February 16, 2012 2:39:34 AM EST To: Corc...@chello.nl Cc: Flash Coders Listflashcoders@chattyfig.figleaf.com, flashcoder...@googlegroups.com Subject: Re:

Re: [Flashcoders] IPAD App code optimization

2013-01-14 Thread Beatrix Krümmer-Frau
Hi Sumeet, you can use the FlashBuilder, FlashDevelop or FDT Profiler. In the past I used theMiner: http://jacksondunstan.com/articles/1763 Actually I like to work with Monocle, as it is best to check performance on Stage3D...

Re: [Flashcoders] IPAD App code optimization

2013-01-14 Thread Beatrix Krümmer-Frau
yeeah, cool, its also included in the game dev tools bundle for free on adobe cloud, found it! Am 14.01.2013 14:15, schrieb Hans Wichman: ps monocle is now called scout... On 14-1-2013 13:42, Beatrix Krümmer-Frau wrote: Hi Sumeet, you can use the FlashBuilder, FlashDevelop or FDT Profiler

Re: [Flashcoders] 3D engine for dynamic text

2013-01-14 Thread Beatrix Krümmer-Frau
Away3D is the right choice, its easy to use and has a TextFiled3D Class. Together with a TextExtrusion Class you can make realy nice stuff. *Beatrix Kruemmer-Frau* Director Actionscripthero.org Master of Arts in Designer | Developer | CEH-LPIG www.actionscripthero.org | @ASHero_org | @birikini

Re: [Flashcoders] making as3 movie scorm compliant

2013-01-15 Thread Beatrix Krümmer-Frau
To have an idea what SCROM and LMS are, I recommend to read some explanation in the moodle (as the most common LMS) docs: http://docs.moodle.org/24/en/Creating_SCORM_Content When its only about video or flv:

Re: [Flashcoders] Re: OT: Interactive conferences (Merrill, Jason)

2013-01-24 Thread Beatrix Krümmer-Frau
FITC is a great conference, I love it for the different aspects of design and technology, and it comes fron the Flash side. I am living in europe and we have multi - mania in Belgium, a great conference and all free. http://www.multi-mania.be/2013/conference/ There are always lots of smaller,

Re: [Flashcoders] OT: Interactive conferences

2013-01-25 Thread Beatrix Krümmer-Frau
Have a look at grid 960 and keep the content flexible with CSS *Beatrix Kruemmer-Frau* Am 24.01.2013 20:10, schrieb Lee Marshall: I am thinking about switching to HTML 5. Simple question... How do you go about setting up a stage (size) in html5? Sent from my iPhone On 24 Jan 2013, at 19:01,