Re: [Flashcoders] Scripting for objects that appear later on thetimeline

2007-06-11 Thread Muzak
.com/arp/arp_application.jpg Look into MVC/MVP and other Design Patterns for how to structure a Flash application and forget about the timeline and jumping from keyframe to keyframe. regards, Muzak ___ Flashcoders@chattyfig.figleaf.com To change

Re: [Flashcoders] RE: Swf not loading at run time

2007-06-12 Thread Muzak
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_04157&sliceId=1 - Original Message - From: "Kannan Bharadwaj" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 12, 2007 8:42 AM Subject: [Flashcoders] RE: Swf not loading at run time > Dave, > > I have the same issue with html pa

Re: [Flashcoders] crash when using local shared object

2007-06-12 Thread Muzak
If you haven't done so yet, you might wanna report this: http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform Tried a google search but couldn't find anything useful. regards, Muzak - Original Message - From: "Hans Wichman" <[EMAIL PROTECTED]> To:

Re: [Flashcoders] flex question(xml based menu)

2007-06-12 Thread Muzak
7;t that simple. I suggest you start with going through the docs and having a look at the available components. regards, Muzak - Original Message - From: "Gustavo Duenas" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, June 12, 2007 7:38 PM

Re: [Flashcoders] Automated test tools?

2007-06-12 Thread Muzak
http://www.asunit.org/ http://www.google.com/search?hl=en&q=flash+unit+testing regards, Muzak - Original Message - From: "Douglas Pearson" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 12, 2007 11:27 PM Subject: [Flashcoders] Automated test tools? > Can an

Re: [Flashcoders] getBytes...() works only local, not online (except when imgs are cached)

