Re: [Flashcoders] E4X, it's STILL just not my day.

2010-02-18 Thread Muzak
the following works fine for me: var artData:XML = art bios artistBio f=Victor s=Pasmoreblah blah/artistBio artistBio f=Stephen s=Pentakmore blah blah/artistBio /bios /art; var lastName:String = Pentak; var firstName:String = Stephen; var allBios:XMLList = artData.bios..artistBio; var

Re: [Flashcoders] Re: AS2: blank input text field when clicked

2010-02-15 Thread Muzak
if you're still in the AS2 universe, look up mx.utils.Delegate. - Original Message - From: Alan Neilsen aneil...@gotafe.vic.edu.au To: flashcoders@chattyfig.figleaf.com Sent: Monday, February 15, 2010 11:00 PM Subject: [Flashcoders] Re: AS2: blank input text field when clicked Thanks

Re: [Flashcoders] Flash Coders Archives..?

2010-02-04 Thread Muzak
http://www.mail-archive.com/flashcoders@chattyfig.figleaf.com/ - Original Message - From: Andrew Murphy amur...@delvinia.com To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com Sent: Thursday, February 04, 2010 2:25 PM Subject: [Flashcoders] Flash Coders Archives..? Hi. :) Is

Re: [Flashcoders] SEO + Flash = any great strategies?

2010-02-04 Thread Muzak
http://www.google.com/#hl=ensource=hpq=mod_rewrite - Original Message - From: Gustavo Duenas gdue...@leftandrightsolutions.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, February 04, 2010 2:33 PM Subject: Re: [Flashcoders] SEO + Flash = any great

Re: [Flashcoders] making a repeating effect

2010-02-04 Thread Muzak
no need for the counter in the event handler, Timer has a repeat count //Timer(delay, repeatCount) var timer:Timer = new Timer(5000, 1000); - Original Message - From: Nathan Mynarcik nat...@mynarcik.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, February

Re: [Flashcoders] Ideas, Please

2010-01-27 Thread Muzak
Can we stop making this list into a chatroom.. plz.. thx. - Original Message - From: beno - flashmeb...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, January 27, 2010 6:26 PM Subject: Re: [Flashcoders] Ideas, Please On Wed, Jan 27, 2010 at 1:01

Re: [Flashcoders] Rotation

2010-01-25 Thread Muzak
I suggest you buy a few books and start learning - basic - stuff rather than shooting emails to the list every 5 minutes. - Original Message - From: beno - flashmeb...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Monday, January 25, 2010 7:21 PM Subject:

Re: [Flashcoders] 2nd onPress ignored unless mouse moved at least1 pixel

2010-01-21 Thread Muzak
This felt like a deja-vu :) http://www.mail-archive.com/flashcoders@chattyfig.figleaf.com/msg38178.html I'm using AS3 for FP8 FP 8 doesn't support AS3. So if you're using FP8 AS2 and are using v2 components, they above solution applies. regards, Muzak - Original Message

Re: [Flashcoders] archives?

2010-01-10 Thread Muzak
Earliest stuff in there is from oct 2005 http://www.mail-archive.com/search?l=flashcod...@chattyfig.figleaf.comq=2005 I'm actually the one who added flashcoders to the mail-archive back then :-) - Original Message - From: Anthony Pace anthony.p...@utoronto.ca To: Flash Coders List

Re: [Flashcoders] archives?

2010-01-10 Thread Muzak
as well. http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offeringofferingID=10029 http://labs.searchcoders.com/dashboard/demo/ regards, Muzak - Original Message - From: Andrew Sinning and...@learningware.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent

Re: [Flashcoders] Prevent space button passing click event tobutton (as3)

2009-12-02 Thread Muzak
Try: gameMenuBtn.focusRect = false; - Original Message - From: Paul Steven paul_ste...@btinternet.com To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com Sent: Wednesday, December 02, 2009 11:51 AM Subject: RE: [Flashcoders] Prevent space button passing click event tobutton

Re: [Flashcoders] Website in an application

2009-10-28 Thread Muzak
The HTMLLoader class has a locationChange event: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/html/HTMLLoader.html#event:locationChange - Original Message - From: Eric E. Dolecki edole...@gmail.com To: spamtha...@gmail.com; Flash Coders List

Re: [Flashcoders] totally lost figuring out AS3 JSON Class

