[swfmill] swfmill and GetURL action...
Daniel Fischer
eladin at gmail.com
Wed Jul 13 14:40:33 PDT 2005
> <GetURL url="/index.php" target=""/>
> <EndAction/>
sorry, the GetURL action has no parameters like url= or target=,
swfmill doesnt work like that. it only represents as bytecode
(assembler-like), so you'd have to do something like
push string "/"
push string "index.php"
push string "GetURL"
callFunction
assuming GetURL is a global function (i know so little flash :)
for the correct syntax, push a simple class thru MTASC and see what
has to be done exactly. you'll have to fiddle around the string
dictionary, tho.
if this helps, the better; if not, please ask for further help :)
-dan
More information about the swfmill
mailing list