HTML - Articulate File Will Not Play Automatically
http://americancreek.com/inmedia/treatycreek/
When you click on this link, the articulate file is supposed to start playing automatically, but it does not. If you click refresh, the file starts to play. Also, if you click "next" and then go back, it starts to play. It's only when you clear your cache and click the link again, is when it does not play and just sits there. Similar Tutorialshttp://americancreek.com/inmedia/tre...ek/player.html I am having trouble with an articulate file. If you view the link above, the articulate file will not play automatically, it says "paused". If you click play, it will not play. If you click refresh, the file will begin playing. Unsure why it will not play automatically. When I put in my code, it works just fine on my Mac in Safari or Firefox. However, when I test it on a PC in Explorer 7 or 8 it starts playing automatically. This is what my code looks like: Code: <audio controls="controls"> <source src="/media/GOAL.wav" type="audio/wav" autostart="false"/> <embed height="100px" width="200px" src="/media/GOAL.wav" /> </audio> The "autostart" code I put in apparently is wrong. Is there a way to fix this so it does not autostart in Explorer and any other browers? Thx. Is it possible to simply add the word "Play" to an html web page, which, when selected, would play an audio file stored in my web page directory? If possible, can you provide the code? i'm guessing the web visitor would simply need audio player software on his/her computer? Which is on most if not all computers today. Correct? thanks. I used code below to paly mp3 file but none of them working. Why? < A HREF = "MYMP3.MP3".....> OR, <EMBED SRC= "MYMP3.MP3" ...> How to play sound file right away by clicking withoud download file first? How to play an audio file in HTML? _______________ Hi there in new here so please be nice haha ok i want a Mp3 file which is located in the same directory as my web page file to play in the background of my web page saved on my computer. i have tried loads of different codes, but to no success. I am using firefox browser 3.0.9 version. I created the html webpage using notepad. I have installed apple's quicktime as this website said so: http://kb.mozillazine.org/Background...doesn%27t_play Here is my code, please could somebody tell me where i am going wrong: Code: <html> <head> <title>My webpage!!!!!!!!!</title> </head> <body> <object data="music.mp3" type="application/x-mplayer2" width="0" height="0"> <param name="florida.mp3" value="music.mp3"> <param name="autostart" value="1"> <param name="playcount" value="true"> </object> </body> </html> Any help would be great many thanks and kind regards Jackie x Hi everyone. I am new to this forum and have very basic HTML knowledge. I've set up a page at http://www.freudiansliprecording.com/thelastsupper which, as it is coded now, automatically plays a goofy 5 second MP3 audio file when the page loads. What I would like to do is have the page randomly choose between 2 or three different of these very short MP3 audio clips and play one of them (and only one of them) when a visitor first comes to this page. Can anyone here recommend a way for me to do this? I do not want a visible player for this randomly chosen clip. Thank you all very, very much in advance for your help Cheers, Kevin Hi, I have an album which has 5 to 6 audio files(wma). I used checkboxes to list the audio files. I want to select one or more of the audio files by ticking in checkbox and play those selected using a button. How can I do that using html? I see that many music sites use this functionality, but not sure how to code this using html? Can someone help? Note: I have already hosted the audio files and have the web url for all the wma files. Hi, whenever I use a website called 'spy Omegle', I want to have a javascript file that types in whatever question I tell it to type in. the source code for this page is below: Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title>Omegle</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="icon" type="image/png" href="/static/favicon.png"> <script type="text/javascript"> var splitDomain=document.domain.split(".");if(splitDomain.length>1){document.domain=splitDomain[splitDomain.length-2]+"."+splitDomain[splitDomain.length-1]}var flashingTimeout=null;function isFlashing(){return flashingTimeout!==null}function startFlashing(){if(isFlashing()){return}flashing=true;var b=[["___Omegle___","/static/favicon.png"],["\xAF\xAF\xAFOmegle\xAF\xAF\xAF","/static/altfavicon.png"]];function a(){var c=b.pop();document.title=c[0];setFavicon(c[1]);b.unshift(c);flashingTimeout=setTimeout(a,500)}a()}function stopFlashing(){if(!isFlashing()){return}clearTimeout(flashingTimeout);flashingTimeout=null;document.title="Omegle";setFavicon("/static/favicon.png")}function setFavicon(b){var a=document.getElementsByTagName("link");for(var c=0;c<a.length;c++){if(a[c].rel==="icon"){a[c].href=b;return}}var d=document.createElement("link");d.rel="icon";d.type="image/png";d.href=b;document.getElementsByTagName("head").appendChild(d)}; var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1307731-4']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <!-- Yes, I'm using frames as a load balancing measure. Yes, I know this is horrible, insane, absurd, ridiculous, stupid, and broken. It's just a temporary stop-gap measure, though. --> <frameset cols="100%"> <frame src="http://odo-bucket.omegle.com/"> </frameset> </html> this should not be hard if im not mistaken I would just change the text for it to type in the html file, the website does not need to be opned aswell when the html file is launched i would obvioustly learn HTML but i don have time at the present because of college work,etc for reference: the page is at www.omegle.com then click 'spy mode' and you will get a textbox on the page i want the file to return the question in a loop because it saves clicking the file all the time how would I get a 3gp movie to play on my web site. it was taken off my camera phone. TIA Not sure where to start with this one so posting a general question here for direction. My website This a weather site / beach cam. I generate timelapses at the top of each hour and would like the snapshot / play button in the right column to be a direct download link to the *LATEST* timelapse movie. Right now I'm just linking to the timelapse page. I'm guessing there is some math involved. Possibly something other than html. I still have my fortran book from college but not sure there are any compilers left. Where should I look next? Thanks. Hi this won't play in Internet Explorer on a pc... It's a QT movie I am assuming this is why, but what other format can I use that will work on both Mac and PC? http://www.curiousclothing.com/test/qt.htm I have placed the code as below <object> <embed src="videos/kyaw.avi" width="380" height="265" autoplay="False"></embed> </object> in using visual studio 2005. video not working or playing on my page. But when i use the notepad for the program it was working. It is quite strange to me and I just novice(started html). pls any advice or coding ,.///... help me that is the web site i doing http://mayrum.co.uk/Myvideo.aspx pleaseeeeeeeeeeeeeee I'm using mozilla and seamonkey and for some reason sounds need a apple quicktime plugin and I was wondering if there is any way to add a sound to an html file that seamonkey and mozilla could play without any plugins? Hi... Is it possible to have music play when a visitor clicks on a light box image? And then off when closed.... Thanks hi this is new user. i have one query that i want to play a sound(eg.mid) in background when i opne my html code. so anybody can tell me how to do that in detail. with littel code too. thnks in advance i am waiting for reply. Hello, I'm working on a video website for someone and they want to add a pop-up that opens up when a user clicks the play button on the video. The video will play and the pop-up will load. Is there a technical term for this? What's the easiest way to do it? Any documentation anywhere? I couldn't find much on this, probably because I'm not using the right term to find it.. Anyway, any help would be appreciated. Thanks! Hi, I am trying to stop a certain video from playing when a person visits my website for a second time. For example. I want video "A" to play when a unquie vistor visits my website but then i want video "B" to play and not Video "A" when they visit my website again (so they aren't unique anymore) So how could I make a different swf video load on these occasions. Any help with be appreciated. Thank you Can some one help me with or direct me to some HTML code that I can use to do one of the following. A. After a visitor of my website clicks on some text, a box appears below the text that will play an embedded Youtube video (on autoplay). B. After a visitor of my website clicks on some text, an video that wasn't on autoplay previously begins to play. Note that I want the user to click on some text, not flash. Thank you. |