My problem is:
I am attempting to make a CD-Rom that is made in Flash MX (using a collection of .swf files), then transferred to Director MX for publication purposes. The end product is a CD-Rom application file (standalone .exe) I have done it this way many times in the past, and it just works for me. Everything is sourced in flash, (sounds, navigation, design, etc.) The only major problem is that when I need to link to a website from Flash it doesn’t ever work, so I have been settling all this time trying to find a unique way to have Director call up the external web links. I have already tried to use the “getUrl” in flash, and the “fscommand.” Nothing seems to ever work.
I have been hearing some talk about Flash MX getting rid of the old way of the fscommand, but I never even knew much about the original way to use fscommands. The command I tried looked something like this:
on (release) {
getURL(“fscommand:Exec”,“http://www.website.com”);
}
or
on (release) {
fscommand(“exec”);
getURL(“http://www.copperrivercountryclub.com”, “_blank”);
}
Do you have any suggestions? Thank you for any input.
Nickolas