Re: [Flashcoders] Embed JS for flash 9 content

2007-01-23 Thread Geoff Stearns
Can you give more details on the 'invalidate our php session in IE' problem you mentioned? Many people use SWFObject with PHP, and I've never heard of a problem like this before. On Jan 21, 2007, at 1:52 PM, {reduxdj} wrote: Hi There, I'm using a document write tag in js to avoid the

Re: [Flashcoders] Embed JS for flash 9 content

2007-01-22 Thread slangeberg
Take a look at Adobe's player detection: http://www.adobe.com/products/flashplayer/download/detection_kit/ Have you looked at using the Express Install option, seperately from swfobject?: SRC: http://www.adobe.com/devnet/flash/articles/swfobject_print.html #include "expressinstall.as" // init

[Flashcoders] Embed JS for flash 9 content

2007-01-21 Thread {reduxdj}
Hi There, I'm using a document write tag in js to avoid the click to activate crap. I'm developing for flash 9 content. Do you know if there's a way to detect and redirect if flash 9 is not being used? I tried using swfobject, which worked, however it would invalidate our php session in IE