Reading of a dynamic html page with AS3 possible?
Hi,
I have a short question, I have this html page which contains a chat, the chat is built out of html. Thats one chatline:
<li class="chat_from_duplin line" data-sender="duplin">
<p><span class="small">10:39 </span>
<a class="mod_button timeout" title="Timeout duplin"><img alt="Timeout" src="http://www-cdn.jtvnw.net/images/xarth/g/g18_clock-00000080.png"></a>
<a class="mod_button ban" title="Ban duplin"><img alt="Ban" src="http://www-cdn.jtvnw.net/images/xarth/g/g18_ban-00000080.png"></a>
<a class="mod_button unban" style="display:none;" title="Unban duplin"><img alt="Unban" src="http://www-cdn.jtvnw.net/images/xarth/g/g18_unban-00000080.png"></a>
<a class="nick" href="/duplin" id="chat-line-883893694" style="color:#FF4500">duplin</a>:
<span class="chat_line">There should be a ravage Icon, do you know if she is planning to do any suscriber icons?</span></p>
</li>
So, would it be possible to have a standalone swf file opened with Flash to read this content? Considering the chat is scrolling, and only a part of the chat is visible in the html of the page.
Regards
