|
-
Where do i find the HTML coding in Flash???????
-
Challenge the Conventional
I presume you mean the ability to get FLash to render basic HTML formatting in a txt box ?
THeres a check box in the text pannel. Check that and you can type basic HTML in the text field.
-
i cant find that? I just want to centre my thingy.. so can someone tell me step by step how to do it?
-
Challenge the Conventional
Originally posted by girl_thing
i cant find that? I just want to centre my thingy.. so can someone tell me step by step how to do it?
thingy ?? whats your thingy ?
-
ok when i go into the browser i want it to be centered.... so yeah tell me how to do that please!!!!! i really need to know
-
Challenge the Conventional
got ya ...
This isnt done in Fkash ... sorry got myself all ocnfused 
What you need to do is place the following in your HTML for the page that contains the .swf. Use a text editor or dreamweaver, or any package to generate the HTML.
<table border=0 cellspacing=0 cellpadding=0 width="100%" height="100%">
<tr>
<td valign="middle" align="center"> // place the HTML generated ny the publish comand in flash here //
</td>
</tr>
</table>
hope this has helped
P
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
|