Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   New Scripting Engine (GS2) (https://forums.graalonline.com/forums/forumdisplay.php?f=153)
-   -   Flash (https://forums.graalonline.com/forums/showthread.php?t=67929)

excaliber7388 08-07-2006 08:50 PM

Flash
 
So, I've seen something about guiFlash on the wiki, and now I was hoping to use it.
So anyway, instead of uploading a flash movie, is it possible to load flash from a url? And does anyone have a simple example, just to show flash?

smirt362 08-08-2006 06:22 AM

Heres a GS1 example that was a test for a sort of cinema we wanted to make (credit goes to TB3):
NPC Code:
//#CLIENTSIDE
if (playerenters) {
setstring this.url,;
setstring this.url,http://ew2.lysator.liu.se/pic/art/m/...fie_coler.jpg;
setstring this.url,http://damnit.org/jihad/SWF/chowmein.swf;
setstring this.url,http://damnit.org/jihad/SWF/endoftheworld.swf;

setstring this.url,http://damnit.org/jihad/SWF/allyoursmurf.swf;
openurl2 #s(this.url),-screenwidth,-screenheight;
}



If you want to convert it...more power to ya.


All times are GMT +2. The time now is 12:33 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.