برچسبها: برگرداندهشده ویرایش همراه ویرایش از وبگاه همراه ویرایش پیشرفتهٔ همراه |
برچسبها: واگردانی دستی ویرایش همراه ویرایش از وبگاه همراه ویرایش پیشرفتهٔ همراه |
| خط ۱۸: |
خط ۱۸: |
|
| |
|
| [[رده:اساتید]] | | [[رده:اساتید]] |
|
| |
| <center>
| |
| <div style="max-width: 800px; margin: 0 auto;">
| |
| '''زندگینامه آيتالله حاج سيّد حسن فقيهامامي'''
| |
|
| |
| <div class="video-container" style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin: 20px 0;">
| |
| <div style="text-align: center; font-weight: bold; margin-bottom: 10px;">زندگی نامه قسمت اول</div>
| |
| <iframe id="video1" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;"
| |
| src="https://www.aparat.com/video/video/embed/videohash/L8CFo/vt/frame"
| |
| allowfullscreen>
| |
| </iframe>
| |
| </div>
| |
|
| |
| <div class="video-container" style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin: 20px 0;">
| |
| <div style="text-align: center; font-weight: bold; margin-bottom: 10px;">زندگی نامه مختصر قسمت دوم</div>
| |
| <iframe id="video2" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;"
| |
| src="https://www.aparat.com/video/video/embed/videohash/2gA7b/vt/frame"
| |
| allowfullscreen>
| |
| </iframe>
| |
| </div>
| |
| </div>
| |
| </center>
| |
|
| |
| <script>
| |
| // تابع برای متوقف کردن ویدیوها
| |
| function stopAllVideos() {
| |
| // متوقف کردن ویدیوی اول
| |
| var iframe1 = document.getElementById('video1');
| |
| iframe1.src = iframe1.src;
| |
|
| |
| // متوقف کردن ویدیوی دوم
| |
| var iframe2 = document.getElementById('video2');
| |
| iframe2.src = iframe2.src;
| |
| }
| |
|
| |
| // افزودن رویداد به ویدیوها
| |
| document.getElementById('video1').onplay = function() {
| |
| stopAllVideos();
| |
| // شروع مجدد ویدیوی اول
| |
| var iframe1 = document.getElementById('video1');
| |
| iframe1.src = "https://www.aparat.com/video/video/embed/videohash/L8CFo/vt/frame";
| |
| };
| |
|
| |
| document.getElementById('video2').onplay = function() {
| |
| stopAllVideos();
| |
| // شروع مجدد ویدیوی دوم
| |
| var iframe2 = document.getElementById('video2');
| |
| iframe2.src = "https://www.aparat.com/video/video/embed/videohash/2gA7b/vt/frame";
| |
| };
| |
| </script>
| |