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!

     
     
    Thread Tools Search this Thread Rate Thread Display Modes
    Prev Previous Post   Next Post Next
      #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,081
    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
     

    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 08:58 AM.



    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.