coldfusion flash integration:
My flash grids, which have worked consistently for quite a while, have all
stopped working. The page loads fine, but the little clock loader just keeps
ticking and the grid never populates. There have been no database changes or
CF server changes that I am aware of. One thing I have noticed is that before
the grid shows the 'initializing' message, it shows one that says 'Library 1 of
1' loading in to the page. I can't remember this happening before..
The grid is pretty basic, and i've tested the qry many times:
<cfform format="flash" height="300" width="800">
<cfgrid name="gwAlertModGrid" query="qryGridAlertTriggers"
selectmode="Edit" delete="no" colheaders="yes" colheaderbold="yes" height="260"
width="790">
<cfgridcolumn name="borehole_no" header ="Borehole" select="no">
<cfgridcolumn name="ins_ref_no" header ="Instrument Ref" select="no">
<cfgridcolumn name="min_alert" header="Min">
<cfgridcolumn name="max_alert" header="Max">
</cfgrid>
Here's the IE page source :
<script type="text/javascript" charset='utf-8'
src='/CFIDE/scripts/cfformhistory.js'></script>
<noscript>
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
id='CFForm_1'
codebase='
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=7,0,14,0'
width='800'
height='300'>
<param name='src' value='/gims_web/report/GW/1424097086.mxml.cfswf'/>
<param name='wMode' value='Window'/>
<param name='flashVars'
value='%5F%5FCFForm%5F1%5Fcacheid=0320F33A%2DC6A9%2D30CD%2D56D681C3ECF8024C&%5F%
5FgwAlertModGrid%5Fcacheid=0320F32B%2DECFE%2D244C%2DFC9310CB96B95955'/>
</object>
</noscript>
<script type="text/javascript" charset='utf-8'>
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
codebase='
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=7,0,14,0' width='800' height='300'> ");
document.write(" <param name='src'
value='/gims_web/report/GW/1424097086.mxml.cfswf'/>");
document.write(" <param name='wMode' value='Window'/>");
document.write(" <param name='flashVars'
value='historyUrl=%2FCFIDE%2Fscripts%2Fcfformhistory%2Ecfm%3F&lconid=" + lc_id
+"&%5F%5FCFForm%5F1%5Fcacheid=0320F33A%2DC6A9%2D30CD%2D56D681C3ECF8024C&%5F%5Fgw
AlertModGrid%5Fcacheid=0320F32B%2DECFE%2D244C%2DFC9310CB96B95955'/>");
document.write("</object>");
</script>
<script type="text/javascript" charset='utf-8'>
document.write("<br><iframe src='/CFIDE/scripts/cfformhistory.cfm'
name='_history' frameborder='0' scrolling='no' width='22'
height='0'></iframe></br>");
</script>
I tried linking to the flash object directly and that worked so it's
definitely there, even though it just does the same thing by not populating.
Heeeeeeeeeelppp..p