I need to run my flex app on a headless server. I am launching my app via a command line script in Solaris. It works but for some reason, I am losing much needed parameters in my URL by the time it gets to flex. What could be causing this?
Command line args for app [/bin/sh, -c, /opt/sfw/bin/firefox http://dev.app.com/direct/Momentum.html?reportID=Rep1&channel=Y, :5] queryString.url in Flex: http://dev.app.com/direct/Momentum.html?reportID=Rep1 So how can I get the channel=Y arg back?

