The Error:
PHP Code:
---------------------------
Application Error
---------------------------
Exception EAccessViolation in module Graal.exe at 000A8B90.
Access violation at address 004A8B90 in module 'Graal.exe'. Read of address 00000028.
---------------------------
OK
---------------------------
Why is it that the Graal client crashes when I try to watch a youtube video off Graal? It works for someone else on the server, but crashes my client..
This is the code that's being used for the script:
PHP Code:
new GuiFlash("Flash") {
position = { 0, 0 };
extent = { 490, 490 };
playmovie();
tryactivex = true;
moviename = "http://www.youtube.com/v/0_1l1ahocfE";
playmovie();
}