Hi
I am trying to write a plug-in for a web site that uses quite a bit of javascript. I was able to go through the code and figure out how to construct the url I need to get the video files but I have to rely on the javascript to generate the proper hashcode and ids to pass as parameters on the video file url
To the point , I am doing some thing like this :
html = HTTP.request(url)<br />
Log.(html)
and I am getting:
<br />
...<br />
<script><br />
writeFlexPlayer(true,param1,param2);<br />
</script><br />
...<br />
but what I actually want is the result of the script being run.
Is there any simple way to do this ?
Thanks