Re: [Flashcoders] Flash CS3 Announced

2007-04-03 Thread Muzak
ten for Flex though. Add to that that when Flash CS3 is released Adobe *might* release a Flex update for tighter integration with new Flash CS3 features. But so far I haven't seen any indication that this will happen (which doesn't mean it won't).. regards, Muzak

Re: [Flashcoders] eolas fix for IE7

2007-04-03 Thread Muzak
Matthew, You'll need some css to properly display the swf at 100% width and height. Check the source of this page: http://blog.deconcept.com/swfobject/fullpage.html And check out the other samples: http://blog.deconcept.com/swfobject/#examples regards, Muzak - Original Message -

Re: [Flashcoders] eolas fix for IE7

2007-04-03 Thread Muzak
Where's the css for the flashcontent div? - Original Message - From: "Matthew Ganz" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 03, 2007 7:37 PM Subject: Re: [Flashcoders] eolas fix for IE7 > actually, all of a sudden it's not working again. here's the code i have on > my html page:

Re: [Flashcoders] Events for custom classes?

2007-04-03 Thread Muzak
ot;loggedIn", Delegate.create(this, this.loginLoggedInHandler)); } private function loginLoggedInHandler(evt:Object):Void { // login was successful // hide login and show other form login_frm.hide(); view_frm.show(); } } Does this help? regards, Muzak - Original Message -

Re: [Flashcoders] Flash CS3 Announced

2007-04-02 Thread Muzak
ations into Flex. > > Can you site where you heard that? I have never heard of that before. > Well, that's because it's not correct ;-) Flex doesn't have a class that transforms xml into animation, which Flash CS3 does have. That doesn't mean an animato

Re: [Flashcoders] JSFL - Saving FLAs

2007-04-02 Thread Muzak
esn't it means it has been disabled in the preferences (as has already been mentioned). This doesn't solve the problem when someone using Flash 8 creates a new document and saves it though (and forgets to select mx2004).. regards, Muzak

Re: [Flashcoders] what ever happened to ritchfx?

2007-04-01 Thread Muzak
you mean richfx? (no 't') http://www.richfx.com/ regards, Muzak - Original Message - From: "Josh Santangelo" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Monday, April 02, 2007 4:40 AM Subject: [Flashcoders] what ever happened to ritchfx?

Re: [Flashcoders] Getting Return Values from Function withExternalInterface

2007-03-28 Thread Muzak
// JavaScript function sayHello() { return "Hello from JS"; } // FLASH var val:String = String(ExternalInterface.call("sayHello")); // display return value in textfield this.info_txt.text = val; regards, Muzak - Original Message - From: "

Re: [Flashcoders] another setInterval question

2007-03-26 Thread Muzak
Since the interval is only 5 seconds, I wouldn't bother with a timer and what not to achieve a "real pause" and just go with resetting the interval. regards, Muzak - Original Message - From: "Hans Wichman" <[EMAIL PROTECTED]> To: Sent: Tuesday, Mar

Re: [Flashcoders] Embedded video playback problem?

