Link to home
Start Free TrialLog in
Avatar of IT_Group1
IT_Group1Flag for Israel

asked on

Video download with aspx

Hello. In our site you can download the video by a aspx. for example: http://karvenu.co.il/?nav=player&File_Name=1871
but this aspx doesn't work with larges files, for example: http://karvenu.co.il/?nav=player&File_Name=1742
we are looking for a JAVA SCRIPT that working properly with any file size and also don't open a blank, when u click the bottom it'll download the file.
for example: http://www.jumbomail.co.il/Downloads.aspx?sid=a431e7daf9f34a518469a8645c742ace
thanks.
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

what I see most often is the player and also a download link i.e. right click to download as in http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-Windows-8-C-Amp-NuGet-Mouse-Mischief-and-more

		</div>
		<ul class="download">
				<li>
					
		<a href="http://video.ch9.ms/ch9/5a0d/5c4b9ffa-249c-4de3-809f-9ff4002d5a0d/TWC9Feb102012_2MB_ch9.wmv">High Quality WMV</a> <span class="usage">(PC, Xbox, MCE)</span>

				</li>
				<li>
					
		<a href="http://video.ch9.ms/ch9/5a0d/5c4b9ffa-249c-4de3-809f-9ff4002d5a0d/TWC9Feb102012_ch9.mp3">MP3</a> <span class="usage">(Audio only)</span>
				</li>
				<li>
					
		<a href="http://video.ch9.ms/ch9/5a0d/5c4b9ffa-249c-4de3-809f-9ff4002d5a0d/TWC9Feb102012_ch9.wmv">Mid Quality WMV</a> <span class="usage">(Lo-band, Mobile)</span>

				</li>
				<li>
					
		<a href="http://video.ch9.ms/ch9/5a0d/5c4b9ffa-249c-4de3-809f-9ff4002d5a0d/TWC9Feb102012_high_ch9.mp4">High Quality MP4</a> <span class="usage">(iPad, PC)</span>
				</li>
				<li>
					
		<a href="http://video.ch9.ms/ch9/5a0d/5c4b9ffa-249c-4de3-809f-9ff4002d5a0d/TWC9Feb102012_low_ch9.mp4">MP4</a> <span class="usage">(iPod, Zune HD)</span>

				</li>
				<li>
				  
		<a href="http://video.ch9.ms/ch9/5a0d/5c4b9ffa-249c-4de3-809f-9ff4002d5a0d/TWC9Feb102012_med_ch9.mp4">Mid Quality MP4</a> <span class="usage">(WP7, HTML5)</span>
				</li>
		</ul>
	</div>


<div class="video-options">

Open in new window

Avatar of IT_Group1

ASKER

Hi,

I think that u doesn't understand us. we want to left-click make download the file with a Script. and we want the the script don't make a Binary file becouse with large file it does't work. for example in our site: http://karvenu.co.il/?nav=player&File_Name=1881 becouse this a big file it isn't downloading it.

Thx
The flowplayer plays that file 1881 properly. I have no problem receiving the stream. Do you want the file to PLAY or have the user the ability to download it and then view later?
I want the user to download the file.

If you look in here http://karvenu.co.il/?nav=player&File_Name=1881 u can see that to download the VIDEO file "¿¿¿¿¿¿" can't do it. becouse it's make a Binary file and then download it with ASPX. So big files can not downloading.

We want a script that download the file with left-click by ASPX. without Binary file(that open new page and then download) so it'll download bigger files with no problem.
Please be more spacific, by giving us the script file and the ASPX command. Thank u.
When you say download do you mean PLAY the video in their browser or to capture the file to their hard drive for later playing?

I have NO problem at all playing the video which is what the flow player is designed to do.
Save it to the hard drive.
Thx
then you need to create a link and like in channel 9 the user does a right click to save to their hard drive <a href="videos\myvideo.mp4" right click and save to hard drive">
Dear  ve3ofa;
I want to be able to give the user the ability to perform only 1 LEFT CLICK, and by that download the video.

Thx !
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
So any other creative idea?
Experts ?

do you have any more answers ?
experts ?