www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Client-Side Development > Web Video

    Web Video This forum is for the discussion of Editing and Encoding, Distributing, Filming and Marketing web video!

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1  
    Old 08-25-2007, 05:56 PM
    nicholasraeburn nicholasraeburn is offline
    Registered User
     
    Join Date: Aug 2007
    Posts: 2
    Quicktime browser resizing

    Does anyone know how to resize a browser window to fit a quicktime window. So that when you click on a link the quicktime does not look swamped by the web page.
    Please go easy on me i'm not an HTML or Javascript geek. Keep it simple.
    Any help would be appreciated.

    An example here if you click on this guys reel

    http://www.basism.com/

    I dont, actually think it's anything to do with a browser I think it's maybe a script that launches the player on its own anyone else have any ideas.

    My videos will live on a server and then be accessed by my clients when I give them the appropriate URL so is this something I could to the videos on the actual server or not.

    PLEASE HELP!
    Reply With Quote
      #2  
    Old 08-25-2007, 07:37 PM
    felgall's Avatar
    felgall felgall is offline
    Computer Consultant
     
    Join Date: Mar 2005
    Location: Sydney, Australia
    Posts: 7,979
    You can't resize an existing browser window which may in any case be just one of several tabs in the browser.

    You can suggest a width and height for a new browser window in the third parameter of the window.open() statement in JavaScript and depending on the browser settings this will either work or be ignored.
    Reply With Quote
      #3  
    Old 08-26-2007, 07:21 AM
    nicholasraeburn nicholasraeburn is offline
    Registered User
     
    Join Date: Aug 2007
    Posts: 2
    Thank you for your reply felgall, did you look at the example I posted above. It is not so much a new browser window as just the Quicktime player launching itself as a standalone app (or from what I can tell). I think it's something to do with HREF tracks (I could be wrong).
    I dont know Javascript (im a video geek) so any examples I could copy and paste would help. Also is this something you add when embedding or can it be done directly to quicktime player itself. ie. so I can do it directly to the files that live on my server.
    Reply With Quote
      #4  
    Old 10-28-2009, 09:37 AM
    Maha5003 Maha5003 is offline
    Registered User
     
    Join Date: Aug 2007
    Posts: 5
    as for me i use VidCrop PRO
    Reply With Quote
      #5  
    Old 10-31-2009, 07:20 PM
    Eye for Video's Avatar
    Eye for Video Eye for Video is offline
    Registered User
     
    Join Date: Feb 2008
    Location: NW Washington State
    Posts: 1,085
    The page shown in the link above displays a bunch of Flash .swfs in strips. The Flash acts as a button and links to a smaller javascript popup window which holds a plain old html page which happers to have a QT player embedded on it.
    To verify that, use this address, which appears at the top of the small popup window:
    http://www.basism.com/popup/colacao.htm
    Without the javascript to control the size, it opens in your normal size window. When you see the QT player in the small windows it's because the .js is controlling the Web browser window and it has nothing to do with the QT palyer itself. They just matched the window size to that of the video.
    Code:
    <object width="400" height="316" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" align="top">
            <param name="cache" value="false">
            <param name="src" value="../mov/colacao.mov">
            <param name="autoplay" value="true">
            <param name="controller" value="true">
            <embed width="400" height="316" src="../mov/colacao.mov" align="top" pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" controller="true" autoplay="true" cache="false" ></embed>
          </object>
    JS popup windows very easy to create, for example:
    Code:
    <h2><span class="style1">Use this link to access on-line video tutorials </span><a onclick="javascript:window.open('http://www.cidigitalmedia.com/tutorials/wbc_tuts.html','_blank','height=700, width=1000,resizable=no,location=no');return false;" href="wbc_tuts.html">CLICK HERE TO WATCH</a></h2>
    Use that in your Flash button or on the html page to link to your small (or whatever size) window.
    Google javascript popup windows for params and more info.
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 05:12 PM.



    Acceptable Use Policy

    internet.comMediabistrojusttechjobs.comGraphics.com

    WebMediaBrands Corporate Info


    Advertise | Newsletters | Feedback | Submit News

    Legal Notices | Licensing | Permissions | Privacy Policy

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.