Embedding FlowPlayer Flash in WordPress
-
I am trying to embed the popular daily newsprogram from Democracy Now in WordPress.
Here is the code: from Democracy Now and Internet Archive:<object type=”application/x-shockwave-flash” width=”320″ height=”263″ id=”FlowPlayer” data=”https://www.archive.org/flv/FlowPlayerWhite.swf”>
<param name=”movie” value=”https://www.archive.org/flv/FlowPlayerWhite.swf”/>
<param name=”scale” value=”noScale”/>
<param name=”wmode” value=”transparent”/>
<param name=”allowScriptAccess” value=”sameDomain”/>
<param name=”quality” value=”high”/>
<param name=”flashvars” value=”config={
loop: false,
autoPlay:false,
initialScale: ‘fit’,
videoFile: ‘https://www.archive.org/download/dn2008-0109_vid/dn2008-0109.flv’,
}”/>
</object>
- The topic ‘Embedding FlowPlayer Flash in WordPress’ is closed to new replies.