0 Replies Latest reply: Jul 23, 2013 6:31 AM by ThomasJames_T RSS

    MASTPlugin.swf ; loading VAST 2.0

    ThomasJames_T Community Member

      I have only seen one post on this forum where loading the MASTPlugin.swf is explained. The example goes something like this (I changed it a little bit as I have the MASTPlugin.swf running from my deploy location on localhost).

       

      var parameters =

      {

      src: "rtmp://cp67126.edgefcs.net/ondemand/mediapm/stro be/content/test/SpaceAloneHD_sounas_640_500_short",

       

       

      // Set asset level metadata. In this case it's the uri to the mast document which we need to set on the http://www.akamai.com/mast/1.0 namespace

      // (mast string in src_mast_uri is simply an alias)

      src_namespace_mast:"http://www.akamai.com/mast/1.0",

      src_mast_uri:"http://mediapm.edgesuite.net/osmf/content/mast/mast_sample_onitemstart .xml",

       

       

      // Load the mast plugin

      plugin_mast:"http://osmf.org/dev/1.5gm/MASTPlugin.swf"

      };

       

       

      However is it possible to load VAST 2.0 using the MASTPlugin.swf at all ?

       

       

      I have been successful setting up to some extent loading of VAST into Strobe by integrating Strobe with the code found in VASTSample.as; but would much prefer the plugin route.

       

      Is there a different namespace and way to do the above?

       

      Thank...Thomas