popup windows
December 9, 2008 12:00 AM
I started out with a launch window that housed a button that launched a pop up window. The pop up has audio tied with an onshow action to play the audio on show. It also has a close button on it to close the pop up from within. If I use the close button from within the pop up, the audio stops and the window closes...exactly what I want. If I click outside of the popup but inside the area of the launch window the popup is hidden behind the lauch window and the audio continues to play.When I inserted the code statement I went to the popup window and selected "add external HTML". In the Object name I gave it a name. Object type is a drop down window, the default setting was "other" I left it that way. The check box for "Use External Text File for Custom HTML" I checked. I created a .txt file exactly as the code statement and then impoteed it. To make the result visible for the time I also checked the Initially Visible and always on top options. Because of the options I was able to see the result when I closed the dialog. (See below)function mouseclick (e) { if (ns4 && e.target!=document) routeEvent(e) if ScrollTestActive() ) return false return true)I am not a coder at all. I have no idea what this means.I ran the show in preview mode to verifiy if it worked or not. Like previously, if I clicked the close button in the popup the audio stopped and the popup closed, however when I clicked in the launch window area (with the popup visible and the audio running the popup did go away but the audio kept playing.(As if the popup was merely covered up by the launch window.)The software I am using is les than 3 months old. I'm sure this can be done. Your explanation is very staight forward, I'm just very deficient in coding and don't understand all the particulars.
Discussions have been disabled for this post