sujeetkr
30 Aug 2012, 3:41 AM
Hi,
I am embedding flash component in my application. It is working fine in browsers where flash player plugin is installed, but it doesn't work where flash plugin is not installed.
I have enabled the express install feature given in the document http://docs.sencha.com/ext-js/4-0/#!/api/Ext.flash.Component, but it is not working.
I have tried to set both
Ext.flash.Component (http://docs.sencha.com/ext-js/4-0/#%21/api/Ext.flash.Component).EXPRESS_INSTALL_URL = 'path/to/local/expressInstall.swf';
and
Ext.FlashComponent (http://docs.sencha.com/ext-js/4-0/#%21/api/Ext.flash.Component).EXPRESS_INSTALL_URL,
I am using Extjs 4.0.1. And testing it in Chrome and Firefox.
Can you please point me to working example of this?
Thanks,
Sujeet
I am embedding flash component in my application. It is working fine in browsers where flash player plugin is installed, but it doesn't work where flash plugin is not installed.
I have enabled the express install feature given in the document http://docs.sencha.com/ext-js/4-0/#!/api/Ext.flash.Component, but it is not working.
I have tried to set both
Ext.flash.Component (http://docs.sencha.com/ext-js/4-0/#%21/api/Ext.flash.Component).EXPRESS_INSTALL_URL = 'path/to/local/expressInstall.swf';
and
Ext.FlashComponent (http://docs.sencha.com/ext-js/4-0/#%21/api/Ext.flash.Component).EXPRESS_INSTALL_URL,
I am using Extjs 4.0.1. And testing it in Chrome and Firefox.
Can you please point me to working example of this?
Thanks,
Sujeet