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

Your preferred username that is used when logging in.

Forum user: nurganerd

Basic information

Registered Dec 16, 2008
Last login Apr 5, 2011
Forum posts 10
Direct URL http://www.flowplayer.org/forum/users/7051

Latest forum posts

Posts:

Registered:

Event tracking with flowplayer.viralvideos?

Posted: Apr 5, 2011

Could it be possible for me to know how many people are sharing their videos using flowplayer.viralvideos? For example how often buttons are being pressed, or any type of tracking?

Thanks!

Posts:

Registered:

Controls not showing up?

Posted: Aug 27, 2009

Sometimes there is approximately 1 in 15 chance where our video player will load, but it won't have any controls. We currently have autoplay off and users are unable to play the video. Simply refreshing the page seems to solve this problem. We've seen it occur on Chrome and Firefox and it is hard to reproduce. The initial guess is that the controls swf is not being loaded for some reason, is there a timeout controlling this? I checked the apache error logs to see if was reporting an error when they tried to require the control's file, but nothing was there. Even the big play button in the middle of the screen doesn't show, initially it shows like it's going to load, then it stops with a blank player. Why is this happening?

Posts:

Registered:

» » Huge bug with flowplayer.pseudostreaming-3.0.3.swf

Posted: Feb 20, 2009

Having this fixed is quite important. Can someone look into this?

Posts:

Registered:

» » » jquery.expose.js doesn

Posted: Feb 9, 2009

My computer is acting very strange, so I can't seem to post the code. I am using exactly what you told me though, and I am sure it's correct...

Posts:

Registered:

» » jquery.expose.js doesn

Posted: Feb 9, 2009

I am sure this wmode is set because if I change it it changes the result. So I can't seem to get overlay and expose to both work on the same page under IE. I've been playing with the zIndex trying to make the video above the expose but under the overlay in IE. It works fine in Firefox

Posts:

Registered:

jquery.expose.js doesn't work with wmode=

Posted: Feb 9, 2009

I have been trying to get wmode="transparent" to work with jquery.expose under IE. It works fine in Firefox, and I set the zIndex to the video's div to 999, and it still doesn't seem to work. When I remove the wmode param, then it works fine under IE. I need the video to be set to wmode="transparent" because I want to use the jquery.overlay so the video doesn't go through the overlay.

<div align="center" class="video_image" style="z-index: 2; position: relative;">
</div>

$(".video_image").expose({color:"#254558"});

Also notice that the style is a hack because otherwise it doesn't work.

Thanks ahead of time!

Posts:

Registered:

» jquery overlay javascript not working...

Posted: Feb 9, 2009

Fixed it. Turned out to be

$("a[href]#register").overlay();

had to be changed to

$("a[rel]").overlay();

Any reasons?

Posts:

Registered:

jquery overlay javascript not working...

Posted: Feb 9, 2009

I am getting an error like this:

Error: [Exception... "Could not convert JavaScript argument arg 0 [nsIDOMViewCSS.getComputedStyle]" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame ::

I believe this is because jquery overlay doesn't support jquery 1.3.1 yet. Is this true? Can someone confirm this?

Posts:

Registered:

» Apache FLV streaming done right! (no php)

Posted: Feb 8, 2009

I would switch to something like this, but the problem is, how would I control how much bandwidth each viewer used? Does this preoptimize sending at a maximum speed that is NEEDED to view the video. What I mean is, does it send more than it needs, or only when it needs it.

Posts:

Registered:

I"m having the same issue

Posted: Jan 29, 2009

I have the watermark on my player (I never had one with 3.0.2) but as soon as I upgraded to 3.0.3 it started appearing... any reasons? My key never changed, I checked...