برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نامreply 13
visibility
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>نمایش ویدئو در صفحه</title>
</head>
<body>
<video controls>
<source src="test" type="video/mp4">
خطا: مرورگر پشتیبانی نمی کند
</video>
</body>
</html>
جواب شماره 2828
در حال دریافت نظرها…
<!DOCTYPE html>
<html>
<head>
<title>Video traning</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="تمرین آپلود ویدیو">
<meta name="keyword" content="video,upload">
</head>
<body>
<video width="200px" controls autoplay muted>
<source src="test.mkv" type="video/mkv">
Error buddy. cant support this file!!!
</video>
</body>
</html>
جواب شماره 7260
در حال دریافت نظرها…
<!DOCTYPE html>
<html lang="fa">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
</style>
</head>
<body>
<video controls>
<source src="test" type="video/mp4">
error
</video>
</body>
</html>
جواب شماره 5984
در حال دریافت نظرها…
<!doctype html>
<html lang="fa">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Show video on page</title>
<style>
body {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
</style>
</head>
<body>
<video width="500" controls>
<source src="./test.mp4" type="video/mp4" />
<source src="./test.mkv" type="video/mkv" />
Error: Browser not supported
</video>
</body>
</html>
جواب شماره 8808
در حال دریافت نظرها…
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>adress</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<video src="2.mp4" controls width="1290" height="600"></video><hr>
</body>
</html>
جواب شماره 3967
در حال دریافت نظرها…
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZARAS</title>
<link rel="shortcut icon" href="favicon (14).ico" type="image/x-icon">
</head>
<body>
<video width="400" height="400" controls>
<source src="test.mp4">
</video>
</body>
</html>
جواب شماره 4479
در حال دریافت نظرها…
<!DOCTYPE html>
<html>
<head>
<title>نمایش ویدیو</title>
</style>
</head>
<body>
<video autoplay controls>
<source src="test.mp4" type="video/mp4">
</video>
</body>
</html>
جواب شماره 7059
در حال دریافت نظرها…
<video width="600" controls>
<source src="test" type="video/mp4">
Your browser does not support the video tag.
</video>
جواب شماره 5026
در حال دریافت نظرها…
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>video</title>
<link rel="stylesheet" href="">
</head>
<body>
<a href="D:\FILM\انیمیشن\بالا" title="FILM" target="_blank">
<video src="video/Up.2009.480p.Farsi.Dubbed.mkv" controls ></video>
</a>
</body>
</html>
جواب شماره 6331
در حال دریافت نظرها…
<!DOCTYPE html>
<html>
<head>
<title>تست</title>
</head>
<body>
<video controls muted autoplay>
<source src="test.mp4" type="video/mp4">
error
</video>
</body>
</html>
جواب شماره 3542
در حال دریافت نظرها…
ارسال جواب
جوابت را با Markdown بنویس و ثبت کن
×
حساب کاربری
بستن
دانلود