View Single Post
  #2  
Old 08-20-2007, 10:01 AM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Uhm, it's actually pretty easy to make it, it's explained pretty well on the wiki, but as you stated in another thread, you don't like the wiki

PHP Code:
with(findimg(200)) {
  
flashfile "flash.swf";
  
1015;
  
layer 4;
  
//wee, can play around with the flash too :o
  
flash.getLayer(0).alpha 0.99;

You can use other method as well as GuiShowImgCtrl or GuiFlash

PHP Code:
new GuiFlash("Flash_file") {
  
7;
  
24;
  
moviefile "flash.swf";
  
loopmovie false;
  
requiresactivex false;
  
tryactivex true;

  
playmovie();

And, there is also threads in the scripting forums
__________________
Reply With Quote