citcit / autoembed

Automatically exported from code.google.com/p/autoembed
GNU Lesser General Public License v3.0
0 stars 0 forks source link

SnagFilms support #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Possible?

http://www.snagfilms.com/films/title/committing_poetry_in_times_of_war/

Original issue reported on code.google.com by jhi...@gmail.com on 16 Feb 2009 at 5:13

GoogleCodeExporter commented 8 years ago
Humm, this one is a little strange.  It requires the object to have an id which 
is
referenced in the flashparams.  I'm not really sure why or what it's doing but 
it
doesn't seem to work when the object's id isn't in the flashvars.

See Example:
<object width="600" 
        height="410" 
        viewastext="" 
        classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" 
        padding="0" 

codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=8,0,0,0"

        id="video_frame_824">       

  <param
value="assetId=video:asset:pmms:2272821&playerId=video_frame_824&autoplay=false&
serverBase=http://videoapi.aol.com&rvChannelFilter=AOLNull&displaySearch=false&d
isplayUtil=false&displayTopCap=false&sk_color2=0xc9c9c9&sk_color3=0xc9c9c9"
src="http://o.aolcdn.com/mediaplayer/players/fpm/fpm.swf" name="FlashVars"/>        
  <param value="true" name="allowFullScreen"/>      
  <param value="http://o.aolcdn.com/mediaplayer/players/fpm/fpm.swf" name="Movie"/>     
  <param value="http://o.aolcdn.com/mediaplayer/players/fpm/fpm.swf" name="src"/>   
<param value="always" name="AllowScriptAccess"/>        
  <param value="all" name="AllowNetworking"/>       
  <param value="transparent" name="wmode"/>

  <embed width="600" 
        height="410" 
        pluginspage="http://www.macromedia.com/go/getflashplayer" 
        wmode="transparent" 
        type="application/x-shockwave-flash" 
        allowfullscreen="true" 
        allowscriptaccess="always" 
        name="video_frame_824" 
        quality="high" 

flashvars="assetId=video:asset:pmms:2272821&playerId=video_frame_824&autoplay=fa
lse&serverBase=http://videoapi.aol.com&rvChannelFilter=AOLNull&displaySearch=fal
se&displayUtil=false&displayTopCap=false&sk_color2=0xc9c9c9&sk_color3=0xc9c9c9"

        src="http://o.aolcdn.com/mediaplayer/players/fpm/fpm.swf" 
        id="video_frame_824" />     
</object>

Original comment by phpu...@gmail.com on 22 Feb 2009 at 4:53

GoogleCodeExporter commented 8 years ago

Original comment by phpu...@gmail.com on 22 Feb 2009 at 5:03