I have dragged a scrollpane onto the stage. In this scrollpane i load an external swf, but have problems. The swf are NOT loaded into the scrollpane, but on top. I’ve tried so much, but are not able to solve this. One moment it workes, the next time i open the browser it does not work.
any ideas?
I’m using the following code to load the swf into the scrollpane:
contact_scroll.setStyle(“borderStyle”, “none”);
contact_scroll.contentPath=“hired.swf”;
contact_scroll.refreshPane;