Results 1 to 4 of 4

Thread: Controlling video's coming from a video sharing website

  1. #1
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default Controlling video's coming from a video sharing website

    1) CODE TITLE: Controlling video's coming from a video sharing website

    2) AUTHOR NAME: Arie Molendijk

    3) DESCRIPTION:
    If we accidentally click on a video from a video sharing website (YouTube, DailyMotion etc.), it will show in a new window (belonging to the provider of the video) even if we included it properly in our page. Only certain video types, like the one provided by http://video.google.nl, don't show this behavior, which is rather annoying: think of the user who clicks on a big-sized video with the simple intention of closing a menu item that is on top of it.
    I wrote a script that gives us some control over 'foreign' video's, whatever their type. The script enables us to click on a video without accidentally opening a new window containing it, to instantly replay a video that is still running, to grab its valid HTML 4 strict include code, to size it in percentages, to show our own customized video-info together with the video, to close the video just like a normal window, and to easily create a play-list.

    4) URL TO CODE: http://www.let.rug.nl/molendyk/inclu...eo5/video.html

    Edit:
    This is now deprecated. As I explain HERE, there's a much more elegant way of preventing the user from accidentally opening a video in a new window. The new URL TO CODE is:
    http://www.let.rug.nl/molendyk/inclu...eo6/video.html

    ===
    Arie.
    Last edited by molendijk; 11-19-2009 at 10:38 PM. Reason: Speification

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Sounds like a good idea to me. The only problem is that it will disable the standard behavior so users may be confused.
    So the balance is between "fixing" it and confusing users expecting a certain behavior.
    This is like back when links were supposed to all be blue and other color links confused users.... limited, but the status quo, so hard to change.
    If this is introduced correctly, it would work well, but it should be done with some caution.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Quote Originally Posted by djr33 View Post
    Sounds like a good idea to me. The only problem is that it will disable the standard behavior so users may be confused.
    So the balance is between "fixing" it and confusing users expecting a certain behavior... If this is introduced correctly, it would work well, but it should be done with some caution.
    Well, that's why I put the buttons on top of the video, one of which is 'Enable Video Controls'. Clicking on that button restores the normal behavior ... for 15 seconds. But yes, I don't know if that takes away the confusion which might arise.
    Thanks for the comment,
    ===
    Arie.
    ===

  4. #4
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Quote Originally Posted by djr33 View Post
    The only problem is that it will disable the standard behavior so users may be confused.
    That's no problem anymore in the new version.
    ===
    Arie.
    ===

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
  •