Open GoogleCodeExporter opened 9 years ago
[deleted comment]
[deleted comment]
here's an example:
var so:SharedObject = SharedObject.getLocal('test');
var flushStatus:String = null;
flushStatus = so.flush(999999999999);
if (flushStatus == SharedObjectFlushStatus.PENDING)
{
sendNotification('test');
}
Original comment by broadysm...@gmail.com
on 23 Jan 2011 at 9:00
Hi,
Can you send me both proxy and mediator code ( zip file would be great ). Is
there possibility to have whole stackTrace here, not just simple error
description?
Cheers,
Rafał
Original comment by rafael.s...@gmail.com
on 24 Jan 2011 at 12:44
I was expecting an answer like "it is normal You can't access some things when
the modal windows is opened". Because that's not the case I made a simple app
reproducing the bug (great way to find the solution btw) and realized the
problem was in different place, so I'm terribly sorry but this time it's just
me :(.
Original comment by broadysm...@gmail.com
on 24 Jan 2011 at 2:18
Original issue reported on code.google.com by
broadysm...@gmail.com
on 23 Jan 2011 at 8:54