Results 1 to 3 of 3

Thread: Dynamic flash quiz from database

  1. #1
    Join Date
    Nov 2008
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Dynamic flash quiz from database

    Hi, i'm new here and also new in flash.. my question is

    1. can I create a multiple choice flash quiz and linked the database (access, word, etc) containing my question

    2. And from the result of the quiz can I generate graph and display it in the flash itself?

    are there any actionscript involved?

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    can I create a multiple choice flash quiz and linked the database (access, word, etc) containing my question
    Can you? Sure... But you'll have to define the scope, workflow and toolset before you begin. Flash can't connect to Access and Word isn't really a database. So, how are you going to store the data.

    A text file could work, though it's messy. An XML file would be better (it's easier to parse). Working with PHP and MySQL is even more powerful, yet.

    And from the result of the quiz can I generate graph and display it in the flash itself?
    It's all within the realm the possibility if that's what you mean. It all depends on the level of coding you're willing/able to do.

    Code:
    are there any actionscript involved?
    Yes! It's all going to be coded in ActionScript.

    This is a bit more advanced than cut-and-pasting ActionScript. If it's a time sensitive project, you might consider hiring a developer. If you want some recommendations, send me a PM.

  3. The Following User Says Thank You to Medyman For This Useful Post:

    mhrmz (11-26-2008)

  4. #3
    Join Date
    Nov 2008
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Medyman,

    Thanks for fast reply...as stated I new at flash cs3 and haven't tried yet action script...

    I think I know where to start now... thanks again for the info

Bookmarks

Posting Permissions

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