You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Help Installing my first plugin Created Oct 14, 2009

This thread is solved

Views: 2318     Replies: 10     Last reply Oct 16, 2009  
You must login first before you can use this feature

ToRmEnTeD
1000's of Music Videos On Demand! http://www.tormented.tv

Posts: 21

Registered:
May 26, 2009

Help Installing my first plugin

Posted: Oct 14, 2009

Hi i am trying to learn how to install the javascript EMBED plugin
http://flowplayer.org/plugins/javascript/embed.html

I have never installed a plugin for flowplayer. I have flowplayer working and very stable on my site. I am just wanting to add this feature to it.

When reading the page about it the install dont seem hard but its not very clear one where to find the files that i need to edit. Or even what the files might be called?

Is there some main file that has all the flowplayer config settings in it or what?

ToRmEnTeD
1000's of Music Videos On Demand! http://www.tormented.tv

Posts: 21

Registered:
May 26, 2009

» Help Installing my first plugin

Posted: Oct 14, 2009

Reply to: Help Installing my first plugin, from ToRmEnTeD
Hmm been at this all night and i finialy got it to display a code..not where or how im wanting but it might not matter because the embed code i get dont work...

http://www.tormented.tv/community/portal.php

check it out and let me know if you have any ideas what im doing wrong

Here is the code im using

href="{URL}"
style="display:block;width:555px;height:300px;"
id="player">

<br>
<script src=http://static.flowplayer.org/js/flowplayer.embed-3.0.2.min.js"></script>
<textarea id="textarea" style="float:left;height:100px;margin:-1px 0 0 0px;overflow:hidden;width:545px;"></textarea>

<script language="JavaScript">
flowplayer("player", "/flowplayer/flowplayer-3.1.4.swf");
var code = $f().embed().getEmbedCode();
document.getElementById("textarea").innerHTML = code;

</script>

ToRmEnTeD
1000's of Music Videos On Demand! http://www.tormented.tv

Posts: 21

Registered:
May 26, 2009

» » Help Installing my first plugin

Posted: Oct 14, 2009

Reply to: » Help Installing my first plugin, from ToRmEnTeD
I updated to the again newest version of of flowplayer because it was talking about fixing problems with embeding but the codes i get still dont work...
http://www.tormented.tv/community/portal.php

ToRmEnTeD
1000's of Music Videos On Demand! http://www.tormented.tv

Posts: 21

Registered:
May 26, 2009

» » » Help Installing my first plugin

Posted: Oct 15, 2009

Reply to: » » Help Installing my first plugin, from ToRmEnTeD
Anyone able to spot out my problem with this ?

<object width="100%" height="100%" id="_005790186" data=http://www.tormented.tv/flowplayer/flowplayer-3.1.4.swf?0.19144319380826985" type="application/x-shockwave-flash"><param name="movie" value=http://www.tormented.tv/flowplayer/flowplayer-3.1.4.swf?0.19144319380826985" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value='config={"clip":{"url":http://www.tormented.tv/videos/Halestorm_-_I_Get_Off.flv"},"playlist":[{"url":"http://www.tormented.tv/videos/Halestorm_-_I_Get_Off.flv"}]}' /></object>

ToRmEnTeD
1000's of Music Videos On Demand! http://www.tormented.tv

Posts: 21

Registered:
May 26, 2009

» » » » Help Installing my first plugin

Posted: Oct 15, 2009

Reply to: » » » Help Installing my first plugin, from ToRmEnTeD
Am i asking in the wrong place or what? Where do i get help for the plugin i installed . If there is something wrong with what i have dont please tell me . If everyone is stumped please also tell me.

ToRmEnTeD
1000's of Music Videos On Demand! http://www.tormented.tv

Posts: 21

Registered:
May 26, 2009

» » » » » Help Installing my first plugin

Posted: Oct 15, 2009

Reply to: » » » » Help Installing my first plugin, from ToRmEnTeD
I have been comparing my nonworking html code with the working exapmple from the flowplayer.org site. What i have noticed first is this part.

this is from my code

data=http://www.tormented.tv/flowplayer/flowplayer-3.1.4.swf?0.634613851959615" type="application/x-shockwave-flash">

What is alll the #'s after the .swf part ?
when i look at the flowplayer example it does NOT have any such numbers

(from the example)

data=http://flowplayer.org/swf/flowplayer-3.1.4.swf" type="application/x-shockwave-flash">

These numbers are displayed in 2 parts of my code? Could this be part of a problem ?

ToRmEnTeD
1000's of Music Videos On Demand! http://www.tormented.tv

Posts: 21

Registered:
May 26, 2009

» » » » » » Help Installing my first plugin

Posted: Oct 15, 2009

Reply to: » » » » » Help Installing my first plugin, from ToRmEnTeD
oooooo and MINE has a "?" after the word .swf !! :( Whats up with that?

gmccomb

Posts: 746

Registered:
Apr 9, 2009

» Help Installing my first plugin

Posted: Oct 15, 2009

Reply to: Help Installing my first plugin, from ToRmEnTeD
A couple of things here:

1. PLEASE post code with the <code> tags. When you post your code as text parts get mangled, and it is impossible to determine what you're doing.

2. I tried your object code and it works fine (tested with IE7 and FF 3.0.x on XP):

http://buenacreek.com/flowplayertest/tormented.html

3. The ? and numbers means you have the default cache-busting left on. See the documentation about how to turn it off.

See also this blog entry:

http://flowplayer.org/blog/43

ToRmEnTeD
1000's of Music Videos On Demand! http://www.tormented.tv

Posts: 21

Registered:
May 26, 2009

» » Help Installing my first plugin

Posted: Oct 15, 2009

Reply to: » Help Installing my first plugin, from gmccomb
Yea i know i should use code tags but didnt see the option. Now i know. Thank you :)
very interesting on the cache thing. From the blog you posted it sounds like thats something that should be enabled so im not sure if thats what would be causing my issue or not. I am curious tho. I am trying to embed the code into myspace.com the example code from the video here on the flowplayer site works fine...mine shows just a white box. Would you think that the cache would be worth trying disabled?

ToRmEnTeD
1000's of Music Videos On Demand! http://www.tormented.tv

Posts: 21

Registered:
May 26, 2009

» » » Help Installing my first plugin

Posted: Oct 16, 2009

Reply to: » » Help Installing my first plugin, from ToRmEnTeD
I guess i was wrong. Neither of the codes can be embeded on myspace....That sux! .
Can we fix it ?

gmccomb

Posts: 746

Registered:
Apr 9, 2009

» » » » Help Installing my first plugin

Posted: Oct 16, 2009

Reply to: » » » Help Installing my first plugin, from ToRmEnTeD
It's not my blog. I am not associated with Flowplayer.

The MySpace problem has been detailed before. Do a forum search and you'll see some discussions about it. Apparently MySpace does not allow the configuration strings that Flowplayer uses.

I am not a MySpace user so I don't know if there is a workaround.

On the cache string, the embed plugin shouldn't be passing the random number to the embed output. I'd consider that a bug. You may wish to post it in the Bug Report section.