Hi everyone,
I’m developing an MP3 player for a company.
It has various XML playlists which allows them to update it by themselves.
They have concerns as the tracks on their server could be accessed if someone decompiles the Flash Movie to reveal the xml link, as shown below.
playlist_xml.load(“guestDJMixes.xml”);
Is there a way to hide this incase someone does try to access the script in the movie?
Thx in advance.
BRb