Quote:
Originally Posted by Tigairius
here's an example of how to do some flash.
PHP Code:
new GuiFlash("FlashThingy") { width = 560; height = 340;
x = 0; y = 0;
requiresactivex = false; tryactivex = true; downloadwebfiles = false;
setflashvariable("autostart", "true");
moviename = "filename";
playmovie(); }
You don't have to specify where the file is inside of the file browser, it automatically knows. However, if you want to play flash from a URL you just put "http://blah.blah/blah.swf" in as the filename.
|
Quote:
Originally Posted by LoneAngelIbesu
Also note that transparency is not supported.
|
Thanks both of you for helping me with that, rep++ to both.
Did try what you have told me, but the text tells me it cant find my file that are called video.flv and i callit moviename = "video.flv";