2007-06-12 Thread Muzak
p):Void { // not sure you really should be doing this each time // an image has loaded.. no idea where clientes is located clientes.onEnterFrame = Delegate.create(this, clientesEnterframeHandler); } mcl = new MovieClipLoader(); mcl.addListener(this); regards, Muzak - Original Message

Re: [Flashcoders] XML Socket and ASP.NET

2007-06-13 Thread Muzak
http://www.google.com/search?hl=en&q=flash+Xml+socket+with++ASP.NET - Original Message - From: "laurent untereiner" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 13, 2007 8:46 AM Subject: [Flashcoders] XML Socket and ASP.NET > I'm searching a solution to make Xml socket connexions with

Re: [Flashcoders] Gaia Flash Framework Released

2007-06-13 Thread Muzak
Guessing: might be a special character problem. Is "Lokala instllningar" the correct name, or is there a vowal missing? regards, Muzak - Original Message - From: "Måns Asplund" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 13, 2007 12:57 PM Subject: Re

Re: [Flashcoders] Gaia Flash Framework Released

2007-06-13 Thread Muzak
I'll put my money on the "Swedish vowel" then ;-) Muzak - Original Message - From: "Måns Asplund" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 13, 2007 2:38 PM Subject: Re: [Flashcoders] Gaia Flash Framework Released It might be that. Yes theres

Re: [Flashcoders] Gaia Flash Framework Released

2007-06-13 Thread Muzak
63 of file ... "path to jsfl" So I'll withdraw my money and put it on the "dot", hehe.. As for a known issue, not that I know of, but as soon as I see something like "can't find file" with a non-english OS that's the first thing that comes to mind here (as I&

Re: [Flashcoders] syntax checking in flex

2007-06-13 Thread Muzak
Not sure I understand what you're saying.. Can you explain what you're trying to do? Maybe I just haven't had enough coffee today (yet) ;-) regards, Muzak ps: there's a flex specific mailing list http://tech.groups.yahoo.com/group/flexcoders/ - Original Message -

Re: [Flashcoders] JSFL not getting along with Swedish characters

2007-06-13 Thread Muzak
So are you passing strings back and forth between Flash and jsfl and characters are getting lost? If that's the case, any way you can avoid passing strings around? Try urlencoding the string? Try setting System.useCodepage = true in the swf? Just thinking out loud.. regards,

Re: [Flashcoders] getBytes...() works only local, not online (except when imgs are cached)

2007-06-13 Thread Muzak
; next image etc.. regards, Muzak - Original Message - From: "Helios Pregioni Bayma" <[EMAIL PROTECTED]> To: Sent: Thursday, June 14, 2007 3:24 AM Subject: Re: [Flashcoders] getBytes...() works only local,not online (except when imgs are cached) Hey Muzak, Well, thanks for

Re: [Flashcoders] IP Network Camera

2007-06-14 Thread Muzak
http://www.adobe.com/products/flashmediaserver/flashmediaencoder/ - Original Message - From: "misa" <[EMAIL PROTECTED]> To: Sent: Thursday, June 14, 2007 5:56 AM Subject: [Flashcoders] IP Network Camera > Greetings, > Do anybody have experience with IP Network Cameras? I have a live s

Re: [Flashcoders] Problems with my Resume button

2007-06-14 Thread Muzak
it(t:MovieClip){ trace("onLoadInit: "+t); t._visible = false; } this.createEmptyMovieClip("img_mc", this.getNextHighestDepth()); this.mcl = new MovieClipLoader() this.mcl.addListener(this); this.mcl.loadClip("leaves.jpg", this.img_mc) regards, Muzak - Original

Re: [Flashcoders] flv problems, cpu usage

2007-06-14 Thread Muzak
reduce the video framerate (15fps max) and keyframes. - Original Message - From: "Chris Tague" <[EMAIL PROTECTED]> To: Sent: Thursday, June 14, 2007 9:20 PM Subject: [Flashcoders] flv problems, cpu usage > I'm using the flvPlayback component to playback a series of dynamically > loaded

Re: [Flashcoders] flash remoting - slow?

2007-06-14 Thread Muzak
frame interval. regards, Muzak - Original Message - From: "Almin Sehic" <[EMAIL PROTECTED]> To: Sent: Thursday, June 14, 2007 11:57 PM Subject: [Flashcoders] flash remoting - slow? > Hello! > I am working on a site http://www.myntlounge.com, and > I have tested it

Re: [Flashcoders] RE: Help with Flash Video Encoding

2007-06-15 Thread Muzak
http://www.flashcomguru.com/flashmedialist/ - Original Message - From: "Guy Parton" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 13, 2007 11:06 PM Subject: [Flashcoders] RE: Help with Flash Video Encoding > Evening Everyone, > > Just wanted to know how to convert / encode an AVI that

Re: [Flashcoders] loading CS3 swf into flex swf container

2007-06-15 Thread Muzak
Have you tried the Flex Component Kit? http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3 regards, Muzak - Original Message - From: "Max Kaufmann" <[EMAIL PROTECTED]> To: Sent: Friday, June 15, 2007 5:34 PM Subject: [Flashcoders] loading CS3 s

Re: [Flashcoders] Repost: Movie Explorer question

2007-06-16 Thread Muzak
Only stage assets. So just drop everything in the Lib in a keyframe on stage. - Original Message - From: "Jonathan Berry" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Saturday, June 16, 2007 2:51 AM Subject: [Flashcoders] Repost: Movie Explorer question > Hey, did anyone ha

Re: [Flashcoders] Repost: Movie Explorer question

2007-06-16 Thread Muzak
nope - Original Message - From: "Jonathan Berry" <[EMAIL PROTECTED]> To: Sent: Saturday, June 16, 2007 8:59 PM Subject: Re: [Flashcoders] Repost: Movie Explorer question > Thanks Muzak. Has this changed at all in CS3? > > On 6/16/07, Muzak <[EMAIL PROTECT

Re: [Flashcoders] >> Searching for AS3 Link and exemples with flash

2007-06-17 Thread Muzak
http://www.google.com/search?hl=en&q=actionscript+3 - Original Message - From: "Laurent CUCHET" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Sunday, June 17, 2007 6:36 PM Subject: [Flashcoders] >> Searching for AS3 Link and exemples with flash > Morning > > Searching for AS

Re: [Flashcoders] Flash8 Remoting 2.0

2007-06-18 Thread Muzak
file and you can then grab the required version from macrovision http://community.installshield.com/showthread.php?t=153060 http://www.macrovision.com/downloads/index.shtml Google: http://www.google.com/search?hl=en&q=installshield+installscript+missing regards, Muzak - Origina

Re: [Flashcoders] AS3 new Class from string

2007-06-18 Thread Muzak
flash.utils.getDefinitionByName() There's some more useful stuff in the flash.utils package. Have a look in the docs. Muzak - Original Message - From: "Patrick Matte|BLITZ" <[EMAIL PROTECTED]> To: Sent: Monday, June 18, 2007 10:24 PM Subject: [Flashcoders] AS3

Re: [Flashcoders] Embed statements in AS3 (not mxml)

2007-06-18 Thread Muzak
[Embed] metadata is Flex only. In Flash you embed fonts through the library or by setting a dynamic textfield to embed a particular font. regards, Muzak - Original Message - From: "Jim Kremens" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED] Figleaf. Com" Sent:

Re: [Flashcoders] Re: Embed statements in AS3 (not mxml)

2007-06-18 Thread Muzak
In that case, wrong list: http://tech.groups.yahoo.com/group/flexcoders/ But I'm pretty sure google will return something useful when searching for "AS3 Embed font metadata" regards, Muzak - Original Message - From: "Jim Kremens" <[EMAIL PROTECTED]> To:

Re: [Flashcoders] AS3 : Disabling layers in a loaded clip

2007-06-18 Thread Muzak
There are no layers in a compiled swf. - Original Message - From: "August Gresens" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, June 19, 2007 12:33 AM Subject: [Flashcoders] AS3 : Disabling layers in a loaded clip > Hello > > Quick question. > > In a AS3 flash.disp

Re: [Flashcoders] AS3 new Class from string

2007-06-18 Thread Muzak
Look up: ApplicationDomain.getDefinition() flash.system.ApplicationDomain flash.system.LoaderContext.applicationDomain regards, Muzak - Original Message - From: "Patrick Matte|BLITZ" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 19, 2007 1:23 AM Subject: RE: [Flashcoder

Re: [Flashcoders] Re: Embed statements in AS3 (not mxml)

2007-06-18 Thread Muzak
;; > > Actually, even though I'm using Flexbuilder as a compiler, I'm > definitely asking an Actionscript question. I'm looking to do > something using Actionscript syntax and all of the available examples > employ Flex syntax. > You're using A

Re: [Flashcoders] (no subject)

2007-06-18 Thread Muzak
Tried the docs? http://www.adobe.com/support/documentation/en/flash/ http://www.google.com/search?hl=en&q=extend+simplebutton http://www.google.com/search?hl=en&q=AS3+extending+components Muzak - Original Message - From: "Gustavo Duenas" <[EMAIL PROTECTED]> To:

Re: [Flashcoders] Re: Embed statements in AS3 (not mxml)

2007-06-19 Thread Muzak
Lol, didn't catch the smiley, probably because it was 5AM and needed some sleep ;-) - Original Message - From: "Jim Kremens" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 19, 2007 6:42 AM Subject: Re: [Flashcoders] Re: Embed statements in AS3 (not mxml) > "Errr... thanks. But how come

Re: [Flashcoders] Confused by preloading sounds and components

2007-06-19 Thread Muzak
Place everything in frame 10. - Original Message - From: "Alexander Farber" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, June 19, 2007 3:53 PM Subject: [Flashcoders] Confused by preloading sounds and components > Hi, > > I've set up this kind of preloader: > > Fra

Re: [Flashcoders] Does FLEX have web services?

2007-06-19 Thread Muzak
yes there is: http://www.google.com/search?hl=en&q=flex+2+livedocs+webservices http://livedocs.adobe.com/flex/2/langref/mx/rpc/soap/mxml/WebService.html Muzak - Original Message - From: "Pete Miller" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 19, 2007 4:32 PM S

Re: [Flashcoders] asfunction and single param

2007-06-19 Thread Muzak
I'm probably missing something but why exactly are you using asfunction?? Does this not work? http://google.com"; target="_blank">google.com regards, Muzak - Original Message - From: "Raphael Villas" <[EMAIL PROTECTED]> To: Sent: Tuesday, June

Re: [Flashcoders] AS3 root

2007-06-19 Thread Muzak
uot;Application ::: initHandler"); trace((e.currentTarget as LoaderInfo).applicationDomain.parentDomain); } this.loaderInfo.addEventListener(flash.events.Event.INIT, initHandler); When not loaded into another swf will return null, otherwise returns an ApplicationDomain instance regards, M

Re: [Flashcoders] Flash CS3 over 400 MB! and 25 minutes to install!

2007-06-19 Thread Muzak
suite from my laptop which took hours (seriously). They need to look into this if you ask me. regards, Muzak - Original Message - From: "JulianG" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 19, 2007 10:31 PM Subject: [Flashcoders] Flash CS3 over 400 MB! and 25 minutes

Re: [Flashcoders] how to get CDATA into an XML object

2007-06-19 Thread Muzak
text field.'; str+=''; var xml:XML = new XML(""); trace(xml.toXMLString()); regards, Muzak - Original Message - From: "Andrew Sinning" <[EMAIL PROTECTED]> To: "Flash Coders" Sent: Wednesday, June 20, 2007 12:14 AM Subject: [Flashcoder

Re: [Flashcoders] Flash Development on PC vs Mac

2007-06-20 Thread Muzak
http://www.adobe.com/products/eula/ http://www.adobe.com/products/eula/tools/ (k)You may receive the Software in more than one platform but you shall only install or use one platform. - Original Message - From: "Rob Davis :: Solaris Media" <[EMAIL PROTECTED]> To: Sent: Wednesday

Re: [Flashcoders] Type Coercion Failed: Odd behavior.

2007-06-21 Thread Muzak
You should always use the new "as" operator. This article might help: http://www.darronschall.com/weblog/archives/000211.cfm regards, Muzak - Original Message - From: "Amir T Rocker" <[EMAIL PROTECTED]> To: Sent: Thursday, June 21, 2007 11:39 AM Subje

Re: [Flashcoders] patching MM classes for mtasc

2007-06-21 Thread Muzak
http://www.google.com/search?hl=en&q=mtasc+mm+classes - Original Message - From: "quinrou ." <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Thursday, June 21, 2007 1:31 PM Subject: [Flashcoders] patching MM classes for mtasc > Hi all, > > I tried to patch the MM classes to wo

Re: [Flashcoders] Type Coercion Failed: Odd behavior.

2007-06-21 Thread Muzak
e object, but I guess you're actually trying to do something with the retrieved instance, in which case you have to: (parent.getChildAt(i) as LiquidObject).doSomethingLiquidObjectSpecific(); regards, Muzak - Original Message - From: "Paul Chang" <[EMAIL PROTECTED]>

Re: [Flashcoders] Type Coercion Failed: Odd behavior.

2007-06-21 Thread Muzak
ult is the value null. regards, Muzak - Original Message - From: "Daniel Thompson" <[EMAIL PROTECTED]> To: Sent: Thursday, June 21, 2007 9:05 PM Subject: RE: [Flashcoders] Type Coercion Failed: Odd behavior. > >> You should always use the new "as&qu

Re: [Flashcoders] FileReference

2007-06-21 Thread Muzak
wse(), you have to use FileReference.upload() to upload the file to your server using your choice of server side script (PHP, CF, JAVA, etc..). Once the file is uploaded you can then load it into your Flash app. regards, Muzak - Original Message - From: "Paul Chang" <

Re: [Flashcoders] FileReference

2007-06-21 Thread Muzak
you'll have to find another way to get information from the server (if needed) after a file has been uploaded. regards, Muzak - Original Message - From: "Merrill, Jason" <[EMAIL PROTECTED]> To: Sent: Thursday, June 21, 2007 9:54 PM Subject: RE: [Flashcoders] Fil

Re: [Flashcoders] Clashing Class Names

2007-06-22 Thread Muzak
x27;s what you should aim for. regards, Muzak - Original Message - From: "Michael Trim" <[EMAIL PROTECTED]> To: Sent: Friday, June 22, 2007 4:43 PM Subject: RE: [Flashcoders] Clashing Class Names Hi Ian, Yes a quick replace all in the classes for swfb (with carefu

Re: [Flashcoders] [OT] Zinc can do VISTA or not?

2007-06-23 Thread Muzak
http://www.multidmedia.com/support/developers/technotes/?action=show&id=58 and check the zinc forums for issues. http://www.mdmforum.com/forum/ - Original Message - From: "nik crosina" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Saturday, June 23, 2007 7:00 PM Subject: [Fl

Re: [Flashcoders] JSFL Experts! -- Video Import (Access UI elements of Video Import XUL Dialog Window)

2007-06-24 Thread Muzak
If I had to guess (which I am) I'd say the video import dialog is handled by the "Flash Video Extension.dll" (on windows) which is in the Flash install directory. So I doubt you have access to it from jsfl. regards, Muzak - Original Message - From: "keith&quo

Re: [Flashcoders] loading xml into flash in spanish(desperate)

2007-06-25 Thread Muzak
uages are these: Uppercase Lowercase Numerals Punctuation Basic Latin Latin I regards, Muzak - Original Message - From: "Leandro Amano" <[EMAIL PROTECTED]> To: Sent: Monday, June 25, 2007 10:09 PM Subject: Re: [Flashcoders] loading xml into flash in spanish(desperate

Re: [Flashcoders] Huge problems with preloader

2007-06-26 Thread Muzak
show us some code. where are you testing this? IDE, browser, local, server? > 123Kb, Why does getBytesTotal show 1347693 ? compressed VS uncompressed size. regards, Muzak - Original Message - From: "Ricardo Sánchez" <[EMAIL PROTECTED]> To: Sent: Tuesday, Jun

Re: Re[2]: [Flashcoders] loading xml into flash in spanish(desperate)

2007-06-26 Thread Muzak
- Original Message - From: "Rkos Attila" <[EMAIL PROTECTED]> To: "Muzak" Sent: Tuesday, June 26, 2007 1:40 PM Subject: Re[2]: [Flashcoders] loading xml into flash in spanish(desperate) Latin 1 mostly contains special characters of Western European languages

Re: [Flashcoders] How can I keep some MovieClips always on top?

2007-06-26 Thread Muzak
Have a look at the DepthManager http://livedocs.adobe.com/flash/9.0/main/2920.html regards, Muzak - Original Message - From: "Kannan Bharadwaj" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 27, 2007 8:46 AM Subject: [Flashcoders] How can I keep some MovieClips alw

Re: [Flashcoders] MovieClip Buttons in Flash CS3 ActionScript 3

2007-06-27 Thread Muzak
Have a look at the AS3 components: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/controls/BaseButton.html http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/controls/Button.html - Original Message - From: "Adam Pasztory" <[EMAIL PROTECTED]> To: Sent: Wednesday,

Re: [Flashcoders] Flash garbage collection

2007-06-28 Thread Muzak
te, a simple solution is to not use nested function but create function externaly instead and attach references only. regards, Muzak - Original Message - From: "James Tu" <[EMAIL PROTECTED]> To: Sent: Thursday, June 28, 2007 6:59 PM Subject: [Flashcoders] Flash garba

Re: [Flashcoders] Intermittent buttons

2007-06-29 Thread Muzak
if you're using any of the v2 components add this to the main timeline function onMouseDown(){ focusManager.enabled = false; } funtion onMouseUp() { focusManager.enabled = true; } should fix the problem. regards, Muzak - Original Message - From: "Clive R Sweene

Re: [Flashcoders] scrollpane woes

2007-07-02 Thread Muzak
call invalidate() on the scrollpane after changing the scrollpane content. regards, Muzak - Original Message - From: "[p e r c e p t i c o n]" <[EMAIL PROTECTED]> To: Sent: Monday, July 02, 2007 6:32 PM Subject: Re: [Flashcoders] scrollpane woes > when i use

Re: [Flashcoders] Desktop app that uploads files to server using binarydata

2007-07-03 Thread Muzak
t to a binary string (using Base64Encoder) and then send it to your server script using HTTPService (not sure what the Flash CS3 equivalent is). By the way, you can use Flex with Zinc. regards, Muzak - Original Message - From: "Paul Steven" <[EMAIL PROTECTED]> To: Sent: Tu

Re: [Flashcoders] Desktop app that uploads files to serverusingbinarydata

2007-07-04 Thread Muzak
o send the binary data in an xml packet. regards, Muzak - Original Message - From: "Paul Steven" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 04, 2007 11:21 AM Subject: RE: [Flashcoders] Desktop app that uploads files to serverusingbinarydata > Thanks Muzak > >

Re: [Flashcoders] Desktop app that uploads files toserverusingbinarydata

2007-07-04 Thread Muzak
erhm, that should have been: Hi Paul ;-) - Original Message - From: "Muzak" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 04, 2007 11:45 AM Subject: Re: [Flashcoders] Desktop app that uploads files toserverusingbinarydata > Hi Steven, > > Allthough I haven

Re: [Flashcoders] WebServices support in AS3/FLCS3

2007-07-04 Thread Muzak
Those are AS2, not AS3. There are currently no AS3 classes/components for webservices or remoting in FCS3. Right now Flex 2 is the only alternative. regards, Muzak - Original Message - From: "Gerry Creighton" <[EMAIL PROTECTED]> To: Sent: Thursday, July 05, 2007 4:2

Re: [Flashcoders] WebServices support in AS3/FLCS3

2007-07-05 Thread Muzak
Source files of the Flex rpc classes are not available. They're compiled into a swc file. The swc contains the compiled code (swf), but I don't know if you can create intrinisics from that, or if you're even allowed to do so. regards, Muzak - Original Message - From

Re: [Flashcoders] [slightly OT] Somebody could confirm this please?

2007-07-06 Thread Muzak
Response from Matt Chotin, Flex product manager on similar question asked on FlexCoders http://tech.groups.yahoo.com/group/flexcoders/message/80101 regards, Muzak - Original Message - From: "Leonardo Scattola - New Vision srl" <[EMAIL PROTECTED]> To: Sent: Friday, Ju

Re: [Flashcoders] Fullscreen problem

2007-07-06 Thread Muzak
Tried the docs? http://livedocs.adobe.com/flash/9.0/main/2149.html While Flash Player is in full-screen mode, all keyboard input is disabled (except keyboard shortcuts that take the user out of full-screen mode). regards, Muzak - Original Message - From: "I

Re: [Flashcoders] WebServices support in AS3/FLCS3

2007-07-06 Thread Muzak
Connector, XMLConnector, RemotingConnector, DataHolder, DataSet..) no Tree component no Accordion component no Alert component no Window component no DateChooser component no DateField component no Menu component no Menubar component Guess it's time to dump Flash.. long live Flex ;-) regard

Re: [Flashcoders] Flash CS3 - Strange Error: 5005: Unknownerroroptimizing byte code

2007-07-06 Thread Muzak
mit used to be 32k, but has been increased in Flash Player 9 (if i'm not mistaken). Google: flash bytecode limit regards, Muzak - Original Message - From: "Ashvin Savani" <[EMAIL PROTECTED]> To: Sent: Saturday, July 07, 2007 8:19 AM Subject: RE: [Flash

Re: [Flashcoders] XML loading and parsing problem

2007-07-07 Thread Muzak
mx.utils.Delegate - Original Message - From: "Fruber Malcome" <[EMAIL PROTECTED]> To: Sent: Saturday, July 07, 2007 11:28 PM Subject: [Flashcoders] XML loading and parsing problem > The primary thing to remember is scope. > The onLoad function is running within the xml's scope. The fu

Re: [Flashcoders] XML loading and parsing problem

2007-07-07 Thread Muzak
cs: "+totalPics); }else{ trace("- failed to load xml data."); } } xmlData= new XML(); xmlData.ignoreWhite = true; xmlData.onLoad = Delegate.create(this, xmlLoadHandler); xmlData.load("gallery.xml"); regards, Muzak - Original Message - From: "Omar

Re: [Flashcoders] XML loading and parsing problem

2007-07-07 Thread Muzak
3 people posting similar (allmost identical) examples, all using Delegate should give you a clue ;-) - Original Message - From: "Omar Fouad" <[EMAIL PROTECTED]> To: Sent: Sunday, July 08, 2007 2:07 AM Subject: Re: [Flashcoders] XML loading and parsing problem > YESS! thanks DUDE.

Re: [Flashcoders] XML loading and parsing problem

2007-07-08 Thread Muzak
erhmm.. Then show me how you use 'this' inside an xml onload handler to invoke a method outside the handler. Or better yet, prove me this: > If the xml is all setup on the main timeline, then 'this' is the same in both > cases regards, Muzak - Original

Re: [Flashcoders] XML loading and parsing problem

2007-07-08 Thread Muzak
those "best practices" and should be used at all times, even if it "kinda works" without. regards, Muzak - Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: Sent: Sunday, July 08, 2007 6:32 PM Subject: Re: [Flashcoders] XML loading and

Re: [Flashcoders] XML loading and parsing problem

2007-07-08 Thread Muzak
I never said "you have to use a delegate in all situations". - Original Message - From: "T. Michael Keesey" <[EMAIL PROTECTED]> To: Sent: Sunday, July 08, 2007 6:16 PM Subject: Re: [Flashcoders] XML loading and parsing problem > On 7/8/07, Paul Andrews <[EMAIL PROTECTED]> wrote: >> >>

Re: [Flashcoders] XML loading and parsing problem

2007-07-08 Thread Muzak
{ if ( bSuccess ) fun( this ); }; fun( xmlInfo:XML ):Void { // perform your XML stuff. } And then Omar asked: Muzak... why Delegate?? regards, Muzak ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search th

Re: [Flashcoders] XML loading and parsing problem

2007-07-08 Thread Muzak
Damn, my secret's out :( - Original Message - From: "Jesse Graupmann" <[EMAIL PROTECTED]> To: Sent: Monday, July 09, 2007 1:36 AM Subject: RE: [Flashcoders] XML loading and parsing problem > Muzak, we all know you bought stock in Delegate back in the day -

Re: [Flashcoders] onPress events from within a Class

2007-07-09 Thread Muzak
> > "One way is to create a MyButton clip in the library and attach a class > to it." > +1 > > "Instead of Delegate, use the Proxy class from Person13.com. It will make > you happy." > -1 ;-) ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] WebServices support in AS3/FLCS3

2007-07-09 Thread Muzak
There's no solution in the book. When it talks about webservices it talks about the Flex WebService API mx.rpc.soap.WebService The remoting part says: Use a NetConnection object And the example is similar to this: http://www.oscartrelles.com/archives/as3_flash_remoting_example regards,

Re: [Flashcoders] Tips and advice for online bugtracking

2007-07-10 Thread Muzak
ked in). Debug > Begin Remote Debug Session > ActionScript 2.0 You should then see a message in the Output panel saying: "Waiting for Player to connect..." Open the flash app in browser, you'll be asked where the debugger is running: localhost.. and off you go.. regards, Muzak &g

