Hi,
I cannot play a asx streaming. The code below looks ok but when i try to play the streaming it keeps saying that the provider of this clip can't be loaded.
Do you have any suggestion on playing asx streams. I don't have access to the server, i just want to be able to play it from another web page.
thanks,
<head>
<!-- flowplayer scripts should be loaded from your servers NOT from static.flowplayer.org -->
<script type="text/javascript" src="flowplayer-3.0.6.min.js"></script>
</head>
<script type="text/javascript" src="standalone.js"></script>
href=http://player-e7.simplecdn.net/flowplayer.flv"
style="display:block;width:800px;height:600px;"
id="player">
<script language="JavaScript">
$f("player", "flowplayer-3.0.7.swf", {
plugins: {
atv: { url: 'flowplayer.pseudostreaming-3.1.1.swf' }
},
clip: {
provider: 'atv',
// all videos under this baseUrl support pseudostreaming on the server side
url: 'http://myserver/atv.asx' ,
//autoPlay: false
},
plugins: {
// default controls with the same background color as the page background
controls: {
backgroundColor: '#254558',
backgroundGradient: 'none',
all:false,
scrubber:true,
mute:true,
height:30,
progressColor: '#6d9e6b',
bufferColor: '#333333'
},
// time display positioned into upper right corner
controlbar: {
url: 'flowplayer.controls-3.0.4.swf',
top:0,
backgroundGradient: 'none',
backgroundColor: 'transparent',
buttonColor: '#254558',
all: false,
time: true,
height:50,
right:0,
width:100
}
},
// canvas coloring and custom gradient setting
canvas: {
backgroundColor:'#254558',
backgroundGradient: [0.1, 0]
}
});
</script>
I cannot play a asx streaming. The code below looks ok but when i try to play the streaming it keeps saying that the provider of this clip can't be loaded.
Do you have any suggestion on playing asx streams. I don't have access to the server, i just want to be able to play it from another web page.
thanks,
<head>
<!-- flowplayer scripts should be loaded from your servers NOT from static.flowplayer.org -->
<script type="text/javascript" src="flowplayer-3.0.6.min.js"></script>
</head>
<script type="text/javascript" src="standalone.js"></script>
href=http://player-e7.simplecdn.net/flowplayer.flv"
style="display:block;width:800px;height:600px;"
id="player">
<script language="JavaScript">
$f("player", "flowplayer-3.0.7.swf", {
plugins: {
atv: { url: 'flowplayer.pseudostreaming-3.1.1.swf' }
},
clip: {
provider: 'atv',
// all videos under this baseUrl support pseudostreaming on the server side
url: 'http://myserver/atv.asx' ,
//autoPlay: false
},
plugins: {
// default controls with the same background color as the page background
controls: {
backgroundColor: '#254558',
backgroundGradient: 'none',
all:false,
scrubber:true,
mute:true,
height:30,
progressColor: '#6d9e6b',
bufferColor: '#333333'
},
// time display positioned into upper right corner
controlbar: {
url: 'flowplayer.controls-3.0.4.swf',
top:0,
backgroundGradient: 'none',
backgroundColor: 'transparent',
buttonColor: '#254558',
all: false,
time: true,
height:50,
right:0,
width:100
}
},
// canvas coloring and custom gradient setting
canvas: {
backgroundColor:'#254558',
backgroundGradient: [0.1, 0]
}
});
</script>