Current location: Hot Scripts Forums » General Web Coding » JavaScript » onclick start animated gif

onclick start animated gif

Reply
  #1 (permalink)  
Old 08-19-07, 01:12 AM
cedric813 cedric813 is offline
Newbie Coder
 
Join Date: Jun 2007
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
onclick start animated gif

Hi everyone.

I have an image that is an animated gif. I would like to make it so that once the animated gif is clicked, the animated gif starts it's animation...but only once it is clicked. Is this possible?

Thanks for any help you can provide.

P.S. an example of any code would be greatly appreciated
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 08-19-07, 05:00 AM
Wolf1994 Wolf1994 is offline
Wannabe Coder
 
Join Date: Sep 2005
Location: Russia
Posts: 114
Thanks: 0
Thanked 0 Times in 0 Posts
You may use "img" element with static gif picture of first frame of Your animation and then by click replace src of this "img" with animation, like:
Code:
<img src="first_frame.gif" alt="" onclick='javascript:(this.src=="first_frame.gif"?this.src="animation.gif":"")' />
Code was not tested so sorry if it will not work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 08-19-07, 12:03 PM
cedric813 cedric813 is offline
Newbie Coder
 
Join Date: Jun 2007
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the help guys!! This worked great!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 11-07-09, 10:04 PM
heartsoulofra heartsoulofra is offline
New Member
 
Join Date: Nov 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the code sir.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
onclick with animated gif cedric813 JavaScript 2 08-21-07 03:39 AM
GIF from GD? Zaiaku PHP 1 08-15-07 11:21 AM
Loading gif onmousedown Deansatch JavaScript 1 10-30-06 10:42 AM
how to use onclick in php coolcoder HTML/XHTML/XML 2 05-31-06 01:40 PM
Firefox issue with animated gif mysticalmaze PHP 0 07-22-05 09:56 PM


All times are GMT -5. The time now is 06:48 PM.
vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.