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.
Hi,
If your videos dont play in IE please apply the following fixes:
1. Edit modules/video/player/config.php and replace:
'onBegin': function(clip) {
if (clip.isInStream) {
this.getPlugin("textAdv").hide();
this.getPlugin("imageAdv").hide();
}
},
<?php if (isset($cuepoints) && $cuepoints): ?>
'onCuepoint': [
with:
'onBegin': function(clip) {
if (clip.isInStream) {
this.getPlugin("textAdv").hide();
this.getPlugin("imageAdv").hide();
}
}
<?php if (isset($cuepoints) && $cuepoints): ?>
,'onCuepoint': [
and:
'.link': {
'fontSize': 13,
'fontWeight': 'bold',
'color': '#DFDFDF',
},
with:
'.link': {
'fontSize': 13,
'fontWeight': 'bold',
'color': '#DFDFDF'
}
2. Edit templates/your-template/video_view_player.tpl.php and replace:
"textAdv": conf["plugins"]["textAdv"],
with:
"textAdv": conf["plugins"]["textAdv"]
IE doesnt like commas
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
IE DOESN'T LIKE ANYTHING. I HATE IE!!!! Worst browser that everyone uses. Arrr!
Offline