Display contents of web page in project
Here is the scenario. I am wanting to embed adds in my project that I can change later. I have placed the adds to be displayed on a blank web page which contains nothing but the add. I need to have my project load and display the contents of this web page. Any ideas on how to do this?
Jason
Re: Display contents of web page in project
Re: Display contents of web page in project
Jason. Play around with the Get Object.
Marv
Re: Display contents of web page in project
I have been playing around with the Get Object and I succeeded in having the Get Object read the add web page but I cannot display anything other then text obtained by the Get Object. I need to have the game load a picture from a location on the internet obtained by the get object.
Still working on it.
Jason
Re: Display contents of web page in project
Web Control X object will display it, but it's Dev-only. Otherwise, you could store the animation as a picture and download it with the download object, then display in the picture object.
Re: Display contents of web page in project
Quote:
Originally Posted by SortaCore
Web Control X object will display it, but it's Dev-only. Otherwise, you could store the animation as a picture and download it with the download object, then display in the picture object.
Neither of those options will work with the SWF exporter.
Re: Display contents of web page in project
In SWF, Flash Images Plus should do it :)
Re: Display contents of web page in project
Where do I get Flash Images Plus?
Jason
Re: Display contents of web page in project
Here you go Jason.
http://mmf.nijumi.de/extensions/extensions.php
Marv