Can anyone please help me with this problem?

How do I pass custom parameters to FMS using a FLVPlayback just like
I can with NetConnection.onConnect()?

e.g. Normally I pass custom params to FMS like this:
netConnection.connect("rtmp://mydomain.com...", param1, param2, ... .etc);

How do I pass param1... etc. to FMS if I'm using an FLVPlayback component?


Thank you!