Playing swf files using cfcontent is very simple.
The video will not play when we call only the HTML page in which the flash video is embedded. Instead we also need to call the swf file using cfcontent to play the video files.
Playing flash files embedded in HTML can be done by the following code snippet:-
<cfcontent type=”application/x-shockwave-flash;” file=”#FilePathandFileNameOfSWFFile#” deletefile=”no”>
<cfcontent type=”text/html” file=”#FilePathandFileNameOfHTMLFile#” deletefile=”no”>
1 response so far ↓
Playing SWF files using cfcontent | Adobe Tutorials // July 15, 2009 at 11:57 am |
[...] Playing swf files using cfcontent is very simple. The video will not play when we call only the HTML page in which the flash video is embedded. Continued here: Playing SWF files using cfcontent [...]