2007-03-26 Thread Muzak
set autoPlay to true or listen for the ready event and start the video then. Upload the skin swf that should be in the same directory as the compiled swf. Something like: SteelExternalAll.swf regards, Muzak - Original Message - From: "Martin Scott Goldberg" <[EMAIL P

Re: [Flashcoders] another setInterval question

2007-03-26 Thread Muzak
0 ); } function rolloutHandler() { clearInterval(intervalID); } my_mc.onRollOver = Delegate.create(this, rolloverHandler); my_mc.onRollOut = Delegate.create(this, rolloutHandler); rolloverHandler(); regards, Muzak - Original Message - From: "Mauricio Furtado Massaia" <[EMAIL PR

Re: [Flashcoders] Video Gallery

2007-03-26 Thread Muzak
http://livedocs.adobe.com/flash/8/main/3622.html http://livedocs.adobe.com/flash/8/main/3561.html http://livedocs.adobe.com/flash/8/main/3560.html - Original Message - From: "Juan Anzaldo" <[EMAIL PROTECTED]> To: Sent: Monday, March 26, 2007 9:35 PM Subject: [Flashcoders] V

Re: [Flashcoders] MDM Zinc v2.5 Trial _ Writing files to hard drive

2007-03-25 Thread Muzak
You can only create text based files (.txt, .xml, etc..). mdm.FileSystem.saveFile("myText.txt", "some text to put in file"); If you want to create a specific file type (e.g. fla) you could include an empty fla with the project and make a copy of it when needed

Re: [Flashcoders] How to find dimensions of my own component, resized in auth. env.?

2007-03-23 Thread Muzak
_height (movieclip) properties. regards, Muzak - Original Message - From: "Alexander Farber" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, March 23, 2007 9:52 AM Subject: [Flashcoders] How to find dimensions of my own component,resized in au

Re: [Flashcoders] Flash JavaScript Integration Kit Issues

2007-03-23 Thread Muzak
e html+swf through a web server. regards, Muzak - Original Message - From: "Steve Mathews" <[EMAIL PROTECTED]> To: Sent: Thursday, March 22, 2007 11:27 PM Subject: Re: [Flashcoders] Flash JavaScript Integration Kit Issues Thanks for the ideas. Unfortunately af

Re: [Flashcoders] Flash crashing dilemna - when adding an inputtextfield

2007-03-23 Thread Muzak
Does your game capture any keystrokes (like arrow keys or WASD for movement)? regards, Muzak - Original Message - From: "Paul Steven" <[EMAIL PROTECTED]> To: Sent: Thursday, March 22, 2007 8:09 PM Subject: RE: [Flashcoders] Flash crashing dilemna - when adding an inp

Re: [Flashcoders] Entering hex number (a color) as component parameter

2007-03-22 Thread Muzak
That is if you're extending UIComponent, which 99.9% of the time I don't ;) regards, Muzak - Original Message - From: "Alexander Farber" <[EMAIL PROTECTED]> To: Sent: Thursday, March 22, 2007 9:04 AM Subject: Re: [Flashcoders] Entering hex number (a col

Re: [Flashcoders] Entering hex number (a color) as component parameter

2007-03-22 Thread Muzak
thing else. regards, Muzak - Original Message - From: "Alexander Farber" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 21, 2007 6:04 PM Subject: Re: [Flashcoders] Entering hex number (a color) as component parameter > Thank you and sorry - I've missed the &qu

Re: [Flashcoders] too many lines in one frame

2007-03-21 Thread Muzak
yup - Original Message - From: "Mick G" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 21, 2007 6:03 PM Subject: Re: [Flashcoders] too many lines in one frame > Perhaps 32K is the compiled size limit - not the uncompressed .as file size > limit. > > __

Re: [Flashcoders] Help: test EventDispatcher speed please

2007-03-21 Thread Muzak
Part from the fact it got posted to about every single mailing list?? - Original Message - From: "Cedric Muller" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 21, 2007 4:50 PM Subject: Re: [Flashcoders] Help: test EventDispatcher speed please > Hello! > why did you send the etiquette

Re: [Flashcoders] Help: test EventDispatcher speed please

2007-03-21 Thread Muzak
Sure, but you posted it to about every mailing list out there. In the end, this won't really solve anything, all you'll get is more of the same.. I suggest you use the bug/wishform and move on. http://www.adobe.com/go/wish/ Muzak - Original Message - From: "Francis

Re: [Flashcoders] scaling external jpgs or pngs

2007-03-20 Thread Muzak
http://www.kaourantin.net/2005/12/dynamically-loading-bitmaps-with.html - Original Message - From: "Carl Welch" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Wednesday, March 21, 2007 1:17 AM Subject: [Flashcoders] scaling external jpgs or pngs > Hi coders, > > When down-sca

Re: [Flashcoders] too many lines in one frame

2007-03-20 Thread Muzak
responsibilities to other classes. regards, Muzak - Original Message - From: "me myself" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 20, 2007 9:37 PM Subject: [Flashcoders] too many lines in one frame > This may be a well-known issue, and it may have been posted here >

Re: [Flashcoders] installing sandy.

2007-03-20 Thread Muzak
HD:Applications:Macromedia Flash 8:sources - Original Message - From: "Gustavo Duenas" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, March 20, 2007 6:35 PM Subject: [Flashcoders] installing sandy. > Hi, I have a mac and I'm trying to install the sandy library son I

Re: [Flashcoders] Entering hex number (a color) as component parameter

2007-03-20 Thread Muzak
That's AS3 ;-) - Original Message - From: "Johannes Nel" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 20, 2007 12:55 PM Subject: Re: [Flashcoders] Entering hex number (a color) as component parameter > [Style(name="myName", type="uint", format="Color")] >

Re: [Flashcoders] Entering hex number (a color) as component parameter

2007-03-20 Thread Muzak
l(); } [Inspectable(defaultValue="#66",type="Color")] public function get bgColor():Number { return __bgColor; } public function set bgColor(val:Number):Void { __bgColor = val; if(__hasInitialized) setBgColor(); } regards, Muzak - Original Message - Fr

