|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Flash or HTML
Is there any chance to download Flash or HTML contents into browser automatically?
For example: Something checks if a client browser (IE or NN) has a right Flash plugin installed. If yes - server sends a Flash movie. If not - server sends a substitute HTML content. |
|
#2
|
|||
|
|||
|
Don't cross post - you already posted this in the PHP forum.
|
|
#3
|
|||
|
|||
|
Yes, but according to someone`s reply PHP has got nothing to do with that, so I`ve decided to move this thread to another forum. I think Flash forum is the most suitable now.
|
|
#4
|
|||
|
|||
|
yes.
if scripting is disabled: make a 1x1 flash movie that uses geturl(...) to load another page. if the user has flash - it forwards automatically. if the user doesnt but the browser can auto-install, it will. (probably not if scripting is deactivated, but thats another story) if he doesnt like flash, he will just see the page but won´t notice the 1x1 flash. if scripting is enabled there is a more elegant solution which i dont have here right now (its 22pm here and i am about to leave). but the way was: - javascript: set variable false - vbscript: create flash object, this will succeed or fail. Set same Variable true - javascript: check for netscape, if yes -> check navigator.plugins array for "Macromedia Flash..." (see yourself), set the same variable true if variable then document.write(<your flash-code here>) OR if variable then window.location.href='...' for further discussion of the latter, please post to the javascript forum. |
|
#5
|
|||
|
|||
|
This all depends on how detailed you want to go. The moock flash player inspector, or "moock fpi" is an all purpose, user configurable flash plugin/activex control detector, created by Colin Moock:
Colin Moock's flash detector Check it out -BB-
__________________
what did you expect from a spanner? |
|
#6
|
||||
|
||||
|
Macromedia says...
Here is the difinitive Macromedia answer to this question...
__________________
TommyWillB Apple Power Mac G4 867mhz, 1GB RAM nVIDIA geforce 2 (TwinView) Apple Studio 17" flat screen + Compaq 17" 2x60GB ATA drives jeffntom.com hosted on Mac OS X 10.3.4 / Apache 1.3.29 / PHP 4.3.2 |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Flash or HTML |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|