Flash Embedding Problem
-
Hey,
I’m a newbee to the wordpress, only have a very basic understanding of CSS and HTML but am enjoying the learning process with WP. I’m stuck with a flash embedding issue which i haven’t been able to find a direct answer to so i thought i’d throw it on a thread in the hope i’ll get some assistance…
I’m using the FLV EMBED plugin and have successfully got the flash player and movie up on my main post page using the simple code [flv:url width height]… great!
Problem is though it’s not working in the categories/archives sections… instead i’m getting the following in it’s place:Get the latest Flash Player to see this player.
[Javascript required to view Flash movie, please turn it on and refresh this page]
document.getElementById(”player1″).style.display = “”;
var s1 = new SWFObject(”http://roebeehproductions.com.au/wp-content/plugins/flv-embed/flvplayer.swf”,”player1″,”480″,”370″,”7″);
s1.addParam(”wmode”,”transparent”);
s1.addParam(”allowscriptaccess”,”always”);
s1.addParam(”allowfullscreen”,”true”);
s1.addVariable(”height”,”370″);
s1.addVariable(”width”,”480″);
s1.addVariable(”file”,”http://roebeehproductions.com.au/wp-content/Video/AStickySituation.flv”);
s1.addVariable(”frontcolor”,”0xaaaaaa”);
s1.addVariable(”lightcolor”,”0xffffff”);
s1.addVariable(”link”,”http://roebeehproductions.com.au/wp-content/Video/AStickySituation.flv”);
s1.addVariable(”bufferlength”,”7″);
s1.write(”player1″);How can this be rectified?
Appreciate any assistance here…
Roe beeH
The topic ‘Flash Embedding Problem’ is closed to new replies.