Iv been on the skills server and have seen that there using flash on it.
i was wondering how to display a flash file?
iv created a folder and put my flash file in it and its findable via rc.
iv tried this with no luck.
PHP Code:
function onCreated() {
this.movie = "FollowCursor.swf";
new GuiFlash("Flash") {
x = 25;
y = 40;
width = 265;
height = 220;
loadmovie(this.movie, true, 4);
playmovie();
}
}
Any help is appreciated greatly!
