Results 1 to 5 of 5

Thread: Adobe connect featurs don't work for me as a audience

  1. #1
    Join Date
    Jul 2010
    Beans
    18
    Distro
    Ubuntu 16.04 Xenial Xerus

    Adobe connect featurs don't work for me as a audience

    Hi,
    1. When I contribute in a virtual class presented by Adobe connect pro, (with lucid & firefox 3.6.6) the buttons of adobe connect (e.g play, pause, view advanced options, seeking between different times of class) don't work.
    2. Also Persian character seems separated as shown in attached image.

    What are solutions?

    Thanks in advance
    Attached Images Attached Images

  2. #2
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Adobe connect featurs don't work for me as a audience

    I never used Adobe connect, but with flash this usually happens when you are using the 32bit plugin on a 64bit system.

    To fix that you need to edit the npviewer file. Open it with the command below:

    Code:
    gksudo gedit /usr/lib/nspluginwrapper/i386/linux/npviewer
    Then add the following line before the last line of that file:

    Code:
    export GDK_NATIVE_WINDOWS=1
    The file content should look like this:

    Code:
    #!/bin/sh
    TARGET_OS=linux
    TARGET_ARCH=i386
    export GDK_NATIVE_WINDOWS=1
    . /usr/lib/nspluginwrapper/noarch/npviewer
    Save the file and restart the browser.

  3. #3
    Join Date
    Jul 2010
    Beans
    18
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Adobe connect featurs don't work for me as a audience

    Thanks a lot
    the controls work now.

    1.so why it doesn't install 64-bit version from first? (or how may I install 64-bit at Beginning?)
    What does this code do exactly? :

    export GDK_NATIVE_WINDOWS=1
    does it convert 32 to 64-bit one ?


    2.But about separate characters, I think it caused by lack of proper fonts. how could i find the name of required fonts?

    Thanks again

  4. #4
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Adobe connect featurs don't work for me as a audience

    Quote Originally Posted by 1geeky View Post
    1.so why it doesn't install 64-bit version from first? (or how may I install 64-bit at Beginning?)
    The 64bit is no longer supported by Adobe. If you search the forum you will be able to find the direct link and install it manually, but I don't recommend, since it has a critical vulnerability that could allow full remote control of your machine.

    Quote Originally Posted by 1geeky View Post
    What does this code do exactly?
    I have no idea. I just know it works

    Quote Originally Posted by 1geeky View Post
    does it convert 32 to 64-bit one ?
    No.

  5. #5
    Join Date
    Jul 2010
    Beans
    18
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Adobe connect featurs don't work for me as a audience

    Thank you for your attention

    and I'm seeking for the secondary question; other friends :
    2.But about separate characters, I think it caused by lack of proper fonts. how could i find the name of required fonts?
    Last edited by 1geeky; July 6th, 2010 at 09:00 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •