component button
i have made my button as a component and have it so you just input button name and the swf to load (i.e. flash/loadme.swf).
Its the load swf part i have probs with.
frame action to get the componont btn's loadswf info:
Code:function swf(swfLoad) {
nextPage = swfLoad;
}
But i dont know the actionscript to load the swf into the target load area.
any help

