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";
x = 10, y = 15;
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") {
x = 7;
y = 24;
moviefile = "flash.swf";
loopmovie = false;
requiresactivex = false;
tryactivex = true;
playmovie();
}
And, there is also threads in the scripting forums
