Border Around Flash Image In Html Table, Shouldn't Be There
On this page:
http://www.techartisans.net/speedMin...php?flash=true
you will find a table which includes one flash image. For some reason the flash image appears a pixel or two smaller than the table cell it is in, and so there is a dark blue border around it (it was a white border until I set the background color of the flash to dark blue). The cell is 326 pixels in height, and colspan=2 so it never actually says it is 360 wide, but it is. The flash image is also 360w x 326h.
I played around with adjusting the size of the flash but it didn't change much, just made the border slightly skinnier or fatter. I also took a good look at the widths and heights of the table cells, and they are all correct.
One strange thing was when I took out the spacer row that Flash creates when it publishes the html. The whole thing went out of wack, nothing matched up, even tho the widths and heights are correct. It's all just weird.
Any ideas why this might be happening, and how to fix it?
Thanks, Emily
FlashKit > Flash Help > Flash MX
Posted on: 09-23-2003, 04:20 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Border Around Flash Image In Table, Not Supposed To Be There
On this page:
http://www.techartisans.net/speedMi....php?flash=true
you will find a table which includes one flash image. For some reason the flash image appears a pixel or two smaller than the table cell it is in, and so there is a dark blue border around it (it was a white border until I set the background color of the flash to dark blue). The cell is 326 pixels in height, and colspan=2 so it never actually says it is 360 wide, but it is. The flash image is also 360w x 326h.
Any ideas why this might be happening? I played around with adjusting the size of the flash but it didn't change much, just made the border slightly skinnier.
Thanks, Emily
Html In Flash Table Border And Cell Background Color
how can I add a border, and or background color in the cells, to this table?
var rowHeaders = "<b>Quantity </b><b>Price($) </b><b>Re-order Price($)";
var row_1 = "300 1180 705";
var row_2 = "500 1280 755";
var row_3 = "1000 1475 1175";
var row_4="2000 2370 2070";
var row_5 = "3000 3350 3050";
var row_6 = "5000 4650 4350";
var row_7 = "10,000 7999 7699";
table_txt.htmlText = "<textformat tabstops='[100, 200]'>";
table_txt.htmlText += rowHeaders;
table_txt.htmlText += row_1;
table_txt.htmlText += row_2 ;
table_txt.htmlText += row_3 ;
table_txt.htmlText += row_4 ;
table_txt.htmlText += row_5 ;
table_txt.htmlText += row_6 ;
table_txt.htmlText += row_7 ;
thanks B
Thin Border On A Table.
http://www.expeditions.com/expeditio...67®ion_id=2
How do i get the outline in the table on the link above?
I use the HTML borders and its fat and ugly, how do i get a nice thin line.
thanks
PCRIDE
Blue Border Appears Around Table In Windows (PC) Browser WHY?
hi,
This is really a Adobe GoLive question... but I figured someone here would know the answer, its probably something easy. When I ask questions in the adobe forums it ussually takes too long to get a response so here I am....... anyway...here is the question....
I built a site on a Mac in GoLive and when I preview the site on my Mac its fine, but when I view it on a PC the site has the same blue borders that
appear in my document when I'm working on it in my Go Live html file.....
check this- www.pabgraphics.com
-its ok if viewed on a Mac but on a PC it isnt ok.. WHY? and how do I fix this?
THANKS in advance for any help....
An HTML Table In Flash?
I'm potentially developing an application that will be displaying lots of data to the user. I'm looking to find or develop some reusable code that mimics some of the HTML Table functionality.
So basically, I'm looking for a system that can:
- Take an array of data
- Create a grid or rows and columns based on that data
- Size the rows and columns based on a spec.
- Allow for customizable colors.
I've scoured the movies section of flashkit for such a beast, but to no avail. Any help appreciated.
If I don't find something, maybe I'll code it (possibly using the new drawing capabilities of mx). Any thoughts welcome.
- Matt C
Html <table> In Flash
hi
í need to make a table on my flash site but everything i tried wasn´t successfull.
can i put it into a dynamic text-field? if so how do i put in the full html-code?
thanx
Render HTML Table In Flash
Hi all,
Anyone here who knows how to work with HTML tables in Flash, I think there are some components developed by using XML and Flash Action Scripting.
Initially i requires the following functionality from HTML tables:
(1) Support for percentage widths on tables
(2) Support for nesting
(3) Support for IMAGES in cells(JPEG only. GIF/PNG later with Claus Wahler's projected upgrade to jpg2swf)
(4) Change the root node to "<BODY>" to allow complete document rendering. Not just tables.
(5) Support for inline styles
(6) Support for table scrollable
Thankx in Advance
MFQadeer
Render HTML Table In Flash
Hi all,
Anyone here who knows how to render HTML tables in Flash, I think there are some components developed by using XML and Flash Action Scripting.
Initially i require the following functionality from HTML tables:
(1) Support for percentage widths on tables
(2) Support for nesting
(3) Support for IMAGES in cells(JPEG only. GIF/PNG)
(4) Change the root node to "<BODY>" to allow complete document rendering. Not just tables.
(5) Support for inline styles
(6) Support for table scrollable
Thanx in Advance
MFQadeer
Embed Html Table In Flash?
I bought a CD w/FlashMX sample sites. The swf files have animation at the top w/thumbnails underneath with plenty of links and rollovers. But the fla file on my CD shows only the top animation. Is something missing or do I change all the bottom stuff in Dreamweaver and bring it into Flash?
Loading An HTML Table Into Flash
...So I just found out that you can't put <table> tags into an external text file to load into Flash. That pretty much devastated my project. But I do have a glimmer of hope that something can be done. Maybe you guys can help with some creative ideas? I would appreciate it tremendously.
Here is the problem. I want to load external text that looks like this into a scrolling text box:
BLASER K95 PRESTIGE .30-06 &n bsp; $3,000
BLASER LUX 7MM REM MAG   ; & nbsp; $3,109
BLASER R93 270 W/ SYNTHETIC STOCK $1,972
BLASER R93 ATTACHE .308 W/ CASE &nbs p; $4,392
BLASER R93 LUX 375 SAF   ; & nbsp; $3, 533
BLASER R93 TK LUX STOCK RECEIVER $1,857
Any ideas?
Thanks so much!
Oh... and I have Flash MX (not 2004)
Loadinh Html Table Into Flash
Hi.
I tried to load html table into my flash and it only loaded the text
in table and not the lines of the table.
I used this code:
this.createTextField("tData", this.getNextHighestDepth, 0,0, 80, 40);
tData.multiline = true;
tData.wordWrap = true;
tData.border = true;
tData.html = true;
tData.condenseWhite = true;
var htmlTable:LoadVars = new LoadVars();
htmlTable.onData = function(loadedTable:String):Void{
tData.htmlText = loadedTable;
};
htmlTable.load("table.htm");
my table.htm file is a very simple table, nothing special about it.
any ideas ??
[F8] AS2 | Importing HTML TABLE Into Flash?
Hi there,
I'm going crazy cause I cant find out how to import a table made in HTML into a Flash File and make it scrollable?
Can you help me PLEEEEZZZ.....
This is the table http://ifdezine.com/dg/flash/data_wb_inks.html
I'm a newbie and need to have this explained to me in a simple way please please
Regards - Christopher
AS2 | Importing HTML TABLE Into Flash?
Hi there,
I'm going crazy cause I cant find out how to import a table made in HTML into a Flash File and make it scrollable?
Can you help me PLEEEEZZZ.....
This is the table [url]http://ifdezine.com/dg/flash/data_wb_inks.html[/url]
I'm a newbie and need to have this explained to me in a simple way please please
Regards - Christopher
Importing A Html Table Into Flash
Here's the problem. I Have flash application that takes the data from a User, the data is sent to an ASP.Net page, where it returns an array of numbers. Those numbers are the names of the JPG that are imported it to flash (results)
into a scroller that has one on top of the other. that works fine. the problem is the designer, redesigned its so that 2side by side, the 2 undernegth and so on.
So im trying to think of a way to display these images in that way.
Is it possible to import a html table into a movieclip? i know flash can use some html. but what im thinking is when the info is passed to ASP.NET, it can generate a Html table so i can havve freedom of how it can be displayed.
Thanks.
Andre
Loading HTML Table Into Flash
Hi.
I'm sending information from flash using asp script to my access db file and I'm interested to query the database and code this information to an html table
and then to load this table into flash, is it possible ?? how ??
any ideas how to make this possible ??
Thanks.
Flash Positioning In HTML Table
Can someone please tell me why on this page...
http://www.gregorypaige.com/online/index.html
...when viewed with a Mac looks fine, but when viewed with a PC the Flash animation on the left of me with the map etc. (315 px. by 425 px.) is positioned one pixel too high, overlapping the white table border? I don't even get how this is possible with the way the HTML is written.
Will someone please look at the code? It's very very simple and is probably something small I am just overlooking.
Thanks!
Gregory
Flash Hides My Html Table
I created a website with a drop down menu in html. I have a flash file that is directly below it. When you hover over the menu bar (specifically "News and Events") the submenu is hidden by the flash. The website is (no longer available). The flash shows up kind of slow so give it a minute. I have tried playing with the z-indexes and wmode="transparent" and I can't get anything to work. I also have not been working with html very long, so if anyone has any suggestions, please PLEASE let me know. Feel free to "view source" to see what I have. Thanks!
AS2 | Importing HTML TABLE Into Flash?
Hi there,
I'm going crazy cause I cant find out how to import a table made in HTML into a Flash File and make it scrollable?
Can you help me PLEEEEZZZ.....
This is the table http://ifdezine.com/dg/flash/data_wb_inks.html
I'm a newbie and need to have this explained to me in a simple way please please
Regards - Christopher
Loading HTML Table Into Flash
Hi.
I'm sending information from flash using asp script to my access db file and I'm interested to query the database and code this information to an html table
and then to load this table into flash, is it possible ?? how ??
any ideas how to make this possible ??
Thanks.
Flash Positioning In HTML Table
Can someone please tell me why on this page...
http://www.gregorypaige.com/online/index.html
...when viewed with a Mac looks fine, but when viewed with a PC the Flash animation on the left of me with the map etc. (315 px. by 425 px.) is positioned one pixel too high, overlapping the white table border? I don't even get how this is possible with the way the HTML is written.
Will someone please look at the code? It's very very simple and is probably something small I am just overlooking.
Thanks!
Gregory
No Flash Installed ALT Image In A Cell Of A Table
Hey, Flash friends!
We're using Flash for playing sounds in the "Slang of the Day" feature at http://www.peakenglish.com. The only Flash part of the page is the button you click to play the sound. The problem is that if the user doesn't have the Flash plug-in, sometimes they won't realize there is an option to listen to the slang word and example because there's nothing showing there should be a "play the sound" button - no broken link, nothing. Since the swf file with the button is placed in a cell within a table, I wonder whether there is a way to use some type of Flash detector that would display a message in that cell instead of the button that would prompt the user to get the Flash plug-in if he/she doesn't have it installed. The Flash deployment kit that Macromedia offers lets you display an alternative HTML page, which wouldn't be appropriate in our case - neither would be a frameset solution. Your help is greatly appreciated AS ALWAYS
Thanks!
Inline Flash (inside HTML Table)
Has anyone played around with inserting a .swf into a table cell and had it "fit" the cell (and keep it's proportions). Basically I want to be able to use a .swf as the body of an HTML page and have it be scaleable. I have changed the object and embed tags to use percentages, and it works ok in ie6 PC but nothing else.
Any ideas?
Thanks,
Nate Kresse
Aligning Flash With Html Table Cells
Any suggestions on how I can get my html tables to line up with the flash image? Check link to see what I mean.
http://members.shaw.ca/bjornw/testing.htm
When editing in dreamweaver they look lined up properly, but in a browser it is way off.
Will the alignment change on different resolutions etc. and what can i do instead if that is the case.
Thanks much for any help.
[edit: link]
Full Screen / HTML Table-like Flash
www.dwaallicht.nl
Can someone explain me how they do the fullscreen flash-trick in this site?Nothing scales and the site is allways filling up the whole window. When you click the first or second item a page scrolls over the movie from the right border of the window.
nice.
AS 2 HTML Tages (table) Inside Flash
HI, I am trying to render HTML tags , but having no success.
I wish to know if we could render Table inside flash from HTML.
The content would all come from XML file.
Hemant
Full Screen / HTML Table-like Flash
www.dwaallicht.nl
Can someone explain me how they do the fullscreen flash-trick in this site?Nothing scales and the site is allways filling up the whole window. When you click the first or second item a page scrolls over the movie from the right border of the window.
nice.
Can Flash Overlay HTML Table & Images?
I have an HTML page built using tables.
In one <TD> table section, I've placed a Flash element. No problem there, done that many times.
But the element here is a navigation menu. When a button is pressed, the menu "drops down."
Only, right now, the menu drops behind the table element beneath it.
If I make the table section that the menu is in large enough to fit the menu even when dropped down, it'll throw off the layout.
I've made drop downs overlay Flash before. Is it possible to do the opposite?
In other words, can I make Flash overlay table elements including images?
I'm sure it has something to do with Layers or CSS, but I haven't figured it out yet.
Thanks, heaps, for any help anyone can offer.
ASCII Conversion Table...great For Flash Html...
For those who don't already have such a thing, or think they might one day need it, here's a link to an awesome ascii-conversion resource:www.asciitable.com/ Its useful for building html strings for html-enabled components, like textfields and such, so that the characters that make up an html tag, like </font> can be "escaped" with the following AS code
PHP Code:
HTMLclosetag=chr(60)+chr(47)+'font'+chr(62)
That variable can then be used as a kind of AS 'meta-tag' when building text strings that need html formatting for display in Flash.
Note: the 'chr()' command has been deprecated since Flash MX in favor of the 'String.fromCharCode()'...but I couldn't resist using a 3-character keyword instead of a 12-character one...
ASCII Conversion Table...great For Flash Html...
For those who don't already have such a thing, or think they might one day need it, here's a link to an awesome ascii-conversion resource I recently found:www.asciitable.com/ Its useful for building html strings for html-enabled components, like textfields and such, so that the characters that make up an html tag, like </font> can be "escaped" with the following AS code
PHP Code:
HTMLclosetag=chr(60)+chr(47)+'font'+chr(62)
That variable can then be used as a kind of AS 'meta-tag' when building text strings that need html formatting for display in Flash.
Note: the 'chr()' command has been deprecated since Flash MX in favor of the 'String.fromCharCode()'...but I couldn't resist using a 3-character keyword instead of a 12-character one...while I still can...
The Html-table Effect In Flash Movies When Resizing...help Pls
Hi guys, hope you can help me out, as usual
I see more and more webpages nowadays using this "effect" or whatever you should call it. What I'm talking about is that objects move as if their position were given with percent and not pixels, kinda like using tables in html.
So their position is different depending on the browser window size (and on resize). Here's a good example http://www.conclave.ru
Notice how the menu, submenus and other objects move like tables in html when you resize the browser window.
Can anyone point me to a tutorial of some kind that shows how this is done, keep in mind that my actionscript knowledge is limited
Thanks in advance
[F8] Flash Advertisement Layer Cross HTML Table
Hi guy,
I read some Flash made advertisement can across the HTML table as Yahoo, it's look like a HTML layer.
The advertisement have a process such as a big preview with layer on the Yahoo Front Screen, after few action message then reduce to the advertisement's original section and preview last few shot action something...
How to make it, buy AJAX or Javascript or any item relate to actionscript
Thank
Flash Has Border In HTML
hey guys,
i want to place a swf file between two png files in a html doc, so that they all look like one piece.
but the swf file has a border around it so that it doesnt connect to the images files.
when i use three png files its fine and it looks like one piece, but the swf file seems to break it up.
how can i get rid of this border? i tried adding, "scale = noborder" but that didnt work.
if you have any advice, or if you need more information let me know.
thanks guys
Ross
Flash HTML Border On IE?
Hi All,
I have a menu that over laps html with this current code....
ActionScript Code:
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0><tr><td>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
STYLE="POSITION: absolute; TOP:5;VISIBILITY:VISIBLE; ZINDEX:2"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
width="755" height="350" id="menu" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="flash/menu.swf?t=1" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#ffffff" />
<embed src="flash/menu.swf?t=1" quality="high" bgcolor="#ffffff" wmode="transparent"
width="755" height="350" name="menu" align="middle" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</td></tr></table>
For some reason... on some machines i get this little border around the flash movie in the browser. Only applies to a certain few and lucky me... my client's browser does it.
Does anyone know why? or how come this little issue occurs?
Additional info:
If you roll over the movie area it appears, if you click the movie it goes away untill the page is refreshed.
Thanks All,
This Shouldn't Be Too Difficult - Resize Loaded Image
I'm loading several images inside a frame, but the images will have different aspect ratios. My goal is to load all images so that the width or height does not exceed the frame.
The 'difficult' part is to maintain the aspect ratio of the image.
Does anyone have a script I can work with? I'm not aware of any _scale function that scales both the height and width of an image (so the aspect ratio is maintained), something like that would be usefull!
Thanks in advance.
Html Center Flash Border
i was looking to make a site, with a flash border all around the outside of an html block in the center, which would act as the viewing area using "iframe" code. what would be the easiest way to do this? just ake little blocks of flash around it? or is there a way to make a box in flash that would act as an iframe and could load html files?
Html, Embedded Flash, No Border
id like to place my swf in the upper left corner of the browser. there's normally a ~10 pixel border. possible? how? thanks a bunch.
Removing The Flash Border In HTML
Hello there,
Does anyone know if it's at all possible to remove the, clear, dotted border around any Flash in a HTML document? I've seen several websites which don't have the border around. I've created a Flash menu for my website and having the border makes this difficult, one has to click on the menu then one has to click on the button to lead them to where they want to go.
Regards,
Kristopher (UK).
Flash Object In HTML - No Border?
I have a flash site which is being published into HTML right through FLash. It's on 100% but I can still see a little borders all the way round. I managed to include <body leftmargin=0 rightmargin=0 marginwidth=0 marginheight=0> which does the job but it only works in Firefox, not IE(ver.7).
Is there a way how to use ActionScript/JavaScript in flash to make it appear on REALLY 100% of the window?
Thanks for help.
How Can I Get Rid Of This Border And Side Scroll In My FLash HTML
Hi ALl !!!
Please check the following link:
HOw may i get rid of the white border (true fullscreen) as well as get rid of that scroll at the side there
javascript:NewWindow=window.open('http://www.kevro.co.za/emercial/streamtech3.html','KEVRO','width='+screen.availWid th+',height='+screen.availHeight+',left=0,top=0,to olbar=No,location=No,scrollbars=No,status=No,resiz able=No,fullscreen=Yes'); NewWindow.focus(); void(0);
Many many many thanks to anyone that can help me..
Cheers !!!
Loomster
Display Html Table In Html Enabled Textfield. Alternative?
hello!
i'm facing an issue due to the shortcomings of html tag support in flash.
The xml file containing the content to be displayed in a textfield (with html enabled) on the stage, contains a table. Right now, it displays each cell underneath each other, as if it were a paragraph. Any idea if there is a way to do this?
Also, is it possible to display an image inside a textfield (loading a img src="myimage.jpg" ) ?
thanks a lot!
alex
HTML Table
I've been looking around the forums and the only way I'm seeing to have HTML tables in flash is to buy that component. Am I missing something? I need to be able to copy paste HTML table code right into flash, so my "client" can easily update it...
Simple HTML Table Help
For my non-flash site, I am creating everything in a complex set of tables, but I always run into problems when I want images to seamlessly link between table cells. I already use "border=0 cellspacing=0 cellpadding=0" in the actual table tags and I set the cells to the exact same size as the images I put in them. It still leaves a small gap between the cells though, which looks bad. Is there something I am missing for this to work such as another thing to put in the table tags?
Reading An HTML Table
Hey there, thanks 4 taking the time.
-How can I read an HTML generated table, to display it
in a Flash movie ?
I followed a tutorial about reading text files, but
it doesn't seem to work with HTML files.
An application reads an Oracle database which generates
a report in HTML in a table format. Should it be easier
to read the information directly from the DB ??
...I really don't think so he he, at least for me
because I have no idea about database managers. That's
why I thought reading the generated table from the
HTML file should be easier...but how ??
Thanks a lot !!
How To Read HTML Table
Hey there, thanks 4 taking the time.
-How can I read an HTML generated table, to display it
in a Flash movie ?
I followed a tutorial about reading text files, but
it doesn't seem to work with HTML files.
An application reads an Oracle database which generates
a report in HTML in a table format. Should it be easier
to read the information directly from the DB ??
...I really don't think so he he, at least for me
because I have no idea about database managers. That's
why I thought reading the generated table from the
HTML file should be easier...but how ??
Thanks a lot !!
Table TAG Problem In HTML
hi plz help me that how can i place flash swf file in TABLE TAG of HTML
i m facing problem in it plz tell me hurry
thanks
Load Swf Into Html Table
hello experts,
this is my problem, i'v build a website where the menu is a flash movi inserted into a html page, in the same page i've a table called 'content', i'm using no frames, is there a way to load a certain swf movi into that content table from the flash movi with get url... but what will be the target
thx
|