One Instance of Band Object
Is it possible?
I have a vertical band object that plays an mp3 file...
If newwindow2 pops another window....when closed...it will also stop my mp3.
I have code to stop the mp3 in my quit event.
TIA
Is it possible?
I have a vertical band object that plays an mp3 file...
If newwindow2 pops another window....when closed...it will also stop my mp3.
I have code to stop the mp3 in my quit event.
TIA
It appears that they are javascript windows...
If I use cancel = true....(NewWindow2 Event)...it will cancel the window. But I'd rather open it ...in the existing explorer window to avoid this new window "attaching" to the band object. Or just have one instance of my band object.