thehigherentity Posted June 21, 2006 Share Posted June 21, 2006 I am working on a flash header for my site but… I’m using flash 8, I know that there are a lot of people that have not yet updated to view these files, so i want to add some code to see if they have a viewer for flash 8 filesIs it possible to do this with php?All I need to know is how to find out if they have macromedia flash 8, I can work the rest out as I goThanks for any help Link to comment https://forums.phpfreaks.com/topic/12547-find-out-if-a-visitor-has-flash-8-installed/ Share on other sites More sharing options...
wildteen88 Posted June 21, 2006 Share Posted June 21, 2006 You can check whether the user has flash8 installed within flash itself. Have a look at this from [a href=\"http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14294\" target=\"_blank\"]Adobe[/a] for play detection. Link to comment https://forums.phpfreaks.com/topic/12547-find-out-if-a-visitor-has-flash-8-installed/#findComment-48076 Share on other sites More sharing options...
thehigherentity Posted June 21, 2006 Author Share Posted June 21, 2006 that will come in handy and I could do what im trying with this, however... I would like to bypass flash altogether if they dont have it installed. is there a way i can do this? Link to comment https://forums.phpfreaks.com/topic/12547-find-out-if-a-visitor-has-flash-8-installed/#findComment-48100 Share on other sites More sharing options...
wildteen88 Posted June 21, 2006 Share Posted June 21, 2006 I belive you can do this with javascript. You cant do it with PHP as it runs on the server.[a href=\"http://www.quirksmode.org/js/flash.html\" target=\"_blank\"]click here[/a] for a turorial on how to do so with javascript. Link to comment https://forums.phpfreaks.com/topic/12547-find-out-if-a-visitor-has-flash-8-installed/#findComment-48102 Share on other sites More sharing options...
thehigherentity Posted June 21, 2006 Author Share Posted June 21, 2006 thanks for that, you have been a great help Link to comment https://forums.phpfreaks.com/topic/12547-find-out-if-a-visitor-has-flash-8-installed/#findComment-48110 Share on other sites More sharing options...
wildteen88 Posted June 21, 2006 Share Posted June 21, 2006 I havnt but google has! :) Link to comment https://forums.phpfreaks.com/topic/12547-find-out-if-a-visitor-has-flash-8-installed/#findComment-48163 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.