Question
Dynamic data from URL
I have a Flash page that allows a user to dynamically select
a graphic's mat colors frame type, and frame color. The graphic is
to be loaded from our ZenCart shopping cart. I can call the Flash
page from ZenCart and would like to just encode the graphic's ID at
the end of the URL that calls the Flash page, like this:
http://www.mypage.com?ZC=180.
In this example I would parse my XML DB looking for graphic number
180, display it, and I'm done.
I'm confused (after looking at a gazillion Flash and ActionScript books and Googling every term I can think of). Should I be using loadVars, FlashVars, URLLoader or something else? Does anyone have any code snippets I can look at? I'm spending too much time researching this problem and not enough time solving it...the client's getting antsy.
Thanks!
I'm confused (after looking at a gazillion Flash and ActionScript books and Googling every term I can think of). Should I be using loadVars, FlashVars, URLLoader or something else? Does anyone have any code snippets I can look at? I'm spending too much time researching this problem and not enough time solving it...the client's getting antsy.
Thanks!