Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Can you watch this vid? (i can't)

  1. #1
    Join Date
    Mar 2008
    Beans
    89

    Can you watch this vid? (i can't)

    <object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/zzctPPkUPkk&amp;hl=en_US&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/zzctPPkUPkk&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>

    This is an embeded youtube vid, as I'm sure you have all seen before. I can see it, but when I click play, or try to change the volume, or more the slider, nothing happens. This was happening to me yesterday, when I was actually at youtube. But now, it seems that I can control the vids as long as I am on the youtube website. But when I want to watch one that someone has posted, I can not. Anyone know the reason? I am running Ubuntu 10.04

    Ok, well. That didn't work. How about this: Here is a link to another site where I posted the same vid:

    http://www.dfwstangs.net/forums/showthread.php?t=419343
    Last edited by justinsn95; July 28th, 2010 at 10:52 PM.

  2. #2
    Join Date
    Jun 2008
    Location
    Vancouver Canada
    Beans
    3,139
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Can you watch this vid? (i can't)

    Hi justinsn95.

    There was a firefox update for downloadhelper, that lets you play this.

    I was able to right click the vid, then choose to watch vid on youtube.
    I learn something ubuntu everyday.
    dell precision T7500 1Tb hdd x 2
    2.67 Ghz intel xeon X5550 cpu
    nvidia quadro fx 4800-1.5 Gb video card

  3. #3
    Join Date
    Sep 2009
    Beans
    2,333

    Re: Can you watch this vid? (i can't)

    i just clicked it and it played

  4. #4
    Join Date
    Jan 2009
    Location
    Toronto, Canada
    Beans
    214
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can you watch this vid? (i can't)

    Quote Originally Posted by justinsn95 View Post
    <object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/zzctPPkUPkk&amp;hl=en_US&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/zzctPPkUPkk&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>

    This is an embeded youtube vid, as I'm sure you have all seen before. I can see it, but when I click play, or try to change the volume, or more the slider, nothing happens. This was happening to me yesterday, when I was actually at youtube. But now, it seems that I can control the vids as long as I am on the youtube website. But when I want to watch one that someone has posted, I can not. Anyone know the reason? I am running Ubuntu 10.04

    Ok, well. That didn't work. How about this: Here is a link to another site where I posted the same vid:

    http://www.dfwstangs.net/forums/showthread.php?t=419343
    It works fine here.


    /luigi

  5. #5
    Join Date
    Aug 2008
    Location
    NL
    Beans
    2
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Can you watch this vid? (i can't)

    Not here!

    But I'm on AMD64, so no vids/Youtube for me, since the Adobe sabotage.

  6. #6
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: Can you watch this vid? (i can't)

    Plays fine here, 64 bit 10.04.
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

  7. #7
    Join Date
    Mar 2008
    Beans
    89

    Re: Can you watch this vid? (i can't)

    Quote Originally Posted by lisati View Post
    Plays fine here, 64 bit 10.04.
    That is what I am using. So why is the vid completely unresponsive? Is this "Downloadhelper" something I can go get from somewhere and make it play? I am in the process of working out all the kinks in Ubuntu, and this is just one on the list.

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

    Re: Can you watch this vid? (i can't)

    This usually happens when you are using the 32bit plugin on a 64bit system. If this is the case, then 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.

  9. #9
    Join Date
    Mar 2008
    Beans
    89

    Re: Can you watch this vid? (i can't)

    Quote Originally Posted by lovinglinux View Post
    This usually happens when you are using the 32bit plugin on a 64bit system. If this is the case, then 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.
    You're the man. But of course now I have to ask.. How did you know this? I bet you don't ever have to use windows for anything do you? Are you any good at WINE?

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

    Re: Can you watch this vid? (i can't)

    Quote Originally Posted by justinsn95 View Post
    You're the man. But of course now I have to ask.. How did you know this? I bet you don't ever have to use windows for anything do you? Are you any good at WINE?
    To be honest, I saw this fix on another post somewhere in the forums or on launchpad. I don't remember where tho. I used to ignore it, since most 64bit users were fine with the 64bit version of flash, but since Adobe stopped supporting it and left us with a critical vulnerability, I have been recommending this fix.

    I also develop a couple of Firefox extensions to make flash experience better and other extensions for Ubuntu users. You might like FLASH-AID and FlashVideoReplacer.

    I have a grudge with Flash

    Quote Originally Posted by justinsn95 View Post
    I bet you don't ever have to use windows for anything do you?
    Unfortunately I need to use Windows in order to test my extensions, if I want to provide compatibility for Windows users. But I don't need it for anything else and I hate to use it. I feel completely lost when I start Windows, which is odd, considering I used it for more than 15 years and I'm using Linux for just 2 years.

    Quote Originally Posted by justinsn95 View Post
    Are you any good at WINE?
    Nope. Fortunately, there is only one simple program I need that requires wine and it works flawlessly.

Page 1 of 2 12 LastLast

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
  •