PDA

View Full Version : Importing Php/html to flash


LoKe
10-21-2003, 04:42 AM
I was wondering if anyone new how to import a php or html file into flash.

I run game servers and was wanting to show the live update with in my flash movie. I didnt know if it was possible or not.


I want to add this into a movable window within my flash movie.


<!-- Server Monitor (The main monitor) | START ------------------------------->
<!-- NOTE:
This first segment of code is only for the server monitor itself.
If you want to include the server usage graphs, then scroll down to
the marked code.
-->

<SCRIPT LANGUAGE="JavaScript"
SRC="http://share1.serverspy.net/cgi-bin/monitor.js?mid=34287">
</SCRIPT>
<!-- SERVERSPY GAME CODE END -->



<!-- Server Rank Image | START ------------------------------->
<!-- NOTE:
Use the image URL's below. You can arrange them anywhere on your site.
Most users like to present these along side their main server monitor.
-->
<A HREF="http://www.serverspy.net/site/serverranks/"><img src="http://www.serverspy.net/bin/srank.mpl?a=198.247.231.4:27017" width="120" height="100" border="0"></A>

<!-- Server Rank Image | END ------------------------------->

<!-- Server Usage Stats (The Four Graphs) | START ------------------------------->

<!-- NOTE:
Use these image URL's below. You can arrange them anywhere on your site.
Most users like to present these along side their main server monitor.
-->

I'm sorry, only <A HREF="http://www.serverspy.net/site/subscribe/">Exclusive Subscribers</A> have access to the Usage Stats.


<!-- Server Usage Stats | END -->

webguy
10-21-2003, 03:24 PM
hello loke and welcome to the forums.

That there is html code and can't be used within the confines of Flash. You would need to have that outside of the flash movie, in the html part of your webpage. Flash does not support the <img tag in version 6.