Ploforia 0 Report post Posted February 3, 2005 Hey if any of you HTML wizzes out there could help me - I would greatly appreciate it. I am designing some web site stuff with flash only. I know I know I should be using dreamweaver or something else in addition - which I don't have access to on my computer here at work. When I publish my files I can't get rid of the border around my swf file when I view it in a browser. Is there any way to get rid of this $#%$ed border?? I have tried all the options I can find in flash to no avail. I'm thinking there probably is some simple HTML code to get rid of the border but I don't know it. Any help would be awesome.Thanks Share this post Link to post Share on other sites
avalon1405241471 0 Report post Posted February 3, 2005 please post the swf object code here, i will amend it for you to remove the border around it. Share this post Link to post Share on other sites
Ploforia 0 Report post Posted February 3, 2005 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://forums.xisto.com/no_longer_exists/ xmlns="http://forums.xisto.com/no_longer_exists/; xml:lang="en" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Intro2</title></head><body bgcolor="#333333"><!--url's used in the movie--><!--text used in the movie--><!--<p align="left"><font face="Lydian" size="70" color="#006699"><a href="Http://http://forums.xisto.com/no_longer_exists/; target = "_self"><b>Enter</b></a></font></p>--><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" id="Intro2" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="Intro2.swf" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="scale" value="exactfit" /><param name="bgcolor" value="#333333" /><embed src="Intro2.swf" loop="false" menu="false" quality="high" scale="exactfit" bgcolor="#333333" width="100%" height="100%" name="Intro2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://http://www.adobe.com/special/errorpages/404.html; /></object></body></html> Here it is. You are awesome for even trying to help - thank you sooo much. Hope it works too but either way thank you so much. Share this post Link to post Share on other sites
avalon1405241471 0 Report post Posted February 3, 2005 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://forums.xisto.com/no_longer_exists/ xmlns="http://forums.xisto.com/no_longer_exists/; xml:lang="en" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Intro2</title><style>body, html {margin:0;border:0;}</style></head><body bgcolor="#333333"><!--<p align="left"><font face="Lydian" size="70" color="#006699"><a href="Http://http://forums.xisto.com/no_longer_exists/; target = "_self"><b>Enter</b></a></font></p>--><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" id="Intro2" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="Intro2.swf" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="scale" value="exactfit" /><param name="bgcolor" value="#333333" /><param name="wmode" value="opaque" /><embed src="Intro2.swf" loop="false" menu="false" quality="high" scale="exactfit" bgcolor="#333333" width="100%" height="100%" name="Intro2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/special/errorpages/404.html; /></object></body></html> Try the above code. Share this post Link to post Share on other sites
Ploforia 0 Report post Posted February 3, 2005 Thanks - Tried that code and didn't work - crap - I have tried setting my publish setting for the window mode to opaque or transparent already. Other ideas maybe?? Thanks again too. Share this post Link to post Share on other sites
Ploforia 0 Report post Posted February 3, 2005 Scratch that - I must have not copied and pasted correctly cause I reviewed the source for that line again and it wasn't in there - changed it manually (instead of cut and paste) and it worked. Sorry I am such an idiot sometimes. Thank you so much.Reputation points!Reputation points! Share this post Link to post Share on other sites
avalon1405241471 0 Report post Posted February 3, 2005 I am gald to be of help.Pardon me for intruding.I am curious, from your choice of colors and shapes, it seems that your are currently in search for an answer that have been troubling for a while.Am I right?Please correct me if I am wrong. Share this post Link to post Share on other sites
Ploforia 0 Report post Posted February 3, 2005 I have been messing with that for a while yeah - finally I gave up - having better things to do and just tried to match a good background color. I'm so ghetto sometimes I know. Sometimes I could be working on a big project and the stupidest little detail will stump me for hours. But the hard things I seem to have an easier time with, go figure. I'm an idiot savante or whatever I guess.Thanks a million though Share this post Link to post Share on other sites
avalon1405241471 0 Report post Posted February 3, 2005 You will see the answer if your mind is calm and clear.Take a break and the answer may just appear right before you. Share this post Link to post Share on other sites
iGuest 3 Report post Posted June 30, 2009 // snipped // Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 19, 2009 Try thisHtml W/ Embedded FlashHi, Try this: Change: <param name="scale" value="exactfit"> To this: <param name="scale" value="NoBorder"> Hope that works! -reply by Jeremy John Share this post Link to post Share on other sites