Where do i find the HTML coding in Flash???????
Printable View
Where do i find the HTML coding in Flash???????
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?
thingy ?? whats your thingy ?Quote:
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?
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
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