This is a message.

Commercial version on multiple domains using a feed Created Nov 30, 2009

This thread is solved

Views: 4494     Replies: 9     Last reply Jul 4, 2010  
You must login first before you can use this feature

iCrest

Posts: 3

Registered:
Aug 18, 2009

Commercial version on multiple domains using a feed

Posted: Nov 30, 2009

I've got an instance of flowplayer working on a product page on one of my websites (DOMAIN-1). The content of this page is being fed into a page DOMAIN-2.

When using the simple configuration

flowplayer("player", "/swf/flowplayer.commercial-3.1.5.swf", { 
    // product key from your account 
    key: '$c6e9311935842bee951' 
});
It works fine for DOMAIN-1, but the flowplayer logo is appearing on DOMAIN-2.... this is as expected.

I've tried using the Multiple Domains config in the sample pages, with no luck.

When i use the following code, the commercial license on BOTH domains is not working!


    <script src="http://www.DOMAIN-1.com/video/flowplayer-3.1.2.min.js" type="text/javascript"></script>
    <script src="http://www.DOMAIN-1.com/video/config.js" type="text/javascript"></script>
    
    <a href="http://www.DOMAIN-1.com/video/video.flv" style="display: block;
        width: 400px; height: 280px; margin: 0 auto; border: 1px solid #ccc; padding: 20px;"
        id="player">
    </a>
    
    <script type="text/javascript" language="JavaScript">
        var keys = {
            'www.DOMAIN-1.com': '$XXXXXX',
            'www.DOMAIN-2.com': '$YYYYYY'
        };
        
        $f("player", "http://www.DOMAIN-1.com/video/flowplayer.commercial-3.1.2.swf", {
            key: keys[location.host] || '',
            clip: conf.defaults,
            plugins: { controls: conf.skins.tube }
        });
    </script>

What am I doing wrong?
Can flowplayer be used in a Feed?

griffe

Posts: 8

Registered:
Nov 30, 2009

» Commercial version on multiple domains using a feed

Posted: Nov 30, 2009

Reply to: Commercial version on multiple domains using a feed, from iCrest
Hello,

Any update on this?

iCrest

Posts: 3

Registered:
Aug 18, 2009

» » Commercial version on multiple domains using a feed

Posted: Nov 30, 2009

Reply to: » Commercial version on multiple domains using a feed, from griffe
Not found a solution yet. come on folks.. help!

griffe

Posts: 8

Registered:
Nov 30, 2009

» » » Commercial version on multiple domains using a feed

Posted: Dec 1, 2009

Reply to: » » Commercial version on multiple domains using a feed, from iCrest
I thought this was supported??? At least for commercial version?

Have you tried contacting support?

beijerelectronics

Posts: 3

Registered:
Oct 27, 2009

» » » » Commercial version on multiple domains using a feed

Posted: Dec 14, 2009

Reply to: » » » Commercial version on multiple domains using a feed, from griffe
I also have problem with "Commercial version in multiple domains" and have done exactly as the demo page below.
http://flowplayer.org/demos/commercial/multiple-domains.html

I assume that somebody else must have the same issue and perhaps solved it with another code. All inputs are appreciated, thanks.

Edge
Vizmu Media ------------------- http://vizmu.com/

Posts: 576

Registered:
Nov 29, 2008

» » » » » Commercial version on multiple domains using a feed

Posted: Dec 14, 2009

Reply to: » » » » Commercial version on multiple domains using a feed, from beijerelectronics
You need a multidomain license for this to work.
If you have a multidomain license please post a link to the page in question or post the flowplayer install code you're using inside code tags. < code > install here < / code >

beijerelectronics

Posts: 3

Registered:
Oct 27, 2009

» » » » » » Commercial version on multiple domains using a feed

Posted: Dec 14, 2009

Reply to: » » » » » Commercial version on multiple domains using a feed, from edge
Hi, we have the multidomain license. Below is the CMS generated install code. We have a CMS with common script/function library between our sub sites, therefore I need this to work.

<script language="JavaScript" type="text/javascript">
var keys = {
	'beijerelectronics.com':'#@7ca3933c86ba0038e7d',
	'beijer.se':'#@c743d12da36f8e5837d',
	'beijer.no':'#@416094daaef68e7f18f',
	'beijer.fi':'#@a14fec95873d035c0ed',
	'beijer.dk':'#@03154091132947b9d1d'
};

$f("myFlowPlayer_CD826DBA2DDA06BEC12576820044037B", {src: '/flowplayer/flowplayer.commercial-3.1.5.swf', wmode: 'opaque' }, {
	key:keys[location.host] || '',
	plugins: {
		controls: {
		url: '/flowplayer/flowplayer.controls-tube-3.1.5.swf'
		}
	},

	clip: {
		scaling: 'fit'
	},

	playlist: [
		{
		url: '/web/web_aut_se.nsf/shared/cc_link_large.jpg/$file/cc_link_large.jpg',
		scaling: 'orig'
		},
		{
		url: '/web/web_aut_se.nsf/alldocuments/CD826DBA2DDA06BEC12576820044037B/$file/GXW2CCL_1280_1024_test.flv',
		autoPlay: false
		},
		{
		url: '/web/web_aut_se.nsf/shared/cc_link_large.jpg/$file/cc_link_large.jpg',
		scaling: 'orig'
		}
	]
});
</script>

The link to the page is:
http://www.beijer.se/web/web_aut_se.nsf/AllDocuments/ADA0FF2096D377F6C1256F42004A998F

Thanks in advance.

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1868

Registered:
Nov 16, 2007

» » » » » » » Commercial version on multiple domains using a feed

Posted: Dec 15, 2009

Reply to: » » » » » » Commercial version on multiple domains using a feed, from beijerelectronics
You need to add the www- prefix for the domain names.

beijerelectronics

Posts: 3

Registered:
Oct 27, 2009

» » » » » » » » Commercial version on multiple domains using a feed

Posted: Dec 15, 2009

Reply to: » » » » » » » Commercial version on multiple domains using a feed, from tipiirai
Works just fine now, thanks for the help!

mupar

Posts: 1

Registered:
Jul 4, 2010

» » » » » » » » Commercial version on multiple domains using a feed

Posted: Jul 4, 2010

Reply to: » » » » » » » Commercial version on multiple domains using a feed, from tipiirai
hmmm- glad i found this thread , get used to just throwing in the url without www prefix.

thanks, tasers for sale