Thread: GS2 Flash Help
View Single Post
  #1  
Old 08-09-2006, 03:44 AM
gamer4lifebitach gamer4lifebitach is offline
Scripter
gamer4lifebitach's Avatar
Join Date: Oct 2005
Location: Illionis, USA
Posts: 25
gamer4lifebitach is on a distinguished road
Send a message via AIM to gamer4lifebitach Send a message via MSN to gamer4lifebitach
GS2 Flash Help

Ok ya i've seen people using Flash's in graal (pretty cool), I got idea's that would be good for my server that i work for but i dont know how to load a flash than have it play...

So PLEASE help and tell me how to put the load command in this script 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") {
      
loadmovie("http://70.85.74.174/albino_flash04/myhero([url]www.albinoblacksheep.com[/url]).swf",500,500);
      
playmovie();
    }
  }

__________________

~Contact Information~
Aim: Grind64RyGuy
Email: [email protected]
Client Status:
Reply With Quote