2009-10-12 Thread Muzak
: import com.adobe.serialization.json.JSON; var arr:Array = JSON.decode(rawData) as Array; Where rawData is the loaded JSON data. regards, Muzak - Original Message - From: Andrew Sinning and...@learningware.com To: Flash Coders flashcoders@chattyfig.figleaf.com Sent: Tuesday, October 13

Re: [Flashcoders] totally lost figuring out AS3 JSON Class

2009-10-12 Thread Muzak
: [Flashcoders] totally lost figuring out AS3 JSON Class I don't have com.adobe.serialization.json in my install of Flash. So, I just move the com folder from the as3corelib into my global classpath and then I can use any of the Flex classes? Muzak wrote: It's AS3, so not just Flex specific. There's

Re: [Flashcoders] [MEMORY LEAK]

2009-10-02 Thread Muzak
I'd say, keep the loader instance (instead of creating a new one each time) and unload the loader content (the swf) using Loader.unloadAndStop. http://kb2.adobe.com/cps/403/kb403670.html http://www.gskinner.com/blog/archives/2008/07/additional_info.html regards, Muzak - Original Message

Re: [Flashcoders] Dynamic motion path

2009-10-02 Thread Muzak
http://www.google.com/search?hl=enq=bezier+curve+tweenaq=foq=aqi= - Original Message - From: Glen Pike g...@engineeredarts.co.uk To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, October 02, 2009 12:11 PM Subject: Re: [Flashcoders] Dynamic motion path Hi, You

Re: [Flashcoders] [MEMORY LEAK]

2009-10-02 Thread Muzak
Subject: RE: [Flashcoders] [MEMORY LEAK] Muzak, I've got that already. function timerHandler(event:TimerEvent):void { trace(this.removeChildAt(0)); // remove loaded swf from display list mLoader.contentLoaderInfo.removeEventListener(Event.COMPLETE, onCompleteHandler

Re: [Flashcoders] Flash Cache in IE FF

2009-09-25 Thread Muzak
Depending on your browser settings, it's both. But in general you only need to worry about the data caching. So appending a random number to the text file url should suffice. - Original Message - From: Don Schnell - TFE dschn...@toolsforeducation.com To: n...@joeflash.ca Cc: Flash

Re: [Flashcoders] Error when trying to embed a font

2009-09-03 Thread Muzak
That's explained in the docs tbh: http://livedocs.adobe.com/flex/3/html/help.html?content=fonts_09.html I always use that approach for embedding fonts in Flex. - Original Message - From: Matt Gitchell m...@moonbootmedia.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent:

Re: [Flashcoders] Problem understanding Class heirarchy issue

2009-09-02 Thread Muzak
, the constructor does not execute. How are you determining that? Cos now you're saying that a trace() in ClassA is not displaying any output when creating an instance of ClassB. Are you sure there are no errors in the Compiler Errors window? What does ClassB look like? regards, Muzak - Original Message

Re: [Flashcoders] Problem understanding Class heirarchy issue

2009-09-01 Thread Muzak
= new ClassB(); // output ClassA ::: CONSTRUCTOR ClassB ::: CONSTRUCTOR There's no need to call super() in the constructor. Or are you talking about something else? regards, Muzak - Original Message - From: Steven Sacks flash...@stevensacks.net To: Flash Coders List flashcoders

Re: [Flashcoders] Problem understanding Class heirarchy issue

2009-09-01 Thread Muzak
. When is the moveUP event dispatched? regards, Muzak - Original Message - From: Sajid Saiyed sajid.fl...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, September 01, 2009 8:12 AM Subject: Re: [Flashcoders] Problem understanding Class heirarchy issue

Re: [Flashcoders] Problem understanding Class heirarchy issue

2009-09-01 Thread Muzak
. The only thing that matters is that the MOVE_UP event handler (moveUpHandler) in ClassA gets called, which happens when I dispatch a MOVE_UP event on 'a' in the fla. regards, Muzak - Original Message - From: Sajid Saiyed sajid.fl...@gmail.com To: Flash Coders List flashcoders

Re: [Flashcoders] Re: accessing a text node inside another node in aXMLList

2009-08-29 Thread Muzak
ok i-ve just discovered: trace (dfdf: + tabsContentSlideshow.children()[0].item[1]); or since you know it's a slide node: tabsContentSlideshow.slide[0].item[1]; - Original Message - From: Isaac Alves isaacal...@gmail.com To: flashcoders@chattyfig.figleaf.com Sent: Friday,

