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

[229 byte] By [cablehead] at [2008-2-14]
# 1

Hi,

Can you provide more details of how newwindow2 is poping another window?

Thanks
-Dave

DaveMassy at 2007-8-31 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Extension Development...
# 2

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.

cablehead at 2007-8-31 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Extension Development...