Re: [Flashcoders] LocalConnection scope extend to different engine?

2007-03-19 Thread Muzak
You can communicate with any swf that supports LocalConnection, which means, Flash 6 and up. The mechanism has changed a bit in AS3, but that's about it. regards, Muzak - Original Message - From: "Jeff Gomes" <[EMAIL PROTECTED]> To: Sent: Monday, March 19,

Re: [Flashcoders] Poor video quality problem

2007-03-19 Thread Muzak
Not sure you noticed, but this is "FlashCoders" Try the Flash Media List: http://www.flashcomguru.com/flashmedialist/ regards, Muzak - Original Message - From: "creativity" <[EMAIL PROTECTED]> To: Sent: Monday, March 19, 2007 3:24 PM Subject: [Flashcoders]

Re: [Flashcoders] Inspectable parameters ignored in my 1st component

2007-03-18 Thread Muzak
Implicit getter/setters are called *before* the constructor of the class. This allows you to set properties in the initObj (the last parameter) when using attachMovie var bubble = attachMovie("Bubble", "bubble_mc", getNextHighestDepth(), {text:"Hello World"});

Re: [Flashcoders] component not showing online but with simulateddownload

2007-03-16 Thread Muzak
- In the Flash IDE: Select File > Publish Settings. - Click the Flash tab. - Click the Settings button - In the ActionScript Settings dialog box, specify the frame on which the class definition should reside in the Export Frame for Classes text box. regards, Muzak - Original Mess

Re: [Flashcoders] Re: Component and attachMovie

2007-03-16 Thread Muzak
http://livedocs.macromedia.com/flash/8/main/3024.html Read the "Editing the movie clip" part. regards, Muzak - Original Message - From: "Matthias Dittgen" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, March 16, 2007 8:22 AM

Re: [Flashcoders] http error 302 on upload with filereference object

2007-03-15 Thread Muzak
Not sure if this helps: http://www.mail-archive.com/flashcoders@chattyfig.figleaf.com/msg18396.html regards, Muzak - Original Message - From: "Josh Ettwein" <[EMAIL PROTECTED]> To: Sent: Friday, March 16, 2007 12:49 AM Subject: [Flashcoders] http error 302 on upload wi

Re: [Flashcoders] xml parse question

2007-03-15 Thread Muzak
ties). regards, Muzak - Original Message - From: "Steven Sacks | BLITZ" <[EMAIL PROTECTED]> To: Sent: Thursday, March 15, 2007 11:04 PM Subject: RE: [Flashcoders] xml parse question Or you can save yourself the very slow Array.reverse() and just iterate through the array b

Re: [Flashcoders] xml parse question

2007-03-14 Thread Muzak
check the docs for XMLNode.attributes - Original Message - From: "Carl Welch" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Thursday, March 15, 2007 2:11 AM Subject: [Flashcoders] xml parse question > Hi coders, > > I just started working on a new project that is requiring

Re: [Flashcoders] Site Check

2007-03-14 Thread Muzak
to loading images dynamically instead of including them in the swf. If you're not familiar with loading external assets, join the flashnewbie mailing list. regards, Muzak >> - Original Message >> From: Adrian Lynch <[EMAIL PROTECTED]> >> To: Flashcoders >&g

Re: [Flashcoders] page scrolling problem

2007-03-14 Thread Muzak
For some reason flash uses the opposite from what the browser uses (scroll direction). Also only perform the Javascript call if nothing else in the Flash movie is selected (target == undefined). If you have a TextArea instance that has focus, you don't want to scroll the browser ;-) regard

Re: [Flashcoders] Bitmaps and Security

2007-03-09 Thread Muzak
In Flash 8 you can add: System.security.allowDomain("www.domain.com"); to your Flash app that does the loading. For the flash 9 player, you'll need a cross domain policy file. regards, Muzak - Original Message - From: "Patrick Lemiuex" <[EMAIL PROTECTED]>

Re: [Flashcoders] Calling Captivate variables from Flash.

2007-03-08 Thread Muzak
Have you checked the captivate dev center? http://www.adobe.com/devnet/captivate/ > > yuvarajm wrote: >> Hi, >> I need to access the variables of captivate from flash, how do I go >> about it? I have created an assessment in captivate and I have to access >> the variables which store score, corre

