Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6694523
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:06:41+00:00 2026-05-26T06:06:41+00:00

Fancy Box: http://fancybox.net/ Video JS: http://videojs.com/ Effect I’m going for: http://flowplayer.org/demos/tools/overlay.html click the Open

  • 0

Fancy Box: http://fancybox.net/

Video JS: http://videojs.com/

Effect I’m going for: http://flowplayer.org/demos/tools/overlay.html click the “Open OverLayed video”.

I want to do it in FancyBox and Video JS for HTML 5 video w/ flash fallback. Is there a way to set that when the window opens, we could have it auto play the HTML 5 video?

Adam

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T06:06:42+00:00Added an answer on May 26, 2026 at 6:06 am

    facny box will allow you to load an iframe as it’s contents, as far as i know that is the only way to accomplish what you are asking with the specified tools

    <script type="text/javascript" charset="utf-8">
    $(document).ready(function() {
        $("#image").live('click',function(){
            $.fancybox({
            'width'             : '75%',
            'height'            : '75%',
            'autoScale'         : true,
            'transitionIn'      : 'none',
            'transitionOut'     : 'none',
            'type'              : 'iframe',
            'href'              : 'video.html'
            });
        });
    });
    </script>
    
     <div id="wrapper">
         <div id="image">
             <img height='480px' src='images/image.jpg'>
         </div>
     </div>
    

    And your video.html page needs to have the videojs code, I only provided the mp4 version of the video in the example since this code is for an iPad web app that I use. Notice the autoplay argument in the video tag.

      <!-- Begin VideoJS -->
      <div class="video-js-box">
        <!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
        <video id="example_video_1" class="video-js" width="100%" height="95%" controls="controls" preload="auto" autoplay poster="images/image.jpg">
          <source src="video/videoSource.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
             <!-- Image Fallback. Typically the same as the poster image. -->
            <img src="images/image.jpg" width="640" height="264" alt="Poster Image"
          title="No video playback capabilities." />
          </object>
        </video>
      </div>
      <!-- End VideoJS -->
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

is there a way to get a fancybox ( http://fancy.klade.lv/ ) or any other
go to: http://fancybox.net/ open any example (on bottom page) when the mouse is hovered
In the fancybox homepage ( http://fancybox.net/home ) there is an example that opens an
I am using this http://fancybox.net/ When I do $('a.#div1').trigger('click') to popup a fancybox, it
I am using this http://fancybox.net/ Is there a way to add a property to
I am trying to implement a fancybox. http://fancybox.net/howto I want to call this function
I'm using the http://fancyapps.com jQuery plugin Fancybox v2. It took me a while to
I am trying to use the fancybox system described here: http://fearlessflyer.com/2011/01/create-an-awesome-photo-gallery-with-fancybox-and-timthumb/ I can get
I've just downloaded fancybox 2.01 from here : http://fancyapps.com/fancybox/ In earlier versions of fancybox
I have a series of links, and I setup both Flowplayer ( http://flowplayer.org )

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.