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