Re: [Flashcoders] AS3 SWC Component assets not exporting

2007-07-11 Thread Muzak
mponent) I also unchecked "export in first frame". After that it started working. I'm not sure which alteration actually made it work (Component Definition or Export in first frame). That was an AS2 swc. When trying an AS3 swc, it worked right away.. didn't need to d

Re: [Flashcoders] just a site

2007-07-11 Thread Muzak
http://osflash.org/flashcoders/etiquette ___ 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 Software Premier Authorized A

Re: [Flashcoders] Application Structure - Flash Remoting& MovieClipLoader

2007-07-11 Thread Muzak
tp://cairngormdocs.org/ visual representation of a cairngorm app http://cairngormdocs.org/cairngormDiagram/index.html other mvc frameworks http://puremvc.org/ http://www.model-glue.com/flex.cfm Note that allthough most of them talk about "flex", don't let that scare you,

Re: [Flashcoders] Accessing MovieClips on a timeline from an AS3 class

2007-07-12 Thread Muzak
uot;has to be public" thing is one of the most annoying things that has changed between AS2 and AS3. In AS2 you can place assets on stage and declare them as private in your class. In AS3 this is not allowed/possible for some odd reason. regards, Muzak - Original Message - From

Re: [Flashcoders] Accessing MovieClips on a timeline from an AS3 class

