Submit Your Article Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > In The Know > How is this done?

Reply
 
LinkBack Thread Tools
Old June 20th, 2009, 07:24 PM   #1
New Member
 

Join Date: Jun 2009
Location: USA
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 knightofthesun is on a distinguished road
Automatically generate web animation content?

What is the best way to automatically generate web content that displays images in a sequence? That is, given the images I want to generate the Javascript, Flash, or other video-like content for displaying the images like an animation.

Details:

My site has a set of short animations (currently 15 images each), along with some data and pdfs for each animation. A non-programmer will be hired to update the site with a new animation a few times a year. I have code for him to generate the images and other content. Currently, the site is in simple Javascript with image preloading that doesn't really work - the animations are choppy and unprofessional. My boss wants me to avoid Javascript and convert to Flash.

The hard part is that I need to provide code to automatically generate the website content (animations, etc) from the images and update the site. That is, the hired "updater" will run the code and then upload the new content. Right now, it is simple: each animation and data is an html file with centralised javascript, so updating means making a new page with references to the new images. Converting to flash is hard: I am working on a solution using libming and mingw/msys but it is a rather slow process that is requiring me to learn libming, flash, and actionscript all at once.

Is there a better way? I can convert to avi or other video - what's the best way to display it in a webpage? The solution should be easy to use to update the site, even if it means more coding on my part, and needs to work in Windows.
knightofthesun is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old June 22nd, 2009, 10:51 AM   #2
Reputable Member
 

Join Date: Nov 2008
Location: Lexington, KY
Posts: 243
Thanks: 0
Thanked 1 Time in 1 Post
Rep Altering Power: 0 Dubbs is on a distinguished road
Re: Automatically generate web animation content?

Either way you are going to have to learn Flash. I don't know how it is done, but there are Flash applications where you can put images into a folder and name them something like image01.jpg, image02.jpg, etc. Flash will then pull the images from the folder and place them correctly in the script. You can include the animations also if you wanted, in order to do the same thing.
Dubbs is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old June 22nd, 2009, 04:25 PM   #3
Elite Veteran
 

Join Date: Jul 2007
Location: Webforumz 24/7
Age: 16
Posts: 3,799
Blog Entries: 9
Thanks: 2
Thanked 3 Times in 3 Posts
Rep Altering Power: 0 alexgeek is a name known to all alexgeek is a name known to all alexgeek is a name known to all alexgeek is a name known to all alexgeek is a name known to all alexgeek is a name known to all
Re: Automatically generate web animation content?

Best way probably would be to have a PHP script (or ASP or some other language you are familiar with) generate XML such as:
Code:
<units>
<unit>
 <image>http://www.x.com/x.x</image>
 <data>
   <link>x.pdf</link>
   <link>x.doc</link>
 </data>
 </unit>
[...]
</unit>
This could then be dynamically loaded with AS, see http://www.kirupa.com/web/xml/index.htm
__________________
Web Design and Development Blog

Alex Perry
Technical Administrator.
alexgeek is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old June 23rd, 2009, 09:55 AM   #4
New Member
 

Join Date: Jun 2009
Location: USA
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 knightofthesun is on a distinguished road
Re: Automatically generate web animation content?

thanks alex. my boss also doesn't want me to use php, but really i don't understand why it's necessary anyways. i can use any language i want to generate the xml, offline, and then just upload the xml file.

this sounds like exactly the solution i'm looking for.
knightofthesun is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Tags
actionscript , automatic , flash , javascript , libming , mingw , video


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to generate multiple fields in a form scorptique PHP 3 January 5th, 2009 10:30 AM
How to generate multiple SETS of fields in a form scorptique JavaScript 1 November 28th, 2008 06:44 AM
etoxin>> Funky Flash site some really funky interactive animation. Animation to play etoxin Full Website Reviews 33 January 17th, 2008 09:39 AM
Ten Ways to Generate Good PR Lchad The Café 3 October 10th, 2007 11:12 AM
[SOLVED] Generate .NET Components in matter of minutes Anonymous User .NET 0 May 3rd, 2004 02:34 AM


Search Engine Optimization by vBSEO 3.2.0 RC8