473,385 Members | 1,357 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

HTML video player code

Greetings everyone.

I am trying to build a video player with custom frame sequences. I need the code that allows me to change the code for the Play navigation command. Example: buttonPlay() nextframe=curren*tframe+1 ---------> buttonPlay() nextframe=curren*tframe+12
Where do I look for the code that defines Play or fastForward in an HTML video player? Is there any way for me to get an open source video player code package (HTML) ?

I found examples of code online that looks almost suitable for my purpose but I cannot find the files that contain that code so that I can edit it.

If you can help me out with HTML code that gives me a player with one button and instructions on where to find the code to edit the action of that button, I would be more than grateful. I would owe you one....
Attached Images
File Type: png framecodepic2.png (124.7 KB, 78 views)
File Type: jpg framecodepic.jpg (63.2 KB, 56 views)
May 11 '20 #1
1 2913
Expand|Select|Wrap|Line Numbers
  1. <video controls width="250">
  2.  
  3.     <source src="/media/examples/flower.webm"
  4.             type="video/webm">
  5.  
  6.     <source src="/media/examples/flower.mp4"
  7.             type="video/mp4">
  8.  
  9.     Sorry, your browser doesn't support embedded videos.
  10. </video>
May 12 '20 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Lucas Tam | last post by:
I'm in need of a good lightweight video playback DLL. Windows Media Player is too finicky with video streams - certain corrupted streams won't play (but play fine via DirectX). Does anyone have a...
4
by: ThunderMusic | last post by:
Hi, I want to have a video player in my web app... How can I do that? must it be an ActiveX? is there any other format I can use? I don't want to use Java if possible... I heard it's possible tot...
0
by: winno | last post by:
Hi! I have been ask to develop website that let visitors to view other video site with their video player skin changed. I need to build a script that identify video site's video player source...
4
by: demc | last post by:
Hi there guys! Today I've spent all evening googling, msdning, codeprojecting and thescripting about problem when trying to get color of pixel somewhere in bounds of a video player form. So let...
3
by: K. | last post by:
Hello! Can you tell me how to do it something similar to YouTube? Maybe there are some players which I could implement on my page without working on creating such player? I would like users to...
0
by: kukoc | last post by:
hi im workin for last few days on possibility to modify brightness or contrast in my video player (avi, mpeg, wmv) i was tryin with - DirectX.AudioVideoPlayer - Direct Show and Video Mixing...
0
by: Kingstorm | last post by:
Hi I wanna make people un able to pause my video player how to do this changing some html codes Thank you
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.