2007-07-12 Thread Muzak
I'm aware of the differences, I just don't understand why it *has* to be public. Or put differently, I don't like that it has to be public. If I had to guess, I'd say it has something to do with the display list. regards, Muzak - Original Message - From: &qu

Re: [Flashcoders] Accessing MovieClips on a timeline from an AS3 class

2007-07-12 Thread Muzak
MovieClip; import fl.controls.Button; public class MyComponent extends MovieClip { public var my_btn:Button; } } Now, how silly is that.. regards, Muzak - Original Message - From: "Helen Triolo" <[EMAIL PROTECTED]> To: Sent: Friday, July 13, 2007

Re: [Flashcoders] Accessing MovieClips on a timeline from an AS3 class

2007-07-12 Thread Muzak
#x27;m probably just missing something (and trying to understand the why of it). regards, Muzak - Original Message - From: "Francis Cheng" <[EMAIL PROTECTED]> To: Sent: Friday, July 13, 2007 3:34 AM Subject: RE: [Flashcoders] Accessing MovieClips on a timeline from an A

Re: [Flashcoders] Accessing MovieClips on a timeline from an AS3 class

2007-07-13 Thread Muzak
> Muzak - I share some of your frustrations though I see why they've done it. Then I'd like to hear 'why', because I can't think of anything. Declaring instances in the class is a must (IMO). As you said, you don't have to look at the fla to know what you're

