[PHP] Ming and flash detection

2001-04-02 Thread Jason Stechschulte
Hi, I'm having a problem writing a flash detector, and was hoping someone would help. I had one working that I created with Flash 4, but it would fetch another webpage after loading so that it knew where to redirect to. So it looked like: PHP embeds FLASH --- load variables from PHP

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. So