Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > New Scripting Engine (GS2)
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-07-2006, 08:50 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
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?
Reply With Quote
  #2  
Old 08-08-2006, 06:22 AM
smirt362 smirt362 is offline
Tee Hee
smirt362's Avatar
Join Date: Feb 2005
Location: Texas
Posts: 2,101
smirt362 has a brilliant futuresmirt362 has a brilliant futuresmirt362 has a brilliant futuresmirt362 has a brilliant futuresmirt362 has a brilliant futuresmirt362 has a brilliant futuresmirt362 has a brilliant future
Send a message via AIM to smirt362 Send a message via MSN to smirt362
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.
__________________

Don Hertzfeldt <3
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:47 PM.


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