HTML - Posting Video From Another Site To Mine?
(I got permission first of all from the site owner)
I would like to copy his video from his site, and put it on to my site. How would I do this? His video is not downloadable, you can only view it from his website Similar TutorialsHello! I am trying to replace my existing flash videos with newer ones. These newer videos I converted from Quicktime to swf. I replaced the video file name with the newer video file name and it uploaded fine. There are a couple problems though. It doesn't have the Play, Stop, etc controls at the bottom and it is on a loop. Here is the link to the new video: http://www.swingmangolf.com/isokinetics.swf Here is the code with the new video: <table width="158" border="0" align="center" cellpadding="0" cellspacing="0"> <tr><br /><br /> <td height="126" align="center" valign="middle"><script> //<!-- AC_RunFlContentX ("src","Isokinetics.swf","quality","high","width","550","height","315","wmode","transparent","autost art","false"); //-->1 z </script></td> </tr> </table> How do I get the controls to show up and to stop it from playing over and over!?!?! Hi guys! I`ve got a video on my web page, that i really wanna share on FB. But when I share it, it just comes up a lot of weird letters in the FB post, and dont a little movie player, surge as with a youtube video. And i guess all this have to do with embedding? Under, you can see how the html looks like atm. In it would be very helpful if you guys could help me to write it, so the movie shows up in my FB post, and you be played directly on Facebook. <title>newyorkhigh_3</title> <center> <!--url's used in the movie--> <!--text used in the movie--> <!-- saved from url=(0013)about:internet --> <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1280" height="760" id = "MoyeaDemo"> <param name="movie" value="newyorkhigh_3.swf"> <param name="quality" value="high"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="True" /> <embed src="newyorkhigh_3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1280" height="760" allowScriptAccess="sameDomain" allowFullScreen="True" name = "MoyeaDemo"> </embed> </object> </center> hello, i want to put a youtube video on my site,for example <object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/QmIDEGtFfhU&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/QmIDEGtFfhU&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> as you can see the size is "425 with 355".but i dont want that size,its too big for my site. so i tryed to modify it, putting width="220" and height="200" in both object and embed. i tested my page,the movie window is indeed smaller but the video image IS NOT.you know that there is youtube logo on each clip when you put it on a website,and on my page that logo is seen on half. can i make it to show full image? (i hope you understand the problem) thank you. Hi i have sucessfully added an embedded code to my site... not a problem.. copied and pasted html coding from a video.. into html view.. fine. However.. the video appears top left of my page always. Within the embed video code i see no parameters for screen positioning.. just size.. which is repeated twice (all codes from utube vids etc seem the same) eg <object width="400" height="300" ><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.facebook.com/v/124990176803" /><embed src="http://www.facebook.com/v/124990176803" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="300"></embed></object> is there a piece of html code i should add... either within this before it or after it? Im new to this stuff.. been on ages! Please help! Ok, so Im trying to take an XML feed from www.gamebattles.com and add it to my site. For those of you not familiar with what gamebattles.com is, basically it keeps track of rankings when you play games on consolves such as the xbox 360. Anyway, each indiviual "clan" has a stats page. Gamebattles, allows you to add an XML feed from their site to your clan site that way your stats will be reflected on your site automaticially. At the bottom of our stats page it says "click here to add an xml" or something along those lines. It takes you to this page: http://www.gamebattles.com/xbox360/c.../sgc/stats.xml That page has this on it: Code: <?xml version="1.0" ?> - <team cacheDate="Tue 27 Nov 2007, 12:32 PM EST"> <name>SGC</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc</url> <foundedDate timestamp="1194732327">Sat 10 Nov 2007, 5:05 PM EST</foundedDate> <reputation>4.00000</reputation> <arena>Call of Duty 4: Modern Warfare</arena> <platform>Xbox 360</platform> - <currentStats> - <season> <name>Fall 2007</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/ladder/clan/</url> </season> <place>125</place> <previousPlace>124</previousPlace> <matchesPlayed>12</matchesPlayed> <wins>8</wins> <losses>4</losses> <winPercentage>0.667</winPercentage> <gamesFor>18</gamesFor> <gamesAgainst>12</gamesAgainst> <shutouts>6</shutouts> <streak>-3</streak> <xp>678</xp> <level>5</level> <levelUp>900</levelUp> </currentStats> - <alltimeStats> <matchesPlayed>12</matchesPlayed> <wins>8</wins> <losses>4</losses> <winPercentage>0.667</winPercentage> <gamesFor>18</gamesFor> <gamesAgainst>12</gamesAgainst> <shutouts>6</shutouts> <streak>-3</streak> <xp>678</xp> </alltimeStats> - <roster> - <player> - <name> - <![CDATA[ Blar Matey ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/BlarMatey/ ]]> </url> <role>Co-Leader</role> <gbRank>10396</gbRank> <memberSince timestamp="1194735117">Nov 10, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ Browneye Kaboom ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/Browneyekaboom/ ]]> </url> <role>Co-Leader</role> <gbRank>16564</gbRank> <memberSince timestamp="1194776585">Nov 11, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ I AM SARGE ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/SARGE3/ ]]> </url> <role>Captain</role> <gbRank>30530</gbRank> <memberSince timestamp="1195616132">Nov 20, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ joey01100 ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/joey-01100/ ]]> </url> <role>Co-Captain</role> <gbRank>37868</gbRank> <memberSince timestamp="1195639391">Nov 21, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ mrsmokyjunction ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/MrSmokyJunction/ ]]> </url> <role>Co-Captain</role> <gbRank>47914</gbRank> <memberSince timestamp="1195639953">Nov 21, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ SGC Buckwild ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/SC SHADY/ ]]> </url> <role>Co-Leader</role> <gbRank>11773</gbRank> <memberSince timestamp="1195535407">Nov 20, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ SGC TRIGGERMAN ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/SGCTRIGGERMAN/ ]]> </url> <role>Leader</role> <gbRank>7894</gbRank> <memberSince timestamp="1194732327">Nov 10, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ SGC UnDying ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/SGCundying/ ]]> </url> <role>Co-Leader</role> <gbRank>11706</gbRank> <memberSince timestamp="1195716031">Nov 22, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ SGC xDEFIANCEx ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/swest23/ ]]> </url> <role>Co-Leader</role> <gbRank>10396</gbRank> <memberSince timestamp="1194735168">Nov 10, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ SGC xDOGSOFWARx ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/SGC_DOGSOFWAR/ ]]> </url> <role>Co-Leader</role> <gbRank>10396</gbRank> <memberSince timestamp="1194829534">Nov 11, 2007</memberSince> </player> </roster> - <recentMatches> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=148114</url> <date timestamp="1196048700">Sun 25 Nov 2007, 10:45 PM EST</date> <result>L</result> <xp>23</xp> - <opponent> <name>Team XyZ</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/xyz333</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=147957</url> <date timestamp="1196045100">Sun 25 Nov 2007, 9:45 PM EST</date> <result>L</result> <xp>30</xp> - <opponent> <name>Kracka Kid Killa's</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/united-republic-of-russia</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=147532</url> <date timestamp="1196038800">Sun 25 Nov 2007, 8:00 PM EST</date> <result>L</result> <xp>20</xp> - <opponent> <name>XLW InFiNiTy</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/xlw-infinity</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=145837</url> <date timestamp="1195979400">Sun 25 Nov 2007, 3:30 AM EST</date> <result>W</result> <xp>90</xp> - <opponent> <name>Fatal Instinct</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/fatal-instinct</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=143028</url> <date timestamp="1195893000">Sat 24 Nov 2007, 3:30 AM EST</date> <result>W</result> <xp>120</xp> - <opponent> <name>SevenFourOh</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sevenfouroh</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=140329</url> <date timestamp="1195795800">Fri 23 Nov 2007, 12:30 AM EST</date> <result>W</result> <xp>70</xp> - <opponent> <name>SpOuSaL AbUsE [ '.* ]</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/spousal-abuse-</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=138746</url> <date timestamp="1195716600">Thu 22 Nov 2007, 2:30 AM EST</date> <result>W</result> <xp>70</xp> - <opponent> <name>Digital Legends</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/digital-legends</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=136554</url> <date timestamp="1195632000">Wed 21 Nov 2007, 3:00 AM EST</date> <result>W</result> <xp>100</xp> - <opponent> <name>PwN-TaNG</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/dark-lords</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=136097</url> <date timestamp="1195616700">Tue 20 Nov 2007, 10:45 PM EST</date> <result>L</result> <xp>9</xp> - <opponent> <name>hypnotic v2</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/hypnoticv2</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=135883</url> <date timestamp="1195613100">Tue 20 Nov 2007, 9:45 PM EST</date> <result>W</result> <xp>120</xp> - <opponent> <name>The COD ACES</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/the-cod-aces</url> </opponent> </match> </recentMatches> </team> I tried just pasting that into the code of my site, but that doesnt work. So, could someone please tell me how to implement this to my site? Can someone please tell me why only the /features.html page of my site in IE shows up broken like the picture I have provided below along with the source code? All the other pages in IE show up fine. And ALL the pages show up fine in Chrome and Fox. Again all the pages show fine in IE except http://www.richandbalanced.com/features.html I checked the html and the layout is the same for everypage I think? Please help, and thanks. Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head><title>Rich and Balanced™</title> <meta name="description" content="Start Creating the Life of Your Dreams Today!" > <meta name="keywords" content="Rich, Balanced, Life, Money, Health" > <meta name="author" content="Samuel Sweis" > </head> <link rel="shortcut icon" href="image-files/"> <link rel="stylesheet" type="text/css" href="support-files/style.css"> <body> <a href="http://www.richandbalanced.com"><img class="displayed" src="image-files/richandbalanced.jpg" width="498" height="108" alt="Rich and Balanced logo" border="0"><a/> <div class="reight"> <div id="rbleft_sidebar"> <br /><br /><br /> <p class="welcometab"><a class="lb" href="index.html">Welcome</a>    </p> <p class="exploretab"><a class="lb" href="rich.html">Overview</a>    </p> <p class="estore"><a class="lb" href="rich.html">eStore</a>    </p> </div> <div id="rbcontent"> <h1>Rich and Balanced</h1> <p> Have you ever asked yourself: Am I eating healthy? Am I in shape? Am I making enough money? Am I getting what I'm worth? Am I amongst loving family and friends? Am I doing a good job as a parent? Am I surrounding myself with positive music? Am I reading enough? Am I reading the right types of books? Am I taking care of myself? Am I worried about what others think? Am I seeing the big picture? </p> <p> The features available to you through Rich and Balanced™ answer them all. Click on any of the exclusive and custom content links listed below to experience a preview: </p> <h1>Exclusive & Custom</h1> <p> · <a href="nutrition.html">Healthy Premium Recipes for your Nutrtion</a> [Updated Monthly]<br /> · <a href="features.html">Workouts for your Fitness</a> [Updated Monthly] <br /> · <a href="features.html">Money plans for your Financial Growth</a> [Updated Monthly] <br /> · <a href="features.html">Growing Love Filled Relationships</a> [Updated Monthly] <br /> · <a href="features.html">Inspiring with Parenting</a> [Updated Monthly] <br /> · <a href="features.html">Audio for your Listening</a> [Updated Monthly] <br /> · <a href="features.html">Music for your Enjoyment</a> [Updated Monthly] <br /> · <a href="features.html">Literature for your Reading</a> [Updated Monthly] <br /> · <a href="features.html">Message Board Forums for your Interaction</a> [Updated Monthly] <br /> · <a href="features.html">Questions Archived with Answers</a> [Updated Monthly] <br /> · <a href="features.html">How to Guides covering The Rich and Balanced Areas™</a> [Updated Monthly] <br /> </p> <p> Have any questions? Comments? Suggestions? Feel free to use the "Send Me A Message" tab located in the upper right hand side of this page. For information on obtaining full access to Rich and Balanced™ <a href="fullaccess.html">click here</a>. </p> </div> <div id="rbright_sidebar"> <br /><br /><br /> <p class="messageme"><a class="lb" href="message.html">    Send Me A Message</a></p> <p class="features"><a class="lb" href="features.html">    Features</a></p> </div> <div id="rbfooter"> <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=205838536125629&xfbml=1"></script><fb:like href="facebook.com/richandbalanced" send="true" layout="button_count" width="15" show_faces="true" font=""></fb:like></div> </div> </div> <iframe src="balanced.html" width="100%" height="100" frameborder="0"></iframe> </body> </html> 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(); ?> I am wondering if it is possible to create an INDEX.HTML to redirect to another website? I would like it to display the redirected site, but if possible keep to the original address.. e.g. A site named www.mysite.com, with an INDEX.HTML to redirect to www.othersite.com, which displays OTHERSITE with www.mysite.com in the address bar. Hope I explained ok, any responce would be much appricated! Thanks! I just posted a question 5 minutes ago and now it's gone. hummm any thoughts? Hello! I need some help with my website - it is an international job posting website and I cant figure out how to make the job postings go on auto-pilot. Say someone would like to post a job, as of right now they email me and I put it on the website, and recently I tried using a forum but a) the viewer has to sign up with this forum company and b) they delete my posts because they have to do with money i think... so I'm wondering if anyone out there would know how to put this site on auto pilot by creating my own forum or something!! Thanks so much to whoever can help a sista out! Lindsay I have a big form (http://plemorarpg.com/footpatrol/nightlyreport.html), and I want it to submit to e-mail when 'submit' is clicked... but I want it to e-mail it in the form of a table (or at least in a nice, orderly fashion), not in the form of a variable list (so I want to see the e-mail look like the form, instead of look like last-night-1 great last-night-2 okay ) Can anyone help me, or point me in the direction of help? Perhaps a free webhost who allows cgiemail, or someone with cgiemail that's willing to let me host this on their site for a small fee? This is for a volunteer group that walks people home at night on a university campus, so money is fairly nonexistent... The server I'm currently using has a CGI capabilities, but no set bin and no pre-codes. My knowledge of CGI is pathetic, but if that's the only way I'd love it if someone could walk me through step by step. Anyone? EDIT: I have a webserver that allows CGI, but it doesn't have a bin or any scripts - I am adding an event to a web page I have inherited from someone else. I don't have access to the CSS styles in the webpage, so I have to use existing styles. The page is supposed to line up in two columns, and used to do that before my updates today, but for some reason now is all in one long column. I could use another set of eyes, as I can't seem to see the reason it is having problems. Can you help me? I need to get an answer this morning or I will have to change the page back so that it looks correctly even if it has old information. Dear All, I've just recently begun to build my website. On a page, there is a text area with a Submit button below it. The user enters text in the box and then clicks submit. Text box is submited to the server which it then posts to the same page. The problem is that, when the entry is multiple lines long it gets posted to the page as one single long sentence running off the right side of the page. I am using Microsoft Expression Web 4, and front page server extensions. I have tried using a line break and justify margin settings, but to no avail. The text still gets posted as a single long line of text instead of marginalizing it into multiple lines. Thanks in advance for help, Elwood Hi everyone, I'm new here and new to html stuff. I really need to learn it to make my website. I've been messing around all day with the codes and so far all I got is this: <TABLE BORDER="0" cellpadding="0" CELLSPACING="0" bordercolor="#330000" width="100%"> <TR> <TD WIDTH="950" HEIGHT="17" BGCOLOR="#000000" VALIGN="top" align="left"> <font face="edwardian script itc" style="font-size: 65pt" color="#FFFFFF">George Gabrielle Couture </font></TD> </TR> </TABLE> <table border="0" width="20% align="right" bgcolor="FFFFFF"> <tr> <TD BGCOLOR="#000000"> <font face="pica10 bt" color="FFFFFF" size="3">Fall/Winter</font></td> </tr> <tr> <TD BGCOLOR="#000000"> <font face="pica10 bt" color="FFFFFF" size="3">Holiday</td> </tr> <tr> <TD BGCOLOR="#000000"> <font face="pica10 bt" color="FFFFFF" size="3">Resort</td> </tr> <tr> <TD BGCOLOR="#000000"> <font face="pica10 bt" color="FFFFFF" size="3">Baby</td> Now I need to add some pics to the white part of the page (left-hand side). Forgive me everyone, when you answer this please treat me like I'm a 5 year-old, LOL . I am soooo html challenged. I'm only a seamstress, and sewing clothes is all I know . Sorry if this is the wrong section to post in but as I have explained I'm new to this & I don't fully understand what everything means. But my question is this: A long time ago somebody told me of a method in which I was able to make a nwe forum topic via the address bar. There were spaces to put the message, topic title, topic icon etc. But being slow I forgot it. I was just wondering if anyone could help me with this as I would like to use it to make multiple topics on my new message board & I don't want to type the whole topic out again everytime I post. Again I'm sorry is this is the wrong place to post a quaestion like this. Thanks, Jonny. I'm trying to make a site where people can post information. Similar to something like facebook where people enter in fields and then those fields instantly become a profile. I can figure out how to write the form etc., but what I need help on is how to get it to open into a new page. Is this DHTML? If not, can anyone tell me the formal name, so I can try to find it and learn it? Or if someone could just tell me how, that would be great too. Thanks! I want to post information to another pages through links: for example, I want when clicking on a link "client" to go another page saying "Welcome Client" How could I do something like that..I know that I must use a form in order to post information to another pages...How to do it without using a form...Help please! Thanks in advance... i would like to put the code for a banner ad on my site, so that people can copy the code and place the banner on their site. of course, every time i put the code in it actually places the banner instead of the code. is there a tag that basically says, "this is not html"? Hi, I've the following code. I want on the button hit on formOne the data in both the forms to be submitted. I'm new to Javascript so any advise is welcome. Thanks. <html> <head> <script language="javascript"> function doApply() { document.formOne.submit(); document.formTwo.submit(); } </script> </head> <body> <form name="formOne" method="GET" action="ex.html"> <input type="text" name="oneText"/> <input type="submit" value="submit1" onClick="javascript:doApply();"/> </form> <form name="formTwo" method="GET" action="ex.html"> <input type="text" name="twoText"/> </form> </body> </html> |