
August 20th, 2002, 02:12 PM
|
|
Contributing User
|
|
Join Date: Oct 2000
Location: Back in the real world.
|
|
|
you probably tried this:
<a href="..."><object ...></object></a>
there is no way to do it this way. plugins take over full control of your pc when they are runnign and the browser only gets the messages they send to it. QuickTime eg. at least supports a onclick event (or similar, canīt remember the name)
you need to do it inside the flash movie. afaik getURL() or browseURL() or similar was the command... (my flash time was long ago...)
|