Generation

A video program in which people can attach a video file, the person who posted the video can create playlists for it, change the name of the video or delete it, and others can watch it When you open the program, the published videos appear under each other, and if a video is not published, nothing will appear, and in the upper right corner there are buttons to attach a video file and name it, and you have the option to add it. When you press Add, it adds the video in the main interface, and in In the upper part in the center there are option buttons to search for video clips by writing their name

<div id="main"> <p>videos</p> <div id="player"> <iframe width=300 height=300 src=""></iframe> </div> <div id="videolist"> <div class="video"> <p class="videoname">video name</p> <p class="videocontent">video content</p> </div> <div class="video"> <p class="videoname">video name</p> <p class="videocontent">video content</p> </div> <div class="video"> <p class="videoname">video name</p> <p class="videocontent">video content</p> </div> </div> <div id="addvideo"> <p>add video</p> <input type="text" placeholder="insert video name" /> <input type="file" placeholder="insert video file" /> <button type="button

Questions about programming?Chat with your personal AI assistant