Re: [Flashcoders] attachMovie from loaded .swf

2007-07-13 Thread Muzak
http://www.google.com/search?hl=en&q=attachmovie+from+loaded+swf - Original Message - From: "Niclas Åberg" <[EMAIL PROTECTED]> To: Sent: Friday, July 13, 2007 12:49 PM Subject: [Flashcoders] attachMovie from loaded .swf > Hey guys, > > I'm loading an external .swf into a main .swf. Fro

Re: [Flashcoders] Xml based database with flash

2007-07-15 Thread Muzak
dobe.com/go/tn_16194 http://livedocs.adobe.com/flash/8/main/2661.html regards, Muzak - Original Message - From: "Omar Fouad" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Sunday, July 15, 2007 12:54 PM Subject: [Flashcoders] Xml based database with flash >I am

Re: [Flashcoders] Actionscript Optimization!

2007-07-15 Thread Muzak
You might find this interesting: http://www.nowrap.de/flasm#optimization - Original Message - From: "Fruber Malcome" <[EMAIL PROTECTED]> To: Sent: Sunday, July 15, 2007 9:52 PM Subject: RE: [Flashcoders] Actionscript Optimization! >I think in both cases the information you were readin

Re: [Flashcoders] Parsing XML data

2007-07-16 Thread Muzak
LLoader = evt.currentTarget as URLLoader; var result:XML = new XML(loader.data); trace("id: "[EMAIL PROTECTED]); trace("key: "[EMAIL PROTECTED]); trace("last_login: "[EMAIL PROTECTED]); - use .currentTarget instead of .target - use 'as' for casting - use e4

