View Single Post
  #12  
Old 09-11-2008, 10:48 PM
[email protected] sid.gottlieb@googlemail.com is offline
Banned
Join Date: Mar 2008
Posts: 861
sid.gottlieb@googlemail.com will become famous soon enough
HTML Code:
//#CLIENTSIDE
function onCreated() {
  new GuiControl("flashwindow") {
    position = {30, 30};
    extent = {500, 500};
    useownprofile = true;
    profile.border = 1;
    
    new GuiFlash("Flashy") { 
      position = {5, 10};
      extent = {490, 490};
      
      moviename = "http://www.cyberjoueurs.com/videohigh/index2.swf"; 
      playmovie(); 
    } 
  }
}  
why won't this work then
Reply With Quote