I have a standalone Flash movie running from a CD. In this movie there are buttons that link to some HTML pages, regular URL links:
on (release) {
getURL(" "_blank"
;
}
and some that refer to HTML files on the CD:
on (release) {
getURL("folder/filename.htm", "_blank"
;
}
This works spendidly with IE and NS, but pukes in AOL. It open the AOL program, opens an AOL browser then errors out. It doesn't matter if AOL is connected to Internet or not.
Do anybody have any wisdom on how to get these links to work with AOL?
Thank you.
-Robert
on (release) {
getURL(" "_blank"
}
and some that refer to HTML files on the CD:
on (release) {
getURL("folder/filename.htm", "_blank"
}
This works spendidly with IE and NS, but pukes in AOL. It open the AOL program, opens an AOL browser then errors out. It doesn't matter if AOL is connected to Internet or not.
Do anybody have any wisdom on how to get these links to work with AOL?
Thank you.
-Robert