Re: [Flashcoders] How to add a DisplayObject into a container withoutusing addChild() method.

2009-08-17 Thread Muzak
Not to mention, a class adding itself to its parent ?? eeew.. - Original Message - From: Steven Sacks flash...@stevensacks.net To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Monday, August 17, 2009 10:53 PM Subject: Re: [Flashcoders] How to add a DisplayObject

Re: [Flashcoders] Interface for displayObjects

2009-08-08 Thread Muzak
The bad part, as I said, is that only Adobe can fix this. So, until that happens (if it happens someday...), I just do a cast to DisplayObject on the argument at call time and carry on. You can always file an enhancement request. https://bugs.adobe.com/ regards, Muzak - Original

Re: [Flashcoders] Interface for displayObjects

2009-08-08 Thread Muzak
What makes things move forward is voting. Ask people (like on this list or FlexCoders) to vote for it. - Original Message - From: Juan Pablo Califano califa010.flashcod...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Saturday, August 08, 2009 8:35 PM Subject:

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-29 Thread Muzak
{ backgroundImage: Embed(source=/assets/Graphical.swf, symbol=CanvasBackground); } // MXML mx:Canvas stylename=bgCanvas //other stuff here /mx:Canvas regards, Muzak - Original Message - From: Matt Muller matthewmul...@gmail.com To: Flash Coders List flashcoders

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-28 Thread Muzak
Get the Flex Component Kit for Flash CS3. http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3 I think Flash CS4 already has the component kit installed. regards, Muzak - Original Message - From: Matt Muller matthewmul...@gmail.com To: Flash Coders List flashcoders

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-28 Thread Muzak
Mine publishes to fp9 just fine. Have you set fp9 in the publish settings and enabled Export swc ? http://muzakdeezign.com/flashcoders/publish_swc.jpg regards, Muzak - Original Message - From: Matt Muller matthewmul...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-28 Thread Muzak
symbol)? regards, Muzak - Original Message - From: Matt Muller matthewmul...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, July 29, 2009 12:09 AM Subject: Re: [Flashcoders] Extending Flex UIComponent in flash SWC yep. are you using cs4? i was just

Re: [Flashcoders] Image loader problem

2009-07-26 Thread Muzak
= data img src=jpg/cinematic001.jpg / img src=jpg/cinematic002.jpg / img src=jpg/cinematic003.jpg / /data; var imgs:XMLList = data.img; trace(imgs[...@src); // output: jpg/cinematic001.jpg regards, Muzak - Original Message - From: Cor c...@chello.nl To: 'Flash Coders List' flashcoders

Re: [Flashcoders] Image loader problem

2009-07-26 Thread Muzak
= BulkLoaderDataFormat.SIMPLE_FORMAT; imgLoader.data = data; Just a thought :) regards, Muzak - Original Message - From: Karim Beyrouti ka...@kurst.co.uk To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Sunday, July 26, 2009 12:31 PM Subject: Re: [Flashcoders] Image

Re: [Flashcoders] Image loader problem

2009-07-26 Thread Muzak
. regards, Muzak - Original Message - From: Latcho spamtha...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Sunday, July 26, 2009 9:13 PM Subject: Re: [Flashcoders] Image loader problem 1900 lines of code to fetch some stuff Joseph Masoud wrote: Have you

Re: [Flashcoders] Image loader problem

2009-07-26 Thread Muzak
class more maintainable ? regards, Muzak - Original Message - From: Joseph Masoud yousif.mas...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Monday, July 27, 2009 12:36 AM Subject: Re: [Flashcoders] Image loader problem Hello everyone, The OP did not specify

Re: [Flashcoders] Image loader problem

2009-07-25 Thread Muzak
it doesn't matter in what order the images finish loading, you have the correct order in the array (imgLoaders) and you know when all images are loaded when numLoaded equals numTotal. regards, Muzak - Original Message - From: Paul Andrews p...@ipauland.com To: Flash Coders List flashcoders

Re: [Flashcoders] What program is this

2009-07-20 Thread Muzak
Have a look at Captivate: http://www.adobe.com/products/captivate/ - Original Message - From: Zuriel zu...@zadesigns.com To: flashcoders@chattyfig.figleaf.com Sent: Monday, July 20, 2009 11:57 PM Subject: [Flashcoders] What program is this Can someone tell me what this company

