gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] How to pass flash variable to gnash


From: Herman Schultz
Subject: Re: [Gnash-dev] How to pass flash variable to gnash
Date: Sun, 3 Jun 2007 13:55:31 -0500

Thank you. I tried youtube and that works.

Then, I try dailymotion, like this:
./gui/gnash -v "http://www.dailymotion.com/flash/flvplayer.swf?1180497595 "

i get that link by using the 'Tamper data' plugin in firefox.

However, I get a blank screen. Here are the  error message I get from the screen:

6729] 13:52:29: Verbose output turned on
6729] 13:52:29: No rendering flags specified, using rcfile
6729] 13:52:29: DEBUG: virtual bool gnash::GtkGui::init(int, char***) enter
6729] 13:52:29: OpenGL extension version - 1.2
6729] 13:52:29: Got double-buffered visual.
6729] 13:52:29: Created top level window
6729] 13:52:29: ERROR: Couldn't find pixmap file: GnashG.png

** (lt-gnash:6729): WARNING **: Couldn't find pixmap file: GnashG.png
6729] 13:52:29: DEBUG: virtual bool gnash::GtkGui::createMenu() enter
6729] 13:52:29: DEBUG: virtual bool gnash::GtkGui::setupEvents() enter
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
6729] 13:52:29: DEBUG: static gboolean gnash::GtkGui::realize_event(GtkWidget*, GdkEvent*, void*) enter
6729] 13:52:29: Base url set to: http://www.dailymotion.com/flash/flvplayer.swf?1180497595
6729] 13:52:29: SECURITY: Load from host www.dailymotion.com granted (default).
6729] 13:52:31: Movie http://www.dailymotion.com/flash/flvplayer.swf?1180497595 (SWF7) added to library
6729] 13:52:31: DEBUG: virtual bool gnash::GtkGui::createWindow(int, int) enter
6729] 13:52:31: DEBUG: virtual bool gnash::GtkGui::run() enter
6729] 13:52:32: ERROR: Current font has no glyphs and I couldn't find another font with glyphs... :(
6729] 13:52:32: ERROR: Current font has no glyphs and I couldn't find another font with glyphs... :(
6729] 13:52:32: ERROR: Current font has no glyphs and I couldn't find another font with glyphs... :(
6729] 13:52:32: ERROR: Current font has no glyphs and I couldn't find another font with glyphs... :(
6729] 13:52:32: ERROR: Current font has no glyphs and I couldn't find another font with glyphs... :(
6729] 13:52:32: ERROR: Current font has no glyphs and I couldn't find another font with glyphs... :(
6729] 13:52:32: ERROR: Current font has no glyphs and I couldn't find another font with glyphs... :(
6729] 13:52:32: ERROR: Unimplemented: edit_text_character: no word wrap
6729] 13:52:32: ERROR: Current font has no glyphs and I couldn't find another font with glyphs... :(
6729] 13:52:32: ERROR: Current font has no glyphs and I couldn't find another font with glyphs... :(
6729] 13:52:32: ERROR: Current font has no glyphs and I couldn't find another font with glyphs... :(
6729] 13:52:32: ERROR: Current font has no glyphs and I couldn't find another font with glyphs... :(
6729] 13:52:32: ERROR: Current font has no glyphs and I couldn't find another font with glyphs... :(
6729] 13:52:32: ERROR: Current font has no glyphs and I couldn't find another font with glyphs... :(
6729] 13:52:32: ERROR: Current font has no glyphs and I couldn't find another font with glyphs... :(
6729] 13:52:32: DEBUG: gnash::as_value gnash::netconnection_new(const gnash::fn_call&) enter
6729] 13:52:32: DEBUG: static gnash::as_value gnash::NetConnection::connect_method(const gnash::fn_call&) enter
6729] 13:52:32: ERROR: Unimplemented: MovieClip.attachAudio()
6729] 13:52:32: ERROR: Unimplemented: sharedobject_getlocal
6729] 13:52:53: DEBUG: static gboolean gnash::GtkGui::delete_event(GtkWidget*, GdkEvent*, void*) enter
Main loop ended, cleaning up
Any segfault past this message is likely due to improper threads cleanup.




On 6/3/07, strk <address@hidden> wrote:
On Sun, Jun 03, 2007 at 12:11:58PM -0500, Herman Schultz wrote:
> Thanks.
> I tried this:
> ./gui/gnash ~/src/flash/player2.swf -P FlashVars=video_id=3&t=134
> and i only get this:
>
> NetConnection: /get_video?video_id=3&t=undefined

Quote the argument passed to -P, or your shell will put the initial
part of the command (up to but not including the ampersend) in the background
and discard everything after that.

See YouTube page on gnashdev wiki and let us know if it's unclear...

--strk;


reply via email to

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