Question
still a problem
Hi guys,
I'm a newbei and I have this huge problem. Till now I've created sites with vbs and asp. And now I've decided to use Flash as well. I've read few asp-xml-flash tutortials, but never able to find what I need.
I have xml anf flash. In flash I have a main swf (system.swf), a list of news swf (newsList.swf) and a news swf (news.swf). The system.swf has only AS. It loads swfs and communicates with asp. And here's my problem. Let say the user opens the newsList.swf. Here he/she has a list of news (title, date and a short description). After he/she click on the title, this var must be send to system.swf:
1. id of the movie, which must be loaded next
2. id of the news, which is then send to asp, so it gets the right news from the db
I was thinking using the LocalConnection for the communication between swfs, but what I don't know is how to send vars from title to system.swf. How do I apply vars to title? How do I make title to behave as a internal link? Can I do somethink like:
t.content = nodes .attributes.content,nodes.attributes.link; //content is a text box in a t mc
t.content.onRelease = function ().....?
I hope this makes sense. THX for any help.
I'm a newbei and I have this huge problem. Till now I've created sites with vbs and asp. And now I've decided to use Flash as well. I've read few asp-xml-flash tutortials, but never able to find what I need.
I have xml anf flash. In flash I have a main swf (system.swf), a list of news swf (newsList.swf) and a news swf (news.swf). The system.swf has only AS. It loads swfs and communicates with asp. And here's my problem. Let say the user opens the newsList.swf. Here he/she has a list of news (title, date and a short description). After he/she click on the title, this var must be send to system.swf:
1. id of the movie, which must be loaded next
2. id of the news, which is then send to asp, so it gets the right news from the db
I was thinking using the LocalConnection for the communication between swfs, but what I don't know is how to send vars from title to system.swf. How do I apply vars to title? How do I make title to behave as a internal link? Can I do somethink like:
t.content = nodes .attributes.content,nodes.attributes.link; //content is a text box in a t mc
t.content.onRelease = function ().....?
I hope this makes sense. THX for any help.