Re: [Flashcoders] onEnterFrame() and delete onEnterFrame()

2007-07-17 Thread Muzak
- Original Message - From: "Jesse Graupmann" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 18, 2007 12:49 AM Subject: RE: [Flashcoders] onEnterFrame() and delete onEnterFrame() > You could make it just a bit more lean than that... > Except that fadeInMc() now runs in a different scope

Re: [Flashcoders] onEnterFrame() and delete onEnterFrame()

2007-07-17 Thread Muzak
solution is to not use nested function > but create function externaly instead and attach references only." > > So would that still be bad practice for AS 1.0 considering nothing gets > referenced beyond the scope of this? > > > -Original Message- > From: [EMAIL PROTE

Re: [Flashcoders] onEnterFrame() and delete onEnterFrame()

2007-07-18 Thread Muzak
oh boy.. - Original Message - From: "Jesse Graupmann" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 18, 2007 7:13 AM Subject: RE: [Flashcoders] onEnterFrame() and delete onEnterFrame() > Ok, so no scope change and no extra tween class. Isn't over engineering > considered bad practice?

Re: [Flashcoders] Variable argument list

2007-07-18 Thread Muzak
function funcB() { trace(arguments); } function funcA() { funcB.apply(null, arguments); } Function.apply() http://livedocs.adobe.com/flash/8/main/2235.html regards, Muzak - Original Message - From: "Swapnil Dubey" <[EMAIL PROTECTED]> To: Sent: Wednesday,

