views:

150

answers:

0

Hi,

I want to play a media file on page in Silverlight 2.0 application. Currently, my media file is located in Client Bin folder (where XAP file is located) in asp.net web server.

Would you recommend to use isolated Storage for media streaming or Client Bin folder to stream. I am using 'MediaElement' control to play the video. The size of file is ~5MB.

Also, if the size is > 5MB I will have to request for 10MB space on client machine. Please corrent if I am wrong.

Thanks,