Can I Embed Flash In A Table?
I'm wondering if there's something special you have to do to embed a flash file into a table? I thought I knew HTML well enough, but I can't figure out what's missing or wrong with my coding to make this work. It loads the page, and tells me that there is flash there if I right click on it, but there's nothing there but blank white page.
I've attached the txt version of my coding, please take a look and tell me if there's something obvious that's wrong.
I appreciate any help immensely.
(Just think, if you guys keep helping me figure this stuff out, eventually I'll know enough to return the favor to someone else, heh...)
FlashKit > Flash Help > Flash Newbies
Posted on: 12-07-2005, 01:48 AM
View Complete Forum Thread with Replies
Sponsored Links:
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?
View Replies !
View Related
Can You Embed Flash In The Background Of A Table Or Cell?
I would like to have a flash movie sit in the background of an html page with content sitting over top. I tried with layers but learnt by default swf will always sit over top.
So i thought maybe by embedding flash in the background of a table or cell with a nestled table sitting over top with the content.
Is this possible?
thanks in advance
View Replies !
View Related
Embed Swf Into Centre Of Html Table
ok - i've got my sexy little swf all finished and it's sitting nicely in the centre of a table in a html file
the swf is 760px x 420 px
so in theory when a user with a 800 x 600 res opens it - it will fit snugly into their browser window
but i want to set it up so if someone with a larger scren res opens it - it will simply sit smack bang in the middle of their browser window
i have the table width set to 100%
any ideas - my brain is fried
View Replies !
View Related
Embed Swf Into Centre Of Html Table
ok - i've got my sexy little swf all finished and it's sitting nicely in the centre of a table in a html file
the swf is 760px x 420 px
so in theory when a user with a 800 x 600 res opens it - it will fit snugly into their browser window
but i want to set it up so if someone with a larger scren res opens it - it will simply sit smack bang in the middle of their browser window
i have the table width set to 100%
any ideas - my brain is fried
View Replies !
View Related
How To Insert My SWF In A Table From HTML (EMBED)?
Dear friends, I created my SWF on the Flash 8. Now I am using Dreamweaver CS3, to publish my swf on the center of the HTML.
Bellow follow a part of my HTML code.
<center><table width="900" border="0">
<tr>
<td> ************* which code should I insert here to insert my swf from Flash 8 ? ******************** <td>
</tr>
</table>
</center>
Thank you for the attention,
Best Regards.
View Replies !
View Related
Flash .swf Within Table Cell Controlling Other Items In Table Cell...
This is a bit complicated to explain, I hope I put it across ok, lol. It will help if you download the .zip file to see what I'm going on about.
Basically, I have a table with cells. At the top in the middle cell is a .swf file which is red and to either side are 2 blue JPEG images in separate cells.
I would like to know how to refer to those 2 blue JPEG images from within the .swf file.
In the past I have managed (coded within .swf files) to refer to new windows, _parent and even frames. Now all I need to do is crack referring to image ID's.
The 2 blue JPEG image ID's are : 'HeaderLeft' and 'HeaderRight'
The HTML page holding the Tables is : TableExample4.html
The red .swf file is : Menu1.swf
HERE IS THE CRUX OF THE ISSUE - this is the code on the Hit Zone of a button within the Flash .swf file which is meant to refer to the blue image's ID.
on (release) {
getURL("SampleLines.jpg", "HeaderLeft");
getURL("SampleLines.jpg", "HeaderRight");
}
SampleLines.jpg is what I want to be the replacement image. HeaderLeft and HeaderRight are the image ID tags.
At present it is not working. It should surely ! I have no idea why.
If I wanted the image to replace the parent, it's simply :
on (release) {
getURL("SampleLines.jpg", "_parent");
getURL("SampleLines.jpg", "_parent");
}
If I wanted the image to appear in a new window, it's simply :
on (release) {
getURL("SampleLines.jpg", "newWindow");
getURL("SampleLines.jpg", "newWindow");
}
If I wanted the image to appear in a frame, it's simply :
on (release) {
getURL("SampleLines.jpg", "Frame1");
getURL("SampleLines.jpg", "Frame1");
}
...So does anyone know what to do if I want the image to replace another image on the HTML page ?
I hope this makes sense !
Thanks.
View Replies !
View Related
High Score Table (empty Table) HELP
Hey guys,
[Flash8]
Basically I’m making a high score table and the problem I am having is that for some reason I can't see any of the information from my database table. I believe my php file is correct, I think the prob is somewhere in my action script but I just can't see it.
I have attached the flash file and the php file. My database table was on wamp and have attached a screen shot of the table.
Flash file:
http://rapidshare.com/files/10804329...score.zip.html
Image of database table:
http://img225.imageshack.us/img225/2702/databasetm2.jpg
Action script:
stop()
lv.onLoad = function(){
numRows = lv.nRows;
for(var n=0; n!=numRows; n++){
obj = {};
obj.Name = lv['name'+n];
obj.N0 = lv['number_of_minimum_attempts'+n];
obj.N1 = lv['number_of_attempts'+n];
obj.N2 = lv['number_of_wrong_attempts'+n];
obj.D = lv['date_time'+n];
arr[n] = obj;
}
makeFields(numRows); // show all results
};
function makeFields(num){
for(var n=0;n!=num;n++){
_root["name"+n].text = arr[n].Name; name2.text, name3.text, name4.text, name5.text, name6.text, name7.text, name8.text, name9.text, name10.text
_root["minimum"+n].text = arr[n].N0; minimum2.text, minimum3.text, minimum4.text, minimum5.text, minimum6.text, minimum7.text, minimum8.text, minimum9.text, minimum10.text
_root["attempts"+n].text = arr[n].N1; attempts2.text, attempts3.text, attempts4.text, attempts5.text, attempts6.text, attempts7.text, attempts8.text, attempts9.text, attempts10.text
_root["wrong"+n].text = arr[n].N2; wrong2.text, wrong3.text, wrong4.text, wrong5.text, wrong6.text, wrong7.text, wrong8.text, wrong9.text, wrong10.text
_root["date"+n].text = arr[n].D; date2.text, date3.text, date4.text, date5.text, date6.text, date7.text, date8.text, date9.text, date10.text
}
}
Thanks guys
View Replies !
View Related
Table Containing Flash Is Always On Top
ok, i dont know what it is im doing wrong here
ive made this swf where i load external swfs on level1 and it plays fine in flash player, everything loads fine.
thing is when i insert it in html it wont load the rest of the movies(
also
in the html there are one table, one layer..in the table theres the swf and in the layer theres some txt..and tho the layer is above the table (z-index=4) i cant see it. i tried putting flash on layer too (z-index=1) but txtlayer couldnt be seen on browser, flash is always on top
can someone help me pls??
[Edited by uega on 08-23-2002 at 05:42 PM]
View Replies !
View Related
Xml And Table And Flash Mx
I have a microsoft excel spreadsheet and i want this to paste in xml
i use golive 6.
In flash mx i want to read the xml file but i don't see nothing.
I need this so i can show this the sam as in excel.
I know that i can paste it in a table but what is th actionscript in flash mx so i can read the xml file.
Please help me,.................
View Replies !
View Related
Help With Flash In A Table
I'm making a webpage for a client, it has a loader and one module it will use to display a model, and interact with it.
The loader uses ActionScript to create an emptyMoveClip. This clip then reads from another swf file, located in the same directory and loads it to be displayed. I made a loader up because for one I don't want viewers to have direct access to the swf file, and second it's meant to also let the user click a thumbnail to pick which model they want to display (haven't implemented that yet though...).
On its own the swf files work fine. The individual model works, and the loader works when I tell it to load and display the model. My problem comes from when I try to import this into an html table. It just doesn't work. I right click where it should be and my browsers (IE and Opera) don't show them. IE says the movie isn't loaded when I right click, and Opera doesn't show anything.
I tried putting it into just a blank HTML page with just <BODY><HEAD> etc. tags. But still, nothing happened.
Does anybody know what's going on?
View Replies !
View Related
Table Flash Help
I'm a newbie, for sure...Im using MX2004, I've made a table with 2 rows and 3 columns each measuring 300 X 200. Which happens to be the exact size of the flash object I'm trying to insert...Now here's the problem...When inserting, the flash, the size jumps to 550 X 550, and when resizing to 300 X 200, the text etc, in the object, shrinks beyond compare. How can I insert the flash objects into the table at 300 X 200 and retain it's original "look"??? Any and all help is greatly appreciated!!!
Thank You..
View Replies !
View Related
Flash In A Table
Hi,
I have been trying to insert a flash swf inside a table and using percentage for the flash swf size. But somehow it won't show if it's inside a table. But if I put the swf outside the table, it will show.
On the other hand if I still put it inside a table and using fixed size in pixel, it will show.
have anyone ever encountered this? What's the solution? Because I use percentage for the whole page and the swf should be inside the table as it laysout side by side with the text.
Thanks
View Replies !
View Related
Table In Flash
Hi guys,
I know there are limited html tags which can be used in Flash. But how is it possible to place a table out auf a html doc in flash.
Is there a tutorial?
Any ideas?
cheers
froesi
View Replies !
View Related
Flash In A Table
Hi,
I have been trying to insert a flash swf inside a table and using percentage for the flash swf size. But somehow it won't show if it's inside a table. But if I put the swf outside the table, it will show.
On the other hand if I still put it inside a table and using fixed size in pixel, it will show.
have anyone ever encountered this? What's the solution? Because I use percentage for the whole page and the swf should be inside the table as it laysout side by side with the text.
Thanks
View Replies !
View Related
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
View Replies !
View Related
Flash And Table Backgrounds
Hey,
I have had this issue before and I have never been able to resolve it.
Here is an example of the issue. I have a table 2 x 2 in the first cell I put my flash move(we'll just say its roughly 500 x 75) , in the second cell (top right), I put in a background image and a spacer image. I do the same with the bottom 2 cells. So I end up with something like this.
-----------------------------------------------------------------
|................................................. ..........|.I.|
|.........................FLASH AREA........................|.&.|
|................................................. ..........|.B.|
-----------------------------------------------------------------
|...........I & B (Image and Background Image)..............|I&B|
-----------------------------------------------------------------
Isn't my ascii lovely(sorry about the '.''s rahter then spaces, but the preview showed spaces not working properly). Anyway what I find is that the background image tends to not show up when flash is included in any part of the same table.
If any one can point me in the right direction, it would be greatly appreciated.
Thanks.
View Replies !
View Related
Help With Flash Scroll Table
i am using flash mx and i want to use a scrollplane and i need to put a list of about 500 items in it.just text so you can scroll do it to save space
how do i enter my values? is there away to use a txt file or something?
Thanks Ryan
View Replies !
View Related
Making A Table In Flash?
does anyone know how i would go about making a table?
i would like to make a table that would load thign things froma a *.txt file so it could be updated often. Or if you know of any Good tutorials
View Replies !
View Related
Flash Poker Table
I am a new member to FlashKit.com and was told to go here for my question:
I was wondering if you would be able to make a Flash Poker Table. What would I need to know and what would I have to get in order to make this happen, if it can possibly happen. Thanks in advance for your help.
Cheers!
View Replies !
View Related
Flash In Table Question
Hi I have page that is a flash movie in the middle of a 3row 3column table, which is the center so that when you resize it is still be the center but I want to put flash movies on both sides that either go off the page when it is resized or scale down to the correct size, but when you add a movie a side it wont scale it down - any idea how to do this. thanks
View Replies !
View Related
Searchable XML-table In Flash
Hello,
I've made a very fine flash movie in wich can search in a XML-Table (Database). I did this because I searched almost every Flash resource site, including yours off course, and I haven't seen one like mine. It can give multiple search results (as many as you want) and that's controllable with a 'numeric stepper', and much more, off course.
But, (that's why I'm mailing and not submitting (yet)) It's not for free, because I've put so much work in it and it's the only one capable of these features. I've put an example on my (temporary, I have a website company) site: http://home.planet.nl/~alpons/bssites/User/ (I'm working on a site domain, but this is still the adress. I do have a domain: www.bssites.be, but it's a Belgian one and I'm Dutch.).
Please take a look and answer this mail: boris1592@hotmail.com or info@bssites.be, then we can (if you like) talk further. Thank you very much for reading this, and please excuse me for bad English as I'm Dutch.
Greetings,
Boris Ponsioen
View Replies !
View Related
Creating Table In Flash
I'm a bit lost as I'm trying to take a string with an html table in it such as:
Code:
var tableXMLString:String = "<table><tr><td>r1 c1</td><td>r1 c2</td><td>r1 c3</td></tr><tr><td>r2 c1</td><td>r2 c2</td><td>r2 c3</td></tr><tr><td>r3 c1</td><td>r3 c2</td><td>r3 c3</td></tr><tr><td>r4 c1</td><td>r4 c2</td><td>r4 c3</td></tr></table>";
And then parse that into an XML object and then recreate the table in flash.
How would you create the table cells? Would you use movie clips to hold the data of each cell and then format them and place them on the stage?
Thanks,
Tony
View Replies !
View Related
Table-like Behavior In Flash
I have an app I've built for a client that displays a bunch of dynamic data in a table-like grid. This is currently a "top 10" that shows details of the top-10 winners of a contest. The client has now said that under certain circumstances this "top 10" display grid will now need to display a table of dynamic data of undetermined height (That is it could be a "top 30" or a "top 100"). So firstly I imagine the data will need to be embedded in a scrollable movie-clip that adjusts its height based on the amount of data there is. I was disappointed to learn flash html does not support tables. I've seen reference to some components available, but they all seem sort of like a big jump for something the client sees as a minor change to the application. Could someone please help me determine what is the easiest route for me to take?
View Replies !
View Related
Making A Table In Flash?
Hi all,
I'm wondering if there's a table component for flash - I don't need to load external data into it and I don't want to AS all the contents - I just want to visually type in my data and have the cells resize accordingly
Nearest thiong I found is this:
http://www.flash-db.com/FlashTable/
View Replies !
View Related
[MX] ASP And Flash League Table
Hi people
I have been using flash for a few years now but I have very very (did I say very) little experience with any sort of server side script. I have a little knowledge of ASP but thats about it.
I need to make a very simple league table in flash. So you can enter your name, email, score, etc and also see the top 10 entries.
What is the best way to go about this?
ASP
XML
writing to a txt file
can anyone recommend any good tutorials?
A little guidance would be most appreciative
View Replies !
View Related
Table Cells And Flash
How does one go about using flash in a table? I know that as long as you don't use percentages for your .swf's dimensions, that everything works very well.
However... What I'm trying to do is publish .jpg files as swf, so as the user's resolution and/or browser window sizes change, the .jpg resizes accordingly.
This WOULD be very easy, if my site's layout wasn't almost entirely constructed in tables. Or if I didn't care about what size the pictures were. Hell, in that case, I wouldn't even need to be converting them to .swf files in the first place
I'm wondering, would there be a way to make a div layer with a z-index higher than the table, and have it appear not in a table tag? This would be kind of a pain since the pics are being entered in a blog (greymatter) so visitors can comment, etc.
Any thoughts? Thanks in advance!
View Replies !
View Related
Flash As A Background In A Table?
Hi folks,
I know this is sort of a weird question, but does anyone know if it is possible to use a Flash piece as the background of a table?
Basically I have a web site I am working on where the pages expand in width to fill the user's browser window, no matter what it's size. I want to create a horizontal strip where the flash resides (and make the Flash piece around 1048 pixels wide) and then if someone has a large browser window, they simply see more of the Flash piece than someone with a smaller browser window (but without side scrolling in either case) - the height of the Flash piece needs to remain constant.
Can anyone let me know if this is possible - and, if so, how I would go about tackling it?
Many thanks inadvance!
View Replies !
View Related
Making A Table In Flash?
Hi all,
I'm wondering if there's a table component for flash - I don't need to load external data into it and I don't want to AS all the contents - I just want to visually type in my data and have the cells resize accordingly
Nearest thiong I found is this:
http://www.flash-db.com/FlashTable/
View Replies !
View Related
[MX] ASP And Flash League Table
Hi people
I have been using flash for a few years now but I have very very (did I say very) little experience with any sort of server side script. I have a little knowledge of ASP but thats about it.
I need to make a very simple league table in flash. So you can enter your name, email, score, etc and also see the top 10 entries.
What is the best way to go about this?
ASP
XML
writing to a txt file
can anyone recommend any good tutorials?
A little guidance would be most appreciative
View Replies !
View Related
Pre-Scroll A Flash Table
I am looking to shrink down the size of simpleviewer. The problem seems to be that you can only shrink down the objects inside Simpleviewer, you can't shrink down the whole Flash application. Simpleviewer is by default inside a table. I would like to hopefully have the page chopped or scrolled to a specific location before the animation occurs. Is there any way to do this.
Here is the example page, I just want the page to load showing only the picture and the thumbs somewhat centered in it's space:
http://www.nicoleweddings.com/gallery/album/index.html
View Replies !
View Related
Dynamic Table In Flash
Hello Everyone,
I have a problem. i need to design a table in flash that loads all its data from a excel or access file. it can use any server side script.
if you don't know how to do it in flash can you tell me how to do it in Html.
Thanks Dudes,
Script Architect
View Replies !
View Related
Flash File In A Table Cell
We are inserting a Flash file into a table cell that
is within a table that is set to 100% for both heigth
and width. A table built this way will grow to fill
up 100% of the real estate within any users browser.
How do you publish the flash file so that after it's
inserted into the table cell it will expand/grow along
with the table cell it's inside of?
View Replies !
View Related
Flash Movie X Table Cells
>>>>>>>>>>>
Hi.
Let me see if you can help me. I am trying to show a flash movie(.swf) inside a table cell. This cell is set to "98%" of width. Then I set that the movie should have "100%" (width and height) of the "98%" (width). There is a problem. The movie appear like just one line, extremelly little. How can I solve this problem? I've already tried to insert an transparent image aligned to the left with the movie, but it doesn't work. I got problems doing this because of the many video resolutions that the users could be using. So, what to do?
Thanks for the attention,
Bye
>>>>>>>>>>>
View Replies !
View Related
Flash Movie Disappers When Placed In A Table
I am trying to make a flash movie fill the available width of an HTML table that is set to 100%.
The movie will display fine outside the table, however, when placed inside the table, it never appears to load.
I have to set the height and width to absolute values to see the movie.
What gives???
View Replies !
View Related
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
View Replies !
View Related
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
View Replies !
View Related
Flash And Dreamweaver Table Problems
hello,
i have a table structure laid out in dreamweaver and have been trying to import a flash menu. the menu has its own independent table which is 24px high that matches the swf height. everytime i place the swf in the table, both the table and swf resize to 32px leaving gaps above and below the swf file. i have tried resaving, restarting and resizing in the html and when saving the file in flash, but it's a mystery as to why this keeps happening.
does anyone know if there is a solution to this table frustration??
in anticipation
janice
View Replies !
View Related
Flash Menu From Mysql Table
I want to make menu in flash mx, a menu which pulls out the data from mysql table. The technique i am trying to use is duplicate move clip. Extraction of data from mysql table is done via php, title and link. I will be pasting some text, code... And it starts->
this is what is extracted from mysql using php:
items=startna|softver|&urls=http://www.mydomain.com/startna.php|http://www.mydomain.com/softver.php|
php code for this thing:
PHP Code:
<?
// menu.php
// open connection to database
$connection = mysql_connect("localhost", "username", "password") or die ("Unable to connect!");
mysql_select_db("database") or die ("Unable to select database!");
// formulate and execute query
$query = "SELECT link, title FROM content";
$result = mysql_query($query) or die("Error in query: ". mysql_error());
if (mysql_num_rows($result) > 0)
{
// iterate through rows
while($row = mysql_fetch_object($result))
{
// build label string
$labelStr.= $row->title."|";
// build link string
$linkStr.=$row->link."|";
}
}
// print output as form-encoded data
echo "items=".$labelStr."&urls=".$linkStr;
// close connection
mysql_close($connection);
?>
I thing that there is problem with flash file, perhaps my method of duplicating movie clip isnt right, or even loadvariable. Please check this file attached. The version iam attaching is Flash MX.
View Replies !
View Related
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)
View Replies !
View Related
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 ??
View Replies !
View Related
Simple Static Table In Flash MX Pro
Help....
Is there a simple way to draw a static table in flash that I can manually fill out with data before I publish it.
I'm putting together a CD in Director with external linked Flash files for each product page. The products all have a technical page and I want to show that in a table in the flash file.
This seems too simple a thing to have been ommited!
View Replies !
View Related
Changing A Table Background From Flash
I am trying to build a flash controller which changes out a background located inside a table inside of my html document.
Currently I have the Flash trying change the background to my html file through javascript.
In javascript, I am using document.write(' ' +args ' ') and having it controlled by a function inside of flash to keep switching out the background(text). . . I am having Flash pass this data out, and I can call it from an alert, but I am not able to write out that information using the document.write command (like above).
I think document.write is called only once on the page load. I need it to be called anytime I hit the next button inside of flash.
Does anyone know of a way to cycle out the background image of a table using flash as the controller?
Thank you for your time.
--J
View Replies !
View Related
|