Re: [Flashcoders] AS 2.0 Tweening libraries

2007-07-18 Thread Muzak
uhlmann.de/flash/animationpackage/ Not saying it's perfect or *the best*.. And here's some stuff Alex has been doing in Flex http://weblogs.macromedia.com/auhlmann/archives/2007/03/distortion_effe.cfm http://www.alex-uhlmann.de/flash/adobe/blog/distortionEffects/effectCube/ regards,

Re: [Flashcoders] AS 2.0 Tweening libraries

2007-07-18 Thread Muzak
veral different solutions inside itself that are very different from each > other. Hence why it's a great thing to have these many > more options in tweening extensions/classes for as2, as3 and beyond. > Totally agree ;-) and Tweener looks like a nice addition to the already available

Re: [Flashcoders] XML File doesn't load on Flash Player9 in IE6, IE7

2007-07-19 Thread Muzak
HTTPStatus 200 means "OK" http://www.btinternet.com/~wildfire/reference/httpstatus/200.htm In other words, everything should be fine. Show us some code.. regards, Muzak - Original Message - From: "Sascha" <[EMAIL PROTECTED]> To: "flashcoders" S

Re: [Flashcoders] Backend compiled Java or scripted PHP?

2007-07-19 Thread Muzak
/coldfusion8/ what's new: http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf release notes: http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_releasenotes_052907.pdf regards, Muzak - Original Message - From: "Weldon MacDonald" <[EM

