TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jaganathan Bantheswaran
93
20.1k
3.2m
How to play large video files in Silverlight 4
Feb 7 2011 12:27 PM
Hi every one,
I need to play large
video file [ 2 GB ]
in silverlight OOB application.
I am using
byte array
to read the stream of the video file. so its giving error like
OutOfBoundException
if i try to load large files.
this is the sample code
FileStream fs = new FileStream("video.mp4",FileMode.Read);
fs.Read(byteArray,0,byteArray.Length);
This is line giving error..
Help me..
Thanks in advance..
Reply
Answers (
8
)
opening an access databse and running a macro
Enable/Disable Cells of Datagridview On ComboboxColumn's selectedIndexChanged Event