Articulate and ColdFusion playing nice together
First, a brief background: Today I attempted to publish my Articulate preso to our company intranet. Our intranet allows different business units to manage content in their own directory. Let's say I create the file mypage.html under our directory, then browse to it. Magically, the corporate "wrapper" with graphics and navigation elements appears around my page. In order to break out of the intranet wrapper, I must change my filename to a CFM template as mypage.cfm. Then I move this page to a new subdirectory, and also create a new Application.cfm file, with only a dummy application name. Now mypage.cfm displays only what's inside, no wrapping occurs!
Segway this "intranet intro" to my Articulate content publishing task, where I have my file player.html, and 2 directories (data and player). I move these 3 elements to my newly created subdirectory, with the dummy Application.cfm. Next, I changed the filename to player.cfm (not .html). When I browse to the page, it appears blank! Where the heck is my Articulate Flash preso? It plays just fine when I browse my computer's file system to the player.html file. The issue is that some of the HTML comments that Articulate generated when I published are not proper. Most web folks know that a basic html comment looks like

There are no comments for this entry.
[Add Comment]