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

Your preferred username that is used when logging in.

flowplayer logo showing Created Sep 2, 2010

This thread is solved

Views: 2205     Replies: 7     Last reply Sep 6, 2010  
You must login first before you can use this feature

ikeskin

Posts: 3

Registered:
Sep 2, 2010

flowplayer logo showing

Posted: Sep 2, 2010

Hi,

I want to try flowplayer, before buy.

When I try to put slash to begin of src tag. Player shown Flow Player's logo, to the left down location.

How can I solve this.

Best regards.

my code is,

<object width="322" height="235" id="undefined" name="undefined" data=http://www.palhaber.com/flowplayer.commercial-3.2.2.swf" type="application/x-shockwave-flash">
<param name="movie" value=http://www.palhaber.com/flowplayer.commercial-3.2.2.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />


</object>

lamc2007

Posts: 39

Registered:
Apr 8, 2010

» flowplayer logo showing

Posted: Sep 2, 2010

Reply to: flowplayer logo showing, from ikeskin
You want to try it but want the logo removed when you do?

Im not sure thats possible. I think the point of buying it is that you can remove the branding.

ikeskin

Posts: 3

Registered:
Sep 2, 2010

» » flowplayer logo showing

Posted: Sep 2, 2010

Reply to: » flowplayer logo showing, from lamc2007
I am not sure that. Because, when I remove host name http://www.palhaber.com/) from movie tag, the brand logo hiding.

Like this.

<object width="322" height="235" id="undefined" name="undefined" data="flowplayer.commercial-3.2.2.swf" type="application/x-shockwave-flash">
<param name="movie" value="flowplayer.commercial-3.2.2.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />

ClausP

Posts: 37

Registered:
Aug 20, 2010

» » » flowplayer logo showing

Posted: Sep 2, 2010

Reply to: » » flowplayer logo showing, from ikeskin
If you want to try it before you buy, then you should use the free edition with Flowplayer branding and not the commercial.

/Claus

ikeskin

Posts: 3

Registered:
Sep 2, 2010

» » » » flowplayer logo showing

Posted: Sep 2, 2010

Reply to: » » » flowplayer logo showing, from ClausP
I just find a correct solution. I just try to test. Not to use before to buy.

If I get an affirmative answer I will decide to buy now.

If I was malicious, I would not type my site name. You can check that your product is using or not.
First of all, I have to be sure it is working as I want.

Thank for your insightfuly.

Ismail.

canalcas

Posts: 2

Registered:
Sep 2, 2010

TRANLATION PLAY AGAIN

Posted: Sep 2, 2010

Reply to: » » » flowplayer logo showing, from ClausP
Hi
Sorry to interact into your thread... it's my first time haven't seen the post your thread button...

I just wanted to know how can I translate the "play again" that comes up after each video or if that is an image where could I replace it...

And also how to translate "This advertisement runs for x seconds" at the begining o each ad...

Thankyou very much in advance
alberto

Anssi
Flowplayer Flash & video streaming developer

Posts: 1194

Registered:
Jul 24, 2007

» TRANLATION PLAY AGAIN

Posted: Sep 6, 2010

Reply to: TRANLATION PLAY AGAIN, from canalcas
See the example below to see how to change the label. Please check the documentation of the advertising plugin for information on how to change labels in it.

Flowplayer forum example

HTML setup for the player

<!-- include latest Flowplayer javascript file -->
<script language="javascript" src="path/to/flowplayer-3.2.6.js"></script>

<!-- player container with optional splash image -->
<a href="path/to/video_file" id="playerContainer">
	<img src="path/to/splash_image" />
</a>


JavaScript coding

Following script will install Flowplayer into our player container


<script language="javascript">
// our custom configuration is given in third argument
flowplayer("playerContainer", "path/tohttp://releases.flowplayer.org/swf/flowplayer-3.2.7.swf",{
play: {
    replayLabel: 'Replay it!'
}
});
</script>


canalcas

Posts: 2

Registered:
Sep 2, 2010

translation play again

Posted: Sep 6, 2010

Reply to: » TRANLATION PLAY AGAIN, from Anssi
Thank you for the answer...

If I search on my server the latest version that I see is

/public_html/player/flowplayer-3.2.2.swf

Although I perceive there are many versions on my server that I paste down below... I don't understand why there are so many versions. I'd figure it'd be better to have just one or when you install something new and updated, this should replace older versions in your server...

I'm not to keen on this technology and the person who sold me a program called V-ads installed it for me together with OpenX.... It's a good and easy program to use... but now I see that I need to change other things...

The code that you've published here for html and javascript... can I find it in some specific file in my server in order to change it?

Also if you could tell me where to find the documentation of the advertising plugin... I would appreciate...

Sorry about my newbieness... but thanx a lot for your reply...
canalcas
canascasting.net

public_html/player/flowplayer.audio-3.1.0.swf

/public_html/player/flowplayer-3.2.1.swf

/public_html/player/flowplayer.content-3.1.0.swf

/public_html/player/flowplayer.playlist-3.0.8.modified.js

/public_html/player/flowplayer-embed.js

/public_html/player/flowplayer.playlist-3.0.8.js

/public_html/player/flowplayer-3.1.4.js

/public_html/player/flowplayer.playlist-3.0.8.min.js

/public_html/player/flowplayer.captions-3.1.4.swf

/public_html/player/flowplayer-3.1.4.min.js

/public_html/player/xmoov-flowplayer.php

/public_html/player/flowplayer.playlist-3.0.7.modified.js

/public_html/player/flowplayer.controls-3.2.1.swf

/public_html/player/flowplayer-3.1.5.swf

/public_html/player/flowplayer.rtmp-3.2.0.swf

/public_html/player/flowplayer.analytics-3.1.5.swf

/public_html/player/flowplayer.playlist-3.0.7.js

/public_html/player/flowplayer-3.2.2.swf

/public_html/player/flowplayer.controls-3.1.5.swf

/public_html/player/flowplayer.controls-3.2.0.swf

/public_html/player/flowplayer.pseudostreaming-3.1.3.swf

/public_html/player/flowplayer.rtmp-3.1.2.swf

/public_html/player/flowplayer.rtmp-3.1.3.swf

/public_html/player/flowplayer-3.1.0.min.js

/public_html/openx/plugins/deliveryLog/vastServeVideoPlayer/flowplayer

/public_html/openx/plugins/deliveryLog/vastServeVideoPlayer/flowplayer/3.1.1/flowplayer-3.1.1.min.js

/public_html/openx/plugins/deliveryLog/vastServeVideoPlayer/flowplayer/3.1.1/flowplayer.controls-3.1.1.swf

/public_html/openx/plugins/deliveryLog/vastServeVideoPlayer/flowplayer/3.1.1/flowplayer.rtmp-3.1.0.swf

/public_html/openx/plugins/deliveryLog/vastServeVideoPlayer/flowplayer/3.1.1/flowplayer-3.1.1.swf