Re: [Flashcoders] [AS2] Catching clicks in child clip?

2008-12-03 Thread Muzak
Use the (very) old invisible button trick. So create a "Button symbol" with only the "hit" state (keyframe) defined and put that on top of the movieclip that holds the loaded swf. - Original Message - From: "mike cann" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Wednesday, Dece

Re: [Flashcoders] [AS2] Catching clicks in child clip?

2008-12-03 Thread Muzak
;hijack' those mouse events from the loaded swf. Well, at least I can't think of one right one.. regards, Muzak - Original Message - From: "mike cann" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Wednesday, December 03, 2008 6:28 PM Subject: Re:

Re: [Flashcoders] Registration Point of Clips (Scale 9)

2008-12-07 Thread Muzak
top left.. always. If you need the center, calculate it. - Original Message - From: "SJF" <[EMAIL PROTECTED]> To: Sent: Sunday, December 07, 2008 9:22 AM Subject: [Flashcoders] Registration Point of Clips (Scale 9) Anyone have a preference for the registration point of clips created

Re: [Flashcoders] use get / set functions or make your own

2008-12-09 Thread Muzak
with _data } public function set data(value:Object):void { _data = value; setData(); } And a *big* +1 for this: That being said, I don't abide by the retarded rule that you shouldn't have public vars in a class. regards, Muzak - Original Message - From: "Steven Sacks

Re: [Flashcoders] video seek ability

2008-12-10 Thread Muzak
here do it that way though (as you described). regards, Muzak - Original Message - From: "Steven Sacks" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Wednesday, December 10, 2008 6:20 AM Subject: Re: [Flashcoders] video seek ability Here's what you

Re: [Flashcoders] What heck is up with "parent" in actionscript 3?

2008-12-10 Thread Muzak
Latest and greatest? AS3 has been around since 2006. Whatever planet you've been on, welcome back to earth.. :-) - Original Message - From: "strk" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Wednesday, December 10, 2008 11:00 PM Subject: Re: [Flashcoders] What heck is up with "p

Re: [Flashcoders] What heck is up with "parent" in actionscript 3?

2008-12-10 Thread Muzak
First you should probably ask yourself why you're using "parent", let alone "parent.parent". Try tracing both parent and parent.parent, see if what comes up is what you're after. regards, Muzak - Original Message - From: "Carl Welch" <

Re: [Flashcoders] Re: LoaderInfo extremely annoying bug!!

2008-12-15 Thread Muzak
Tried using Event.COMPLETE instead of Event.INIT? regards, Muzak - Original Message - From: "Taka Kojima" To: Sent: Monday, December 15, 2008 12:51 PM Subject: [Flashcoders] Re: LoaderInfo extremely annoying bug!! Whoops... sorry, pasted old code, you might have been

Re: [Flashcoders] referencing sprites within a sprite (AS3newbiequestion)

2008-12-17 Thread Muzak
I think your *bigger* problem is the fact that you're actually doing something like; this.that.these.those You should never have to do that, not even in AS2. "that' should expose properties and methods to get things done. regards, Muzak - Original Message - Fr

Re: [Flashcoders] Custom eventListener

2008-12-18 Thread Muzak
You might wanna read the docs for some basics on Events in AS3: http://livedocs.adobe.com/flash/9.0/main/0138.html http://livedocs.adobe.com/flash/9.0/main/0139.html When writing cusom events, you can usually ommit the bubbles and cancellable arguments, as those are false by default. An

Re: [Flashcoders] Distributing packaged file on the Mac

2008-12-31 Thread Muzak
Why not go with AIR? - Original Message - From: "Paul Steven" To: "'Flash Coders List'" Sent: Wednesday, December 31, 2008 11:40 AM Subject: [Flashcoders] Distributing packaged file on the Mac I have created a game using Flash CS3 and would like to distribute it for the PC and Mac.

Re: [Flashcoders] Distributing packaged file on the Mac

2008-12-31 Thread Muzak
ications from a single png file. http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us&extid=1700072 Demo here: http://muzakdeezign.com/air/icon_generator/demo/ regards, Muzak - Original Message - From: "Paul Steven" To: "'Flash

