ExtJs Framework with Flex
How开发者_如何学Python to embed the Flex Grid in ExtJs framework.
Thanks, Ravi
I search in google, i got a code.
Please check it and let me know if i am wrong.
**
var mclock;
document.write(
mclock=new Ext.ux.Media.Flash(
{mediaCfg:{
url : 'clock.swf'
,id : 'inlineClock'
,style : {display:'inline',width:'100px',height:'80px'}
,start : true
,loop : true
,controls :false
,params: {
wmode :'transparent'
,scale :'exactfit'
,salign :'t'
}
}
}
)
);
**
精彩评论