Hi at all,
after a while i am stuck on loading a SWF (flash stand alone file) from Memory.
Sure, it is possible to call it like this:
WebGadget(#Webgadget, 2, 268, 1021, 450, "http://www.somesite.net/test.swf")
but what i am try is, include the swf into my EXE File and call it from Mem
swftool:
IncludeBinary "gfx\chrome5.swf"
but how is it possible to send it now to a WebGadget?
any ideas?
something like this?? :
WebGadget(#Webgadget, 2, 268, 1021, 450, ?swftool)
shouts
inc
Attached is my current work while i am calling the swf via url stream, but i wanna make it as a stand alone tool without internet connection needs.