Re: [Flashcoders] Making a CS3 SWC code library look "pretty"

2009-01-02 Thread Muzak
Have a look at the fl.livepreview package: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/livepreview/package-detail.html http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/livepreview/LivePreviewParent.html - Original Message - From: "Samuel Adu" To: Sent: F

Re: [Flashcoders] updateAll event to notify List that dp changed - gonein AS3?

2009-01-23 Thread Muzak
:"user 01"}, {label:"user 02"}]); function addClickHandler(evt:MouseEvent):void { var user:Object = {label:"new user"}; data.addItem(user); } user_list.dataProvider = data; add_btn.addEventListener(MouseEvent.CLICK, addClickHandler); regards, Muzak - Original M

Re: [Flashcoders] Adding a property to an AS3-component

2009-01-25 Thread Muzak
ass and add the property/properties you need. But I thought the questioner was not in to that, so maybe a bad habit is a better solution, then none. Afraid I disagree.. especially when passing them on to others it becomes super bad. regards, Muzak - Original Message - From: "Cor&q

Re: [Flashcoders] Loading image on local filesystem

2009-01-29 Thread Muzak
use relative path and forward slashes "img/image.jpg" - Original Message - From: "K-Dawg" To: "Flash Coders List" Sent: Thursday, January 29, 2009 1:12 AM Subject: [Flashcoders] Loading image on local filesystem The AS is in a dir1 (dir1\stuff.as) and the images are in dir1\img\im

Re: [Flashcoders] Missing Flashcoder archives?

2009-01-29 Thread Muzak
Try using the "mail-archive" site: http://www.mail-archive.com/flashcoders@chattyfig.figleaf.com/ - Original Message - From: "Todd Kerpelman" To: "Flash Coders List" Sent: Thursday, January 29, 2009 5:56 PM Subject: [Flashcoders] Missing Flashcoder archives? Hey, List folks! So

Re: [Flashcoders] This is kind of Wonderfl

2009-02-02 Thread Muzak
ne to develop - no working on the airplane or places without Wi-Fi Same as above, not an issue if you'd develop locally. And that goes for most of your other concerns. Just because they're demoing it online, doesn't mean you *have* to develop online, well at least that's the

Re: [Flashcoders] Details of extending UIComponent

2009-02-02 Thread Muzak
t the UIComponent.updateDisplayList() method. 10. Add properties, methods, styles, events, and metadata. 3. Deploy the component as an ActionScript file or as a SWC file. regards, Muzak - Original Message - From: "Merrill, Jason" To: "Flash Coders List" Sent: Monday, February

Re: [Flashcoders] OT: Internet Explorer 8

2009-02-03 Thread Muzak
wrong list then.. - Original Message - From: "Vayu Robins" To: "Flash Coders List" Sent: Tuesday, February 03, 2009 5:44 PM Subject: Re: [Flashcoders] OT: Internet Explorer 8 Thanks for your input Jason. I know this is a flash forum, but the website I have created for this client

Re: [Flashcoders] capturing mouse events for layered sprites

2009-02-03 Thread Muzak
Check if the mouse position is within (or outside) the container bounderies in the rollout event and act accordingly. Look into: flash.geom.Rectangle flash.display.DisplayObject.getBounds() flash.display.DisplayObject.getRect() regards, Muzak - Original Message - From: "ali d

Re: [Flashcoders] OT: Internet Explorer 8

2009-02-03 Thread Muzak
Agree with Jason. Requiring an app to work on beta software is unrealistic. For all we know that person uses a 64bit version, for which there is no flash player at all. regards, Muzak - Original Message - From: "Merrill, Jason" To: "Flash Coders List" Sent:

Re: [Flashcoders] Best way to access my main class?

2009-02-05 Thread Muzak
Look into Event bubbling http://www.google.com/search?hl=en&q=AS3+event+bubbling&meta= - Original Message - From: "Lehr, Ross (N-SGIS)" To: "Flash Coders List" Sent: Thursday, February 05, 2009 8:14 PM Subject: RE: [Flashcoders] Best way to access my main class? This brings up a qu

