Re: [PHP] Ming and flash detection

2001-04-02 Thread Jason Stechschulte
On Mon, Apr 02, 2001 at 08:41:29AM -0700, Chris Adams wrote: > 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 t

Re: [PHP] Ming and flash detection

2001-04-02 Thread Chris Adams
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.