Wouldn't it be cool if the MediaDisplay component supported some kind
of authentication mechanism, at least for FLVs downloaded via HTTP?

 <mx:MediaDisplay contentPath="http://my.com/protected.flv";
    username="{httpUsername}" password="{httpPassword}" />

Or:

 <mx:MediaDisplay contentPath="http://my.com/protected.flv";
sessionId="{sessionId}" />

Or:

 <mx:MediaDisplay contentPath="http://my.com/protected.flv";
    httpParameters="{authParams}" />

I'm not very familiar with the various authentication mechanisms, but
this seems doable.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to