|
-
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
Last edited by MFQadeer; 05-27-2003 at 01:48 AM.
-
hmm
try this
it doesnt require any xml involvement
make a text area in flash....change the properties from static to dynamic and check enable html option
now it will recognize all basic html tags
u can code the html in a frame and say for eg _root.textarea1="<table><tr>....."
m doubtful about loading images...but table will work
good luck
DJ
"When u think from ur heart and feel from ur mind...u find urself in a midst of whirlpool of illusions" - DJ
-
Render HTML Example
Hi DJ,
thankx for the reply. Let me know, if you have some example regarding this.
In your post the following are not clear:
u can code the html in a frame and say for eg _root.textarea1="<table><tr>....."
After it, i will check for the images>
But if u have some code example, then plz share with me
Thankx in Advance<
MFQadeer
-
Render HTML Tables
Hi all,
I need to render the full tables, with attributes like border="1", backgrouund color="ff0000" etc...........
How i do this>>
MFQadeer
-
try this
well i checked up right now
we cant populate entire html table as such but we can have control over the html text
can make it bold...dynamically change it in stuff
table needs to be done in flash....and each box will be a text field
good luck
DJ
"When u think from ur heart and feel from ur mind...u find urself in a midst of whirlpool of illusions" - DJ
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|