Re: [Flashcoders] Help with updating a nodeValue in an XML file

2007-03-08 Thread Muzak
questions. http://chattyfig.figleaf.com/mailman/listinfo/flashnewbie http://tech.groups.yahoo.com/group/FLASHmacromedia/ regards, Muzak - Original Message - From: "Teresa Hardy" <[EMAIL PROTECTED]> To: Sent: Thursday, March 08, 2007 11:12 PM Subject: Re: [Flashcoders] He

Re: [Flashcoders] stageHeight issues AS3

2007-03-08 Thread Muzak
Please don't cross-post. - Original Message - From: "{reduxdj}" <[EMAIL PROTECTED]> To: Sent: Thursday, March 08, 2007 5:06 PM Subject: [Flashcoders] stageHeight issues AS3 > I've been having issues with trying to get stageHeight from every sprite. > Getting the > height is a hit o

Re: [Flashcoders] [AS3][flex2/flash player debug pop- grrr]

2007-03-07 Thread Muzak
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=581&threadid=1242505#4499784 - Original Message - From: "quinrou ." <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Wednesday, March 07, 2007 4:03 PM Subject: [Flashcoders] [AS3][flex2/flash player debug pop- grr

Re: [Flashcoders] clearInterval(0);

2007-03-06 Thread Muzak
or: var num:Number = Number.NaN; trace(isNaN(num)); regards, Muzak - Original Message - From: "Andy Herrman" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 06, 2007 6:37 PM Subject: Re: [Flashcoders] clearInterval(0); >I would suggest initializing the interval value

Re: [Flashcoders] AS3... when to start?

2007-03-04 Thread Muzak
explaining Flex + AS3 http://www.adobe.com/devnet/flash/articles/flex2_flash.html http://www.adobe.com/devnet/flex/articles/flex2_intro.html I think the following quote (from Nigel Pegg) sums it all up: "We Call This 'The Timeline.' No, Wait, Come Back!" http://www.adobe.com

Re: [Flashcoders] SharedObject - Urgen Help Needed Please

