dojo - DojoX Flash streaming -


When I use the JWPlayer with everything following the configuration is okay.

  JWPlayer ( 'someId') .setup ({ 'flashplayer': '/js/jwplayer/player.swf', 'File': 'awesome.flv', 'streamers'' RTMP: //some.server.com: 1934 / vod ',' width ':' 220 ',' height ':' 190 '});   

When I use Dojo with the following config:

  New Flash ({Path: 'RTMP: //some.server.com: 1934 / Vod? File = awful .flv ', width: 220, height: 190}, this.someId); The Flash Play Holder is appearing, but there is no control in the console to play the stream and I can see the error which does not make sense to me ...  
  Building SWF failed. [Break this error] comboPendingTimer = null; Dojo.js (line 648)   

What is wrong with Dojo Flash Config? Another thing is how to use the object tag in Dojo? Right now it uses some weird embed tags ...

Dojo version 1.7.2 documentation is not useful

Dojox.embed.Flash only a browser sniffing utility & lt; embed & gt; or & lt; object & gt ; in a way that best identifies users' browsers.

You are doing the wrong path, the Flash object does not know how to handle a streaming flv file, Need to point to the CF.

to work with the option
 code   

with swfObject using JWPlayer

It has long been a sample how embedded through swfobject Interpretation:

  swfobject.embedSWF (dataurl, 'flashcontent', '300', '250', '9', 'false', flashvars, the params, attributes);   

This type of prototype embedSWF which:

  swfobject.embedSWF (swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj  

width: 300, height: 250, minimum version: 9, Akspresinstol: Akspresinstol, Skriptskript Aviseः true path: Daturl, id: '1 player' Wars: Flaswars, Params: Params}, 'Flash Contant');

Comments