Skip to main content
Inspiring
January 9, 2007
Question

Button pops link in a new window

  • January 9, 2007
  • 2 replies
  • 411 views
Hello everyone,
This is a rather simple question for all gurus out there, but it seems a bit hard to find on documentation. How can you open a link in a new window with a button in a flash form? I want a button on my form to pop a new window with the specified link (on this case, with certain parameters attached to it). How would you approach this?
This topic has been closed for replies.

2 replies

GlennzigAuthor
Inspiring
January 18, 2007
Well, I had been away from my little project for a while, but I am back and still in need! Help, anyone?
Inspiring
January 9, 2007
Use getURL() to call javascript from within the flash movie. This works just like it does in HTML
GlennzigAuthor
Inspiring
January 9, 2007
What would the syntax for that be, and what would I add for it to pop on a new window? Pardon, but I'm new on this