Nov 21, 2009

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

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Designing > Web Design and HTML

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

Ploforia
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

Comment/Reply (w/o sign-up)

avalon
please post the swf object code here, i will amend it for you to remove the border around it.

Comment/Reply (w/o sign-up)

Ploforia
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" 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://www.greengandg.astahost.com/index2.html" 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://www.macromedia.com/go/getflashplayer" />
</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.

 

 

 


Comment/Reply (w/o sign-up)

avalon
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" 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://www.greengandg.astahost.com/index2.html" 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.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>


Try the above code.

Comment/Reply (w/o sign-up)

Ploforia
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.

Comment/Reply (w/o sign-up)

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

Comment/Reply (w/o sign-up)

avalon
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.

smile.gif

Comment/Reply (w/o sign-up)

Ploforia
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

Comment/Reply (w/o sign-up)

avalon
You will see the answer if your mind is calm and clear.
Take a break and the answer may just appear right before you.

rolleyes.gif wink.gif

Comment/Reply (w/o sign-up)

(G)mircat
I have the same problem but it is not fixing with this... here is code?? HELP if possible.
Html W/ Embedded Flash

<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.Macromedia.Com/pub/shockwave/cabs/flash/swflash.Cab#version=9,0,28,0','width','85','height','225','align','top','title','bell','src','../images/homebell','quality','high','pluginspage','http://www.Adobe.Com/shockwave/download/download.Cgi?P1_Prod_Version=ShockwaveFlash','scale','noborder','movie','../images/homebell' ); //end AC code</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.Macromedia.Com/pub/shockwave/cabs/flash/swflash.Cab#version=9,0,28,0" width="85" height="225" align="top" title="bell">
      <param name="movie" value="../images/homebell.Swf" />
      <param name="quality" value="high" />
      <param name="scale" value="exactfit" />
      <param name="wmode" value="opaque" />
      <embed src="../images/homebell.Swf" width="85" height="225" align="top" quality="high" pluginspage="http://www.Adobe.Com/shockwave/download/download.Cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" scale="exactfit"></embed></object></noscript>

