On Sat, Mar 31, 2007 at 12:22:31PM +0200, Tomas Groth wrote: > Hi, > > As some of you might have noticed, flash users like youtube, and gnash is very > close to be able to play video at youtube.com, actually it can already play > it, > but the loading message is not removed when playback starts, so video is not > visible, but the audio can be heard. When running youtube with verbose > actionscript setting, i get the output below, and it seems that ActionExtends > and ActionCallMethod has some problems... Maybe this is part of the execution > order problem.
> 01:18:50: ERROR: FIXME: MovieClip.getBounds() not implemented yet (just > stubbed) I think this is an important one. Consider resizing a window using getBounds()... Any volunteer to fix it ? > 01:18:52: ACTIONSCRIPT ERROR: ActionCallMethod: Tried to invoke method > '[string:showSeek]' on non-object value undefined. > 01:18:52: ACTIONSCRIPT ERROR: ActionCallMethod: Tried to invoke method > '[string:showProgress]' on non-object value undefined. > 01:18:52: ACTIONSCRIPT ERROR: ActionCallMethod: Tried to invoke method > '[string:showSeek]' on non-object value undefined. This might be equivalent to super.showSeek() but I dunno if it's related. --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

