View Single Post
  #10  
Old 03-10-2007, 05:42 PM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
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 = { 1030 };
          
extent = { 800600 };
          
          
requiresactivex true;
          
tryactivex true;
          
moviename "test.swf";
          
playmovie();
     } 
___________________________________
Okay, It started using this:

PHP Code:
     new GuiFlash("Flash")
     {
          
position = { 1030 };
          
extent = { 300150 };
          
          
requiresactivex false;
          
tryactivex true;
          
moviename "940.swf";
          
playmovie();
     } 
But now it won't play sound!! x.x
__________________
What signature? I see no signature?
Reply With Quote