Hi all,
Question 1) I have a short intro with music to a flash presentation. What I would like to happen is that if someone does click the skip button, I want the music to fade out from where it is and not just stop. Is this possible? I'm not to worried if you can't do it but it would be a nice touch.
Qyestion 2) (This ones the pain) I have a link to my companys web site (on the same "full screen" presentation). I have a getURL on the link and it seems to work fine unless there is a browser window already open. When this is so, the browser I am trying to open does open but does not come to the front so it looks like the link didn't work till you close the presentation, and there's the window just sat there waiting. Quite annoying really, anyone know how to work around this problem?
Heres the code on my button:
Cheers
Rod roda B-)
rod@sameplanet.co.uk
Question 1) I have a short intro with music to a flash presentation. What I would like to happen is that if someone does click the skip button, I want the music to fade out from where it is and not just stop. Is this possible? I'm not to worried if you can't do it but it would be a nice touch.
Qyestion 2) (This ones the pain) I have a link to my companys web site (on the same "full screen" presentation). I have a getURL on the link and it seems to work fine unless there is a browser window already open. When this is so, the browser I am trying to open does open but does not come to the front so it looks like the link didn't work till you close the presentation, and there's the window just sat there waiting. Quite annoying really, anyone know how to work around this problem?
Heres the code on my button:
Code:
on (press) {
getURL ("[URL unfurl="true"]http://www.c-3.co.uk",[/URL] "_blank");
}
Cheers
Rod roda B-)
rod@sameplanet.co.uk