Skip to main content
ajithman
Inspiring
July 2, 2009
Answered

Playing Video files using coldfusion

  • July 2, 2009
  • 1 reply
  • 1089 views

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

    This topic has been closed for replies.
    Correct answer Dileep_NR

    Hi

    Please refer this

    http://kb2.adobe.com/cps/415/tn_4150.html

    1 reply

    Dileep_NR
    Dileep_NRCorrect answer
    Inspiring
    July 2, 2009

    Hi

    Please refer this

    http://kb2.adobe.com/cps/415/tn_4150.html

    ilssac
    Inspiring
    July 2, 2009

    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.