Re: [Flashcoders] setTimeout / clearTimeout

2009-07-03 Thread Muzak
You may have to use _global.setTimeout() and _global.clearTimeout() regards, Muzak - Original Message - From: Glen Pike g...@engineeredarts.co.uk To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, July 03, 2009 2:02 PM Subject: [Flashcoders] setTimeout

Re: [Flashcoders] Strange characters added to file when saving fromFlex/AIR using fileStream

2009-07-03 Thread Muzak
price1.45/price /item /order; var str:String = '?xml version=1.0 encoding=UTF-8?' + File.lineEnding; str += xml.toXMLString(); var fs:FileStream = new FileStream(); fs.open(outputFile, FileMode.WRITE); fs.writeUTFBytes(str); fs.close(); regards, Muzak - Original

Re: [Flashcoders] Strange characters added to file whensaving fromFlex/AIR using fileStream

2009-07-03 Thread Muzak
You mean writing to disk? That's AIR only. regards, Muzak - Original Message - From: Cor c...@chello.nl To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com Sent: Friday, July 03, 2009 3:21 PM Subject: RE: [Flashcoders] Strange characters added to file whensaving fromFlex/AIR

Re: [Flashcoders] Variable naming conventions...

2009-06-29 Thread Muzak
http://www.google.com/search?hl=enq=as3+naming+conventionsmeta=aq=0oq=as3+naming+con http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions - Original Message - From: Sander Schuurman b...@chello.nl To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Monday,

Re: [Flashcoders] Youtube Videos cache

2009-06-28 Thread Muzak
And from what I can tell, doesn't work for HD videos, which is where this *feature* would actually be useful. - Original Message - From: Juan Pablo Califano califa010.flashcod...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Sunday, June 28, 2009 8:34 PM

Re: [Flashcoders] Flex interferes with SVN

2009-06-26 Thread Muzak
I use SubClipse and TortoiseSVN and have no problems. Just make sure both have the exact same version, 1.6.2 in my case. regards, Muzak - Original Message - From: Mario Gonzalez ma...@wddg.com To: Flash Coders List flashcoders@chattyfig.figleaf.com; This is the generalmailing list

Re: [Flashcoders] blip.tv api?

2009-06-19 Thread Muzak
Their API is explained here: http://wiki.blip.tv/index.php/Blip.tv_API username and password are in the prompt. - Original Message - From: Nate Beck n...@tldstudio.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, June 19, 2009 5:17 AM Subject: Re:

Re: [Flashcoders] blip.tv api?

2009-06-19 Thread Muzak
You're not limited to JSON. From what I can tell (only looked at their API real quick), blip.tv supports JSON, REST and RSS (xml). Which one you use is up to you (you can even mix them if you want). regards, Muzak - Original Message - From: Fabio Pinatti fpina...@gmail.com

Re: [Flashcoders] Projector Serial Number protection

2009-05-26 Thread Muzak
Careful with buying Zinc if you don't already have a license. As of late, their support is non existing. They haven't responded in quite some time on their support forums. I've asked them (a month ago) about a (serious) bug that has been around since August 2008 and haven't heard anything.

Re: [Flashcoders] RegEx

2009-05-09 Thread Muzak
Must be a mistake. There's no such mention here: http://livedocs.adobe.com/flex/3/langref/String.html#match() - Original Message - From: Anthony Pace anthony.p...@utoronto.ca To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Sunday, May 10, 2009 12:54 AM Subject:

Re: [Flashcoders] What's the dollar symbol for?

2009-05-05 Thread Muzak
What does the dollar symbol do? It shows that the developer broke the underscore key on his keyboard :) And that he's most likely a PHP developer.. or both. gd$rating -- gdRating -- gd_rating And I assume gd stands for Google Data -- Google Data API

Re: [Flashcoders] What's the dollar symbol for?

2009-05-05 Thread Muzak
at all by the way, so I'm just guessing :) regards, Muzak - Original Message - From: Ivan Dembicki ivan.dembi...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, May 05, 2009 1:35 PM Subject: Re: [Flashcoders] What's the dollar symbol for? Hello, http

Re: [Flashcoders] Re: CS4 on non intel

2009-05-05 Thread Muzak
I've used FontExpert in the past. Great tool for managing installed and non-installed fonts. Also allows you to temporarily deactivate installed fonts and alot more.. http://www.proximasoftware.com/fontexpert/ - Original Message - From: Glen Pike postmas...@glenpike.co.uk To:

Re: [Flashcoders] Dynamic Images and the Library

2009-05-02 Thread Muzak
Google for JPEGEncoder and/or PNGEncoder. - Original Message - From: Karl DeSaulniers k...@designdrumm.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Sunday, May 03, 2009 5:30 AM Subject: Re: [Flashcoders] Dynamic Images and the Library Thanks Ashim. I will try

Re: [Flashcoders] Batch wrapping a bunch of FLV files in SWFs

2009-04-30 Thread Muzak
You know you can control flv's right? - Original Message - From: Henry Cooke aninfinitenumberofmonk...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, April 30, 2009 7:23 PM Subject: [Flashcoders] Batch wrapping a bunch of FLV files in SWFs Anyone

Re: [Flashcoders] E4X question

2009-04-30 Thread Muzak
/FloorplanData; var dep:String = Reception; trace(floor: , floorplan.floor.dept.(@name == dep).parent().toXMLString()); //output: floor: floor name=1 dept name=Administration/ dept name=Reception/ /floor Is that what you're looking for? regards, Muzak - Original Message - From

Re: [Flashcoders] mxmlc include classes , possible???

2009-04-29 Thread Muzak
Checked the docs? includes class [...] Links one or more classes to the resulting application SWF file, whether or not those classes are required at compile time. http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_14.html - Original Message - From: Jiri

Re: [Flashcoders] Memory concerns

2009-04-28 Thread Muzak
If you have many listeners in a loaded external movie and then you remove the movie are the listeners still in memory, which might cause problems later? Yes. AFAIK, that's a No. If there are no more references *to* the external movie, you should be fine. There are problems however with

Re: [Flashcoders] Memory concerns

2009-04-28 Thread Muzak
@chattyfig.figleaf.com Sent: Wednesday, April 29, 2009 2:11 AM Subject: Re: [Flashcoders] Memory concerns - Original Message - From: Muzak p.ginnebe...@telenet.be To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 28, 2009 7:46 PM Subject: Re: [Flashcoders

Re: [Flashcoders] Loading string data in a file from a server

2009-04-22 Thread Muzak
Well it depends on what you're trying to do with the loaded data. If all you want is to load it and write to disk, then the format doesn't really matter. As mentioned earlier, to write the loaded data to disk you use a combination of a File instance and a FileStream instance. Should be

Re: [Flashcoders] Feasibility of xml file for high score data storage

2009-04-22 Thread Muzak
An xml file for use by multiple clients simultaneously is just not an option. Go with a database + server side language (php, asp, coldfusion) and add remoting if you can. regards, Muzak - Original Message - From: Paul Steven paul_ste...@btinternet.com To: 'Flash Coders List

Re: [Flashcoders] Loading string data in a file from a server

2009-04-22 Thread Muzak
to their application. /quote To get to the application storage directory rather than the desktop, in the above example, use: var f:File = File.applicationStorageDirectory; regards, Muzak - Original Message - From: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List flashcoders

Re: [Flashcoders] Flash Player 6 Cross Domain Policy

2009-04-21 Thread Muzak
It appears that the cross domain policy files were not introduced until Flash Player 7 - is this correct? Nope, Flash Player 6,0,21,0. Check out the Adobe Security Center: http://www.adobe.com/devnet/security/

Re: [Flashcoders] Loading string data in a file from a server

2009-04-21 Thread Muzak
Works fine here (Flex+Air). - Original Message - From: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 21, 2009 3:41 PM Subject: Re: [Flashcoders] Loading string data in a file from a server Anybody? I just want

Re: [Flashcoders] Loading string data in a file from a server

2009-04-21 Thread Muzak
/filesystem/File.html http://livedocs.adobe.com/flex/3/langref/flash/filesystem/FileStream.html I save it in memory and pass it through to the rest. Depends on what the rest is, but you can pass a File object around, just like any other object. regards, Muzak - Original Message

Re: [Flashcoders] Just a quick one

2009-04-18 Thread Muzak
smooth as butter. I'm personally very happy with FlexBuilder (and Eclipse in general) and look forward to Bolt (CF editor). regards, Muzak - Original Message - From: Anthony Pace anthony.p...@utoronto.ca To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Saturday, April 18

Re: [Flashcoders] Just a quick one

2009-04-18 Thread Muzak
: + imgHolder._width); trace(- height: + imgHolder._height); } imgLoader = new ImageLoader(); imgLoader.addListener(this); imgLoader.loadImage(imgURL, imgHolder); regards, Muzak - Original Message - From: Karl DeSaulniers k...@designdrumm.com To: Flash Coders List flashcoders

