Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want create simple animated gif banners using asp.net,
i want that i insert one image and some text using text box, and my asp.net code combined them and make a gif animated image, where text is moving on image, so plz help me,
It is possible or not?
Posted
Comments
Abhishek Pant 18-Dec-12 4:25am    
you can use flashbanner tool for that. no need to write code and the file generated provides drag and drop embeded code with swf file.
Arun kumar Gauttam 18-Dec-12 4:36am    
we are not able to use flash banner tool, because my project provide panel to every user, and we are not able to provide this type of software to every user, so we want to make a page,for gif generator,and then we store images in data base and then show every where in my project,

If you really need to generate animated gif for yourself, I suggest you start here: NGif, Animated GIF Encoder for .NET[^], but this one will only help you to compile the frames into an animation, but won't help you make marquee.

But you can simply use JQuery animation[^] or even the marquee html element (http://webdesign.about.com/od/css3tutorials/a/marquee-in-css.htm[^]) on top of a background (even animated) image.
 
Share this answer
 
If your using HTML5 then you can use the CANVAS tag and create dynamic animations.

HTML5 + CNVAS
Canvas Demos

Also there are some superb samples here - including parralax scrolling

If your not using HTML5 but using older technology like HTML 4.01 then you can use HTML + TIME SMIL 1.0 or SMIL 2.0

HTML + TIME
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900