Thread: GUI Flash Help!
View Single Post
  #5  
Old 01-29-2011, 03:34 AM
Toxen Toxen is offline
A Toxic Fellow
Join Date: Jan 2008
Location: Georgia
Posts: 36
Toxen is on a distinguished road
Quote:
cbk1994 This might help.
That is basically what i used to start it out :O i was going to personalize it really once i started to get it to run but, I hit a wall.
PHP Code:
function onWeaponFired() {
  
this.active = !this.active;
  if (
this.active) {
    
Flash_Movie.destroy();
    
Flash_Loader.destroy(); 
  }else{
    
Flash_Movie.destroy();
    
Flash_Loader.destroy();
    
    new 
GuiFlash"Flash_Movie" ) {
      
width 500;
      
height 400;
      
= ( screenwidth width ) / 2;
      
= ( screenheight height ) / 2;
      
requiresactivex false;
      
requiresplugin false;
      
tryactivex true;
      
tryplugin true;
      
loopmovie false;
      
downloadwebfiles true;
      
moviename "http://tinychat.com/tinychat.swf";
    }
  
    new 
GuiFlash"Flash_Loader" ) {
      
Flash_Movie.x;
      
Flash_Movie.y;
      
width Flash_Movie.width;
      
height Flash_Movie.height;
      
requiresactivex false;
      
requiresplugin false;
      
tryactivex true;
      
tryplugin true;
      
loopmovie false;
      
downloadwebfiles true;
      
moviename "http://tinychat.com/tinychat.swf";
    }
  
   
sleep);
   
Flash_Loader.destroy();
  } 

Both gui flashes are both have the same link to it aswell, but the error i recieve from the tinychat once it plays is
"Connection failed.
Please check you network and proxy settings."

Any clue?
__________________
UN NAT.
Reply With Quote