0 Replies Latest reply: Dec 3, 2011 1:03 PM by remiremi23 RSS

    Integrating Flash as a HTML5 Componant (with JQuery)

    remiremi23 Community Member

      Hello,

      i am strugling to make the flash componant fit as a html5 valid componant inside JQuery. Here is what i have so far:

       

      <script>

      jQuery(document).ready(function(){

       

      jQuery('body').data('videoCriteria', {'dom':'domVideoResults', 'q':'', 'username':'remi2611', 'category':'', 'feed':'most_viewed', 'time':'today',

      'type':'2', 'pageNumber':'1', 'nb_display':'10', 'safeSearch':'none'});

      jQuery('body').data('social_buttons', 0);

      youtube_wpress_displayVideosList();

      });

      </script><noscript>

      Visitez notre blog voyage!

      </noscript>

       

      Any clue on how this could be done ?