473,657 Members | 2,456 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HTML video player code

1 New Member
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=curre n*tframe+1 ---------> buttonPlay() nextframe=curre n*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, 79 views)
File Type: jpg framecodepic.jpg (63.2 KB, 59 views)
May 11 '20 #1
1 2939
lewish95
37 New Member
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
3457
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 recommendation on a good video player? I've tried Managed DirectX AudioVideoPlayback - but it's locks my threads. I'm going to give NCT Video Studio a try, but it's a bit expensive. Windows Media SDK is too picky about the video stream.
4
1409
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 do with flash. If it's true, is it pretty easy to do? because I've done some little animations with flash, but never got very far in it... Are there any third parties that are worth looking at? my budget is very very low so I'd like something...
0
2199
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 and seperate the video source. And make change only in the video player skin. Let it loaded from our own server. That is to regenerate new html or php codes so only video player skin changed and other keep intact. system/language used,...
4
2795
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 me explain what am I trying to do... I want to periodically check if someone is watching "movie" in his favorite video player. I have tested a few different approaches but only one gives me partially satisfying results. Approach #1:
3
2111
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 upload video films, which could be displayed on my web page just in the video player similar to youtube. Thank you in advance for help
0
2318
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 Renderer - Windows Media Player Component in every case im able to play, pouse, stop, mute video and so on. but i stuck with controlling of brightness.
0
1221
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
0
8305
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8823
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8726
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8603
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7320
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6163
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4301
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1604
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.