I have a player for
streaming de áudio
and would like to make it easier to change the server data (IP and Port). Download
I currently use the SWiX software to edit the data > Player .
The data (IP and PORT) are in the line DoAction :
Ijustwantedtoeditjustusingtheparameters,similartothesitebelow:
link
It uses the following form:
<object width=180 height=70 style="float: left;margin-top: 5px;">
<param name=movie value="http://paineladmin.com/swf/player_novo.swf" />
<param name=allowfullscreen value=true />
<param name=allowscriptaccess value=always />
<param name=wmode value=transparent />
<param name=flashVars value="rtmp=rtmp://192.198.204.194:1935/stream&servidor=http://centova.ehostsolucoes.com.br:8516" />
<embed wmode="transparent" src="http://paineladmin.com/swf/player_novo.swf"type=application/x-shockwave-flashallowscriptaccess=alwaysallowfullscreen=truewidth=180height=70flashvars="rtmp=rtmp://192.198.204.194:1935/stream&servidor=http://centova.ehostsolucoes.com.br:8516" />
</embed>
</object>
How can I do something similar to this with my Player?
I also accept suggestions with Javascript / jQuery