2007-03-02 Thread Muzak
flush and use LocalConnection to update other running apps As an alternative, you could just poll the SharedObject for changes on a regular interval instead of using a LocalConnection. regards, Muzak - Original Message - From: "Not telling Not Telling" <[EMAIL PROTECTE

Re: [Flashcoders] OT: Is this done in processing?

2007-03-02 Thread Muzak
Is this what you're looking for? http://cs.nyu.edu/~jhan/ftirtouch/ regards, Muzak - Original Message - From: "nelson ramirez" <[EMAIL PROTECTED]> To: Sent: Friday, March 02, 2007 10:24 PM Subject: Re: [Flashcoders] OT: Is this done in processing? > ht

Re: [Flashcoders] Set Interval Question

2007-03-02 Thread Muzak
It's an undocumented feature: http://www.flashguru.co.uk/flash-8-settimeout/ regards, Muzak - Original Message - From: "Matt Samet" <[EMAIL PROTECTED]> To: Sent: Thursday, March 01, 2007 11:06 PM Subject: RE: [Flashcoders] Set Interval Question > setTimeout(f

Re: [Flashcoders] Dragging a clip gives erratic ._x numbers

2007-03-01 Thread Muzak
ag_mc.onPress = Delegate.create(this, this.dragControlPressHandler); this.drag_mc.onRelease = this.drag_mc.onReleaseOutside=Delegate.create(this, this.dragControlReleaseHandler); regards, Muzak - Original Message - From: "Alain Rousseau" <[EMAIL PROTECTED]> To: Sent: Thursday, M

Re: [Flashcoders] Getting frustrated. regarding set Interval, and for loop.

2007-02-28 Thread Muzak
e called. Not if you make sure to clean up properly. > PS -(Try and be helpful rather than sticking your nose up at people) It's my nose, I'll do with it whatever I please, tyvm.. regards, Muzak ___ Flashcoders@chattyfig.figleaf.co

Re: [Flashcoders] Getting frustrated. regarding set Interval, and for loop.

2007-02-28 Thread Muzak
leaf.com/mailman/listinfo/flashnewbie regards, Muzak - Original Message - From: "Kalani Bright" <[EMAIL PROTECTED]> To: Sent: Thursday, March 01, 2007 3:15 AM Subject: RE: [Flashcoders] Getting frustrated. regarding set Interval,and for loop. > When I was using AS2 I

Re: [Flashcoders] Subscription problems

2007-02-28 Thread Muzak
30 to 4 emails a month. None of those end up in my inbox. Each mail from this list has "[Flashcoders]" in the subject line. All you have to do is set up a filter for that and have the mail sent to a seperate folder or whatever else you wanna do with it (block, delete, leave on se

Re: [Flashcoders] Flashcoders

2007-02-28 Thread Muzak
Learn how to use your mail client... http://www.webterrace.com/outlook/filter.htm http://www.slipstick.com/rules/junkmail.htm http://www.pcmag.com/article2/0,4149,485694,00.asp google for other mail clients. - Original Message - From: "Allent99" <[EMAIL PROTECTED]> To: Sent: Wednesday,

Re: [Flashcoders] >> export Bitmat with webcam

2007-02-28 Thread Muzak
Have a look at the Matrix (flash.geom.Matrix) class and the Matrix.scale method. Apply the scaling by providing a Matrix instance in the BitmapData.draw() method. Should be some examples in the docs. regards, Muzak - Original Message - From: "Laurent CUCHET" <[EMAIL P

Re: [Flashcoders] MovieClipLoader woes

2007-02-27 Thread Muzak
Show us some code. And get XRay. http://osflash.org/xray regards, Muzak - Original Message - From: "Ian Thomas" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Monday, February 26, 2007 10:15 AM Subject: [Flashcoders] MovieClipLoader woes > Hi

Re: [Flashcoders] Flash exe and Vista

2007-02-25 Thread Muzak
m/support/developers/technotes/?action=show&id=58 regards, Muzak - Original Message - From: "Robin Burrer" <[EMAIL PROTECTED]> To: Sent: Monday, February 26, 2007 1:54 AM Subject: [Flashcoders] Flash exe and Vista Hi there, I'm using swf studio as a swf wrapper

Re: [Flashcoders] flv question

2007-02-23 Thread Muzak
Maybe learning how to configure your mail client is not a bad idea ;) - Original Message - From: "Stephen Smith" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, February 24, 2007 12:51 AM Subject: RE: [Flashcoders] flv question Can we get all the ema

Re: [Flashcoders] flv question

2007-02-23 Thread Muzak
Here's mine: http://muzakdeezign.com/flex2/flvplayer9.zip Flex2 + Zinc (win only) Right click to browse for flv or just drag and drop flv on app. I usually just drop flv's on the executable (which is sitting on my desktop) regards, Muzak - Original Message - From: &qu

Re: [Flashcoders] Passing a Function as Parameter andcallfunctionlater

2007-02-23 Thread Muzak
AS2 is nothing more than AS1 looking differently ;-) If you're using/relying on inner functions alot, you're doing something wrong. regards, Muzak - Original Message - From: "Andy Herrman" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent

Re: [Flashcoders] Linked library in loaded swf file

2007-02-19 Thread Muzak
last year is why you see a pattern :-) regards, Muzak - Original Message - From: "Hans Wichman" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Monday, February 19, 2007 7:00 PM Subject: Re: [Flashcoders] Linked library in loaded swf file > Hi,

Re: [Flashcoders] Linked library in loaded swf file

2007-02-19 Thread Muzak
http://muzakdeezign.com/flashcoders/?q=shared%20libraries - Original Message - From: "dr.ache" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Monday, February 19, 2007 5:20 PM Subject: Re: [Flashcoders] Linked library in loaded swf file >i would like all of you to share your

Re: [Flashcoders] Selective display with XMLConnector, DataSet and DataGrid

2007-02-18 Thread Muzak
"results.dinner_menu.food.[n].description" in the Bindings tab, click "Index for 'food'", click the magnifying glass icon, unselect "Use constant value", which will make the selections at the top available, select "Datagrid" -> "selectedIndex

Re: [Flashcoders] Re: Flashcoders Digest, Vol 25, Issue 53

2007-02-17 Thread Muzak
%20component%20parameters http://muzakdeezign.com/flashcoders/?q=component%20parameters http://muzakdeezign.com/flashcoders/?q=component%20metadata http://muzakdeezign.com/flashcoders/?q=component%20inspectable regards, Muzak ___ Flashcoders@chattyfig.f

Re: [Flashcoders] Action Script editor

2007-02-17 Thread Muzak
check the archives http://muzakdeezign.com/flashcoders/?q=actionscript%20editor Muzak - Original Message - From: "pedr browne" <[EMAIL PROTECTED]> To: Sent: Saturday, February 17, 2007 3:14 PM Subject: [Flashcoders] Action Script editor > Hi, > > Just wonderi