Re: [Flashcoders] rotationX not working In Flex actionscript Projects

2009-04-14 Thread Muzak
.. regards, Muzak - Original Message - From: Omar Fouad omarfouad@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 14, 2009 1:42 PM Subject: Re: [Flashcoders] rotationX not working In Flex actionscript Projects There is no compiler settings except

Re: [Flashcoders] rotationX not working In Flex actionscript Projects

2009-04-14 Thread Muzak
automatically does when you change the required FP version :) regards, Muzak - Original Message - From: Omar Fouad omarfouad@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 14, 2009 1:42 PM Subject: Re: [Flashcoders] rotationX not working In Flex

Re: [Flashcoders] Nintedo experiencewii ( how did they do that ? )

2009-04-14 Thread Muzak
Stephen, I think the answer is one word: Money. Well, not enough money apparently.. getting security errors and a bunch of null object reference errors :) - Original Message - From: jonathan howe jonathangh...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent:

Re: [Flashcoders] Favorite Flex book?

2009-04-14 Thread Muzak
: http://livedocs.adobe.com/flex/3/devguide_flex3.pdf http://livedocs.adobe.com/flex/3/langref/index.html regards, Muzak - Original Message - From: Merrill, Jason jason.merr...@bankofamerica.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 14, 2009 8:06 PM

Re: [Flashcoders] Favorite Flex book?

2009-04-14 Thread Muzak
location. With this config you'll have 2 install locations: e.g. C:\Eclipse (or whereever you installed Eclipse) + C:\Program Files\Adobe\Flex Builder 3 plugin regards, Muzak - Original Message - From: Merrill, Jason jason.merr...@bankofamerica.com To: Flash Coders List flashcoders

Re: [Flashcoders] Favorite Flex book?

2009-04-14 Thread Muzak
version (3.4). Updating Eclipse to 3.3 is fine though. The latest CFEclipse plugin requires Eclipse 3.4 so I installed Eclipse separatly for that :) regards, Muzak - Original Message - From: Dave Watts dwa...@figleaf.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent

Re: [Flashcoders] rotationX not working In Flex actionscript Projects

2009-04-11 Thread Muzak
In FlexBuilder, in the Project properties (right click the project select properties), set the required Flash Player to 10 in the Flex Compiler tab. By default FlexBuilder compiles to Flash 9, which doesn't have the new 3D stuff. regards, Muzak - Original Message - From: Omar Fouad

Re: [Flashcoders] Dragging loads of sound files from library into amovie clip

2009-04-09 Thread Muzak
to actually add the audio movieclip from the library to the main timeline in a specific frame (for preloading). You should be able to figure that out from the jsfl docs :) regards, Muzak - Original Message - From: Paul Steven paul_ste...@btinternet.com To: 'Flash Coders List' flashcoders

Re: [Flashcoders] Dragging loads of sound files from library intoamovie clip

2009-04-09 Thread Muzak
, y:0}, mc:audio); Depending on how your FLA is built up, you may have to remove: tl.insertFrames(10) regards, Muzak - Original Message - From: Muzak p.ginnebe...@telenet.be To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, April 09, 2009 4:27 PM Subject: Re

Re: [Flashcoders] AS3: if (urlvars.bids != null) trace(urlvars.bids); still prints null?

2009-04-09 Thread Muzak
If the variable is actually present, it will have a value: an emtpy string. And you may have to check for 0 instead of 0, again a string. if (urlvars.bids != urlvars.bids != 0) regards, Muzak - Original Message - From: Alexander Farber alexander.far...@gmail.com To: Flash Coders

Re: [Flashcoders] Dragging loads of sound files from libraryinto amovie clip

2009-04-09 Thread Muzak
/WS5b3ccc516d4fbf351e63e3d1183c949219-7fc8.html regards, Muzak - Original Message - From: Karl DeSaulniers k...@designdrumm.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, April 09, 2009 6:10 PM Subject: Re: [Flashcoders] Dragging loads of sound files from libraryinto

