Copy link to clipboard
Copied
Hi All,
I am having an html page in which an swf video file is embedded. I need to play the video when i click a link. For example:
<a href="pathtomyvideofile/fiename.htm">Play Video</a>
Shud i use cfheader or cfcontent tags? How shud i go about doing this?
Pls help.
Thanks
Hi
Please refer this
http://kb2.adobe.com/cps/415/tn_4150.html
Copy link to clipboard
Copied
Hi
Please refer this
http://kb2.adobe.com/cps/415/tn_4150.html
Copy link to clipboard
Copied
This is not a ColdFusion question. ColdFusion does not play video. The browser plays video if it receives code that tells it to. ColdFusion can be used to deliver that code, but it could just be a static HTML page or any other type as well.