View Single Post
  #1  
Old 06-08-2009, 05:19 AM
Stryke Stryke is offline
Scripter
Join Date: Apr 2008
Posts: 157
Stryke is an unknown quantity at this point
Graal Client crashes (flash)

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};
  
extent = { 490490 };
  
playmovie();
  
tryactivex true;
  
moviename "http://www.youtube.com/v/0_1l1ahocfE";
  
playmovie(); 

Reply With Quote