Axelology
Posted At : November 12, 2006 11:56 PM | Posted By : Axel Jensen

Flash URL Encoding

This isn't perfect, but what i had to do was use the "escape" method....

var artist = "Set Your Goals"
var album = "Mutiny!"
var someVar = '<br> Some Test' + escape(artist) + '/' + escape(album) + 'end';

This was a workaround for some stuff I do for

killtheheart player

I haven't been able to check it with any of the special characters for usage with xml or anything, but this was a quick save for me.

Comments



Blog provided and hosted by CF Webtools. Blog Sofware by Ray Camden.