A demo flash movie for Ruby-GNOME2 and Glade2
is now available.
It creates a simple web-browser about 10 minitues.
http://ruby-gnome2.sourceforge.jp/hiki.cgi?RubyZilla
Enjoy!
--
:% Masao Mutoh<mu...@highway.ne.jp>
Nice demo. I'm also a big fan of vnc2swf by Yusuke Shinyama.
However, your svga-sized swf animation would not fit others' browser
settings. There is already tool for this problem: swfdump which
is included in swftool package(maybe).
swfdump can generates following html with your swf.
<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
WIDTH="1024"
HEIGHT="768"
CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">
<PARAM NAME="MOVIE" VALUE="rubyzilla.swf">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="false">
<PARAM NAME="QUALITY" VALUE="high">
<EMBED SRC="rubyzilla.swf" WIDTH="1024" HEIGHT="768"
PLAY="true" ALIGN="" LOOP="true" QUALITY="high"
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
On 10/23/05, Masao Mutoh <mu...@highway.ne.jp> wrote:
> Hi,
>
> A demo flash movie for Ruby-GNOME2 and Glade2
> is now available.
> It creates a simple web-browser about 10 minitues.
>
> http://ruby-gnome2.sourceforge.jp/hiki.cgi?RubyZilla
>
> Enjoy!
> --
> .:% Masao Mutoh<mu...@highway.ne.jp>
>
>
s/svga/xga/
Sorry for noise.
This is awesome! I learned already a great deal about Ruby-GNOME through it!
Thank you very much for this great tutorial!
--
Christophe Grandsire.
http://rainbow.conlang.free.fr
You need a straight mind to invent a twisted conlang.
> Hi,
>
> A demo flash movie for Ruby-GNOME2 and Glade2
> is now available.
> It creates a simple web-browser about 10 minitues.
>
> http://ruby-gnome2.sourceforge.jp/hiki.cgi?RubyZilla
>
> Enjoy!
> --
Very impressive demo! Thank you. Do you happen to know if I can
use ruby-gnome2 on OS X with X11?
Thanks-
-Ezra Zygmuntowicz
WebMaster
Yakima Herald-Republic Newspaper
ez...@yakima-herald.com
509-577-7732
Thanks. I'm beginer of vnc2swf ;).
I created a new page using your html parts.
http://ruby-gnome2.sourceforge.jp/data/rubyzilla.html
--
On Sun, 23 Oct 2005 10:18:56 +0900
Ezra Zygmuntowicz <ez...@yakima-herald.com> wrote:
>
> On Oct 22, 2005, at 12:16 PM, Masao Mutoh wrote:
>
> > Hi,
> >
> > A demo flash movie for Ruby-GNOME2 and Glade2
> > is now available.
> > It creates a simple web-browser about 10 minitues.
> >
> > http://ruby-gnome2.sourceforge.jp/hiki.cgi?RubyZilla
> >
> > Enjoy!
> > --
>
>
> Very impressive demo! Thank you. Do you happen to know if I can
> use ruby-gnome2 on OS X with X11?
I don't know ruby-gnome2 works on MacOS X.
But I found a binary package(?) for Mac OS X 10.4.
http://rb-gnome.darwinports.com/
#It's still ruby-gnome2-0.11.0 and no Ruby/GtkMozEmbed.
Though I'm not sure it works on every version of OS X or not.
Any chance you might release as a gem? I know it's more work, but it would
make it a lot easier to get started using it.
Thanks!
"Masao Mutoh" <mu...@highway.ne.jp> wrote in message
news:20051023041641...@highway.ne.jp...
Have you updated GTK to 2.8.x or later ?
If not, try latest version of GTK.
See: http://gladewin32.sourceforge.net/
--
Updating to GTK 2.8 solves this problem, but unfortunately there are
conflicts with other programs as gaim. I had to go back to 2.6.9 in
order to make Gaim work again.
I'm on XP here at work.
Mario