This is a message.

Forum user: Ben

Basic information

Registered Mar 30, 2011
Last login Mar 30, 2011
Forum posts 2
Direct URL http://www.flowplayer.org/forum/users/83018

Latest forum posts

Posts:

Registered:

Flowplayer analytics - 300 initialization error

Posted: Mar 30, 2011

I've googled and searched for solutions to my error, but have not been able to fix it, so I am hoping someone can help me.

My problem is that when I try include the analytics plugin I get an initialization error. When I remove the analytics plugin the code works fine.

My code is below:

<script type="text/javascript">
flowplayer("player", { src: http://www.mysite.com/flowplayer/flowplayer.commercial-3.2.5.swf", wmode: 'opaque'}, {
key: '#$mykey',
clip: {
autoPlay: true,
provider: 'rtmp',
autoBuffering: true,
bufferLength: 5
},
plugins: {
gatracker: {
url: 'http://www.mysite.com/flowplayer/flowplayer.analytics-3.2.2.swf',
events: {
all: true
},
debug: true,
accountId: 'UA-1111115-1'
},
rtmp: {
url: 'http://www.mysite.com/flowplayer/flowplayer.rtmp-3.2.3.swf',
netConnectionUrl: 'rtmp://s1wn2aupjx7sga.cloudfront.net/cfx/st'
},
htmlContent: {
url: 'http://www.mysite.com/flowplayer/flowplayer.content-3.2.0.swf',
stylesheet: 'http://www.mysite.com/css/flowplayer_content.css',
top: 23,
left: 30,
width: 394,
height: 51,
opacity: 0.0,
border: 0,
backgroundGradient: 'none',
backgroundColor: 'transparent',
backgroundImage: 'url(/img/show/video-overlay.png)',
borderRadius: 0,
html: 'Get your team?s preview every Friday!'
}
}
}).ipad();
</script>

Posts:

Registered:

» Google Analytics plugin

Posted: Mar 30, 2011

Hi,

I know this is an old post but I am pretty desperate for some help.

I am having the exact same problem as stated in post #5, which is:

"There is no video displayed when playback is started, flowplayer is displayed but instead of video there is gray area only. GA events are displayed correctly (in debug mode). I've tried a lot of versions, including custom build, build inside flowplayer, but there is still the same problem. Player on the official page mentioned above works fine though. I've tried to duplicate it (using online versions of player and plugin) but the problem is still the same. If video is paused and resumed, video automagically appears."

I have read the responses but I am not trying to play it from the local host. This problem occurs for me when I embed it into Facebook. Any ideas on why this would be and how I could fix it?

Thanks!