How can I set the url or link attribute from the XML configuration file to link to frames in my movie instead opening a HTML page?
If you want to link to frames within your movie, you specify the frame number or frame name instead urls and you need to edit the .fla file, edit the main application movie clip / go to the ReadMe layer and look for a getURL ( if you’re using ActionScript 2 ) or navigateToURL ( if you’re using ActionScript 3 ) action and change it with a gotoAndStop() or gotoAndPlay() action.