Re: [Flashcoders] extends MovieClip

2007-02-17 Thread Muzak
ip instance on stage, you won't see the properties show up in the Parameters. You'll have to compile the fla first, or make the movieclip a "compiled clip" and recompile it each time you change the class. regards, Muzak - Original Message - From: "T. Michael

Re: [Flashcoders] Events for custom classes?

2007-02-16 Thread Muzak
You should really look into something like ARP or Cairngorm. http://osflash.org/arp http://labs.adobe.com/wiki/index.php/Cairngorm regards, Muzak - Original Message - From: "Merrill, Jason" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday,

Re: [Flashcoders] Flash IDE thinks standard #include ".as" file is aclass file

2007-02-16 Thread Muzak
I've seen this happen when the include .as file had the same name as the fla it's included in. Just a thought.. regards, Muzak - Original Message - From: "Mike Mountain" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, February 16,

Re: [Flashcoders] Problem with cascading functions within a class

2007-02-14 Thread Muzak
ler); html_data.load("http://somesite.ca/some.html";); } private function htmlDataHandler(rawData:String):Void { this.__rawHTML = rawData; this.doSomething(); } private function doSomething():Void { // do something with __rawHTML } } r

Re: [Flashcoders] Anyone hate flash 9 already?

2007-02-14 Thread Muzak
Please read this: http://osflash.org/flashcoders/etiquette Keep it coding There are plenty of other places to talk about general Flash topics, and even more places to talk about non-Flash topics. regards, Muzak - Original Message - From: "Arseniy Shklyaev" <[EM

Re: [Flashcoders] Coding Standards: Use of Get/Set

2007-02-14 Thread Muzak
That's exactly why I prefer using them. Implicit getter/settters allow you do define a property (variable) of a class and do something when the property changes. So you get to keep the clear distinction between a "property" and a "method" of a class (from a user pers

Re: [Flashcoders] Coding Standards: Use of Get/Set

2007-02-13 Thread Muzak
m/flashcoders/?q=implicit%20getter%20setter regards, Muzak - Original Message - From: "Holth, Daniel C." <[EMAIL PROTECTED]> To: Sent: Tuesday, February 13, 2007 9:31 PM Subject: [Flashcoders] Coding Standards: Use of Get/Set I was wondering what people's thoughts we

Re: [Flashcoders] Anyone hate flash 9 already?

2007-02-13 Thread Muzak
flash 9 that irritates you? > This list is about (or should be about) flash coding. http://osflash.org/flashcoders/etiquette http://osflash.org/flashcoders/etiquette#keep_it_coding regards, Muzak ___ Flashcoders@chattyfig.figleaf.com To change y

Re: [Flashcoders] XML driven menu-I.E. 7 not opening win="_self"

2007-02-12 Thread Muzak
"_self" needs to be lowercase, not uppercase. Also, ampersands are not allowed in attribute values. Replace them with & Should be: regards, Muzak - Original Message - From: "Thuy" <[EMAIL PROTECTED]> To: Sent: Monday, February 12, 2007 11:49 PM Sub

Re: [Flashcoders] tabbing in flash

2007-02-12 Thread Muzak
docs: _focusrect Muzak - Original Message - From: "Jah" <[EMAIL PROTECTED]> To: Sent: Monday, February 12, 2007 4:53 PM Subject: [Flashcoders] tabbing in flash > hello list, simple question for youis there anyway to modify the > yellow bounding box aro

Re: [Flashcoders] UIObject without MM Components

2007-02-09 Thread Muzak
It's in the docs though: Using Components > Creating Components > Creating a component movie clip http://livedocs.macromedia.com/flash/8/main/3024.html point 6 under "Editing the movieclip" regards, Muzak - Original Message - From: "David Ham" <[

Re: [Flashcoders] get number of line in dynamic textfield

2007-02-09 Thread Muzak
var lines:Number = txt.bottomScroll+(txt.maxscroll-txt.scroll); - Original Message - From: "Flascoders maillijst" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, February 09, 2007 10:38 AM Subject: [Flashcoders] get number of line in dynamic textfield > Hi there, > >

Re: [Flashcoders] var (eventHandler)

2007-02-07 Thread Muzak
> also anything withoug a access keyword is defaulted to private which means > you can only access it from the class. > That's not correct, it's public by default. regards, Muzak ___ Flashcoders@chattyfig.figleaf.com To chang

Re: [Flashcoders] Re: extends MovieClip

2007-02-05 Thread Muzak
http://muzakdeezign.com/flashcoders/?q=dynamically%20assign%20class http://muzakdeezign.com/flashcoders/?q=dynamically%20associate%20movieclip%20class - Original Message - From: "David Cohn" <[EMAIL PROTECTED]> To: Sent: Monday, February 05, 2007 7:15 PM Subject: [Flashcoders] Re: exten

Re: [Flashcoders] Q:dynamically change registraion point of MovieClip for rotation scaling in loaded assets

2007-02-02 Thread Muzak
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, February 02, 2007 9:27 PM Subject: [Flashcoders] Q:dynamically change registraion point of MovieClip for rotation scaling in loaded assets > Hi > I'm sure this has been asked before The please search the archives or goog

Re: [Flashcoders] How to remove scrollbar on Flash Paper via FlashPaper component

2007-02-01 Thread Muzak
google http://www.google.com/search?hl=en&q=flashpaper+component+remove+scrollbar&meta= http://blog.lastashero.com/flash_actionscript/ - Original Message - From: "Paul Steven" <[EMAIL PROTECTED]> To: "'Flashcoders mailing list'" Sent: Thursday, February 01, 2007 8:59 AM Subject: [Flash

Re: [Flashcoders] FLV Encoding at 640x480 & Frame dropping

2007-01-30 Thread Muzak
Try dropping the framerate (divide by 2 seems to work well) If original video is 30 fps, encode at 15 fps If original video is 24 fps, encode at 12 fps. regards, Muzak - Original Message - From: "Yehia Shouman" <[EMAIL PROTECTED]> To: "Flashcoders mailing list"

Re: [Flashcoders] - dynamic content for flash paper?

2007-01-30 Thread Muzak
You can generate flashpaper swf's on the fly with Coldfusion. Muzak - Original Message - From: "Rost, Andrew" <[EMAIL PROTECTED]> To: "'Flashcoders mailing list'" Sent: Tuesday, January 30, 2007 11:16 PM Subject: RE: [Flashcoders] - dynamic cont

Re: [Flashcoders] Override _xscale and _yscale setter in AS2

2007-01-19 Thread Muzak
cale = num; this.setScale(); } This is basically the same as what v2 components do with _width, _height, _visible (width, height, visible). regards, Muzak - Original Message - From: "Patrick Matte | BLITZ" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Se

