Hallo Leute hab mal wieder ne frage
und zwaar habe ich eine flash datei mit xnRessourceeditor in eine dll gepackt(Data.dll und Ordner SWF)
nun meine frage wiekann ich einen Flashfilm aus einer dll laden? am besten mit soeiner art:
Spoiler anzeigen
[autoit]
#include <GUIConstants.au3>
HotKeySet("{ESC}","CLOSE")
Global $Object = ObjCreate("ShockwaveFlash.ShockwaveFlash.1")
GUICreate ("Flash", 1280, 917, -1, -1,0x80000000)
$FlashGame = GUICtrlCreateObj($Object, 0, 0 , 1280, 917)
With $Object
.bgcolor = "#FFFFFF"
.Movie = pfad in die dll
.ScaleMode = 0
.Loop = True
.wmode = "Opaque"
.FlashVars = ""
EndWith
GUISetState ()
[/autoit] [autoit][/autoit] [autoit]While GUIGetMsg() <> -3
WEnd
Exit
[/autoit] [autoit][/autoit] [autoit]Func CLOSE()
Exit
EndFunc
ps fileinstall will ich nicht machen