Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 837965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T05:13:41+00:00 2026-05-15T05:13:41+00:00

I am new to flash and just learned some action Script 3 with some

  • 0

I am new to flash and just learned some action Script 3 with some events.

I have to build site with dynamic menus and then contents for each page using xml.

Is there any example on web to show how I can build the site.

What is GAIA , will it help me or I should code my self

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T05:13:41+00:00Added an answer on May 15, 2026 at 5:13 am

    First, before people starts a “flamewar” against Flash, let me remind you that depending on your usage of the website, you wont get much “help” from Search engines such as Google, if you produce a website in complete Flash.

    The SWF files are considered much like graphic, which is hard for computers to make any sense out of automatically.

    So unless you do a lot of “pre-thinking” and “tricks” to make the pages of content selectable through normal URL’s such as http://www.mywebsite.com/?page_id=home

    Then you are in my opinion already on the wrong path.

    Think of Flash as “a closed box”. What you put in there can look awesome, but it has downsides when producing widespread websites.

    Actionscript 3.0 is close to what Javascript (eg. browser script without plugins) and C# (Microsoft .NET) looks like.

    Dynamic menus can be produced without Actionscript and Flash. There are loads of ways with DHTML (Dynamic HTML) – have a look at jQuery (www.jquery.com) and all the plugins or UI they have build – for you… for free.

    Those will most of the time be “ok” for search engines.

    Now… your question:

    Actionscript 3.0 – load menu from XML.

    First you need to design your XML format, lets say:

    <?xml version="1.0" encoding="utf-8"?>
    <navigation>
        <menu sortorder="1" url="page1.htm" />
        <menu sortorder="2" url="page2.htm" />
        ...
        <menu sortorder="99" url="page99.htm" />
    </navigation>
    

    From this you can select your “Decandents” called “menu”.
    By reading all these into an array you can build the visual menu.
    Search for keywords such as: “actionscript, xml, menu” on Google for loads of samples.

    Secondly you need some way for “storing” your page contents, so that you have something to show. You havent provided us with much details, so its hard to know if you will use normal HTML pages or just need text.

    You can store those into XML files too. Same approach as above, or in a separate XML file per page like:

    <?xml version="1.0" encoding="utf-8"?>
    <page>
        <title>My test page</title>
    
    
        <headline>Here is the header</headline>
        <text>Here is some test text</text>
    </page>
    

    Problem with this approach though is that it starts to look A LOT like normal (X)HTML:

    <?xml version="1.0" encoding="utf-8"?>
    <html>
        <head>
             <title>My test page</title>
        </head>
    
        <body>
              <h1>Here is the header</h1>
              <p>Here is some test text</p>
        </body>
    </html>
    

    What I am saying is: make sure your goal is right and you choose the right tool for the task. Customers aren’t always right. Infact, they often come to us, because they have an idea, but dont know how to make it become real.

    You be the expert!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.