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 matter that it's ancient, if you do the same Javascript
> as is used in this frame:
> http://www.flashcentral.com/Tech/HawaiiMap/story.htm
> it ought to work.
> 

It's amazing that current SWF player supports syntax from version 1.0!!!

The compressed file: 
http://www.flashcentral.com/Tech/HawaiiMap/Hawaii.zip
contains four html files and 3 swf movies.

Looks like embedding cue points could do exactly what I want:
http://www.ioncannon.net/web-design/109/metadata-cuepoint-flash-video-flvtool/

Have a nice day!

Al

--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Using-Javascript-with-RevBrowser-to-control-a-Flash-Movie-tp3894805p3896303.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 same Javascript as 
is used in this frame:

http://www.flashcentral.com/Tech/HawaiiMap/story.htm

it ought to work.


On Oct 11, 2011, at 12:49 PM, Alejandro Tejada wrote:

> http://www.flashcentral.com/Tech/HawaiiMap/
> 
> How could I talk to the javascript in these
> webpages from LliveCode?

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
difficult than a browser dll) :-D

Have a great good day! :-D

Al

--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Using-Javascript-with-RevBrowser-to-control-a-Flash-Movie-tp3894805p3895274.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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: 
http://runtime-revolution.278305.n4.nabble.com/Using-Javascript-with-RevBrowser-to-control-a-Flash-Movie-tp3894805p3895177.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode