Windows 7 Forums


Windows 7: Folder of Animated Gifs 'Animating'?

04 Oct 2012   #1

Win7 Home Premium 64-bit
 
 
Folder of Animated Gifs 'Animating'?

I have a folder with a ton of animated gifs and the folder view setting is 'Large Icons'. When I open this folder I desire the icons to display with the animations cycling. Is this possible with some setting or a 3rd party app?

-thnx

My System SpecsSystem Spec

05 Oct 2012   #2

Windows 7 Ultimate x64
Mumbai & Bangalore
 
 

Quote   Quote: Originally Posted by MourningStar View Post
I have a folder with a ton of animated gifs and the folder view setting is 'Large Icons'. When I open this folder I desire the icons to display with the animations cycling. Is this possible with some setting or a 3rd party app?

-thnx
You can refer to this thread

Windows 7 Gif Viewer Works perfectly

Hope this helps you.
My System SpecsSystem Spec
05 Oct 2012   #3

Win7 Home Premium 64-bit
 
 

Quote   Quote: Originally Posted by alikhan View Post
You can refer to this thread

Windows 7 Gif Viewer Works perfectly

Hope this helps you.
thnx - I viewed the YT vid and noted that the last frame looks like it is displaying the folder contents but none of the images are animated. For example, I have a photobucket account and when I display a sub-folder of animated gifs all of the displayed gifs are running. (I don't need additional s/w, I'm ok w/using IE or FF to view individual gifs)
My System SpecsSystem Spec
.


05 Oct 2012   #4

Win7 Home Premium 64-bit
 
 

Quote   Quote: Originally Posted by alikhan View Post
Quote   Quote: Originally Posted by MourningStar View Post
I have a folder with a ton of animated gifs and the folder view setting is 'Large Icons'. When I open this folder I desire the icons to display with the animations cycling. Is this possible with some setting or a 3rd party app?

-thnx
You can refer to this thread

Windows 7 Gif Viewer Works perfectly

Hope this helps you.
In that topic is the following question from a member :

Quote   Quote: Originally Posted by dc7391 View Post
This worked as promised but is there a way to see the animation when just looking in an explore window and not have to open the gif?

perhaps this response is worded better.
My System SpecsSystem Spec
06 Oct 2012   #5

Win7 Home Premium 64-bit
 
 

I was searching elsewhere for my solution and stumbled across this script. It is most awesome and works w/o having to grab an add-on/3rd party. Although not very fancy it makes for a working and dependable 'work-around'. Now, if MS (or one here of super-guru status) would provide the 'clean' solution I know I would just soil myself!


'====================animator.hta=================
<html><head><title>Animator</title></head>
<body><script type="text/vbs">
set fso=CreateObject("Scripting.FileSystemObject")
set fldr=fso.GetFolder(".")
for each file in fldr.files
if lcase(right(file.name,4))=".gif" then
document.write "<img src=""" & file.name & """>"
end if
next
</script></body></html>
'=================================================

It would be most desirirable if MS (or one here of super-guru skillsets) would provide the 'clean' solution. If not, this nifty little script is my answer. The only thing lacking with it is a display of each filename. I'll give this topic a week for further dialogue, then mark it as 'Solved' (unless somethings happens sooner).
My System SpecsSystem Spec
Reply

 Folder of Animated Gifs 'Animating'? problems?



Thread Tools



Similar help and support threads for: Folder of Animated Gifs 'Animating'?
Thread Forum
Solved animated gifs and windows photo viewer Music, Pictures & Video
How do I resize animated gifs for my avatar General Discussion
Viewing animated gifs with IE9+zoom Browsers & Mail
How to Set Animated Gifs as Desktop Wallpaper Customization
Animated Gifs in Windows Live mail? Browsers & Mail


All times are GMT -5. The time now is 11:07 PM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32