Whats up all.
I have an ASP page that pulls data from an RSS news feed in XML and should output it to HTML form in a nice little flash movie. The flash movie is simple it just rolls up the screen.
When I setup the ASP page which I got from someone else I had to change the objects around to use different drivers. I'm wondering if I should do the same with the flash object? It's currently calling:
I'm wondering. Can I use load variables in the ASP page to call the same function in the client side Flash?
Please help me!
I have an ASP page that pulls data from an RSS news feed in XML and should output it to HTML form in a nice little flash movie. The flash movie is simple it just rolls up the screen.
When I setup the ASP page which I got from someone else I had to change the objects around to use different drivers. I'm wondering if I should do the same with the flash object? It's currently calling:
Code:
Set Movie = Server.CreateObject("SWFScout.FlashMovie")
I'm wondering. Can I use load variables in the ASP page to call the same function in the client side Flash?
Please help me!