-reply by mircat


Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : html, w, embedded, flash, rid, borders

  1. Good Books For Html And Css Beginners
    (1)
  2. Indentation In Html
    (4)
    Whenever I start a new project one of the first things I do is put in a base index.php page. Yes,
    it's a .php file, but I won't be looking at the PHP just yet. Normally, it looks a little
    something like this: CODE               Title                                    
                   I've already got a few basics set out that I tend to stick to. For
    instance, so far each of my projects has been XHTML Strict, which is why it's always up there.
    Similarly, I use the same character set, and (at least initially) have two CSS files calle....
  3. Style P And H? Html Tags
    (2)
    Well, I have found that css was very hard to predict and precise control their apperance. When mix
    and use the p and h? tags. Their apperaence were not identity. Place the h? tags within the p tag
    causes style error on both firefox and IE. So, anyone should do it reserved, instead, place the p
    tag with any h? tags will do the jobs on both browsers. Still learning it coz it much varies when
    doing styles. Tested it on XHTML 1.0 Strict....
  4. Almost 3d Blocks
    Using CSS borders (6)
    It's kind of simple, but I think it is cool anyways. Using CSS border properties, you can make
    an element look 3D. Here's the code: CODE li {     border: solid #000;
        border-left-width: 1px;     border-bottom-width: 1px; } In this case, I have styled the
    list-item element to have a solid black border. The left and bottom side will only be 1px thick in
    order to make a difference between those and the top/right borders. This line, border: solid #000 ,
    has no width set. I figured out that most browsers default to a 3px border with an unspecified width
    (g....
  5. Yaml - (x)html/css Framework
    (2)
    The YAML (Yet Another Multicolumn Layout) Framework is an excellent open source project that helps
    you to create two or three columns (X)HTML/CSS floated layouts. This framework is very easy to use
    and allows you to modifiy it to your own needs, this framework offers some tools for rapid
    development of modern and accessible CSS layouts. QUOTE Yet Another Multicolumn Layout (YAML)
    is an (X)HTML/CSS framework for creating modern and flexible floated layouts. The structure is
    extremely versatile in its programming and absolutely accessible for end users. Based on w....
  6. Sitepoint's Css And Html Reference Sites
    (2)
    Recently the folks at SitePoint.com launched two excelent online reference sites for web designers
    and developers, the first one is the SitePoint CSS Reference and the second one is the SitePoint
    HTML Reference (Beta) . Both of them are free and available to anyone and everyone who needs to
    lookup any information related to CSS and HTML in an easy and fast way. The SitePoint HTML
    Reference (Beta) is still in progress. Also, both of them are very detailed and up-to-date on each
    subject and are focused not only to beginners because they covers from general to advance....
  7. Html Emails How?
    (12)
    How on earth do you create HTML emails? I have been searching Google for some time now and can find
    ABSOLUTELY no information what so ever on how to ACTUALLY create HTML content emails. It just a
    bunch of programs and Microsoft applications, or testing facilities, I don't need any of this,
    there must be some coding system to it? I tried emailing using basic direct HTML tags (like ), but
    it fails (it just shows ), so how can I do this? I am not looking for anything really fancy, I
    just want to use some basic bolding and font changes and things to make it look a ....
  8. Html Table Issue.
    (18)
    Does anyone know how I might create a HTML table but using pure CSS (div's and what not). I
    really have no idea why, but for some odd reason my layout goes nuts if I try to use the table tags,
    even used properly with no errors the whole thing just brakes down (I don't use tables
    anywhere). So I figured my only option is to attempt to do it CSS way if possible?....
  9. About Html
    (15)
    How long did it take you to learn Html?? It took me about 2months to learn the basics lmao. I need
    a tuturial that has it all or a website.i would like it if someone did it. Thats why i get my
    friends to help me /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0"
    alt="biggrin.gif" /> But they are nice friends thats why. Like 2 people have helped me Sten and
    Habble Sten Owns www.habbofront.com which uses Asta as its host and www.habble-aus.com which uses
    Asta as its host. so this must be a good host because 2 good sites that have expert Htmlers so need
    he....
  10. Html Stats
    (3)
    Do you know how to get website stats in a html code?? Like The amount of people viewing the site at
    the moment and stuff like that?? because i need to know. Thanks if you reply to this i am in need
    for it. /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />....
  11. Searching For Alternate Flash Image Viewer
    Tired of using default viewer, would like to find something new... (2)
    Hello everyone! I am posting regarding Dreamweaver extensions... I have been using the Flash Image
    Viewer, the default viewer of Dreamweaver, and I would LOVE to have a change of pace. I don't
    really do too much with Flash at the moment... I would also like to play around with Flash and
    applications a lot more in the future. I just don't see it being too near. I have looked
    around many professional sites, and have seen many different types. I have seen images that place
    previous, play/pause, and next buttons on corners of the panel... and they loop at pre....
  12. Stretching My Site Vertically
    Using CSS or HTML (6)
    I know it's possible, I've seen it one time. But I forgot. Many websites, if they hold more
    content than there is room for in the minimum height, the site stretches vertically. How can I do
    this? I only know that I need a background image of 1px height. Thanks in advance MediYama....
  13. Scripts And Html
    (13)
    Hey /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />, In the
    note pad, I put the proper code for php ?> and save the file as name.php But i can't put
    that file in html. This is a big problem since Iam trying to make an online text based game. Whats
    the code to put a script inside a web page. And do i need any special software for it? If so
    where can i download it? Thanks for reading /biggrin.gif" style="vertical-align:middle" emoid=":D"
    border="0" alt="biggrin.gif" />.....
  14. Firefox Inventing Its Own Html?
    (9)
    I am building a website for a client. I finally have the animations and the site content the way i
    want it. I updated the site via FTP, and IE displays it perfectly. Firefox however displays my "work
    in progress" animations still, even though the index file references the new animation. I have
    cleared cache, and even looked up the site on different computers, and on every one, FF displays
    those darn rough draft animations while IE works perfectly. Any idea as to what is going on here?....
  15. Quick Tips On Html And Css
    (11)
    Here are just some general tips, helpers and time-savers for HTML and CSS. HTML Ideally, you should
    be working under the XHTML 1.1 doctype specification. Some reasons: Improved semanticism - make use
    of the elements available appropriately to convey the information as it was intended. Improved
    understanding - because of an increase in semanticism, it's easier for your audience to
    understand what your trying to convey. Cleaner code - due to the deprecation of some elements and
    the strict requirements of nesting, closing and structure, your code becomes much cleane....
  16. Bulletproof HTML: 37 Steps To Perfect Markup
    Excellent article that highlights and answers most FAQ about HTML (4)
    Hi, i want to share with everybody this excellent article at sitepoint.com that i just read, it
    highlights and answers most FAQ about HTML, it's very consice and simply and for me it is a must
    to read. You can read it at Bulletproof HTML: 37 Steps to Perfect Markup . Best regards,....
  17. Help! - Flash & Xhtml Traditional & Strict
    As the title says (7)
    Hey guys, I have not designed a website for over a year. My website is currently in constuction at
    http://geekfromtheforest.com/ Anyways i am able to code in strict and traditonal xhtml 1.0 but do
    not know how to properly code a flash object. So let see if someone can come up with a proper way
    to code a flash object. This is what Macromedia recs but its dirty dirty and pointless and not
    valid! lol CODE                Does anyone have any ideas how to get around
    this? [....
  18. Home Videos
    html code for home video (4)
    I was wondering if anyone knows how to turn a home video that is saved on your computer to that of a
    html code so I can put it onto my myspace page... Please if anyone at all knows how to do this
    please please help me!!!!....
  19. A First Peep Into Html
    (5)
    Dear friends HTML is the building block of any web page. Without it no pages can be written though
    there are some exceptions. Even you got to have some knowledge of HTML to write dynamic web
    applications. An HTML file is a text file containing small markup tags The markup tags tell the Web
    browser how to display the page An HTML file must have an htm or html file extension An HTML file
    can be created using a simple text editor HTML is acronym of Hyper Text Markup Language. This time
    I will discuss about HTML tags. Dear friends HTML is the building block of any web pa....
  20. Where To Find A WML To HTML Converter ?
    (2)
    hello people, i need to convert few wml codings to html.. I have found plenty of converter that
    convert html to wap. But none of my use.. Please guide me.. Thanks in advance....
  21. HTML: Seems Like A Simple Problem, But I'm Baffled!
    (4)
    i got this one question...I have this page http://ebiztip.com/thankyou.html with an image of the
    book not coming out.....the image is named chapterm-big.jpg...but the image just want to hide....i
    swear there's nothing wrong with the html....or am I wrong???....
  22. HTML Editor
    (23)
    I am sick of using notepad to create my HTML pages and I want somthing better. Are there any
    programs available that are easier to use than notepad for html editing. If so i wolud like to know
    about them. Thanx....
  23. Free Flash Chat Room
    (11)
    free flash chat room i need a customizable free flash chat room and live support system using
    PHP technology for low-bandwidth performance.....
  24. Free Shoutbox? HTML, Flash or PHP Code
    (25)
    does anyone know where i can find a free shoubox thats customisable? it can be in html, php or flash
    format. thanks in advance paul....
  25. Force Object To Load Last
    html question (2)
    Alright html wizards...i've got a question ^_^ I assume that, like other programming codes, html
    and php compilers read a code from top to bottom. Say I have a object though...and I want it to load
    last...how do I do that? Let's just pretend I have an image that I do not want to load until
    everything else on the webpage is loaded...how can I set that up? Is there perhaps a javascript code
    for it...or maybe a CSS style I could add onto the object? Or better yet, is it possible to make
    everything within a div/span/table tag load last? Another thing...if I leave an....
  26. How Do You Put Flash Into Your Site?
    Help plz... (7)
    Hi, im makin a games site for Tasty Relish Forum. (go here to join and help fill this forum!!!)
    how do I embedd flash games?....
  27. Flash Pic Problems
    Pics Display at Low Resoution (7)
    Posted this in another section but this could apply here too. Can anyone help me with this problem
    I seem to be having with flash?? I know this is probably some stupid little setting somewhere I have
    to tweak but I can't find it. I'm trying to put a picture into flash on the canvas. I have a
    seperate layer for it. Nothing else is on the layer. Properties for the picture is set at 100 %
    quality. My publish settings are set at 100% quality for Jpegs and I've tried every setting I
    can find but the picture keeps displaying at a low resolution when I preview my m....
  28. full flash sites
    good or bad? (60)
    what do you think of flash sites that load forever /biggrin.gif" style="vertical-align:middle"
    emoid=":D" border="0" alt="biggrin.gif" />....
  29. Embedding XML into HTML
    (2)
    Hi, I am looking for a way to embed external rss/xml files into my html page, how/is this possible?....
  30. Basic Tips and Tricks in HTML
    (17)
    Here is some quick links for basic html coding... A quick and easy way to create your first web
    page! -> The easiest HTML guide for beginners You'll learn how to create tables from real
    examples. -> How to create TABLE? You will learn how to create frames from a real example.
    You'll see how to create a borderless frame, how to specify the target frame, etc. -> How to
    build FRAMES? Follow a few easy steps to add sound to your web pages. -> How to add sound to a
    web page? This page tells you how to automatically load a visitor to another web page.....

    1. Looking for html, w, embedded, flash, rid, borders

See Also,

*SIMILAR VIDEOS*
Searching Video's for html, w, embedded, flash, rid, borders
advertisement



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

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com