Hi,
Are you 100% sure that your ASX URL's are correct?
Loaded directly into Windows Media Player none of the ASX URL's are working
in my end, but the URL to the media is
Not working:
Working:
/Tony
Message
From: "Rowby" <rowby (AT) RWBY (DOT) CM>
To: <WMTalk (AT) DISCUSSMS (DOT) HSTING.LSFT.CM>
Sent: Thursday, 19, 2006 5:07 PM
Subject: Re: Flip4Mac - Peter - Ben - Brandon?
Hmmm
I have the following on the test page and neither is working in ie or
firefox.
<embed type="application/x-mplayer2"
src=""
showStatusBar="true"
showControls="true"
kioskmode="false"
height="320"
width="280 "
scale="ASPECT"
</embed>
<embed type="application/x-mplayer2"
src=""
showStatusBar="true"
showControls="true"
kioskmode="false"
height="320"
width="280 "
scale="ASPECT"
</embed>
again here's the asx file on the wm server
<asx version="3">
<entry>
<title>Rowby Fan Club</title>
<ref href=""/>
</entry>
</asx>
Message
From: WMTalk [mailto:WMTalk (AT) DISCUSSMS (DOT) HSTING.LSFT.CM] Behalf Andrew
Davidson
Sent: Thursday, 19, 2006 7:17 AM
To: WMTalk (AT) DISCUSSMS (DOT) HSTING.LSFT.CM
Subject: Re: Flip4Mac - Peter - Ben - Brandon?
I think the issue there is that you're using object tags and javascript to
attempt to control the embedded player, which we do not support.
Try using an embed tag ala
<embed type="application/x-mplayer2"
src="[the path to your content] "
showStatusBar="[true/false]"
showControls="[true/false]"
kioskmode="[true/false]"
height="[player height] "
width="[player width] "
scale="ASPECT"
</embed>
That should work much better. The src attribute can still link to the ASX
file, assuming that it works with flip4mac. I'm getting 404 errors in my
browser still, are you sure it's publicly available?)
Andrew Davidson
Flip4Mac Testing and Support
andrewd (AT) telestream (DOT) net
19, 2006, at 6:44 AM, Rowby wrote:
I fixed the asx file and as a test I played it successfully on the
media server (using remote desktop).
But it is still not playing at this test link where I am testing both
http and mms:
&Itemid=1
Here's the asx file, which is on the media server, the same folder as
the wmv file:
<asx version="3">
<entry>
<title>Rowby Fan Club</title>
<ref href=""/>
</entry>
</asx>
I have two objects in the test link. where I attempt to use http
and the other where I attempt to use mms:
First the http version: (copied and pasted from source code)
<object type="video/x-ms-wmv" data="http://208.66.224.142/rowby/
show70.asx"
width="320"
height="280" >
<param name="src" value="" />
<param name="autostart" value="true" /<param name="controller"
value="true" /<param name="qtsrcdontusebrowser" value="true" />
<param name="enablejavascript" value="true" /<a
href=""></a>
</object>
Now the mms version: (copied and pasted from source code) <object
type="video/x-ms-wmv" data="mms://208.66.224.142/rowby/ show70.asx"
width="320"
height="280" >
<param name="src" value="" />
<param name="autostart" value="true" /<param name="controller"
value="true" /<param name="qtsrcdontusebrowser" value="true" />
<param name="enablejavascript" value="true" /<a
href=""></a>
</object>
Note that I am not linking directly to the wmv file, which I assume is
not the way to go.
>
>
>
>
>
>
Rowby,
I think your asx file doesn't work - i.e. I can't even play that in a
standalone player. Flip4Mac gives me a 404 (not found) error.
I have tried it with an MMS link directly to the streaming server and
that works fine, too. The http link I am using in my example goes to a
web server where the asx sits, which in turn has the mms url to the
media file in it.
Users Guide
contains important info. Save time, search the archives at
.
To unsubscribe, mailto:WMTalk-signoff-
request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM
Users Guide
contains important info. Save time, search the archives at
.
To unsubscribe, mailto:WMTalk-signoff-request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM
Users Guide
contains important info. Save time, search the archives at
.
To unsubscribe, mailto:WMTalk-signoff-request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM
Users Guide
contains important info. Save time, search the archives at
.
To unsubscribe, mailto:WMTalk-signoff-request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM