Greetings,
I am using a Flash nav bar in a CD presentation constructed in HTML. I would like to have a PRINT button so clients can print out each browser page as desired.
How do I invoke the print command? (I tried the print action script but it only printed the clip, not the page).
I have also successfully used
getURL("javascript:window.close()\r\n"
;
to have my QUIT button close the browser (it's running in kiosk mode so the menu bar is absent).
Does anyone know if I can insert a parameter to prevent the alert popping up, asking if they really do wantto close the window?
Thank you.
Nick Peters
I am using a Flash nav bar in a CD presentation constructed in HTML. I would like to have a PRINT button so clients can print out each browser page as desired.
How do I invoke the print command? (I tried the print action script but it only printed the clip, not the page).
I have also successfully used
getURL("javascript:window.close()\r\n"
to have my QUIT button close the browser (it's running in kiosk mode so the menu bar is absent).
Does anyone know if I can insert a parameter to prevent the alert popping up, asking if they really do wantto close the window?
Thank you.
Nick Peters