Hi !
I've been working on a program and need some updated information about working
with Flash 8 and Visual Basic Express 2008

From my research it seems that I need to set a script access parameter,
probably from VB. So I'm wondering how to do that.

Secondly, some of the intel out there hints that the FSCommand is no longer
the suggested way to go, So I need to get confirmation on the correct way to
call a an swf file and get it to run again.

I currently have an xml database that, when updated, needs to trigger my flash
program to re-display the data.
Everything works fine the first time through, but the updated xml file is not
being processed.

I'd like to have Visual Basic just "tell" flash (with a parameter or a call)
the xml file has been updated and then get flash to redisplay based on the new
information.

Your advice would be appreciated.