Re: Using Javascript with RevBrowser to control a Flash Movie

2011-10-11 Thread Alejandro Tejada
Hi all, These are example of using Javascript to control swf movies: http://www.russellchun.com/?p=174 http://www.flashcentral.com/Tech/HawaiiMap/ How could I talk to the javascript in these webpages from LliveCode? Thanks in advance! Al -- View this message in context:

Re: Using Javascript with RevBrowser to control a Flash Movie

2011-10-11 Thread Alejandro Tejada
Wow! Ken, this a really complex mechanism. :-O Many thanks for sharing this code! After I subdue this headache (dogs barking do not let me sleep last night) I will start experimenting. Hopefully, in a near future, Chipp Walters would step in and code a flash player dll (that should be a lot less

Re: Using Javascript with RevBrowser to control a Flash Movie

2011-10-11 Thread Colin Holgate
That is an ActionScript 1.0 swf, and is using a technique that is so old that it isn't in the Flash help anymore. It seems to get a pointer to the swf on the page, and calls things like TGotoFrame to make the Flash go to that frame. I guess it doesn't matter that it's ancient, if you do the

Re: Using Javascript with RevBrowser to control a Flash Movie

2011-10-11 Thread Alejandro Tejada
Hi Colin, Colin Holgate-2 wrote: That is an ActionScript 1.0 swf, and is using a technique that is so old that it isn't in the Flash help anymore. It seems to get a pointer to the swf on the page, and calls things like TGotoFrame to make the Flash go to that frame. I guess it doesn't