Ok i made edit the scrip to this below.
PHP Code:
//#CLIENTSIDE
function onCreated(){
new GuiWindowCtrl("Flash_Window") {
}
Flash_Window.destroy();
}
function onWeaponfired(){
new GuiWindowCtrl("Flash_Window") {
text = "Flash";
x=0;
y=0;
width = 320;
height = 320;
destroyonhide = true;
canresize = false;
canclose = true;
canminimize = true;
canmaximize = false;
new GuiFlash("Flash") {
x = 25;
y = 40;
width = 265;
height = 220;
moviename = "copter.swf";
playmovie();
}
}
}
But yet it shows the flash file 'copter.swf' but its all like mest up and you can do anything in the flash game...