question mark (?) in path breaks navigation
Brought to you by:
asual
initial external calls with proper encoded question mark in path work fine
internal calls fail due to SWFAddress#setValue(value:String):void's use of encodeURI which doesn't encode ; / ? : @ & = + $ , # - _ . ! ~ * ' ( )
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/package.html#encodeURI\()
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/package.html#encodeURIComponent\()
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/package.html#escape\()
forked and fixed on GitHub: https://github.com/oliverlietz/swfaddress