Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm trying to attach a .exe file to a video,and when someones clicks on the video the program starts running.
Posted

1 solution

This is not possible.

A video is played by using a player software that supports the specific video file format. So you would need a video format that supports embedding of executable code and a player software that supports that video format and executing the code. But such a feature would be extremely insecure.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 20-Dec-14 19:28pm    
Agree, a 5.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900