HTML - .mpg File Not Working On Site
Hello,
I have a movie file (mov1.mpg) that I want to put onto my site, but unfortunatly it is not working. Here is the code I have: <code><object data="mov1.mpg" type="application/x-shockwave-flash" width="425" height="355"><param name="movie" value="mov1.mpg" /></object></code> Also - it needs to be XHTML Transitional! I've been looking this up for a while now, and it seems like the code that is valid does not work, and the code that works, is not valid. Thanks for your help in advance!! Similar TutorialsThe following common code is not working in Firefox (3.0.11). It works in Safari (4.02) and IE7. When I say not working, I mean that when I click the submit button, the address does not change to the form processing url: Code: <!-- The data encoding type, enctype, MUST be specified as below --> <form enctype="multipart/form-data" action="uploader.php" method="POST"> <!-- MAX_FILE_SIZE must precede the file input field --> <input type="hidden" name="MAX_FILE_SIZE" value="30000" /> <!-- Name of input element determines name in $_FILES array --> Send this file: <input name="mp3file" type="file" /> <input type="submit" name="submit" value="Send File" /> </form> The file uploader.php does nothing, it is blank, I'm merely trying to establish communication. Once again, the code functions in IE and Safari so I dont think this is PHP related. my site, www.gpaul.net is not working on pc's. It works ok, but not correctly on IE, and horrible on firefox. How can I fix this ? http://gpaul.net/Picture%201.png that image shows what the site looks like when it is working properly. (on Mac OS X safari) and you can see what it looks like on firefox/ IE please help ! send in a fixed code or whatever, also on the links(aren't set up yet) the hover effect is a different blue image which does not show up in firefox/IE Thank you VERRRRRRY Much ! Oh, and I have firefox for mac on my computer and it also doesn't work, so it is not os specific or something. I am having some deep problem, with this I have tryed allot of things now I am worried I might need to do a redesign ground up to get it to work in IE If anyone could please check out the site and tell me why its not working and what would be the easiest way to fix it so it will display in IE! kellysglass.spicershost.com Thanks FYI It displays fine in FireFox Now I'm very very new to this, so pleaseee dont flame. Now my friend got a .flv file, by using the firefox addon to extract video files from like youtube or sumthing. Now I want to make it so that when people visit my website, they will be able to see our videos. Now is all we need the .flv file? bcuz I think we might need something thats called a .swf file, and I dont know how to get it, and where to put it. please help Hi there. My site is not working on Safari. It also doesn't work on Google's Chrome, so I've been told. But it works on Firefox and other browsers. Here's the url... http://www.prs-nj.com Anyone got any ideas? Thank you, Gidmeister I am building a site for a client. It is currently located at http://planetlids.isthatclear.com I can't figure out why the hover buttons work fine in Firefox but not in IE. I tried both IE6 and 7. Any ideas? I would like to allow people to download a file from my site by clicking a button. I can display the button and direct it to the file but I don't know how to start the download process. I won't have multiple files, just 1 file. I was looking for a command but came up empty. Hi everyone. I just found this site. I'm a newbie, still stuck in HTML 4. I have an immediate need to add a powerpoint presentation file to my site so students can download it into their computers. Have tried putting file into root directory, then making tag: <a href="ftp://www.themcmullens.com/test.ppt">Download test</a> Doesn't work. Anyone have any ideas? I have a site with a nav bar. http://www.groundzerostudios.co.nr/ It is a lot of work to go to each individual site to update the nav bar. I was wondering if i could save the nav bar to a seperate file and open it in each site. That way if i update the nav bar once, the sites will all call on the new nav bar. Here is the nav bar code ?////////////// HTML Code: <p> <fieldset> <legend> <b>Links:</b> </legend> <table border="0"> <tr> <td><FORM name="homeform"> <SELECT name="gamelinks" onChange="window.location=document.homeform.homelinks.options[document.homeform.homelinks.selectedIndex].value"> <OPTION SELECTED value="H:\Wamboldt's Folder\webdesign.html">--Main-- <OPTION value="H:\Wamboldt's Folder\index.html">Home </SELECT> </FORM></td> <td><FORM name="gameform"> <SELECT name="gamelinks" onChange="window.location=document.gameform.gamelinks.options[document.gameform.gamelinks.selectedIndex].value"> <OPTION SELECTED value="H:\Wamboldt's Folder\webdesign.html">--Game Design-- <OPTION value="http://groundzerogames.110mb.com/gamehome.htm">Home <OPTION value="http://groundzerogames.110mb.com/games.htm">Games <OPTION value="http://groundzerogames.110mb.com/wip.htm">W.I.Ps <OPTION value="http://groundzerogames.110mb.com/service.htm">Services </SELECT> </FORM></td> <td><FORM name="webform"> <SELECT name="weblinks" onChange="window.location=document.webform.weblinks.options[document.webform.weblinks.selectedIndex].value"> <OPTION SELECTED value="http://groundzerogames.110mb.com">--Web Design-- <OPTION value="http://groundzerogames.110mb.com/gamehome.htm">Home <OPTION value="http://groundzerogames.110mb.com/games.htm">Portfolio <OPTION value="http://groundzerogames.110mb.com/wip.htm">Help <OPTION value="http://groundzerogames.110mb.com/service.htm">Services </SELECT> </FORM></td> <td><FORM name="helpform"> <SELECT name="helplinks" onChange="window.location=document.helpform.helplinks.options[document.helpform.helplinks.selectedIndex].value"> <OPTION SELECTED value="http://groundzerogames.110mb.com">--Courses-- <OPTION value="http://groundzerogames.110mb.com/gamehome.htm">Home <OPTION value="http://groundzerogames.110mb.com/games.htm">Game Design <OPTION value="http://groundzerogames.110mb.com/wip.htm">Web Design </SELECT> </FORM></td> <td><FORM name="tutform"> <SELECT name="tutlinks" onChange="window.location=document.tutform.tutlinks.options[document.tutform.tutlinks.selectedIndex].value"> <OPTION SELECTED value="http://groundzerogames.110mb.com">--Assistance-- <OPTION value="http://groundzerogames.110mb.com/gamehome.htm">Tutorials <OPTION value="http://groundzerogames.110mb.com/games.htm">Help <OPTION value="http://groundzerogames.110mb.com/service.htm">Request </SELECT> </FORM></td> <td><FORM name="contform"> <SELECT name="contlinks" onChange="window.location=document.contform.contlinks.options[document.contform.contlinks.selectedIndex].value"> <OPTION SELECTED value="http://groundzerogames.110mb.com">--Contact Us-- <OPTION value="http://groundzerogames.110mb.com/gamehome.htm">Email <OPTION value="http://groundzerogames.110mb.com/games.htm">Telephone <OPTION value="http://groundzerogames.110mb.com/service.htm">Mail </SELECT> </FORM></td> <td><FORM name="newsform"> <SELECT name="newslinks" onChange="window.location=document.newsform.newslinks.options[document.newsform.newslinks.selectedIndex].value"> <OPTION SELECTED value="http://groundzerogames.110mb.com">--News-- <OPTION value="http://groundzerogames.110mb.com/gamehome.htm">Recent <OPTION value="http://groundzerogames.110mb.com/games.htm">Archives <OPTION value="http://groundzerogames.110mb.com/service.htm">Submit </SELECT> </FORM></td> </tr> </table> </fieldset> </p> ?//////////// Hi, I ran a code validation on my site (www.improvizations.com), it came back with 11 errors. Many of them look like this: Line 9, Column 31: there is no attribute "leftmargin". <body topmargin="0" leftmargin="0" marginwidth="0" rightmargin ="0" marginheight and this: Line 15, Column 43: required attribute "alt" not specified. <div id="logo"><img src="images\logo.gif" /></div> How do I fix this? Also, my site looks fine in IE but awful in Firefox. What's going on? Any help would be greatly appriciated. I'm a newbie with all of this. Thanks!! Hi All, Please Heeeeeeeeeeeeeeeeeeeeeeeeeeeellllllppp!!!!! Thanks in advanced!!! Have a few mistakes and / or something is missing below: Code: <html> <head>PLEASE FIND THE MISTAKE(S) or SOMETHING MISSING /</head> <script type="text/javascript"> window.onload=function() { document.getElementById('exampleletterList').onchange=function() { window.location=('http://www.example.org/'+this.value+''); } } </script> <body> <select id="exampleletterList"> <a target=\"_blank\" href=\"file.doc\" title=\"\">John Doe<br> XXXXXXXXXXX</br></a>. <option value=""><b> PLEASE SELECT THE FOLLOWING: <b/> </option><!--this option takes you to --> <body mar="0" marginheight="0" bgcolor="rgb(38,38,38)"> "BACKGROUND BLUE GREEN MARMOL " <embed width="100%" height="100%" name="plugin" src="http://www.example.pdf" type="application/pdf"> <br> <CENTER> <option value=index.htm>Option #1</option><!--this option takes you to --> <option value="example7">Option #2</option><!--this option takes you to --> <option value="example3">Option #3 </option><!--this option takes you to --> <option value="example4"><br>Option #4</br></option><!--this option takes you to --> <option value="example5">Option #5</option><!--this option takes you to --> <option value="example2">Option #6</option><!--this option takes you to --> <option value="blog/wp-login.php"><!--this option takes you to blog--> </select> </CENTER> </br> </body> <html xmlns:v="urn:schemas-microsoft-com:vml" xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz </body> </head> </html> I have a webpage that appears to work with IE6 but not IE7, Firefox 3 or Chrome. I have this tag (among others) embedded in the HTML page: <a href="file:%5C%5Cmspfs01%5Cshared.gsc%5CHR%20GSC%5CSea%5Cindex.html" target="_blank">Internal Documentation</a> When clicked, the following edit is given: Cannot find 'file://mspfs01/shared.gsc/hrpage/hrgsc/%5C%5Cmspfs01%5Cshared.gsc%5CHR%20GSC%5CSea%5Cindex.html'. Make sure the path or Internet address is correct. It appears that the browser is appending the path to the file in the tag to current location path. The path in the tag is the absolute path to the index.html file on that box. And like I said, it does work with IE6. Thank you. Kevin Hi guys, im trying to setup a simple website for my football team and ive run intio a small problem. I originally had the Navigation code on every page but started to get annoying when i wanted to make changes etc. So by following the FAQ he http://bonrouge.com/~faq#includes I thought id found the answer to my problem but i cant seem to get it to work. The below code is contained in a file called menu.htm <div id="navigation"> <h2>Navigation</h2> <ul> <li><a href="home.htm">Home</a></li> <li><a href="squad.htm">Squad</a></li> <li><a href="fixtures.htm">Fixtures</a></li> <li><a href="matchReport.htm">Match Reports</a></li> <li><a href="news.htm">News</a></li> <li><a href="sponsorship.htm">Sponsorship</a></li> <li><a href="motm.htm">Man of the Match</a></li> <li><a href="forum.htm">Forum</a></li> </div> My code for the first page called "home.htm" is as follows <!--<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> --> <html> <head> <title>Pavilion FC</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="myCSS.css" rel="stylesheet" type="text/css"> </head> <body> <div id="logo"> <h1></h1> <p> </p> </div> <!--#include file="menu.html"--> </body> </html> Is this code meant to have the comments round it? Should it be in the HTML or CSS file? I also tried converting the files to PHP and usign the line <?php include 'menu.php'; ?> but that didnt seem to work either. Both times the menu just doesnt appear. Im using firefox to view the files offline before uploading, so that id upload it anyway to see if php needed to be enabled or soemthing but still doesnt work. You may have seen this question before, but I cannot for the life of me find an answer that works. I embedded a .swf flash file on a page on my website. This flash plays perfectly on IE and Chrome, but nothing shows up on Safari or Firefox. I, at first, wrote the code by hand. Then I instead used swfobject to properly write the code (this still hasn't fixed the problem) I used the w3 markup validation site to check the code, and it comes back with 0 errors. Any Ideas? The code is below: <!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" lang="en" xml:lang="en"> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script type="text/javascript" src="posthink.swf"></script> <script type="text/javascript"> swfobject.registerObject("myFlashContent", "9.0.0"); </script> </head> <body> <div style="text-align: center;"> <object classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="400" id="myFlashContent"> <param name="movie" value="posthink.swf" /> </object> </div> </body> </html> (I inserted a space in the classid= tag to do away with the : D turning into a smiley) Thanks for your help. 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 have a project written in ASP.NET under Visual Studio 2005 with C#. I am also using Infragistics objects for .NET Advantage 2007. In my page to attach resources to a record I have written a browser and am displaying previously chosen resources here. But when I click the upload button the page opens a new window (which is not a dialog window, but a normal one) which is exactly the same as my dialog window. How can this possibly happen? Can anyone help me? Hi, Anybody have any idea how to convert a xml file to excel file.Actually i m working on visual studio and using C programming language.I have a xml file in the same directory where my programm is running.When i pressed a icon it will take the xml file automatically and convert to a excel file and show the outpt to the user.How can i achive this goal ??? Any help would be great. Thanks, Basanta Hi ,I am new in html.Hope you can guide me step-by-step on this. I want to import my .txt file into the html form and the html form can add new item then to be add in to that particular .txt file too as well. can this be done? For example: (fruits.txt) 1.apple 2.banana 3.orange Can this fruit.txt be impoted to fruit.html page and show it at fruit.html page, at the same time, the fruit html page allow to add in new fruit, and once user add in new fruit, the fruit.txt file will be updated as well. Thanks for your guidiance and help. :-) I have a website where I want to make a drop down menu that will bring you to different pages. It is a very basic, sort of old-fashioned website that relies entirely on html. What I'm trying to do is make a drop-down menu that will be used as navigation for a section of a website and I want to have it in each internally linked page in that section, but I'm going to be adding more pages to it over time so I want to be able to put the drop-down menu code in a separate text file and then substitute it into the pages that I make that the options in the menu link to and then just edit the code in the text file when I add another page so that I don't have to go back and edit the code every single individual page whenever I add a new one among them. Basically all I'm asking is how I can put html code in a text file and then substitute that code into an html page by referring to the file. Thanks in advance for any help. hi everybody, I am working in a html. I defined a functiion in a html file.(first.html) I want to call that function in another html file.(second.html) How can i call that function in second.html file? give some sample code Thanks in advance.... |