CFMULTIMEDIA not working
I just installed ColdFusion9 Enterprise and was playing with some of the new features. I cannot get CFMULTIMEDIA to work and am wondering if anyone can hlep. I tried the solution in another discussion (http://forums.adobe.com/message/2107303#2107303) but it did not work. I have tried several different variations and they all get a Connection Error (Conn Err). I have the .flv file in the same folder as the calling page. I have tried the following and none of them work:
<cfmediaplayer name="videoPlayer" source="/videos/HadleyGlenValley.flv">
<cfmediaplayer name="videoPlayer" source="HadleyGlenValley.flv">
I have enven tried the full path on the drive on the server and get the same results
Am I missing something or is this a bug?
Any info is greatly appreicated!!!