Re: [Flashcoders] Starting a new thread

2009-02-06 Thread Muzak
Also make sure the thread subject is meaningful for the archives. - Original Message - From: "Ricardo M. Portilho" To: "Flash Coders List" Sent: Friday, February 06, 2009 1:00 PM Subject: [Flashcoders] Starting a new thread - Original Message - From: "allandt bik-elliott

Re: [Flashcoders] Help jsfl traceBitmap

2009-02-09 Thread Muzak
- frameCount: " + timeline.frameCount); doc.selection = timeline.layers[0].frames[0].elements; doc.traceBitmap(100, 1, 'pixels', 'normal'); } } doc.exitEditMode(); regards, Muzak - Original Message - From: "Jiri" To: "Flash Coders List"

Re: [Flashcoders] Converting hex colour numbers back and forth

2009-02-10 Thread Muzak
Maybe this will help? http://muzakdeezign.com/flex3/flex3lib/ColorUtil.zip //docs http://muzakdeezign.com/flex3/flex3lib/docs/com/muzakdeezign/flex/utils/ColorUtil.html regards, Muzak - Original Message - From: "ali drongo" To: "Flash Coders List" Sent: Monday,

Re: [Flashcoders] Help jsfl traceBitmap

2009-02-10 Thread Muzak
This one threw me off a bit :) You have to move the timeline playhead for traceBitmap to work. When you enter edit mode, you automatically end up in the first frame, so that's why traceBitmap works for the first frame, and not the others. So, loop through the number of frames, set "timeline.cur

Re: [Flashcoders] Advanced Rollover Physics/Math...

2009-02-12 Thread Muzak
e/etc.. regards, Muzak - Original Message - From: "Sander Schuurman" To: "Flash Coders List" Sent: Thursday, February 12, 2009 5:24 PM Subject: RE: [Flashcoders] Advanced Rollover Physics/Math... Do you know kinda where to start... I'm trying to figur

Re: [Flashcoders] Strange XML parsing thing

2009-02-13 Thread Muzak
race("Delay: ", myXML.Delay); } regards, Muzak - Original Message - From: "Eric E. Dolecki" To: "Flash Coders List" Sent: Friday, February 13, 2009 10:08 PM Subject: [Flashcoders] Strange XML parsing thing Maybe it's Friday and I'm tired, but

Re: [Flashcoders] Strange XML parsing thing

2009-02-13 Thread Muzak
Only if you're sure that there will be a namespace defined, if not myXML.namespace() will return null (and probably throw an error). Might not be a big deal in this case, but just mentioning it for archive purposes :) regards, Muzak - Original Message - From: "Kenneth Kawa

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

2009-02-18 Thread Muzak
nent both through AS and when on stage, use [Inspectable] getter/setters class MyComp { [Inspectable] public function get symbolName():String { return _symbolName } public function set symbolName(value:String):void { _symbolName = value; // do stuff with value

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

2009-02-19 Thread Muzak
} public function set prop(value:String):void { trace("Rectangle ::: set prop"); if(value != _prop) { _prop = value; propChanged = true; commitProperties(); } } } } regards, Muzak - Original Message - From: "Gregory N" To: "Flash Coders List&quo

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

2009-02-19 Thread Muzak
- Original Message - From: "Gregory N" To: "Flash Coders List" 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 to it. Frankly, I&

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

2009-02-19 Thread Muzak
x27;ll be calling it from your init() method and nothing will happen, as all "xxxChanged" flags will be false. If you set default values for you internal properties, your component should work fine. There should be no need for a delay, if there is, youl probably need to rethink yo

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" To: "Flash Cod

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" To: "Flash Coders List" Sent: Friday, February 27, 2009 5:54 AM Subject: Re: [Flashcoders] Printing table receipt with Flex Thanks everybody for the replies... I've been thinking about rendering

Re: [Flashcoders] find and delete XML nodes

