HTML - Play The Latest
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. Similar TutorialsHi, 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. 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 am looking for a way to make sure that each time a page is loaded, it retrieves the latest version off of the server without the user having to click Refresh/Reload. The page has news items on it and sometimes it doesn't load the updated page, but the page that is in the browser's cache. I know this option can be changed in the Browser's properties, but I want a way to do this automatically without requiring that users change this preference. Hi Guys, I have a problem on my site with some input boxes when viewed in latest Internet Explorer. They are not appearing. I hit refresh and they appear momentarily but then dissappear again. I have checked this in other browser's and don't get the same problem. Here are the bits of code: <tr> <td class="aFormLabel" style="text-align: right;">Password</td> <td align="left"><input name="login_pwd" value="{login_pwd}" size="15" class="aForm" type="password" /></td> </tr> <tr> <td align="right" class="aFormLabel" style="text-align: right;">Re-type Password</td> <td align="left"><input name="login_pwd2" value="{login_pwd2}" size="15" class="aForm" type="password" /></td> </tr> , <td><input class="aForm" name="invoice__newsletterIn" value="1" {sInvoiceNewsletterInChecked} type="checkbox" style="border: 0px;"/></td> and <input type="image" src="/elements/gfx/checkout/proceed_bt.gif" value="proceed" style="height: 15px; width: 76px;" /> Any help would me much appreciated, thanks- Thanks for the advice johnz. My site is www.scotloads.co.uk and the page is the 2nd stage of the checkout. So if you want to have a look, add any track to the basket and then proceed to checkout and then hit proceed on the next page. this will take you to: https://www.scotloads.co.uk/basket.php/2/ Hi Maybe it's just on my computer, but my site's not coming up right in Firefox the last few days. It works fine in other browsers. Can anyone see a fault in my coding to explain why there is no info appearing in the "Tommo's Trivia" box? The site is at http://www.billygoatkaraoke.com.au Thanks for taking a look. Shaun Hello! I am working on updating a website a bit with some new features and one of the new features is "latest thread". I've seen it before on other sites, but I'm not sure how to do it myself. So, how would I code in an area that lists the 5 latest threads from my phpbb3 forums? Thanks for your time! 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 used code below to paly mp3 file but none of them working. Why? < A HREF = "MYMP3.MP3".....> OR, <EMBED SRC= "MYMP3.MP3" ...> how would I get a 3gp movie to play on my web site. it was taken off my camera phone. TIA Hi... Is it possible to have music play when a visitor clicks on a light box image? And then off when closed.... Thanks I used code below to play mp3. Explorer can not play mp3 but mozilla can. What is problem? < A HREF = "MYMP3.MP3".....> OR, <EMBED SRC= "MYMP3.MP3" ...> 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. How to play an audio file in HTML? _______________ 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 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? 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. 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. 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 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 wish to have set of buttons each as <td> elements in a Table. Each of these 'td' buttons should be able to play an embedded .swf flash movie. I have the code for each of the videos I wish to have 'buttonable', and have tested out that the video plays. Question: How do I set up the 'onclick' code of each of the buttons to start playing the associated video ?? Thanks ! -Mel Smith |