Re: [Flashcoders] how to know that thae video is finished? usingFLVPlayback

2007-01-18 Thread Muzak
(mostly goes on about SMIL though): http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=3acdb2ff And one last thing, try leaving off the extension (.flv) when streaming from FMS. Haven't done anything with streaming video in a long time, so not sure about that one.. regards, Muzak --

Re: [Flashcoders] how to know that thae video is finished?

2007-01-18 Thread Muzak
ash/8/main/3537.html regards, Muzak - Original Message - From: "Karina Steffens" <[EMAIL PROTECTED]> To: "'Flashcoders mailing list'" Sent: Thursday, January 18, 2007 1:23 PM Subject: RE: [Flashcoders] how to know that thae video is finished? &

Re: [Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Muzak
Yup, it should.. Thanx for spotting that ;-) private static var dispatcherInit = EventDispatcher.initialize(Settings.prototype); regards, Muzak - Original Message - From: "Fumio Nonaka" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Thursday

Re: [Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Muzak
ct = this.my_win.getViewMetrics(); var content = this.my_win.content; // listen for ready event on window content this.my_win.content.addEventListener("ready", this); this.my_win.setSize(content._width+m.left+m.right, content._height+m.top+m.bottom); } this.my_win.addEventListener(&qu

Re: [Flashcoders] Skinning buttons

2006-12-26 Thread Muzak
http://www.adobe.com/devnet/flash/articles/skinning_2004.html regards, Muzak - Original Message - From: "Mendelsohn, Michael" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, December 26, 2006 3:15 PM Subject: [Flashcoders] Skinning button

Re: [Flashcoders] Quality of dynamically-loaded images

2006-12-15 Thread Muzak
hing&meta= Check the archives or google for solutions. regards, Muzak search flashcoders through google: http://muzakdeezign.com/flashcoders/ - Original Message - From: "Jim Robson" <[EMAIL PROTECTED]> To: "'Flashcoders mailing list'" Sent: Friday,

Re: [Flashcoders] flv encoder.

2006-12-14 Thread Muzak
http://www.google.com/search?hl=en&q=ffmpeg&meta= - Original Message - From: "Sachin patil" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, December 15, 2006 6:08 AM Subject: Re: [Flashcoders] flv encoder. hi, can you please give me more information on ffmpeg encodin

Re: [Flashcoders] Re: FLV Duration

2006-12-05 Thread Muzak
google (works on macs) http://www.google.com/ http://www.google.be/search?hl=en&q=flv+metadata+mac&meta= - Original Message - From: "Terrence Rajaram" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, December 05, 2006 4:25 PM Subject: Re: [Flashcoders] Re: FLV Duration

Re: [Flashcoders] Old Flash Problem - Clips stop receiving clicks

2006-11-29 Thread Muzak
den/invisible/unremovable) movieclip instance in the main timeline created as soon as you use a v2 component. regards, Muzak - Original Message - From: "Steven Sacks | BLITZ" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Wednesday, November 29, 2006 3:47

