HTML - Resizing Falsh Movie In Html And Blocking It When Too Small !!!??
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 Similar TutorialsHello, 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... How 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 if the question is: Your objective is to send a POST header to this script. The POST content must contain your NAME and your IP. The variable names are ip & name! In addition you have to send a cookie with the name completed=1 to this page. then what should be the syntax of the answer. i am a newbie to html. Hey there, I am having a small problem everytime I try to make a page like this. The navbar will move up when I make the page bigger, and it will act weirdly and create extra pixels and such when I make it smaller. Please help! I validated everything, I would just like to know why it is doing this. Thanks a ton. I really appreciate it! Html: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <link rel="stylesheet" type="text/css" href="web.css"> <title>Sample</title> </head> <body> <div id="top"> <img src="samplebanner.png" width="750" height="150" alt="Banner"> </div> <div class="navbar"> <ul> <li>Link</li> <li>Link</li> <li>Link</li> <li>Link</li> <li>Link</li> <li>Link</li> <li>Link</li> <li>Link</li> <li>Link</li> <li>Link</li> </ul> </div> </body> </html> Css: .navbar ul { position: absolute; text-decoration: none; background-color: aqua; background-image: none; padding-left: 0px; top: 143px; } .navbar li { list-style-type: none; border-style: solid; border-color: black; border-width: 1px; border-bottom: 0px; } img { border-style: solid; border-color: black; border-width: 1px; position: absolute; } Thank you so much for your help! 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> Hi, Background: I have a small page that need to be embeded into a bounch of other html pages. Help needed: 1. Please provide the html chunk that I can use to embed the small page in to other html pages. 2. Is there a way of not using iframe? Can I use <Object> or <embed>? How? --------------------------- mba colleges in london hospitality management diploma I Really Need to ban this person from my website, she gets reminded of things when she visits mine and puts it on hers and she even rips off my layouts etc., how can i ban this person from visiting my website? Thanks for all your help I've searched & searched, googled, etc., but no go. I'm looking for some type of list that shows the isp's for the entire country of china. I have a factory there and am producing a new product, but do not want them to copy it. Where can I find a list that shows the isp's there? Or, how can I block that entire country? Thanks in advance. I have got a problem with one user or maybe several from a specific country who harrasing my site. I wont to block him. Im blocking his different ip:s but then he gets another from the same country. so I want to block the whole country. Is this possible? How do I do block a whole country from entering my site? Thanks a lot Perik people who are html smart, I run a yacht club in Milwaukee and I've built a private web-site for our members. I am a better sailor then I am a web-developer and I have one question. My site allows members to post notes. I don't want anyone to be able to post links. I need a bit of code that kills a link after it has been posted. I don't want their post itself to be blocked or the link wordage to be blocked but I want the link to become dead. In other words, someone posts: ....so all you have to do is click here to go to the site... I need code that makes it so if someone clicks 'click here' it takes them nowhere or it does nothing. So it just makes their link a sentence and not a link. If someone can provide me that code I'll give you a free dinner at my club (assuming you get to Milwaukee ever). Thanks, Brett wi_yacht_club@yahoo.com Hello, I am wondering if something is possible.. and if it is, how I would go about accomplishing the desired result.. This is a sample page to illustrate the problem http://comp.uark.edu/~bcagnin/test/index.html Is there a way to resize the object from a link that is within the website being displayed in that very same object?? Also, I am willing to use iframe if there is a solution that can be found with that... Thanks!! Tyrick This is a parental control feature? I have uploaded a file containing a timesheet for my users to be able to access and print off to fill in their hours. But I dont want anyone else accessing it because the timesheet contains phone/fax numbers, email address's etc. How can I make it so that only redirected traffic will be able to access/see it? e.g www. mywebsite.com /files/ timehseet.htm Access granted? If redirect= 'www. mywebsite.com /forum/index.234234q3434' then YES Else then NO If that makes sense. I am pretty sure I have to add somthing in .htaccess but not sure what. And do I make the htaccess file in the folder of the file in question? e.g www. mywebsite /files/.htaccess ?? ok so i made it when u click page X it loads page Y page X = password page page Y = password protected page i have made it so in page X you need to type a password, and if you type it correctly it loads page Y, this works perfect and there is no problem my problem is anyone can just copy and paste in the page Y link in the address bar and it will load the page, i want to block the page when you don't type in the correct password in page X thanks Hi guys, I would like to block visitors from certain websites and if possible display a message that my website is no longer available. Please help me with this. It's crucially important. Thanks in advance http://oasisenergyconsultants.com/test.html I have 2 major problems right now: 1. my image is blocking/overlapping the numbers of a numbered list 2. my image has a border around it I can't remove. typically I add border="0", but that doesn't seem to be working this time. as you can see, the border is very visible. I'm hoping someone can give me some pointers to fix these 2 problems.. thanks 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 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 |