Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Nitrohex on November 16, 2013, 02:14:26 PM

Title: Data from web page?
Post by: Nitrohex on November 16, 2013, 02:14:26 PM
Hi,

I was wondering is there a way to get data from a web page and store it as a string with Playmaker?

Thanks in advance.
Title: Re: Data from web page?
Post by: jeanfabre on November 18, 2013, 02:00:46 AM
Hi,

 Can you try this?

http://hutonggames.com/playmakerforum/index.php?topic=1733.msg7603#msg7603


http://hutonggames.com/playmakerforum/index.php?topic=2437.msg14932#msg14932

The second link is a generic way of catching a message, simply follow the standard and within javascript you can fire this message, it will then forwarded as a PlayMaker Event.

bye,

 Jean