gnash
[Top][All Lists]
Advanced

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

Re: [Gnash] Navigation links not being follwed?


From: strk
Subject: Re: [Gnash] Navigation links not being follwed?
Date: Fri, 21 Jul 2006 01:42:52 +0200

Thanks. I see the problem now. 
Grahame, could you file a bug report on this so it will
eventually be looked at ?
Attaching the file would help.

--strk;

On Mon, Jul 17, 2006 at 10:36:54AM -0600, Rob Savoye wrote:
> strk wrote:
> > Rob, we *do* support relative URL, (well, in HEAD at least).
> > That's the main reason for the URL class.
> > What doesn't work in this case is probably the GetURL internal
> > function. We should make -v always print what is known to *not*
> > work.
> 
>   There are two types of URL. GetURL does work, but when navigating web
> pages it appears to not use that opcode. Unless it's changed while I was
> on vacation, the code for parsing these types of URLs doesn't use
> GetURL, but instead has it's own code.
> 
> movie_root::get_url(const char *url)
> {
>     GNASH_REPORT_FUNCTION;
> 
>     string command = "mozilla -remote \"openurl";
>     command += url;
>     command += ")\"";
>     dbglogfile << "Launching URL... " << command << endl;
>     system(command.c_str());
> }
> 
>   This is how the URL gets processed to load into the browser, and is
> insufficient for anything but a full URL. To use a Flash movie to
> navigate a web page with frames (which is usually how it's done), I
> believe we need to add support for Javascript to the plugin, so the
> frame data, etc.. can be passed to the player, and the player needs to
> pass data back to the browser. Supporting relative URLs will help with
> this, but won't cover all cases.
> 
>   And yes, I highly agree that -v should print anything that won't work.
> 
>       - rob -
> 
> 
> _______________________________________________
> Gnash mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnash

-- 

 /"\    ASCII Ribbon Campaign
 \ /    Respect for low technology.
  X     Keep e-mail messages readable by any computer system.
 / \    Keep it ASCII. 





reply via email to

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