Hello, could you give me and example of how to embed am rtmp into a Drupal node, I am using Player 5.10 and module 6.1.7

Is there anything we have to fill in under the advanced settings Streaming (streamer and provider) fields?

Using this code below as per your instructions in another entry for example still give me a cross domain policy error even when we have the crossdoamin.xml file uploaded an no other ulr's give any issues.

Kind Regards

  $flash_vars = array(
    'file' => 'rtmp://vm-lstreamp02.ds.man.ac.uk/rerc',
    'image' => 'your/preview.jpg'
  );
  print theme("jwplayermodule_render_player", "Manchester", $flash_vars);

Any help would be greatly appreciated.

Kind Regards

Javier