开发者

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'   
                          }   
                 }     
        }

      )   

);

 

**

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