I'm trying to develop a flash-app which launches realplayer and plays a rtsp-stream. I'm using a N95 (S60 3rd Edition V12.0.013).
To start realplayer from the swf I'm using:
fscommand("Launch", "Z:\\sys\\bin\\MediaPlayer.exe");
This works just fine and realplayer launches.
However, when I try to add parameters to the string, it stops working and nothing happens when I run the code. I.e. the following doesn't work:
fscommand("Launch", "Z:\\sys\\bin\\MediaPlayer.exe,rtsp://path/to/streamingserver.3gp");
I've also tried starting the web-browser with a url as parameter with no luck.
Am I doing something wrong, or is Symbian simply lacking support for parameters in fscommand?
Any help on this would be VERY much appreciated!



