简体   繁体   English

除非用户将鼠标悬停在Flash的调试器版本上,否则不会加载swf

[英]debugger version of flash not loading swf unless user mouseover

I have embedded the calender (datefield and datechooser) control of flex in cfm. 我已在flex中嵌入了flex的日历(datefield和datechooser)控件。 When my application page loads the calender (swf) gets loads only if we mouseover the placeholder. 当我的应用程序页面加载时,仅当我们将鼠标悬停在占位符上时,日历(swf)才会加载。 However the issue is only in machines which have the debugger flash version and works fine in release version. 但是,此问题仅在具有调试器Flash版本并且在发行版中工作正常的机器中。

Any help would be much appreciated 任何帮助将非常感激

Thanks a lot weltraumpirat for the response. 非常感谢weltraumpirat的答复。

The problem has been solved. 问题已经解决。 It was because I had set the dimensions of the placeholder in % value. 这是因为我已将占位符的尺寸设置为%值。

I had given the height and width my container (span) in percentage which I have now hard coded .And then in the event handler of the the calender pop-up i set the calendar dimensions to 100% which would always show it perfectly. 我已经以硬编码的百分比给出了容器的高度和宽度,然后在压光机弹出窗口的事件处理程序中将日历尺寸设置为100%,这总是可以完美显示出来。

Thanks all. 谢谢大家

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM