So I have almost finish my flash orientation with the help of this great forum Kirupa.com :thumb: .
Now I’m faced with connecting my flash orientation to a database or viceversa.
My [COLOR=blue]flash orientation[/COLOR] needs to accept a [COLOR=red]parameter[/COLOR] which contains a unique ID for the user running the [URL=“http://i-mambo.net/EAS/flash_orientation.html”][COLOR=blue]flash orientation[/COLOR]. This ID needs to be stored throughout the session of the [URL=“http://i-mambo.net/EAS/flash_orientation.html”][COLOR=blue]flash orientation[/COLOR], from section to section. Once a user travels from section-X to section-X in the [URL=“http://i-mambo.net/EAS/flash_orientation.html”][COLOR=blue]Flash Orientation[/COLOR], the next button needs to call an aspx page in order to send that ID and the page position so the aspx can write to an XML file this information. If the user does not finish the [URL=“http://i-mambo.net/EAS/flash_orientation.html”]flash orientation, once they return, the aspx needs to read the correct XML file and send 2 [COLOR=red]parameters[/COLOR] to the [COLOR=blue][URL=“http://i-mambo.net/EAS/flash_orientation.html”]flash orientation[/COLOR]. These 2 [COLOR=red]parameters[/COLOR] will be the user’s ID and the page the user was on the flash can load the correct page. Instead of passing 2 [COLOR=red]parameters[/COLOR] so the flash can dynamically load the correct section, the aspx can call the correct flash file(i.e. flash_file2.swf) but still pass the user’s ID as a [COLOR=red]parameter[/COLOR]. :hr:
Any advice on what should i search on… how should i begin?.. what coding should i add on my main.swf … etc?
please help.
thank you so much!