How would I cause SWF address to return a parameter on its created URL that would be unique for a specific image?
I'm running the Imagevue flash object within a Joomla component and the entire Joomla paradigm of integration/interoperation between components, is the idea of a unique identifier on the URL designating each item (in this case picture).
ie. ?id=5
Actually it wouldn't have to be on the url, it could be a php variable (just thought a url is more straight forward). I just need to be able to access it via php.
Thanks