TomB
Guest
|
Posted:
Tue Aug 09, 2005 4:30 pm Post subject:
load contents of ASX client-side |
|
|
I had previously posed this question in windowsmedia.server but I think
this might be more appropriate here.
I am trying to load the contents of an ASX file directly to WMP
embedded on my web page. I tried doing Player.URL = textstream but
that doesn't load. If I do Player.URL = url_pointing_to_asx that works
fine.
The reason I'm trying to load the contents of the ASX rather than just
passing the URL of the asx is for performance reasons. Its for a flash
app that interfaces with WMP both embedded on the same page. The ASX
is dynamically created server-side then the contents of the asx and the
URL to the asx are returned to the flash app via a web service.
instead of then passing the URL to WMP to go all the way back to the
server, I wanted to save a step and just load in the contents of the
ASX.
Is this even possible?
Thanks in advance
Tom
|
|