Flowplayer for wordpress plugin

2 replies
I am trying to get flowplayer to work on my blog, but not working for some reason...

I have the fv wordpress plugin on my site, but when I upload my video to ftp and then go to make a post it is not showing up. The post shows up with a video there but nothing plays.

So if anyone is experienced in this field it will be greatly appreciated

here is the post on my new blog so you guys can take a look

How To Get More Web Traffic Using Article Maketing – Decoding Ezine Articles

thanks
-Chris
#flowplayer #plugin #wordpress
  • Profile picture of the author Sean Fry
    I'm curious to see how you solve this problem myself, since I'm going to be doing the same thing...
    {{ DiscussionBoard.errors[2304039].message }}
  • Chris,

    If you "view source" on your page, you see the following code:

    Code:
    <p style="text-align: center;">
    <div class="flowPlayer"><a class="player plain" id="postnum-16"><embed src="http://massmlmtraffic.com/wp-content/plugins/wordpress-flowplayer/flowplayer-3.0.0.swf" allowfullscreen="true" allowscriptaccess="always" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" id="postnum-16" bgcolor="#000000" name="postnum-16" flashvars="config={&quot;clip&quot;:{&quot;url&quot;:&quot;&quot;,&quot;autoPlay&quot;:false},&quot;playerId&quot;:&quot;postnum-16&quot;,&quot;playlist&quot;:[{&quot;url&quot;:&quot;&quot;,&quot;autoPlay&quot;:false}]}" width="320px" height="240px"><br />
    			</a><br />
    			<script language="javascript">
    			("postnum-16", "http://massmlmtraffic.com/wp-content/plugins/wordpress-flowplayer/flowplayer-3.0.0.swf", {
    			clip: {
    				url: '',
    				autoPlay: false
    			} 
    			});
    				</script></div></p>
    The text in red should contain the URL to your FLV file, but it is empty.

    That is why you get the "streamNotFound, clip:
    'http://massmlmtraffic.com/how-to-get-more-web-traffic-using-article-maketing-decoding-ezine-articles/'
    " error message when you click the play button.

    Do you have the latest version of the plugin (2.0.9.9)? Also, did you insert the code into your post like this...

    Code:
    [FLOWPLAYER=http://www.webstunning.com/player-demo/movie4.flv,600,450]
    {{ DiscussionBoard.errors[2304074].message }}

Trending Topics