This is a message.

Forum user: Daniel -- www.danielwatrous.com www.maintainfit.com

Basic information

Registered May 28, 2008
Last login Nov 30, 2009
Forum posts 4
Direct URL http://www.flowplayer.org/forum/users/4210

Latest forum posts

Posts:

Registered:

Can"t get analytics to work

Posted: Dec 8, 2009

Hello,

I'm using flowplayer on a wordpress blog. I've tried following this tutorial:http://flowplayer.org/demos/events/google-analytics.html (although there seems to be a typo in that it should be google._trackEvent instead of _tracker._trackEvent).

I've also looked at this thread:http://flowplayer.org/forum/3/12538

Here's the page and it all seems to be setup correctly. I've triple checked that I've entered my google analytics code correctly. Can anyone tell me what I'm doing wrong?

http://www.choicesoftwarezone.com/childrens-pack-software

Thanks.

Posts:

Registered:

» » .htaccess file not working

Posted: Dec 1, 2009

I'm still having this issue using flowplayer 3.1.5 and IE8. The .htaccess solution didn't work for me either. What else can I try?

Posts:

Registered:

what happened to splashImageFile

Posted: Nov 13, 2009

I used to be able to set a splash image and show the player at the same time with the old version of flowplayer. Now I'm using 3.1.5 and the command splashImageFile doesn't work. What replaced it?

By the way, I don't like the new method of placing an img tag inside the a tag. I'd rather be able to set value manually. Here's what I used to do. All help appreciated. Thanks.

{config: {
videoFile: 'http://www.somedomain.com/video/homepage.flv',
controlsOverVideo: 'ease',
controlBarBackgroundColor: -1,
controlBarGloss: 'high',
controlBarBackgroundColor: 4,
autoPlay: false,
showVolumeSlider: true,
loop: false,
autoRewind: true,
autoBuffering: false,
googleAnalyticsPrefix: 'UA-mynumber',
splashImageFile: 'http://www.somdomain.com/watch-now.png',
usePlayOverlay: true
}}

Posts:

Registered:

scaling problem in firefox

Posted: Jan 6, 2009

Hello, I have a video that is 504x336 pixels. I have configured it to display as follows:

flashembed("main_video",

/*
first argument supplies standard Flash parameters. See full list:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701
*/
{
src:'http://www.watrous.ws/media/players/FlowPlayerDark.swf',
width: 504,
height: 336
},

/*
second argument is Flowplayer specific configuration. See full list:
http://flowplayer.org/player/configuration.html
*/
{config: {
videoFile: 'http://mfvideo.s3.amazonaws.com/launch_sales_video.flv',
controlsOverVideo: 'ease',
controlBarBackgroundColor: -1,
controlBarGloss: 'high',
autoPlay: false,
showVolumeSlider: true,
loop: false,
autoRewind: true,
autoBuffering: false,
googleAnalyticsPrefix: 'UA-2166663-1',
splashImageFile: 'http://mfimages.s3.amazonaws.com/launch_video_still.jpg',
usePlayOverlay: true

}}
);

In the HTML I put this line to embed it:
<div id="main_video"></div>

In IE, the splash image and video fill the entire player. In Firefox the splash image and video don't fill the entire player, but get shrunk down leaving a large ugly black border.

Please tell me how to fix this or why it's happening.

Thanks,
Daniel