2009-03-08 Thread Muzak
efore: ", xml.toXMLString()); trace("--"); var elements:XMLList = xml.child.(@id != "b"); trace("elements: ", elements.toXMLString()); trace("--"); xml.setChildren(elements); trace("after: ", xml.toXMLString()); //output: bef

Re: [Flashcoders] find and delete XML nodes

2009-03-09 Thread Muzak
ot;b"). So the following works (and deletes all elements): var s:String = ''; var xml:XML = new XML(s); delete xml.child; Bug or feature? Who knows.. regards, Muzak - Original Message - From: "liutoday" To: Sent: Monday, March 09, 2009 5:28 AM Su

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

2009-03-10 Thread Muzak
= video_sb; } video_sb._width = SMALL_WIDTH; resize_btn.addEventListener("click", resizeClickHandler); regards, Muzak - Original Message - From: "jonas magnusson" To: Sent: Tuesday, March 10, 2009 10:39 AM Subject: [Flashcoders] Re: Changing width of seekBar during playback

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

2009-03-19 Thread Muzak
, 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" To: "Flash Coders List" Sent: Thursday, Ma

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

2009-03-20 Thread Muzak
sure there is and their demo site shows 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 M

Re: [Flashcoders] Zend AMF Framework Paramaters error

2009-03-21 Thread Muzak
PHP :) // wild guess function writeJpg($args) { $args["path"]; $args["ba"]; } regards, Muzak - Original Message - From: "Omar Fouad" To: "Flash Coders List" Sent: Saturday, March 21, 2009 5:50 PM Subject: [Flashcoders] Zend AMF Framework Paramat

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)" To: "Flash Coders List" Sent: Tuesday, March 24, 2009 5:03 PM Subj

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 DeSaulnier

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

2009-03-24 Thread Muzak
loader.addListener(this); loader.loadImage( "some_image.jpg", image_mc ); regards, Muzak - Original Message - From: "Karl DeSaulniers" To: "Flash Coders List" Sent: Tuesday, March 24, 2009 9:19 PM Subject: Re: [Flashcoders] do we still have to check to see

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" To: "Flash Coders List" Sent: Thursday, March 26, 2009 12:01 AM Subject: Re: [Flashcoders] Tween AS3 issue with Firefox What animation? It works the same in both FF and IE here an

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" To: "Flash Coders List" Sent: Thursday, March 26, 2009 5:26 PM Subject: Re: [Flashcoders] Tween AS3 issue with Fi

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

2009-03-28 Thread Muzak
sit amet, consectetuer adipiscing elit."; details_ta.htmlText = msg; details2_ta.htmlText = msg; } } } regards, Muzak - Original Message - From: "Keith Reinfeld" To: "'Flash Coders List'" Sent: Saturday, March 28, 2009 10:11 PM Subject: RE

Re: [Flashcoders] AS3 Object reference

2009-03-28 Thread Muzak
There's no "_width" in AS3.. it's "width". Array access notation should work fine: photoStrip_mc["thumbnail" + i + "_mc"].width; As a sidenote, you're better off storing references in an array for easy access later. myClips = new Array(); var len:uint = 10; for(var i:uint=0; i- Original M

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

2009-03-29 Thread Muzak
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&

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Muzak
n, 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 Koning" To: "Flash Coders List" Sent: Mond

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Muzak
;firstName" and "lastName" 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", l

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Muzak
me (without package). http://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" To: "Flash Coders List" Sent: Monday, March 30, 2009 4:40 PM S

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

2009-03-31 Thread Muzak
/www.adobe.com/products/flashplayer/security/ regards, Muzak - Original Message - From: "Johan Nyberg" To: Sent: Tuesday, March 31, 2009 2:17 PM Subject: [Flashcoders] Cross-domain policy - why is Flex more forgiving thanFlash? I'm getting tired of Flash's unforg

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

2009-03-31 Thread Muzak
o stay, so might as well deal with it :) regards, Muzak - Original Message - From: "Meinte van't Kruis" To: "Flash Coders List" Sent: Tuesday, March 31, 2009 5:59 PM Subject: Re: [Flashcoders] Cross-domain policy - why is Flex more forgiving thanFlash? Still,

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

