I am trying to load unity SWF as movie in flash, the idea just simply load Unity SWF it when button symbol clicked, In AS3, I am using something like:
load(new URLRequest(" UnitygeneratedFile.swf "))
it's working fine on any flash-generated swf, but does not show any for unity-generated SWF, any proper way to do this ? or Am I doing it wrong? because I found JS, SWC HTML,
*I am know very little about it btw..
↧