Hello
I have put my navigation links on a flash header on
they open in new windows in order not to interrupt the audio stream.
It works well with firefox but in explorer, audio is stopped when you click on link in flash file.
I have used the action below on button:
on (rollOver) {
_root.btn1 = true;
}
on (release) {
getURL("javascriptpenNewWindow('about.htm','thewin','height=700,width=850,toolbar=no,scrollbars=yes')");
}
Is there a way to fix this issue?
Your help will be highly appreciated.
Blackfm
I have put my navigation links on a flash header on
they open in new windows in order not to interrupt the audio stream.
It works well with firefox but in explorer, audio is stopped when you click on link in flash file.
I have used the action below on button:
on (rollOver) {
_root.btn1 = true;
}
on (release) {
getURL("javascriptpenNewWindow('about.htm','thewin','height=700,width=850,toolbar=no,scrollbars=yes')");
}
Is there a way to fix this issue?
Your help will be highly appreciated.
Blackfm