HTML - Html Movie Table Of Contents
Hello,
I'm working on an internal training CD where I'm going to have several Quicktime videos and I need to categorize them by Chapter & Movie Title, similar to: Chapter 1 - Bananas Movie 1 Movie 2 Movie 3 Chapter 2 - Grapes Movie 4 Movie 5 Movie 6 Etc..... The end user would click on "Movie #". It should be easy enough, but there are two things I need. One - for the Microsoft Active Control warning to go away (not appear) as this will be run locally, and Two - for the movie file to run outside of the browser, or at least for the browser to not show any toolbars or menu options as the movie fills most of the screen. Any way to do this in HTML - something that is easy for me to make the links. I'll have probably a hundred or so movies to each of the CDs I'm compiling, so that's a lot of manual linking. Thanks... Similar TutorialsHow can I insert a movie into a HTML document? Anyone helps? Thanks in advance. Is there any way of placing HTML buttons (not flash) over Flash swf movis on Dreamworks? Thanks Hi everyone, I have a Flash movie embeded in HTML document and I'm using 100% width and height so that users can resize the flash to fit their screens. BUT on small screens (iBook 12") 1024 x 768 the movis is too small and unreadable. The Flash movie original size is 766 x 780. Is there a way to keep the resizing but to block it when it gets down to a ceratin size??? I would love to know the answer. Please any help would be gratefully recieved. Thanks for your time in advance, Martin I have a simple web page which consists of one column of cells, five rows down. I would like to have some sort of hierarchical structure that allows me to click a link in the top-most cell to bring up a set of links in the second row, then click on one of these links to bring up some more links in the third row etc. Clicking on a different link in the top-most cell will then bring up a different set of links in the second row, and so on. Can anyone suggest a method to do this? I've been looking into frames but i've read that this isn't best practise. Thanks. Hello! Is there any way to make a table showing a folder in your FTP? I have an FTP thats is locked, so is there anyway to make it an autologin I just want it to show the files, not the 'Go up a directory' button And is there anyway to make tthe links so people can click on them to open the file the directory HOW CAN I DO THIS Tap Back Josh.R Hi guys, first time poster, but this issue is really stumping me. I'm embedding a .swf movie that is a large banner. The thing is, it works on the index.html page, as well as the news.html page, but when I try using the same exact embed code on the sub-links of the site, it says "Movie not loaded.." and doesn't work. As you can see on http://www.hickorygp.com/ and the News page, http://hickorygp.com/news.html - both .swf movies work, as I used the same exact code from the index to the news page, yet when I use the same exact code again (copy and pasted) for an article of the News page he http://www.hickorygp.com/news/idd-4809.html the movie does not load.... I really don't understand whats going on, as, like I said earlier, I'm literally copy and pasting the same exact embed code that works on the index.html page and the news.html page. FYI, the overall goal is to re-design each news article from the news.html link to resemble the main page layout edit: I was looking at the ftp directory again, and it just came to the realization to me that the articles are stored in a separate folder, whereas the index.html and news.html is stored in the root. Shouldn't the source still work when it is directed at a file in the root even though its contained in a separate folder? This is the code: <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','968','height','427','src','KIZoomSlideshow2','quality','high' ,'pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','KIZoomSlideshow2' ); //end AC code </script><noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="968" height="427"> <param name="movie" value="KIZoomSlideshow2.swf" /> <param name="quality" value="high" /> <embed src="KIZoomSlideshow2.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="968" height="427"></embed> </object></noscript> I am trying to read an HTML file from a file system and render it. What would be the fastest way to read and render such a HTML file? Tried iFrame and setting the inner HTML of a div tag. But both were equally slow. (surprisingly iFrame was better) Hi, I want to hide contents of html page when certain frame is loaed. By hide I mean when The frame get loaded at that time other HTML contents should be hidded with some semitransparent image & only loaded frame should be clickabel. All the other HTML content needs to be inactive. For example <html> <head> <script language=JavaScript> </script> </head> <frameset rows="40%,*"> <frame id="frame1" name="frame1" src="two.htm" /> <frame id="frame1" name="frame2" src="three.htm" /> <frame id="frame2" name="frame3" src="one.htm" onafterload="check()"/> </frameset> </html> when check function is called only frame3 should be visible & rest of the frames & their contents should be hidded with a semitransparent colour shade. & these contents should be unreachable by any means by user! Help me how would I get a 3gp movie to play on my web site. it was taken off my camera phone. TIA Here is my html: <html><head><title>(blah blah) <body bgcolor="#605C60" text="#000000"> <table width="432" border="0" cellspacing="0" cellpadding="0" height="322"> <div class="video-wrapper" align=left"> <tr> <td valign="top" align="top" width="432"><img src="images/video/videosample-top.jpg" width="432" height="26"></td><tr> <td valign="left" align="middle" width="432" height="247"><img src="images/video/videosample-left.jpg" width="19" height="247"><img src="images/video/videosample1.jpg" valign="top" width="404" height="247"><img src="images/video/videosample-right.jpg" valign="top"width="9" height="247"></td> <tr><td valign="top" align="bottom" width="432"><img src="images/video/videosample-bottom.jpg" width="432" height="50" alt=Play video"></td> </tr></div></table></body></html> I need to put a video (with autostart=false. no controls! just the video) where the videosample1.jpg is, with the videosample1.jpg showing when the video isn't playing, for the better of it, but as an extra bonus i'm trying to have the videosample-bottom.jpg activate the play of the video when i click on it if i can: this is the image: The grey in the middle is where i need the video displayed please help and ty in advance first of all, i'm sorry if this is a repost, basically i've uploaded an audio player to a site, www.habit-music.co.uk, ( i know this is a scruffy code btw.) The player works fine in firefox, chrome, etc, but in ie it shows as a white box, how can i fix this? also my spry nav bar does the same. On a side note if anyone knows of a better audio player could you tell me please? thanks, olly Hi I have a movie on a webpage of mine that works fine in Firefox, IE6 and IE7 but when I look at the same page on another pc at work- that has IE on it with SP3 it is totally messed up. Has anyone any ideas please ??? Code: <div class="movie"> <object width="360" height="290" type="application/x-shockwave-flash" data="/media/flvplayer.swf?file=/media/videos/jeans.flv image=/media/videos/jeans.jpg&bufferlength=5"> <param name="movie" value="/media/flvplayer.swf?file=/media/videos/jeans.flv&image=/media/videos/jeans.jpg bufferlength=5" /> </object> </div> http://garysblog.co.uk/index.php/200...ing-into-jeans Thanks Gary problem now fixed thanks very much for the help Hi i used to embed movies into my html, but the fact is that when i embed the movie, it aoutomaticaly make the movie to play with windows media player 9. i was wondering that how can i make it to play with jet audio, or windows media player 11 or real player. thanks for the helps Please see the following web page: http://moparch.com/moparch/architect...ucture/ds.html My question is: how do i get the flash movie (containing the pictures) to scale when the browser window gets smaller in the vertical direction? Right now it scales fine in the horizontal direction, but stays the same size when you make the window smaller in the vertical direction. Thank you in advance. hi. on my site i want to play a uploaded movie file. i'm searching a suitable player but not win media player. is any there? how i place that on my site. thanks in advance chel-1 Theres a gap bewtween my flash movie in a td and the td below. Its works perfectly in firefox just not in ie. I hve attached a screen shot of the problem in ie, thanks Code: <html> <head> <style type="text/css"> img { border: none; } .content { padding: 30px 30px 20px; } .nav { padding: 10px 22px 6px; font-size: 12px; } .mnav { border: none; } /* link styles.. */ a:link { color: #000000; text-decoration: none; } a:visited { color: #000000; text-decoration: none; } a:hover { color: #FFFFFF; text-decoration: none; } </style> <title> Index </title> </head> <body background="images/bg.jpg"><table align="center" cellspacing="0" cellpadding="0"> <tr> <td width="652" height="69"><object width="652" height="69"> <param name="movie" value="images/banner.swf"> <embed src="images/banner.swf" width="652" height="69"> </embed> </object></td> </tr> <tr> <td class="mnav"><a href="Index.html"><img src="images/eportfolio-v1_04.gif"></a><a href="Publications.html"><img src="images/eportfolio-v1_05.gif"></a><img src="images/eportfolio-v1_06.gif"><a href="Evidence.html"><img src="images/eportfolio-v1_07.gif"></a><a href="Review.html"><img src="images/eportfolio-v1_08.gif"></a></td> </tr> <tr> <td height="35" background="images/eportfolio-v1_09.gif" class="nav"> <!-- --> </td> </tr> <tr> <td background="images/eportfolio-v1_10.gif" class="content" size=100% valign="top"> <p><font color="#FFFFFFF">Welcome to my Dance O' Clock Eportfolio! <br> <br> The Eportfolio is a showcase of all the work I have made throughout the Dance 'O Clock project. <br> Evidence of the publications and a review of the whole project is also included in the eportfolio. <br> <br> The Eportfolio is best viewed in the Firefox browser with a resolution of 1440 * 900!</font></p> <hr color="#969696" width="540"> <Br> <p><font color="#FFFFFFF"><u>Required Information</u></font></p> <font color="#FFFFFFF">Name: Richard Dyson</font> <Br> <font color="#FFFFFF">Age: 14 </font> </br> <font color="#FFFFFF">SPB title: Dance o'Clock Level 2 </font> <Br> <font color="#FFFFFF">Registration number: 68751</font> <br> <font color="#FFFFFF">Center name: Whitchurch High school</font> <br> <font color="#FFFFFF">Center number: .....</font> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> </p></td> </tr> </table> </body> </html> Hello, I have an swf movie player embedded into the index page of a website. I was wondering what is the best way to insert a preview image into the swf player before you press play? Hi! I have exported an flash movie to a html file. The file is located at http://magnetik.eu/files/ratas If move around the menu you will notice that is a line break at the top. Right between the flash file and the top of the browser. Any idea how can I get rid of it? Thank you Hi all, I have a flash movie that needs to be played when a link is clicked. So I tried the following but it did not work. Firefox just tries to open the file. Code: <a href="../docs/General_Presentation.swf">Sales Presentation</a> Any suggestions? Thanks much, Jehan |