Jump to content
xisto Community
Sign in to follow this  
Ploforia

Html W/ Embedded Flash How do I get rid of borders??

Recommended Posts

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
<!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

<!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

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

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

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
Try thisHtml W/ Embedded Flash

Hi, 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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.