|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi
Can anyone point me towards the correct code to insert that will replace a SWF with a static image (either GIF of JPG) if the user does not have Flash installed? Thanks |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
..oO(Stefan83)
>Can anyone point me towards the correct code to insert that will replace >a SWF with a static image (either GIF of JPG) if the user does not have >Flash installed? Pure HTML: <object type="application/x-shockwave-flash" data="example.swf" width="200" height="150"> <param name="movie" value="example.swf"> Alternative non-Flash content </object> Might not work in older browsers, though. Micha |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Thanks Michael!
|
|
![]() |
| Outils de la discussion | |
|
|