I’ve come to embed a swf file, but ingame, it doesn’t appear. I don’t know if GDT has flash built-in.
This code is inside a
tag.
<embed wmode="direct" src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="540" height="405" name="chat" FlashVars="id=210377323" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.php" /><br><small><a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=210377323">Go Large!</a></small><br>
Rex0099
September 6, 2014, 1:29pm
#2
@firechaos i maybe wrong, but from what i’m reading about node-webkit you need a plugin or something like that, i am not 100% sure though.
Hello!
Is it possible to embed custom, special developed objects to a page in node-webkit?
Like Adobe Flash, QuickTime, NPAPI modules do---all they...
1 Like
If GDT doesn’t support Flash, it’s okay. No need to open an entire issue
Stian
September 6, 2014, 1:53pm
#4
Obviosly Game Dev Tycoon does not support flash.
1 Like
Why’s that? Just curious.
Stian
September 6, 2014, 2:03pm
#6
This should be incredibly obvious, but I’ll explain.
To load Flash Player, you will need the browser to tell Flash Player what file to load and where to load it. This is a lot more advanced than it sounds, because it would have to be embedded in the web page somehow. This is why you need a plugin, which handles all this for the browser. There are no plugins in node-webkit, thus no Flash Player.
1 Like
Thanks for the explanation. I have found another way to do what I wanted.
Rex0099
September 6, 2014, 4:16pm
#8
@FireChaos i didn’t, it already existed, that was just my source of info
1 Like