hi,
i have a flash application on a CD. the application auto-starts when the CD is inserted. the size of this swf(exe) is 800x600 and the application opens in a nice little window of this size(not a browser window).
on the first screen the user needs to click(release) a movieClip to start the app. when they click the movieClip i need to have another swf that’s on the CD open in a new 800x600 window just like the auto-start exe did. so in the movieClip’s onRelease function what do i write. is it just getURL()? won’t this open it in a browser? if so, how do i make it open in a browserless window?
thanks
SD