FMX: Passing Variables

Does anyone know of a good way to pass variables between flash movies on different html pages? Should I use a flash cookie? pass the variables in the URL of the html file and then try to get them back out on the next page? Something else?

Howdy…

You can use the JavaScript to communicate with the Flash movie…
Check this link out… This might be helpful…

Ah yes the SendVariable method. That much I know, however I have not found an adequate tutorial on adding the variables to the URL. The ones I found allowed only two variables to be passed. Has anyone seen any that demonstrate how to send more than two?