A Flash Developer Resource Site

Results 1 to 12 of 12

Thread: As2 books catalog, multiple movieclips, search engine

Threaded View

  1. #1
    Designer, Programmer, Musician angelhdz's Avatar
    Join Date
    Mar 2010
    Posts
    971

    As2 books catalog, multiple movieclips, search engine

    Hi, i know someone can help me with this because there are a few flash masters over here hehe.

    In the flash website i'm developing for my church's library, now i need to create a books catalog. This consists in a main movieclip for the catalog section, then inside of it will be the movieclip thumbnails of all the books. I know I will be using a lot of FOR LOOPS, arrays and XML load vars, etc. to achive this.

    I need to be able to have the books info and the books front cover as an external .jpg and name them cover1.jpg, cover2.jpg, etc. also I need to create a search engine to search for a specific book, by name or by category and force the search input textbox to be small letters only (so I don't have to work with the case sensitive thing).

    This is the main feature of my church's library website and they are thinking about launching the site on february-march aproximately.

    If I don't manage to make this possible, i would have to create all the movieclips manually inside the main flash file, then put all the books movieclips into frames from 1 to 1,000 or much more (a lot of books heh?) then creating a function to detect if the word typed in the input textbox is equal to "apple" then myBooks.gotoAndStop("appleFrame");,
    if the word typed in the input textbox is equal to "how to pray" then myBooks.gotoAndStop("howtoPrayFrame"); and that's a really HARD WORK.

    So if someone is touched by this project, i know God will bless him/her a lot. Any help welcome thanks have a nice day
    Last edited by angelhdz; 12-11-2012 at 09:23 AM.
    Already mastering AS3. It was so fun. Now into Javascript and PHP and all its libraries

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center