Thread: Flash
View Single Post
  #4  
Old 01-17-2010, 10:58 PM
Entrok Entrok is offline
Registered User
Join Date: Sep 2009
Location: Sweden
Posts: 51
Entrok is on a distinguished road
Send a message via MSN to Entrok
Quote:
Originally Posted by Tigairius View Post
here's an example of how to do some flash.

PHP Code:
new GuiFlash("FlashThingy") {
  
width  560;
  
height 340;

  
0;
  
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 View Post
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";

Last edited by Entrok; 01-18-2010 at 12:28 AM..
Reply With Quote