Skip to main content
Participant
April 19, 2008
Question

Launching app from image href

  • April 19, 2008
  • 1 reply
  • 258 views
I am struggling to implement the following functionality:

I am aware that one can launch vlc (media player) from windows start like:

START -> RUN -> "C:\Program Files\VideoLAN\VLC\vlc.exe" z:\mymovies\somemovie.avi

I want to implement the same functionality (meaning launching the vlc and play the media file) from an IMAGE href from a web page. How can I do it?

Basically, I am looking to launch a windows app from a web image href.

I did try cfexecute and it does not work. Any help would be appreciated!
This topic has been closed for replies.

1 reply

Inspiring
April 19, 2008
The easiest way is to to make it a simple anchor tag. The default application for that file type will launch itself.