Hi,
i have a flash file that reads external png files. It workes great. Now i want to read external swf files in stead of png files. The swf files have the same name as the png files and are saved in the same folder. This is the working actionscript for the png files:
stone.btn.logo.content.loadMovie(_parent.iconsURL+String(item.stoneid).toLowerCase()+"."+_root.ImgFormat);
I think i only need to change the ImgFormat to something else?