The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
I took a quick look at page source for embedded and it looks like there is a certain access to player settings for embeded videos.
I need to add a flash player parameter -> <param name="wmode" value="transparent">
Is that possible, if yes where is file for player ?
Last edited by asko (2011-06-01 21:39:11)
Offline
Offline
Thanks
playerprofiles? in which folder?
I would rather not give url right now, my site is in pieces, no much to see for the moment
Last edited by asko (2011-06-02 00:37:06)
Offline
For the video view page you can add the wmode parameter by replacing:
$f("player", "<?php echo BASE_URL; ?>/modules/video/player/flowplayer-3.2.7.swf", {
with:
$f("player", {src: "<?php echo BASE_URL; ?>/modules/video/player/flowplayer-3.2.7.swf", wmode:"transparent"} {
in templates/your-template/video_view_player.tpl.php
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1