Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » use html to open application


use html to open application

Reply
  #1 (permalink)  
Old 09-17-06, 06:16 AM
absvinyl absvinyl is offline
Newbie Coder
 
Join Date: Sep 2006
Location: los angeles
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
use html to open application

i host video on my site and i was wondering if anyone new how to create a link that would open up the progressive download quicktime video in the quicktime application and not in the browser.

thanks,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 09-17-06, 04:05 PM
Christian's Avatar
Christian Christian is offline
Community VIP
 
Join Date: Mar 2005
Location: ProgrammingTalk
Posts: 2,449
Thanks: 0
Thanked 6 Times in 5 Posts
Nope, not possible afaik.
__________________
:: ImperialBB :: New version in the works! :: http://www.imperialbb.com ::

:: Have a question about the board? The Rules? An Infraction/Warning? :: Contact Form ::
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 09-18-06, 03:51 AM
absvinyl absvinyl is offline
Newbie Coder
 
Join Date: Sep 2006
Location: los angeles
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Christian
Nope, not possible afaik.
apple does it on their website, here is an example
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 09-18-06, 05:37 AM
bpool_lee bpool_lee is offline
Newbie Coder
 
Join Date: Mar 2006
Posts: 80
Thanks: 0
Thanked 0 Times in 0 Posts
that is not HTML that they use.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 09-18-06, 02:26 PM
Christian's Avatar
Christian Christian is offline
Community VIP
 
Join Date: Mar 2005
Location: ProgrammingTalk
Posts: 2,449
Thanks: 0
Thanked 6 Times in 5 Posts
Quote:
Originally Posted by absvinyl
apple does it on their website, here is an example
Well maybe you should of posted that link in the op!

The code Apple is using is not an HTML link. It is a embeded object, a link to the movie, and a target of QuickTimePlayer. Here is an example from the source of the apple page, the code in red are the ones I was talking about.
Code:
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" height="27" width="67">
  <param name="src" value="http://movies.apple.com/trailers/images/hd_btn2_480p.mov">
  <param name="bgcolor" value="FFFFFF">
  <param name="controller" value="false">
  <param name="href" value="http://images.apple.com/movies/touchstone/apocalypto/apocalypto-tlr1_480p.mov">
  <param name="target" value="QuickTimePlayer">

  <embed src="http://movies.apple.com/trailers/images/hd_btn2_480p.mov" pluginspage="http://www.apple.com/quicktime/download/" bgcolor="FFFFFF" controller="false" href="http://images.apple.com/movies/touchstone/apocalypto/apocalypto-tlr1_480p.mov" target="QuickTimePlayer" height="27" width="67"> 
</object>
__________________
:: ImperialBB :: New version in the works! :: http://www.imperialbb.com ::

:: Have a question about the board? The Rules? An Infraction/Warning? :: Contact Form ::
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #6 (permalink)  
Old 09-18-06, 03:04 PM
absvinyl absvinyl is offline
Newbie Coder
 
Join Date: Sep 2006
Location: los angeles
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Christian
Well maybe you should of posted that link in the op!
thanks for all of your help, you got me on that one too. i must say that everyone on this forum is really helpful! thanks again.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
html tutoral thefrtman HTML/XHTML/XML 5 04-27-09 11:25 AM
Classified Ads skipper23 Perl 3 11-22-05 03:22 AM
open source html editors abtimoteo HTML/XHTML/XML 0 08-05-05 11:20 AM
How To Open HTML File & Edit Once a Day cebuy PHP 2 12-13-04 05:03 PM
Classified Ads skipper23 Perl 2 12-30-03 04:43 AM


All times are GMT -5. The time now is 09:23 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.