HighDots Forums  

OBJECT element (question)

alt.html alt.html


Discuss OBJECT element (question) in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ronald Raygun
 
Posts: n/a

Default OBJECT element (question) - 05-09-2008 , 01:04 PM






I am embeding an object (flash animation) on a page, but will like to be
able to display a gif image instead, if flash is not available on the
user agent. Any ideas how I can do this?

I already know how to embed flash using the 'OBJECT' element', but I
don't know how to declare that I want to show a specific image incase
flash is not available

Reply With Quote
  #2  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: OBJECT element (question) - 05-09-2008 , 02:22 PM






Ronald Raygun wrote:
Quote:
I am embeding an object (flash animation) on a page, but will like to be
able to display a gif image instead, if flash is not available on the
user agent. Any ideas how I can do this?

I already know how to embed flash using the 'OBJECT' element', but I
don't know how to declare that I want to show a specific image incase
flash is not available
Reading the manual might help,
http://www.w3.org/TR/html4/struct/ob...ml#edef-OBJECT


<object ...whatever req's parameters...>
[put here whateever you wish to display if obj unavailable, i.e.,
your GIF]
</object>

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.