Johnny
Johnny

Reputation: 1983

Intoduction to Flash and XML

This is the first time I've used flash, and for the life of me and all my google'ing I can't seem to workout

a) How to add ActionScript

b) How to use XML (I've found tutorials but I can't seem to use them because they don't describe where to put the code.

c) What I need to do special for Flashlite (since this is for the Popcorn Hour)

It would be great if you could show me how to make links to webpages from

<myxml version="1">
    <links>
        <link location="http://www.google.com">Google</a>
        <link location="http://www.google.com.au">Google AU</a>
        <link location="http://www.google.se">Google SE</a>
    </links>
</myxml>

Just a simple example XML I made.

Also if there are any security tips for Flash I should know about that would be great.

Thanks.

Upvotes: 0

Views: 54

Answers (2)

adamzwakk
adamzwakk

Reputation: 709

I wrote a small basic tutorial on how to load XML from Flash that you can find here

Upvotes: 0

chchrist
chchrist

Reputation: 19812

Buy or find Essential Actionscript 3.0 .It will answer most of your questions and it is a great way to learn actionscript.

Upvotes: 1

Related Questions