Respected sir/madam,
right now i am displaying movie (.wmv) file using <embed> and <object> tags inside <div> tag. Everything is working fine.
But when user upload 10 MB size movie (.wmv) File, My browser screen is blank ,bcz the browser will start play the movie once the movie (.wmv) file is completely loaded in cache.
I am trying to display 'loading....' message,until browser completely loads movie in cache and starts playing. My Doubt is - is there any javascript functions available to know that movie is completely loaded in cache and it will start to play now.
Incase if there is any function.it will be helpful for me to hide that 'loading...' message using CSS property.
Thanxs for providing some clue or suggesstion to my issue.
A.Suresh Kumar