Embedding flv into wordpress
-
I am attempting to embed video from a video archive (external source) and I can’t seem to make it work. I’ve trying grabbing the video (via orbit or Bytescout) to no avail. So my last resort was to embed it. I’ve done lots of searching on the net for syntax in XML and Javascript to accomplish this…but haven’t figured anything out…from what I can tell the website uses rtemp: here is a snippet of the code directly from the site:
<p id=”player”>Get the Flash Player to see this video.</p>
<script type=”text/javascript”>
var s1 = new SWFObject(‘/images/flash/flvplayer.swf’,’single’,’320′,’280′,’7′);
s1.addParam(‘allowfullscreen’,’false’);
s1.addVariable(‘file’,’rtmp://128.83.148.198/flvplayer/2008/wallace’);
s1.addVariable(‘id’,’eban_abba’);
s1.addVariable(‘image’,’eban_abba.jpg’);
s1.addVariable(‘displayheight’,’240′);
s1.addVariable(‘backcolor’,’0x000000′);
s1.addVariable(‘frontcolor’,’0xCCCCCC’);
s1.addVariable(‘lightcolor’,’0xE3E1D1′);
s1.addVariable(‘width’,’320′);
s1.addVariable(‘height’,’280′);
s1.addVariable(‘captions’,’captionate’);
s1.addVariable(‘autostart’,’false’);
s1.addVariable(‘largecontrols’,’true’);
s1.addVariable(‘usefullscreen’,’false’);
s1.addVariable(‘overstretch’,’true’);
s1.addVariable(‘logo’,’/images/video/hrc_logo_white_trans2.png’);
s1.write(‘player’);
</script></div>
obviously I can see that rtmp://128.83.148.198/flvplayer/2008/wallace needs to be replaced with the domain-name of the actual site
Perhaps someone can attempt to embed one of the videos and tell me how to do it…the site is: http://www.hrc.utexas.edu/collections/film/holdings/wallace/
-
WordPress.COM is different from WordPress.ORG:
https://en.forums.wordpress.com/topic/please-read-me-first-before-posting?replies=1
We can’t use flash here.
- The topic ‘Embedding flv into wordpress’ is closed to new replies.