Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeLatest imagesSearchRegisterLog in
Staff Online


Latest topics
» Name Toggle Code
Understanding Videos EmptyWed Oct 05, 2016 1:22 pm by Shadow@WiiPlaza

» Understanding Videos
Understanding Videos EmptyTue Jul 12, 2016 10:26 am by Shadow@WiiPlaza

» How To Jailbreak Wii 4.3 (Speed Tutorial)
Understanding Videos EmptyMon Jul 11, 2016 9:09 am by Shadow@WiiPlaza

Most active topics
May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  
CalendarCalendar

 

 Understanding Videos

Go down 
AuthorMessage
Shadow@WiiPlaza
Admin
Shadow@WiiPlaza


Posts : 14
Join date : 2016-07-07

Understanding Videos Empty
PostSubject: Understanding Videos   Understanding Videos EmptyTue Jul 12, 2016 10:26 am

This is very easy all websites use it. I will pretty much be breaking down how the YouTube video link button works.

The first thing you need to do is make a base for it like so.

Code:
<video </video>

This is telling the site or giving it the command that there will be a video here. Now you have to give it a size. (width and height) or "controls".

Code:
<video width="400" height="300" controls>
</video>

Now that you have the size of the video you need to add the link or the "source" of the video and the type. Like so.

Code:
<video width="400" height="300" controls>
  <source src="video-url.mp4" type="video/mp4">
</video>

Then Bam your done. Cool
Back to top Go down
https://teamwiiplaza.board-directory.net
 
Understanding Videos
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
 :: Website Coding :: HTML :: Learn/Tutorials-
Jump to: