Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Gui Html Embed? (https://forums.graalonline.com/forums/showthread.php?t=71261)

wild8900 01-05-2007 08:50 PM

Gui Html Embed?
 
Hey, how do you embed flash objects into GUIs?
I make flash games and thought it would be fun to make an arcade.

Chompy 01-05-2007 08:52 PM

There have been threads about this before, you tried searching for it?
( Well, threads which could guide you)

Angel_Light 01-05-2007 09:48 PM

Go to the wiki my friend it will soon become your yours and ours wife, Yeah...

http://wiki.graal.net/index.php/Crea...iControls_List

http://wiki.graal.net/index.php/Crea...lient/GuiFlash

wild8900 01-05-2007 09:53 PM

Thanks, I was playing with the GuiFlash but cant get it to work. Are you able to use movies from the internet or do you have to upload it? If so, were do you uplaod it?

xXziroXx 01-05-2007 09:55 PM

http://forums.graalonline.com/forums...ad.php?t=69440

Try there.

Angel_Light 01-05-2007 09:55 PM

i believe you can use internet movies use URL and addresses. I would guess you would load it into a file folder that can read all types.

EDIT: Listen to Ziro he most likely knows this better than me XP

wild8900 01-05-2007 10:01 PM

Hmm... I didnt fidn anything about loading from a URL on the topic, thanks though. That one explained how to load from the server.

Angel_Light 01-05-2007 10:23 PM

My guess is that you just replace the file name with a http address or something of the sort.

wild8900 01-05-2007 10:28 PM

I tried that, it says "Cant show flash:"
I also tried "tryactivex = true;" which ends up showing nothing at all (except the window).

Angel_Light 01-05-2007 10:37 PM

try PMing Stefan or Skyld they would definatly know.

Chompy 01-05-2007 10:40 PM

You need one control without activex = false, and one other activex = true
to display sound and video, I remember projectigi made a thread about it

wild8900 01-05-2007 10:41 PM

Nah I wouldnt awnt to bother them with something as small as this.

Angel_Light 01-05-2007 10:51 PM

Quote:

Originally Posted by wild8900 (Post 1261454)
Nah I wouldnt awnt to bother them with something as small as this.

Thats what they're there for. :)

(if not I'm going to get banned for this XD)

Admins 01-08-2007 12:24 AM

Should be something like this:
PHP Code:

new GuiFlash() {
  
tryactivex true;
  
moviename filename/url;
  
playmovie();



wild8900 01-08-2007 06:38 AM

Thanks but nothing shows up in the window.


All times are GMT +2. The time now is 04:46 PM.

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