[Xerte] Re: debug in Flash

Julian Tenney Julian.Tenney at nottingham.ac.uk
Mon May 28 16:42:42 BST 2012


typeof is a method

trace(typeof(myObject));

any difference (guessing a bit)?

From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett
Sent: 28 May 2012 16:41
To: Xerte list
Subject: [Xerte] debug in Flash


Any partic reason this would blow up and hang Flash?
I'm reading in an .rlo


var lv:LoadVars = new LoadVars();

lv.onData = function(rlodata) {
trace('start onData');  //appears
trace(typeof rlodata);  //reports string
trace(rlodata); //hangs Flash, blanks trace window
}


function init(initObject) {
lv.load(initObject);
}
init("C:\\shared\\ron\\ron_acoustic.rlo");





-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20120528/9495a567/attachment.html>


More information about the Xerte mailing list