Re: [Flashcoders] Backend compiled Java or scripted PHP?

2007-07-20 Thread Muzak
- Original Message - From: "Weldon MacDonald" <[EMAIL PROTECTED]> To: Sent: Friday, July 20, 2007 2:34 PM Subject: Re: [Flashcoders] Backend compiled Java or scripted PHP? > > < Muzak Flash/Flex + Coldfusion + Flash/Flex Remoting.> > I've see

Re: [Flashcoders] AS3 Events

2007-07-24 Thread Muzak
ething(url); } function onALoaded(event:Event):void { var a:A = event.currentTarget as A; trace(a.contextInfo); } } regards, Muzak - Original Message - From: "Ian Thomas" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tu

Re: [Flashcoders] AS3 Events

2007-07-24 Thread Muzak
should probably be a property of A or B. IMO that doesn't break encapsulation but rather enforces it. regards, Muzak - Original Message - From: "Ian Thomas" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 25, 2007 12:19 AM Subject: Re: [Flashcoders] AS3 Events >

Re: [Flashcoders] AS3 Events

2007-07-25 Thread Muzak
Hi Ian, Been thinking about this a bit more and you're correct, contextInfo doesn't belong in class A and I'd go for storing a list of contextInfos in class B. regards, Muzak - Original Message - From: "Ian Thomas" <[EMAIL PROTECTED]> To: Sent: We

Re: [Flashcoders] Team Foundation Server

2007-07-25 Thread Muzak
AFAIK, Flash source control only works with VSS 6. regards, Muzak - Original Message - From: "Doug Coning" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Wednesday, July 25, 2007 4:12 PM Subject: [Flashcoders] Team Foundation Server Greetings A

<    2   3   4   5   6   7   8   9   >