This is a message.

windows asx streaming problem Created Mar 17, 2009

This thread is solved

Views: 3846     Replies: 5     Last reply Jul 5, 2010  
You must login first before you can use this feature

danova

Posts: 1

Registered:
Mar 17, 2009

windows asx streaming problem

Posted: Mar 17, 2009

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>

netgfx
I write my own code...

Posts: 6

Registered:
Jun 26, 2010

» windows asx streaming problem

Posted: Jun 27, 2010

Reply to: windows asx streaming problem , from danova
I'm also trying to figure out a way to play .asx streams. If someone could help would be great.

websitemumbai

Posts: 2

Registered:
Jul 2, 2010

windows asx streaming problem

Posted: Jul 2, 2010

Reply to: windows asx streaming problem , from danova
Would give anyone suggestions to me also?