I know that it’s possible to load text from an external file, but is it possible to take a part of a php file and load it onto a flash movie?
For instance, I took a part of a php file:
<tr>
<td height="17">Name:
<font color="#000066"> Hellogoodbye [<a href=index.php>View other members</a>] </font></font></td>
<td valign="top">Location: <font color="#000066"> Asia</font></td>
</tr>
and I’d like to show my name and location on my flash movie from that source so when that updates, it will also be updated in my flash movie. Can anyone help?