2009-04-02 Thread Muzak
d at the end 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 brow

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" To: Sent: Monday, April 06, 2009 11:02 AM Subject: [Flashcoders] SWIZ + AS3 Hi everybody, After seeing Introduction to the S

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=en&q=tween+colortransform&meta=&aq=1&oq=tween+color And I'm pretty sure AnimationPackage has some color stuff. http://www.alex-uhlmann.de/flash/animationpackage/ - Origi

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

2009-04-09 Thread Muzak
Item("mc:audio"); var tl = doc.getTimeline(); var libItems = lib.items; var len = libItems.length; var item; var frIndex; fl.trace("library items: " + len); for(var i=0; i You should be able to figure that out from the jsfl docs :) regards, Muzak - Original Message - Fr

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

2009-04-09 Thread Muzak
ocument({x:0, 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" To: "Flash Coders List" Sent: Thursday, April 09, 2009 4:27 PM Subject: Re: [Flashco

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: "Alexan

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

2009-04-09 Thread Muzak
/10.0_Extending/WS5b3ccc516d4fbf351e63e3d1183c949219-7fc8.html regards, Muzak - Original Message - From: "Karl DeSaulniers" To: "Flash Coders List" Sent: Thursday, April 09, 2009 6:10 PM Subject: Re: [Flashcoders] Dragging loads of sound files from libraryinto amovie clip I

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: "

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

2009-04-14 Thread Muzak
. See if that helps.. regards, Muzak - Original Message - From: "Omar Fouad" To: "Flash Coders List" Sent: Tuesday, April 14, 2009 1:42 PM Subject: Re: [Flashcoders] rotationX not working In Flex actionscript Projects There is no compiler settings except to the h

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

2009-04-14 Thread Muzak
s probably what FB automatically does when you change the required FP version :) regards, Muzak - Original Message - From: "Omar Fouad" To: "Flash Coders List" Sent: Tuesday, April 14, 2009 1:42 PM Subject: Re: [Flashcoders] rotationX not working In Flex actionscript Pr

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" To: "Flash Coders List" Sent: Tuesday, April 14, 2009 7:15 PM Subject: Re: [Flas

Re: [Flashcoders] Favorite Flex book?

2009-04-14 Thread Muzak
/help.html?content=Part2_DevApps_1.html pdf of the above: 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" To: "Flash Coders List" Sent: Tuesday, April 14

Re: [Flashcoders] Favorite Flex book?

2009-04-14 Thread Muzak
asks for the Eclipse 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" To: &q

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" To: "Flash Coders List" Sent: Wednesday, April 15, 2009

Re: [Flashcoders] Just a quick one

2009-04-18 Thread Muzak
runs 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" To: "Flash Coders List" Sent: Saturday, April 18, 2009 8:55 PM Subject:

Re: [Flashcoders] Just a quick one

2009-04-18 Thread Muzak
nit"); trace("- width: " + imgHolder._width); trace("- height: " + imgHolder._height); } imgLoader = new ImageLoader(); imgLoader.addListener(this); imgLoader.loadImage(imgURL, imgHolder); regards, Muzak - Original Message - From: "Karl DeSaulniers&q

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/ http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html#flash-player-

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" To: "Flash Coders List" Sent: Tuesday, April 21, 2009 3:41 PM Subject: Re: [Flashcoders] Loading string data in a file from a server Anybody? I just want to know how to load an file from a server that holds

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 - Origin

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 examples

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" To: "'Flash Coders Lis

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

2009-04-22 Thread Muzak
vised to use the app-storage:/ path for local storage related to their application. 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 K

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 ext

Re: [Flashcoders] Memory concerns

2009-04-28 Thread Muzak
" Sent: Wednesday, April 29, 2009 2:11 AM Subject: Re: [Flashcoders] Memory concerns - Original Message - From: "Muzak" To: "Flash Coders List" Sent: Tuesday, April 28, 2009 7:46 PM Subject: Re: [Flashcoders] Memory concerns If you have many listeners in

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" To: "Flash

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" To: "Flash Coders List" Sent: Thursday, April 30, 2009 7:23 PM Subject: [Flashcoders] Batch wrapping a bunch of FLV files in SWFs Anyone know a good way of doing this? I've got a big stack of FLVs that I

Re: [Flashcoders] E4X question

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

Re: [Flashcoders] Dynamic Images and the Library

2009-05-02 Thread Muzak
Google for JPEGEncoder and/or PNGEncoder. - Original Message - From: "Karl DeSaulniers" To: "Flash Coders List" Sent: Sunday, May 03, 2009 5:30 AM Subject: Re: [Flashcoders] Dynamic Images and the Library Thanks Ashim. I will try that. Sent from losPhone On May 2, 2009, at 10:06

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 http://code.google.com/intl/nl-BE/apis/

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

2009-05-05 Thread Muzak
the YouTube API at all by the way, so I'm just guessing :) regards, Muzak - Original Message - From: "Ivan Dembicki" To: "Flash Coders List" Sent: Tuesday, May 05, 2009 1:35 PM Subject: Re: [Flashcoders] What's the dollar symbol for? Hello, http://opens

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" To: ; "Flash Coders List" Sent: We

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" To: "Flash Coders List" Sent: Sunday, May 10, 2009 12:54 AM Subject: [Flashcoders] RegEx I am reading the documentation, and it say

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. Just

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" To: "Flash Coders List" Sent: Friday, June 19, 2009 5:17 AM Subject: Re: [Flashcoders] blip.tv api? To try and make this a little

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" To: &qu

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" To: "Flash Coders List" ; "This is the generalmailing list for FlashCodersNY.org

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" To: "Flash Coders List" Sent: Sunday, June 28, 2009 8:34 PM Subject: Re: [Flashcoders] Youtube Videos cache Appartently, t

Re: [Flashcoders] Variable naming conventions...

2009-06-29 Thread Muzak
http://www.google.com/search?hl=en&q=as3+naming+conventions&meta=&aq=0&oq=as3+naming+con http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions - Original Message - From: "Sander Schuurman" To: "Flash Coders List" Sent: Monday, June 29, 2009 1:34 PM Subject: [Flashcoders

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" To: "Flash Coders List" Sent: Friday, July 03, 2009 2:02 PM Subject: [Flashcoders] setTimeout / clearTimeout Hi, I have some old AS

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

2009-07-03 Thread Muzak
ream = new FileStream(); fs.open(outputFile, FileMode.WRITE); fs.writeUTFBytes(str); fs.close(); regards, Muzak - Original Message - From: "Cheetham, Marcus" To: "Flash Coders List" Sent: Friday, July 03, 2009 12:39 PM Subject: [Flashcoders] Strange charac

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" To: "'Flash Coders List'" Sent: Friday, July 03, 2009 3:21 PM Subject: RE: [Flashcoders] Strange characters added to file whensaving fromFlex/AIR using

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" To: Sent: Monday, July 20, 2009 11:57 PM Subject: [Flashcoders] What program is this Can someone tell me what this company used to record this demo? Was it all done by hand wit

Re: [Flashcoders] Image loader problem

2009-07-25 Thread Muzak
Total = imgs.length(); var loader:Loader; for(var i:int=0; iWith the above 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 - Origin

Re: [Flashcoders] Image loader problem

2009-07-26 Thread Muzak
ss nodes in an XMLList object: var data:XML = ; var imgs:XMLList = data.img; trace(imgs[...@src); // output: jpg/cinematic001.jpg regards, Muzak - Original Message - From: "Cor" To: "'Flash Coders List'" Sent: Sunday, July 26, 2009 10:58 AM Subject: RE

Re: [Flashcoders] Image loader problem

2009-07-26 Thread Muzak
mat = BulkLoaderDataFormat.SIMPLE_FORMAT; imgLoader.data = data; Just a thought :) regards, Muzak - Original Message - From: "Karim Beyrouti" To: "Flash Coders List" Sent: Sunday, July 26, 2009 12:31 PM Subject: Re: [Flashcoders] Image loader problem I went for bulklo

  1   2   3   4   5   6   7   8   9   >