Re: [Flashcoders] Loading Variables from a button into Flash from a text file!

2005-11-30 Thread Eric E. Dolecki
Without looking further, I don't know why you are using _parent here at all... edolecki On Nov 30, 2005, at 10:28 PM, Nicholas Chhabra wrote: Hey Guys, I'm sure there must be some simple fix to this problem but here goes anyway - I've got a flash document that is loading content form an

Re: [Flashcoders] Loading Variables from a button into Flash from a text file!

2005-11-30 Thread Nicholas Chhabra
Ok, this is what it looks like now, but I get the same error. // Loading the Dynamic Text File var PortTxt = new LoadVars(); //PortTxt._parent = this; PortTxt.onLoad = function(success){ if(success){ portContent_txt.htmlText = this.welcome; } } PortTxt.load(portfolio.txt); //Menu -