xml command to load swf in holdermc pleeaassssee
im trying to have xml file load swf into a loadMC
cant figure this out
so button name would be:
<sub name="NAME" aW="0">
this is where id like to reference xml to load an external swf file into a
mc<swf src="1.swf" w="450" h="253" />
</sub>
Noelbaland - 19 Jul 2008 02:56 GMT
Hello,
There really is no special XML command to load a SWF file into Flash. All you
need is the path/name of the SWF and the rest gets done by Flash. So your XML
would be better served this way.
<sub name="NAME" aw="0" swfname="1.swf" />
wilkeconstruction - 20 Jul 2008 22:28 GMT
thankyou for replying.
i appreciate it