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

  • Home
  • SEARCH
  • 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 3845438
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T16:14:40+00:00 2026-05-19T16:14:40+00:00

there. I know that there is a possibility to open a video file either

  • 0

there. I know that there is a possibility to open a video file either using a flash player or html5 in a browser, but is there a possibility to open it at the certain place (lets say 60 seconds from the beginning) or automatically fast forward it after opening? Any code examples would be appreaciated.

  • 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-19T16:14:41+00:00Added an answer on May 19, 2026 at 4:14 pm

    Ok, I had to find the answer myself. A similar question was addressed at How do I play just a specific section of a video in a web page?
    (but without giving specific examples).
    I found out that for flv types you can use flowplayer:

    http://flowplayer.org/documentation/scripting.html

    My minimal working example:

        <html>
    <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <script type="text/javascript" src="flowplayer-3.2.4.min.js"></script>
        <title>Minimal Flowplayer setup</title>
    
    </head>
    <body>
    
    <div style="display:block;width:520px;height:330px" id="player"> </div>     
    
    </body>
    <script> 
    $f("player", "../flowplayer-3.2.5.swf", {
        clip: {
            url: "four_stroke.flv",
            autoPlay: true
        },
         // you can seek to a certain place of a clip just after that place is already is buffered
        onStart:function() { 
        this.seek(10);
        }
    });
    </script>
    </html>
    

    For quicktime movie types you can use quicktime plugin and set start or autoplay parameters to start a video clip at specified place like that:

    <PARAM Name="AUTOPLAY" Value="@00:03:15:01" >
    

    or

    <PARAM NAME="STARTTIME" VALUE="00:03:15:01" >
    

    more explanations at: http://developer.apple.com/library/mac/#documentation/QuickTime/Conceptual/QTScripting_HTML/QTScripting_HTML_Document/ScriptingHTML.html

    Here is my code example that works in my FF3.6 and IE8 (put it in your HTML’s body area):

        <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" 
    CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" 
    HEIGHT=650 
    WIDTH=1000 
    > 
    
    <PARAM NAME="src" VALUE="ksetup.mov" >
    
    <PARAM NAME="STARTTIME" VALUE="00:03:00:00" > 
    
    <PARAM NAME="AUTOPLAY" VALUE="false" > 
    
    <EMBED 
    SRC="ksetup.mov" 
    HEIGHT=650 WIDTH=1000
    TYPE="video/quicktime"
    BGCOLOR=#00ff00
    AUTOPLAY="false"
    STARTTIME="00:03:00:00" 
    PLUGINSPAGE="http://www.apple.com/quicktime/download/" 
    /> 
    
    </OBJECT> 
    

    Hope this will put someone on track.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know that there is Monodroid for developing in C#.But does it give possibility
I know that there are lot's of questons on this, but all seem to
I know that there are others posts with solutions on the site but i
I know that there are lots of examples out there on this, but they
I know that there can be multiple values for an email, but I'm not
I know that there are many Delphi database related questions available, but I'm considering
i know that there is some rules and standards in css handling but i
I know that there is the possibility of Matlab of pausing a Matlab function
While I know that there is the possibility: >>> a = abc >>> result
I know that there are some threads have a similar issue with this thread.

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.