Re: [Flashcoders] ColorTransform GTween

2009-04-08 Thread Muzak
but is there really nobody out there who knows how to do it ? I'm sure Mr. Google knows. http://www.google.com/search?hl=enq=tween+colortransformmeta=aq=1oq=tween+color And I'm pretty sure AnimationPackage has some color stuff. http://www.alex-uhlmann.de/flash/animationpackage/ - Original

Re: [Flashcoders] SWIZ + AS3

2009-04-06 Thread Muzak
You should probably try the framework specific mailing list: http://groups.google.com/group/swiz-framework - Original Message - From: Gert-Jan van der Wel gert...@floorplanner.com To: flashcoders@chattyfig.figleaf.com Sent: Monday, April 06, 2009 11:02 AM Subject: [Flashcoders] SWIZ +

Re: [Flashcoders] Proof of Concept - HTTPService objectdoesn't requirecrossdomain-policy file

2009-04-02 Thread Muzak
of this post. I've created a small AIR application (with a certificate) and it works without a problem. Am I missing something? Yes, as I explained earlier, this has nothing to do with HTTPService. This is about different sandboxes: standalone, AIR and the browser. regards, Muzak

Re: [Flashcoders] Cross-domain policy - why is Flex more forgiving thanFlash?

2009-03-31 Thread Muzak
, Muzak - Original Message - From: Meinte van't Kruis mei...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, March 31, 2009 5:59 PM Subject: Re: [Flashcoders] Cross-domain policy - why is Flex more forgiving thanFlash? Still, I agree with John, on the XML

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Muzak
(still have to take Zend AMF for a spin) then that's the *best* option, but probably not the *fastest*. At least in Coldfusion transforming plain vanilla objects into typed objects slows things down (especially with lots of data). regards, Muzak - Original Message - From: Sidney de

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Muzak
columns. When sending a query result straight to Flex/Flash (from CF) it looks like this: [{FIRSTNAME:value, LASTNAME:value}, {FIRSTNAME:value, LASTNAME:value}]; rather than: [{firstName:value, lastName:value}, {firstName:value, lastName:value}]; regards, Muzak - Original Message - From: Glen

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Muzak
://www.roboncode.com/articles/187 http://framework.zend.com/manual/en/zend.amf.server.html#zend.amf.server.typedobjects regards, Muzak - Original Message - From: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Monday, March 30, 2009 4

Re: [Flashcoders] ?: how to prevent users to copy text from aTextArea?

2009-03-29 Thread Muzak
(and one only) non-selectable textfield, sure grab a TextField and ScrollBar and move on :) I mearly wanted to present a better solution (IMO) than overlaying a TextArea with a shape, which is to actually fix what seems to be broke. regards, Muzak - Original Message - From: Cor c

Re: [Flashcoders] ?: how to prevent users to copy text from aTextArea?

2009-03-28 Thread Muzak
; details2_ta.htmlText = msg; } } } regards, Muzak - Original Message - From: Keith Reinfeld keithreinf...@comcast.net To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com Sent: Saturday, March 28, 2009 10:11 PM Subject: RE: [Flashcoders] ?: how to prevent users to copy text from

Re: [Flashcoders] AS3 Object reference

2009-03-28 Thread Muzak
; } regards, Muzak - Original Message - From: TS sunnrun...@gmail.com To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com Sent: Sunday, March 29, 2009 3:09 AM Subject: [Flashcoders] AS3 Object reference Trying to cylec through some objects. This doesn't seem to work in AS3 as it does

Re: [Flashcoders] Tween AS3 issue with Firefox

2009-03-26 Thread Muzak
My curiosity was caught, but it's difficult to help when someone is asking for help on something so vague. My thoughts exactly. - Original Message - From: Zeh Fernando z...@zehfernando.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, March 26, 2009 5:26 PM

Re: [Flashcoders] Tween AS3 issue with Firefox

2009-03-25 Thread Muzak
My guess is whatever he's talking about is beyond the login? - Original Message - From: Zeh Fernando z...@zehfernando.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, March 26, 2009 12:01 AM Subject: Re: [Flashcoders] Tween AS3 issue with Firefox What

Re: [Flashcoders] do we still have to check to see if loaded 10 bytes?

2009-03-24 Thread Muzak
In AS3 you usually listen for the complete event, which is triggered when loading is completed. regards, Muzak - Original Message - From: allandt bik-elliott (thefieldcomic.com) alla...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, March 24, 2009 5