Re: [Flashcoders] components are Evil?

2006-11-25 Thread Muzak
, in my opinion. regards, Muzak - Original Message - From: "JulianG" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Saturday, November 25, 2006 10:22 PM Subject: Re: [Flashcoders] components are Evil? >I have the same impression. > I found it ea

Re: [Flashcoders] AS2 Flash Remoting Troubles

2006-11-25 Thread Muzak
hservices/gateway/";, webServiceLog, "properties.cfc.flashchat", null, null); createAccount_btn.addEventListener("click", Delegate.create(this, this.createAccountClickHandler)); stop(); regards, Muzak - Original Message - From: "Graham Pearson&quo

Re: [Flashcoders] AS2 Flash Remoting Troubles

2006-11-24 Thread Muzak
mx.remoting.Services or mx.remoting.NetServices? You can not use the Responder class with NetServices, you have to use the new mx.remoting.Services class. regards, Muzak - Original Message - From: "Graham Pearson" <[EMAIL PROTECTED]> To: "Flashcoders mailing list"

Re: [Flashcoders] Tween color of dynamic text

2006-11-22 Thread Muzak
You can use the decimal values just fine with setRGB. var _clr:Color = new Color(_mc); _clr.setRGB(4951245); regards, Muzak - Original Message - From: "eric dolecki" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Wednesday, November 22, 2006 2:52 PM

Re: [Flashcoders] as 2 email validation class

2006-11-19 Thread Muzak
http://muzakdeezign.com/flashcoders/?q=email%20validation Muzak ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf

Re: [Flashcoders] Flash 8: Code editors

2006-11-17 Thread Muzak
t Or for a non-open source eclipse AS plugin, try: http://fdt.powerflasher.com/flashsite/flash.htm PHP: http://www.phpeclipse.de/tiki-view_articles.php Coldfusion: http://www.cfeclipse.org/ XML: http://www.xmlbuddy.com/ There's plenty of plugins out there.. regards, Muzak - Origin

Re: [Flashcoders] Remoting blank requests

2006-11-14 Thread Muzak
If I'm not mistaken, blank/empty calls are made to either create a connection or check if the service exists. I'm not 100% sure about that though. regards, Muzak - Original Message - From: "Janis Radins" <[EMAIL PROTECTED]> To: "Flashcoders mailing li

Re: [Flashcoders] frustrated with textFields: getting height while textisn't fully 'there'

2006-11-12 Thread Muzak
Create a second textfield (hidden) that is as wide as the original, is only one line high and does not autosize, dump the text in it and grab its maxscroll value. regards, Muzak - Original Message - From: "grimmwerks" <[EMAIL PROTECTED]> To: "Flashcoders mailin

Re: [Flashcoders] TAMARIN!!

2006-11-10 Thread Muzak
Make sure to read this before getting any wild ideas :-) http://www.mozilla.org/projects/tamarin/faq.html regards, Muzak - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, November 10, 2006 2:12 PM Subject: [Flashcoders] TAMARIN!! > > Wow > What great n

Re: [Flashcoders] EventDispatcher and onEnterFrame.... problems

2006-11-08 Thread Muzak
>From a person who keeps posting against the use of 'this' and who says it's >bad practice I'd expect something better than using nested functions, especially if there's no need for it whatsoever. - Original Message - From: "Steven Sacks | BLITZ" <[EMAIL PROTECTED]> To: "Flashcoders ma

<    2   3   4   5   6   7   8   9   >