Flash popup ?
- Started
- Last post
- 8 Responses
- CX
Anyone know why this works in IE but not NS4-7?
Flash:
on (press) {
getURL("javascript:newWindow('" + urlvar + "')");
}JS on HTML page:
- CX0
bump
- Casio_Nova0
Not trying to be an ass, but I can't remember the last time I heard ANYONE mention Netscape.
I didn't even know it was still available.
- CX0
I dont know, does anyone Netscape 7?
The company I work for, one of their main customers is the military (AF) and a lot of them still using NS 4.7. Awesome huh. Thats why they want it to work in that.
Really lame. Believe me I know.
- wideye0
howdy.
I can't seem to see your javascript function in your last post, so this is just conjecture:
It looks like your quotes are unbalanced in the Flash function, but again, since I can't see your javascript...
I'm assuming you're using window.open() method in your custom function (you could try just putting that into you flash function call in its entirety instead of calling your custom function - cut out the middle man).
Lastly, I'm not sure if oldschool Netscape can use the getUrl command from Flash. I started this stuff way after Netscape 6 came out. Maybe try the irritating fscommand instead? It might work.
rock on,
Rob of Wideye
http://wideyegroup.com
- jkosoy0
Are you on a Mac or PC? Make sure your Flash Player isn't locked.
http://www.macromedia.com/suppor…
There are a number of other goofy problems communicating between ActionScript and Javascript.
Good luck!
- CX0
I can't seem to see your javascript function in your last post, so this is just conjecture:
--
It didn't show up. I'm not sure how to post JS inside the PVAN .? It is just a simple window.open().
--
Lastly, I'm not sure if oldschool Netscape can use the getUrl command from Flash.
---
I think you might be right. I'll check. This doesn't work in NS7 either.
----Maybe try the irritating fscommand instead? It might work.
---
I'm going to try that. Thanks for the ideas!
---
- jevad0
you can't post js in teh pv-an
- JamesEngage0
Net what?