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.