how to force page to refresh from flash
Hello,
version: flash mx
player: 6
I've got a swf of an avatar that users can alter like change its clothes hairstyle etc.
However once they press "ok" to save their changes, the swf doesn't automatically update, even though the changes have been saved server-side as the page doesn't automatically refresh.
The server side app that stores the avatar details is written in perl and updates and xml document but I won't have access to them. (Even if I did, I don'tknow any perl)
I'm aware of caching issues etc, but I was hoping there would be a way thru all that to refresh the page and update the avatar from the flash movie itself.
Is there any way of forcing the page to refresh an show the updated swf from flash?