Quote:
|
Originally Posted by F2 Menu
File download: test.swf (size: 32000)...
File download: test.swf (size: 34324)...
File download: test.swf (size: 34324) done
|
Quote:
|
Originally Posted by GUI
Can't show Flash: Requires ActiveX Control (Windows)
|
PHP Code:
new GuiFlash("Flash")
{
position = { 10, 30 };
extent = { 800, 600 };
requiresactivex = true;
tryactivex = true;
moviename = "test.swf";
playmovie();
}
___________________________________
Okay, It started using this:
PHP Code:
new GuiFlash("Flash")
{
position = { 10, 30 };
extent = { 300, 150 };
requiresactivex = false;
tryactivex = true;
moviename = "940.swf";
playmovie();
}
But now it won't play sound!! x.x