I tried the latest version of the library, I also tried recompiled
from my machine, but when running it still doesn't behave correctly.
On other machines, including Macs and PCs a simple function like this:
function testFailure():Void{
trace("Fail");
video_stream_controller = new VideoStreamController();
fail();
}
yelds the failure and the player to close.
On my machine, it traces the progress in the console, but no failures.
Funny thing, if my function is only:
function testFailure():Void{
trace("Fail");
fail();
}
the failure works :S
No idea really where could be the issue, as I said on other PC is
working. My machine is WinXP with JDK 1.6.0 (but tried with JRE
1.5.0_06 earlier).
Does anyone has clue about what could be the issue?
Thanks, chr
--
___________________________________________________________________
{ Christian Giordano's site and blog @ http://nuthinking.com }
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org