Click to See Complete Forum and Search --> : Javascript pop up with flash


T2D
11-06-2004, 12:00 PM
Hey,
I've got this problem. Not sure if this is the right place, but thought I should give it a go.
If I use the javascript pop up script for my site, my scrollbar from my Flash wont work.

Code:
<a href="http://my.site.php" onclick="window.open('http://my.site2.php, 'HQ', 'width=920,height=594,border=0'); return false">

I used the 'scrollpane' for the flash bit. When I open the pop up window, everything works fine, except for the scrollbar.
Any suggestions?
Oh and is the script I used the best one for pop-ups?
Thanks in Advance
T2D

JPnyc
11-06-2004, 12:05 PM
Is the flash in the parent window or the popup?

T2D
11-06-2004, 12:11 PM
Well basicly I have a banner on my index page.
If that banner is clicked, it opens op the main page. I used the javascript for this. So the main page is the pop up. On that page, I have the flash (it's a jukebox). I used the scrollpane, so u can scroll down for songs. It works fine, if I dont use the javascript, but just plain php.
But when I use the javascript pop up, the scrollbar disappears.

JPnyc
11-06-2004, 12:47 PM
Well I don't code flash, so I have no experience in this area. I take it the scrollbar is part of the flash file? If not, then I'd say there's something in the JS that is removing the scroll.

T2D
11-06-2004, 12:50 PM
Yeah, the scrollbar is part of the flash.
Thanks for ur input tho, much appreciated.

JPnyc
11-06-2004, 01:16 PM
By the way, how many browsers does this occur in?