HTML - Can't Find Video Url To Add To Our Website.
Hello,
I hope I'm posting in the correct forum. I work for a "No Kill" animal shelter. Once a month, we take animals to our local NBC station for adoptions. We used to be able to snag the video from their website to ours using Realplayer. They have had their website redesigned and we're no longer able to snag anymore video. I looked at their source code and all the pages say <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">earance. The files used to be .flv but are now mp4. Is there anyway to see the rest of their source code? The station outsourced their website and no longer maintain it themselves, but are fine with us adding our appearances on their website to ours. Their site is: www.kmir6.com Ours is: www.saveapetonline.org Many thanks, Rockinrick Similar TutorialsPlease help! I hired someone to update our website and they royally screwed me. We didn't like what they did with video and despite promising to archive/save the old code when they updated - it is all gone. GoDaddy wants $1500 to revert the website back. I got almost all of it figured out but I have no experience and I am stuck on one final piece. We have a video player on the website and a list of videos to click and play. That is working. We want a static image showing in the video player that will play when clicked. I have the image. I have the video. But nothing I have tried works. Can anyone please help? HTML Code: <%@ Control Language="C#" AutoEventWireup="true" CodeFile="bannerControl.ascx.cs" Inherits="bannerControl" %> <script> </script> <div class="banner"> <object id="FlashID3" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="548" height="192"> <param name="movie" value="flash banner15.swf" /> <param name="quality" value="high" /> <param name="swfversion" value="8.0.35.0" /> <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don�t want users to see the prompt. --> <param name="expressinstall" value="Scripts/expressInstall.swf" /> <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="flash banner15.swf" width="548" height="192"> <!--<![endif]--> <param name="quality" value="high" /> <param name="swfversion" value="8.0.35.0" /> <param name="expressinstall" value="Scripts/expressInstall.swf" /> <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. --> <div> <h4>Content on this page requires a newer version of Adobe Flash Player.</h4> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p> </div> <!--[if !IE]>--> </object> <!--<![endif]--> </object> </div> <div class="videoSection"> <div class="videoPlayer" id="videoPlayer"> <iframe src= default.htm" width="316" height="177" autoStart="false" high allowtransparency="true" frameborder="0" scrolling="no"></iframe> </div> <div class="videoList"> <div class="topBtn"><img src="images/btn_top.jpg" id="next" /></div> <div class="videos" id="video"> <div class="scrollArea"> <ul> <%-- <li><a href="video/video1.html">When Selling...</a></li>--%> <li ><a href="video/video2.html">VERCOR<br>Services<br></a> </li> <%-- <li> <a href="video/video4.html">Why<br> VERCOR?</a></li> --%> <li><a href="video/video3.html">Why Hire a<br>M&A Firm</a> </li> <li><a href="video/video7.html" >Types of<br>Firms</a> </li> </ul> </div> <div class="scrollArea" > <ul> <li><a href="video/video4.html">Common<br>Pitfalls</a> </li> <li><a href="video/video5.html" >The VERCOR<br>Process</a> </li> <li><a href="video/video7.html" >Types of<br>Firms</a> </li> </ul> </div> <div class="scrollArea"> <ul> <li ><a href="video/video8.html" >When a Done<br>Deal Is Not<br> Really Done</a> </li> <li><a href="video/video5.html" >The VERCOR<br> Process</a> </li> <li><a href="video/video7.html" >Types of<br>Firms</a> </li> </ul> </div> </div> <div class="bottomBtn"> <img src="images/btn_bottom.jpg" id="prev" /> </div> </div> </div> Hi guys, I am trying to embed a .mov video that is hosted on my amazon s3 account to a website. I use this code: <embed src="http://dale-beaumont.s3.amazonaws.com/Training%20Videos/Wordpress/mov/domain-name.mov" Pluginspage="http://www.apple.com/quicktime/" width="600" height="400" CONTROLLER="true" LOOP="false" AUTOPLAY="false" name="DomainName"></embed> As you can see I have written CONTROLLER="true" however it does not display the controller. You can see the video he http://www.alaisterlow.com/test-video/ Any help would be great. Thanks i am currently using wordpad and making a website on rappers i am trying to add a video which will be a FULL-SCREEN video for the background but i dont have a clue what to do i have this at the moment to stream the video <img border="0" dynsrc="John Cena 6th Titantron.wmv" start="fileopen"> please help Im a beginner so please if anyone knows let me know. Im actually learning for free on w3schools.com and e-learningcenter.com but now, Im willing to buy me a complete course even though I know I can learn for free. Thank you so much! I am currently making a comic website and I have no programing experience. I have seen some websites with neat galleries and I am wondering if there is any way to crop their html. My favorite gallery type is the one where the user can specify how many pictures he wants to see per page (there is usually a little box where you can choose how may pics per page are shown). Ok I hope my question is clear enough. Thanks in advance. Comments on this post Mandarin disagrees: Spambot. http://answers.yahoo.com/question/index?qid=20091226053506AA0Uun3 Hey all, Is it possible to shut down video screen automatically after displaying the video? I mean, after video is over, is it possible to hide the video screen? ( I tried to use embed tag... <embed src="myVideo" autostart="true" /> ??) Thanks, Doron Hello, first post. HELLO! my video widget playlist on my index is a different size on my index.php but the correct size throughout the rest of my site. Its quite annoying, can anyone shed any light on this issue? thanks. http://www.brewrecords.net HTML Code: <?php get_header(); ?> <div id="content"> <div id="homepagetop"> <div class="textbanner"> <?php $recent = new WP_Query("cat=" .ot_option('hp_top_cat'). "&showposts=1"); while($recent->have_posts()) : $recent->the_post();?> <h3><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3> <?php endwhile; ?> </div> <div id="homeslider"> <?php include(TEMPLATEPATH."/includes/slider.php");?> </div> <div class="homewidgets"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Homepage Top Right') ) : ?> <div class="widget"> <h4>Widget Area</h4> <p>This section is widgetized. To add widgets here, go to the <a href="<?php echo admin_url(); ?>widgets.php">Widgets</a> panel in your WordPress admin, and add the widgets you would like to <strong>Homepage Top Right</strong>.</p> <p><small>*This message will be overwritten after widgets have been added</small></p> </div> <?php endif; ?> </div> </div> <div id="homepage"> <?php include(TEMPLATEPATH."/sidebar_left.php");?> <div class="homepagemid"> <h3><?php echo cat_id_to_name(ot_option('hp_mid_cat')); ?></h3> <?php $recent = new WP_Query("cat=" .ot_option('hp_mid_cat'). "&showposts=" .ot_option('hp_mid_num') ); while($recent->have_posts()) : $recent->the_post();?> <div class="homepagecontent"> <a href="<?php the_permalink() ?>" rel="bookmark"><?php the_post_thumbnail( 'home-thumbnail' ); ?></a> <h4><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h4> <?php the_excerpt(); ?> </div> <?php endwhile; ?> </div> <?php include(TEMPLATEPATH."/sidebar_right.php");?> </div> </div> <!-- The main column ends --> <?php get_footer(); ?> Hey guys, I was wondering, that almost 90% of Video on the web is in flash. How will that video be converted into HTML 5. Also, are there any good HTML Video editing tools. hello, ive got a video in a mpeg file is there anyway i can transform this into a flash file so its will automatically play at the top of my page in a loop, any ideas would be very helpfull thanks frag When writing in HTML, how whould I add a video to my web page? ok so i posted a music video code on a forum but i want it to aut play when a user views the thread can this be done? the video code is: <center><embed src="http://www.youtube.com/v/JHg2q5M6WnY" type="application/x-shockwave-flash" wmode="transparent" width="600" height="400"></embed></center> Hi i am trying to make page http://klaedskeri.com and when i click this link, the botton goes up, why is that http://klaedskeri.com/myndir.html what am i doing wrong Hello can anyone help me with a problem i have? Well i want to load a text file to a form select box and then by selecting something to it find the selection to another text and load matched line to another form select box. Thank you. Hey everyone, For some reason, when you view my webpage in either IE8 (or previous versions, I don't know how to test those yet though) and Firefox they cannot seem to locate the CSS stylesheet. I followed the link when viewing Source Code in Mozilla Firefox to my CSS stylesheet, and it is clearly locating it. However, they aren't displaying any of my CSS. Google Chrome and Safari work just fine, however, as they do display the page correctly. It's currently on my localhost server, so I had to upload it to a confidential directory: http://www.rheamaloney.com/donotenter/index.php If you look at the first page in IE/Firefox, then look at it in Safari/Chrome, you'll see what I mean. Notice: I tested them on all browsers (except Opera, IE6, IE7) for both the localhost and online versions. No difference. Oh, and for what it's worth, here's the code: ** Coot, if you are reading this, and you decide to remake my code, keep everything how it is and PLEASE don't change the navigation ** index.php: PHP Code: <?php include("head.php"); // These echo's just make it look as much like a regular HTML document as possible, easier to debug the code this way echo "\n"; echo "<body>"; echo "\n"; echo "\n"; include("doc_header.php"); include("doc_nav.php"); echo "\n"; echo ' <div class="bodyContainer">'; ?> <!-- Start static HTML code --> <h1>Welcome to the web's #1 online game card store</h1> <p>We carry everything related to the Yu-Gi-Oh! Card Game. Currently stocked with everything from the highest dollar foils all the way down to the most common trading cards.</p> <!-- End static HTML code --> <?php echo " </div>"; echo "\n"; echo "\n"; echo "\n"; echo "</body>"; echo "\n"; echo "</html>"; // Likewise with these ^^ ?> head.php: HTML Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> <head> <title>All Yugioh -- The #1 Online Yug-I-Oh Trading Card Store</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta http-equiv="Content-Language" content="en-US" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link href="css/screen.css" rel="Stylesheet" type="text/css" media="screen" /> <link href="http://www.allyugioh.com/favicon.ico" rel="Shortcut Icon" /> </head> doc_header.php: HTML Code: <div class="topContainerLeft"></div> <div class="topContainerRight"></div> <div class="headContainer"> <a href="index.php"> <img src="images/logo.png" alt="WELCOME" onmouseover="document.getElementById('home').src='images/nav_home_hover.png';" onmouseout="document.getElementById('home').src='images/nav_home.png';" /> </a> <img src="images/cards.png" alt="Yu-Gi-Oh!" style="float:right;top:10px;right:7em;position:relative" /> </div> doc_nav.php: HTML Code: <div class="navContainer"> <a href="index.php?" style="margin-left:20px"> <img src="images/nav_home.png" onmouseover="this.src='images/nav_home_hover.png';" onmouseout="this.src='images/nav_home.png';" alt="HOME" id="home" /> </a> <a href="about.php"> <img src="images/nav_about.png" onmouseover="this.src='images/nav_about_hover.png';" onmouseout="this.src='images/nav_about.png';" alt="ABOUT US" /> </a> <a href="products.php?"> <img src="images/nav_products.png" onmouseover="this.src='images/nav_products_hover.png';" onmouseout="this.src='images/nav_products.png';" alt="PRODUCTS" /> </a> <a href="policy.php"> <img src="images/nav_policy.png" onmouseover="this.src='images/nav_policy_hover.png';" onmouseout="this.src='images/nav_policy.png';" alt="POLICY" /> </a> <a href="contact.php?"> <img src="images/nav_contact.png" onmouseover="this.src='images/nav_contact_hover.png';" onmouseout="this.src='images/nav_contact.png';" alt="CONTACT" /> </a> <span id="cart"><!-- login OR logout PHP variables here --><a href="login.php">Login</a> | <a href="cart.php">View My Cart</a></span> </div> And finally, the CSS: Code: @charset "ISO-8559-1"; body { background-image: url("../images/gradient.png"); background-repeat: repeat-x; margin: 0px; padding: 0px; width: 100%; height: 1000px; } .headContainer { background-color: rgb(79,138,83); margin: 0px auto; padding: 0px; position: relative; width: 80%; height: 16%; border-width: 0px 6px 0px 6px; border-color: rgb(60,103,63); border-style: solid; } .topContainerLeft { background-color: rgb(65,114,68); margin: 0px auto; padding: 0px; width: 10%; height: 16%; border: 0px; float: left; position: relative; } .topContainerRight { background-color: rgb(65,114,68); margin: 0px auto; padding: 0px; width: 10%; height: 16%; border: 0px; float: right; position: relative; } .navContainer { background-color: #325635; margin: 0px auto; padding: 0px; position: relative; width: 100%; height: 4.2%; border: 0px; text-align: center; } .bodyContainer { background-color: rgb(79,138,83); margin: 0px auto; padding: 0em 1em 0em 1em; position: relative; width: 77.5%; height: 85%; border-width: 0px 6px 4px 6px; border-color: rgb(60,103,63); border-style: solid; border-top: 1px solid transparent; } .footerContainer { background-color: rgb(79,138,83); margin: 0px auto; padding: 0px; position: relative; width: 80%; height: 5%; border-width: 0px 6px 0px 6px; border-color: rgb(60,103,63); border-style: solid; } .navContainer a img { margin-left: -2px; } .bodyContainer h1 { font-family: 'georgia'; font-size: 34px; color: #fff; text-align: left; } .bodyContainer p { font-family: 'georgia'; font-size: 18px; color: #f3f3f3; text-align: left; width: 65%; text-indent: 1.5em; } span#cart { font-family: 'georgia'; font-size: 14px; color: #fff; position: relative; bottom: 15px; left: 4em; } span#cart a { text-decoration: underline; color: #fff; } span#cart a:hover { text-decoration: none; color: #fff; } Hello, all! Newbie here.. and I mean a newbie! I am desperate to find out the color code for the attached color... any idea how I can find out? I tried to do a side by side comparison on a color chart.. and it just never matches right. I am hoping that one of you folks who have a clue what you're doing have a trick for figuring this out! Thanks so much!! I am working on a webpage that is more than likely going to need to allow downloadable content. I am not quite sure how to go about this. Most likely its going to be video files downloaded and i want to find the most secure way to go about this. I am really in need of this info as i am on a deadline. Please Help Hi guys, How to i click on a link to make a video go to fullscreen and make the video still play from where is was up to? Thanks for you help Does anyone know the best practice for creating/embedding a video (3gpp/3gpp2/mp4) in html? Thanks in advance, James This is my first attempt at putting a .avi video on a webpage. Right now, here's my code: <embed src="name.avi"></embed> Internet Explorer will load up a video player, but then the whole page will freeze. The file's 12.9 mb and is being ran on my computer, so it shouldn't be a size issue. To run the video originally, I had to download this codec: http://www.techsmith.com/download/codecs.asp Any ideas? |