1. #1
    Sencha User
    Join Date
    Jul 2012
    Posts
    3
    Vote Rating
    0
    slymore is on a distinguished road

      0  

    Default Unanswered: Embedding Youtube videos using a xtype:'video' item

    Unanswered: Embedding Youtube videos using a xtype:'video' item


    Hi everyone,

    I would like to embed a Youtube video using xtype:'video'. (so to speak, create a Sencha video item incorporating a youtube video)

    I already get this working with the iframe code provided by Youtube and html:' ...', but sometimes this technique doesn't allow me to properly use my css code for dynamically resizing the video.

    Any Ideas if this is possible ?

  2. #2
    Sencha User
    Join Date
    Jul 2012
    Posts
    3
    Vote Rating
    0
    slymore is on a distinguished road

      0  

    Default


    It seems to me that sencha items (xtype:'image or xtype:'video') automatically resize according to the size of the window... Am I right ?

  3. #3
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,714
    Vote Rating
    436
    Answers
    3113
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Quote Originally Posted by slymore View Post
    It seems to me that sencha items (xtype:'image or xtype:'video') automatically resize according to the size of the window... Am I right ?
    Depends how you setup things. If you set a width/height configs it will always remain that size. If you use a layout like fit or hbox then you can have it adjust on window resize/orientation.
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.