Re: [Flashcoders] do we still have to check to see if loaded 10bytes?

2009-03-24 Thread Muzak
I'm confused, Martijn's ImageLoader is AS2. Are you trying to use that in AS3? http://www.martijndevisser.com/blog/2006/imageloader-class-for-flash-8/ http://www.martijndevisser.com/download/ImageLoader.as regards, Muzak - Original Message - From: Karl DeSaulniers k...@designdrumm.com

Re: [Flashcoders] do we still have to check to see if loaded 10bytes?

2009-03-24 Thread Muzak
); regards, Muzak - Original Message - From: Karl DeSaulniers k...@designdrumm.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, March 24, 2009 9:19 PM Subject: Re: [Flashcoders] do we still have to check to see if loaded 10bytes? No. This project is still as2

Re: [Flashcoders] Zend AMF Framework Paramaters error

2009-03-21 Thread Muzak
($args) { $args[path]; $args[ba]; } regards, Muzak - Original Message - From: Omar Fouad omarfouad@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Saturday, March 21, 2009 5:50 PM Subject: [Flashcoders] Zend AMF Framework Paramaters error Hello, I've

Re: [Flashcoders] Flash Future - Unity3D, iPhone and performance

2009-03-20 Thread Muzak
that as well. Does this affect Adobe/Flash? I seriously doubt it. As Taka pointed out: Unity is pretty kick-ass, but Unity != Flash One is a game development platform, the other a rich (internet) application platform. regards, Muzak - Original Message - From: Joel Stransky stranskydes

Re: [Flashcoders] A very simply question of XML toString()

2009-03-19 Thread Muzak
= dp.getItemAt(0); trace(first item: , item); trace(item title: , item.title); So rather than storing just the title (in an array), you store each book node as an Object (Array of Objects). regards, Muzak - Original Message - From: ACE Flash acefl...@gmail.com To: Flash Coders List flashcoders

Re: [Flashcoders] Re: Changing width of seekBar during playback (AS2, FLVPlayback)

2009-03-10 Thread Muzak
; resize_btn.addEventListener(click, resizeClickHandler); regards, Muzak - Original Message - From: jonas magnusson jonas.mag...@gmail.com To: flashcoders@chattyfig.figleaf.com Sent: Tuesday, March 10, 2009 10:39 AM Subject: [Flashcoders] Re: Changing width of seekBar during playback (AS2

Re: [Flashcoders] find and delete XML nodes

2009-03-09 Thread Muzak
(and deletes all elements): var s:String = 'parentchild id=a /child id=b /child id=a /child id=b //parent'; var xml:XML = new XML(s); delete xml.child; Bug or feature? Who knows.. regards, Muzak - Original Message - From: liutoday today...@hotmail.com To: flashcoders

Re: [Flashcoders] find and delete XML nodes

2009-03-08 Thread Muzak
/ child id=a/ child id=b/ /parent -- elements: child id=a/ child id=a/ -- after: parent child id=a/ child id=a/ /parent regards, Muzak - Original Message - From: Joel Stransky j...@stranskydesign.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent

Re: [Flashcoders] Printing table receipt with Flex

2009-02-27 Thread Muzak
Dump them in a datagrid, print the datagrid.. - Original Message - From: Omar Fouad omarfouad@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, February 27, 2009 5:54 AM Subject: Re: [Flashcoders] Printing table receipt with Flex Thanks everybody

Re: [Flashcoders] component def doesn't pass params to constructor?

2009-02-19 Thread Muzak
- Original Message - From: Gregory N greg.gousa...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, February 19, 2009 6:12 PM Subject: Re: [Flashcoders] component def doesn't pass params to constructor? Muzak, Nice addition, thanks for pointing

Re: [Flashcoders] component def doesn't pass params to constructor?

2009-02-19 Thread Muzak
your components inner workflow. regards, Muzak ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] this._livePreviewMask - what is analog in AS3?

2009-02-19 Thread Muzak
Not sure if this has the answer you're looking for (haven't read the article), but it came up in a google search: http://www.adobe.com/devnet/flash/articles/creating_as3_components.html regards, Muzak - Original Message - From: Gregory N greg.gousa...@gmail.com To: Flash Coders List

  1   2   3   4   5   6   7   8   9   >