I've been playing .flv files with no problem like this

myvidobject.netStream.play(http://url.com/vid.flv);

but can't get rtmp to work using:

myvidobject.netStream.play(rtmp://url.com/vid.flv);


I imported a .flv object and named it "myvidobject".

Anyone here able to use rtmp?