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 6359101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:28:28+00:00 2026-05-24T23:28:28+00:00

I have a web site and I want to link a button to a

  • 0

I have a web site and I want to link a button to a video. So whenever someone clicks the “video” buttons let’s say, I want to open the video.mp4 in a new browser. What I do is:

<a href="videos/engine/swf/player.swf?url=../../data/video.mp4&volume=100" target="_blank"><div>...</div></a>

The video is quite big (190MB) so the code above is not working. I start listening to the sound but cannot see the image.

Does anyone know how to do it? Or any simple way to just open this video as a link?

  • 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-24T23:28:29+00:00Added an answer on May 24, 2026 at 11:28 pm

    You could use HTML5 tag don’t forget that MP4 is only supported by IE 9+, Chrome 5+ and Safari 3+. You should at least convert your file to WebM or Ogg to make it compatible with all recent browsers.
    To do so you would need a new page (where the link goes) and in this page have this code:

    <video width="320" height="240" controls="controls">
      <source src="movie.ogg" type="video/ogg" />
      <source src="movie.mp4" type="video/mp4" />
      <source src="movie.webm" type="video/webm" />
      Your browser does not support the video tag.
      /* instead of the last line you could also add the flash player*/
    </video>
    

    The browser will automatically select the first known format and play it. (source: w3Schools.com)

    Hope this helps!

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

Sidebar

Related Questions

I have a delete button on my web site which I want to add
on my web site I want to have login/registration form in modal window done
I have a web site and there are some videos on it. I want
I have designed a new web site. I have hosted it online. I want
I have two questions. I want to send SMSes from a web-site in PHP
I want to setup a simple site and I don't have any web development
I have a website I want to regexp on, say http://www.ru.wikipedia.org/wiki/perl . The site
I want to use the roles based authorization in my web site. I have
Ok, so I have a button on my website, that I want to link
I want to use templavoila on an existing website. So i have to link

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.