gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] set variable


From: strk
Subject: Re: [Gnash-dev] set variable
Date: Sat, 17 Nov 2007 11:41:43 +0100

On Sat, Nov 17, 2007 at 11:07:59AM +0100, Nicola De Filippo wrote:
> Hi,
> 
> > The question is: would the path way work with the proprietary player ?
> 
> i have 2 variables ins faccia.swf, QualeOggetto setting object, 
> TestoQuale.QualeColore set color for QualeOggetto; width follow javascript i 
> change (widh proprietary player) at runtime object color:
> 
> 
> <html>
> <head>
> <title>Example</title>
> <script language="JavaScript" type="text/JavaScript">
> <!--
> function chiamaMetodo() {
>       var IE = navigator.appName.indexOf("Microsoft") != -1;
>       var filmato = IE ? window.movie : window.document.movie;
>         var filmato = window.document.movie;
>         
>       filmato.SetVariable( 'QualeOggetto','_root.oggetto.interno' );
>       filmato.SetVariable('TestoColore.QualeColore', 'FF0000');
>       
> }

Gnash plugin doesn't support those kind of calls.
The plugin and the actual Gnash process are two distinct processes
so in order for the above to work we'd need to define an IPC mechanism
between the two. See

http://savannah.gnu.org/task/index.php?5919

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]