|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
embeding wmp w/instant play?lbeen racking my brain and msdn and google with no luck...
how would i go about embedding a media clip and having it play instantly? i.e. no buffering/caching? i dont care if it buffers half way through, but i need the clip playing <1s after the link to the page is clicked. any help would be appreciated, im open to pretty much anything at this point japhar81 wrote:
> been racking my brain and msdn and google with no luck... this is pretty much all clientside stuff but the buffering is usually a > > how would i go about embedding a media clip and having it play instantly? > i.e. no buffering/caching? > > i dont care if it buffers half way through, but i need the clip playing <1s > after the link to the page is clicked. > > any help would be appreciated, im open to pretty much anything at this point > > clientside side effect. Try looking at streaming it directly instead of serving up a file (MMS://) Basicallly though, its going to be nearly impossible to guarantee what do you mean streaming directly? just opening http:// instead of mms://?
Show quoteHide quote "Curt_C [MVP]" <software_at_darkfalz.com> wrote in message news:%231vtmKdbFHA.3196@TK2MSFTNGP14.phx.gbl... > japhar81 wrote: >> been racking my brain and msdn and google with no luck... >> >> how would i go about embedding a media clip and having it play instantly? >> i.e. no buffering/caching? >> >> i dont care if it buffers half way through, but i need the clip playing >> <1s after the link to the page is clicked. >> >> any help would be appreciated, im open to pretty much anything at this >> point > this is pretty much all clientside stuff but the buffering is usually a > clientside side effect. > Try looking at streaming it directly instead of serving up a file (MMS://) > > Basicallly though, its going to be nearly impossible to guarantee > > -- > Curt Christianson > site: www.darkfalz.com > blog: blog.darkfalz.com japhar81 wrote:
Show quoteHide quote > what do you mean streaming directly? just opening http:// instead of mms://? I meant dont use http://site/file.wmv and to use mms:// instead> > > "Curt_C [MVP]" <software_at_darkfalz.com> wrote in message > news:%231vtmKdbFHA.3196@TK2MSFTNGP14.phx.gbl... > >>japhar81 wrote: >> >>>been racking my brain and msdn and google with no luck... >>> >>>how would i go about embedding a media clip and having it play instantly? >>>i.e. no buffering/caching? >>> >>>i dont care if it buffers half way through, but i need the clip playing >>><1s after the link to the page is clicked. >>> >>>any help would be appreciated, im open to pretty much anything at this >>>point >> >>this is pretty much all clientside stuff but the buffering is usually a >>clientside side effect. >>Try looking at streaming it directly instead of serving up a file (MMS://) >> >>Basicallly though, its going to be nearly impossible to guarantee >> >>-- >>Curt Christianson >>site: www.darkfalz.com >>blog: blog.darkfalz.com > > >
Other interesting topics
Do i loose the power of asp.net if i use a custom extension (not .aspx) with IHttpHandlerFactory
what is Request.ServerVariables how to make VS auto suggest properties during dev Newbie on Session State Dataview returns 0 rows Unable to map the debug start page URL to a machine name User Controls in 2.0 Getting user password from Active Directory Controling table layout dynamically. Onmouseover Event, Cursor property not working with Netscape or Firefox |
|||||||||||||||||||||||