rockhudson
Technical User
Hi all,
I've a fla file of our website that now needs to be put to CD-ROM. Due to precise directions from my superiors, I have to work out how to open a miaw with a flash button in the swf. The director code for the miaw is:
global cgMIAWName
property pcgMIAWName
on mouseUp
cgMIAWName = "miaw.dir"
CGopenMiaw
end
Of course, when I just paste this into the expert script window in flash it creates output errors. I have no idea how to make it perform this functionality, or if it's even possible...
So - a miaw passed from a flash button to firector. All help greatly appreciated. (ps - the miaw is a video window, so I can't just place the stuff in flash)
Thanks,
m
I've a fla file of our website that now needs to be put to CD-ROM. Due to precise directions from my superiors, I have to work out how to open a miaw with a flash button in the swf. The director code for the miaw is:
global cgMIAWName
property pcgMIAWName
on mouseUp
cgMIAWName = "miaw.dir"
CGopenMiaw
end
Of course, when I just paste this into the expert script window in flash it creates output errors. I have no idea how to make it perform this functionality, or if it's even possible...
So - a miaw passed from a flash button to firector. All help greatly appreciated. (ps - the miaw is a video window, so I can't just place the stuff in flash)
Thanks,
m