On 2 Apr 2001 07:58:42 -0700, Jason Stechschulte <[EMAIL PROTECTED]> wrote:
>// This movie simply redirects to the appropriate page.
>$m->add(new SWFAction("getURL('$thisURL', ''); stop();"));
>I added code to write $thisURL to a file so I could see if it is getting
>passed correctly, and it is. So there must be a problem with the movie
>somewhere. In the getURL() function, I have tried many different things
>for the second argument. _self, _parent, _top. None of these makes any
>difference. Anyone have any ideas I could try??
Try _level0 - that's what you'd need to replace the current movie.
Alternately, you can avoid needing to load Flash at all - use JavaScript to
iterate over the plugins array on Netscape and use VBScript with an On Error
handler to instantiate the Flash ActiveX control - if it fails, your VBScript
can assume Flash isn't installed (which is the sane default).
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]