@'GarrethNBF':
@'JabberCam':
If you wish to modify the source that way, yes, it should work. Passing the variables via URI was the easiest method. If you succeed with something more complex (recommended), we would be happy to see it here.
Hi, I can confirm that the above method works.
I use PHP to write a HTML element with the username, from a SESSION variable, and then have Javascript retrieve that value from within the ActionScript.
Passing the variables via the URI wasn't sufficient for me.
Firstly, it allows the user to set their own username, which I don't want.
Secondly, it requires a redirect out of my application, which is messy, as my application has already generated http headers at this point.
Now, I can run JabberCam as a component of my overall app, rather than as a separate service.
Can I also ask why Gender, Age etc are commented out of the design in the Partner Video Window?
Hi!
Would it be to much if I asked you to share what you did to make it work with your existing user database?