This is a message.

Help,, I want to place an Ad above the player Created Aug 20, 2009

This thread is solved

Views: 2437     Replies: 2     Last reply Sep 29, 2009  
You must login first before you can use this feature

burhanuddin

Posts: 2

Registered:
Aug 20, 2009

Help,, I want to place an Ad above the player

Posted: Aug 20, 2009

Hello sir... i am very impressed with Flowplayer.. i was using JW player and then i have found this cool Player.. Much better than Jw.. But the problem is that I cant Put ads above the player.. Can u please help me how to place ads above the player.. i stream Live with rtmp link..
Thank you
Waitting for ur reply

burhanuddin

Posts: 2

Registered:
Aug 20, 2009

» Help,, I want to place an Ad above the player

Posted: Aug 23, 2009

Reply to: Help,, I want to place an Ad above the player, from burhanuddin
Still no reply from any staff.. :(.. Disapointed

Servers

Posts: 9

Registered:
May 6, 2009

» » Help,, I want to place an Ad above the player

Posted: Sep 29, 2009

Reply to: » Help,, I want to place an Ad above the player, from burhanuddin
Above? Do you mean place an HTML element or something above the player? If that's the problem, and it's that the Flash object is covering your ad, you need to set the generated Flash object to have a window mode of transparent:


$f('#player', {src: "/swf/flowplayer.commercial-3.1.1.swf", wmode: 'transparent'});

You just have to give the flowplayer function (NOT one of the options for flowplayer config) the wmode setting. If you had other settings they'd go as such:


$f('#player', {src: "/swf/flowplayer.commercial-3.1.1.swf", wmode: 'transparent'},
{clip: yadda yadda,
plugins: yadda yadda
}
);