Adult Script Pro Community Forums

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.

#1 2012-07-11 09:31:16

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

[FIXED] Internet Explorer Player Problems (1.0RC4, fixed in 1.0)

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 sad


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#2 2012-07-11 09:35:12

Mitomind
Member
Registered: 2012-06-27
Posts: 166

Re: [FIXED] Internet Explorer Player Problems (1.0RC4, fixed in 1.0)

IE DOESN'T LIKE ANYTHING.  I HATE IE!!!!  Worst browser that everyone uses.  Arrr!

Offline

Board footer

Powered by FluxBB