From 270a510aaa223da4d36ab1dfe2c1eaa6e3eda190 Mon Sep 17 00:00:00 2001 From: flavio Date: Thu, 05 Sep 2013 22:27:32 +0000 Subject: Base --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4da7333 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.py[co] +*.bak +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg diff --git a/gnome-dx3/FotoAventura/FotoAventura.py b/gnome-dx3/FotoAventura/FotoAventura.py new file mode 100644 index 0000000..fcf2f3e --- /dev/null +++ b/gnome-dx3/FotoAventura/FotoAventura.py @@ -0,0 +1,68 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +# FotoAventura.py por: +# Flavio Danesse +# Activity Central - CeibalJAM! - Uruguay + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +import os +import sys +import time +import hulahop +import gtk + +from sugar import env + +hulahop.startup(os.path.join(env.get_profile_path(), 'gecko')) +from hulahop.webview import WebView + +BASEPATH = os.path.abspath(os.path.dirname(__file__)) + +class FotoAventura(gtk.Window): + + def __init__(self): + + gtk.Window.__init__(self) + + self.set_title("FotoAventura") + self.set_icon_from_file( + os.path.join(BASEPATH, "FotoAventura.svg")) + + self.maximize() + + self.add(Navegador()) + + self.show_all() + self.realize() + + self.connect("destroy", sys.exit) + +class Navegador(WebView): + + def __init__(self): + + WebView.__init__(self) + + self.show_all() + + self.load_uri(os.path.join(BASEPATH, "juego.swf")) + +if __name__ == "__main__": + + FotoAventura() + gtk.main() + \ No newline at end of file diff --git a/gnome-dx3/FotoAventura/cosas/1.swf b/gnome-dx3/FotoAventura/cosas/1.swf new file mode 100755 index 0000000..22c4265 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/1.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/10.swf b/gnome-dx3/FotoAventura/cosas/10.swf new file mode 100755 index 0000000..ce64499 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/10.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/11.swf b/gnome-dx3/FotoAventura/cosas/11.swf new file mode 100755 index 0000000..2fef339 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/11.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/12.swf b/gnome-dx3/FotoAventura/cosas/12.swf new file mode 100755 index 0000000..ca0afc4 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/12.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/13.swf b/gnome-dx3/FotoAventura/cosas/13.swf new file mode 100755 index 0000000..eb968d8 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/13.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/14.swf b/gnome-dx3/FotoAventura/cosas/14.swf new file mode 100755 index 0000000..fbc861a --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/14.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/15.swf b/gnome-dx3/FotoAventura/cosas/15.swf new file mode 100755 index 0000000..845cec7 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/15.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/2.swf b/gnome-dx3/FotoAventura/cosas/2.swf new file mode 100755 index 0000000..95d3ace --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/2.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/3.swf b/gnome-dx3/FotoAventura/cosas/3.swf new file mode 100755 index 0000000..39b3af4 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/3.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/4.swf b/gnome-dx3/FotoAventura/cosas/4.swf new file mode 100755 index 0000000..2d4cc3f --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/4.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/5.swf b/gnome-dx3/FotoAventura/cosas/5.swf new file mode 100755 index 0000000..7a10429 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/5.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/6.swf b/gnome-dx3/FotoAventura/cosas/6.swf new file mode 100755 index 0000000..2a645d2 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/6.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/7.swf b/gnome-dx3/FotoAventura/cosas/7.swf new file mode 100755 index 0000000..c2efd8d --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/7.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/8.swf b/gnome-dx3/FotoAventura/cosas/8.swf new file mode 100755 index 0000000..841e739 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/8.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/9.swf b/gnome-dx3/FotoAventura/cosas/9.swf new file mode 100755 index 0000000..e88a880 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/9.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_aguaraguazu.swf b/gnome-dx3/FotoAventura/cosas/_aguaraguazu.swf new file mode 100755 index 0000000..4def980 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_aguaraguazu.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_aguilamora.swf b/gnome-dx3/FotoAventura/cosas/_aguilamora.swf new file mode 100755 index 0000000..602a393 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_aguilamora.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_aperea.swf b/gnome-dx3/FotoAventura/cosas/_aperea.swf new file mode 100755 index 0000000..c2240ba --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_aperea.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_bagrenegro.swf b/gnome-dx3/FotoAventura/cosas/_bagrenegro.swf new file mode 100755 index 0000000..10c11f5 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_bagrenegro.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_ballenafrancaaustral.swf b/gnome-dx3/FotoAventura/cosas/_ballenafrancaaustral.swf new file mode 100755 index 0000000..fdec568 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_ballenafrancaaustral.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_bataraparda.swf b/gnome-dx3/FotoAventura/cosas/_bataraparda.swf new file mode 100755 index 0000000..aaf0044 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_bataraparda.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_becasina.swf b/gnome-dx3/FotoAventura/cosas/_becasina.swf new file mode 100755 index 0000000..5b77085 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_becasina.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_bosquedeombues.swf b/gnome-dx3/FotoAventura/cosas/_bosquedeombues.swf new file mode 100755 index 0000000..0737b0d --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_bosquedeombues.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_cabopolonio.swf b/gnome-dx3/FotoAventura/cosas/_cabopolonio.swf new file mode 100755 index 0000000..658f750 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_cabopolonio.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_calandria.swf b/gnome-dx3/FotoAventura/cosas/_calandria.swf new file mode 100755 index 0000000..6336960 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_calandria.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_caminera.swf b/gnome-dx3/FotoAventura/cosas/_caminera.swf new file mode 100755 index 0000000..c48fd2d --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_caminera.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_capuchinopechoblanco.swf b/gnome-dx3/FotoAventura/cosas/_capuchinopechoblanco.swf new file mode 100755 index 0000000..de54bf5 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_capuchinopechoblanco.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_carancho.swf b/gnome-dx3/FotoAventura/cosas/_carancho.swf new file mode 100755 index 0000000..eab9e69 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_carancho.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_carao.swf b/gnome-dx3/FotoAventura/cosas/_carao.swf new file mode 100755 index 0000000..06e16b7 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_carao.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_cardenal.swf b/gnome-dx3/FotoAventura/cosas/_cardenal.swf new file mode 100755 index 0000000..6f54916 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_cardenal.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_carpincho.swf b/gnome-dx3/FotoAventura/cosas/_carpincho.swf new file mode 100755 index 0000000..b4f2e05 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_carpincho.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_carpinterocampestre.swf b/gnome-dx3/FotoAventura/cosas/_carpinterocampestre.swf new file mode 100755 index 0000000..6328c92 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_carpinterocampestre.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_cerroarequita.swf b/gnome-dx3/FotoAventura/cosas/_cerroarequita.swf new file mode 100755 index 0000000..0054a14 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_cerroarequita.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_cerropandeazucar.swf b/gnome-dx3/FotoAventura/cosas/_cerropandeazucar.swf new file mode 100755 index 0000000..d28f696 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_cerropandeazucar.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_cerroverdeeislasdelacoronilla.swf b/gnome-dx3/FotoAventura/cosas/_cerroverdeeislasdelacoronilla.swf new file mode 100755 index 0000000..5d85a84 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_cerroverdeeislasdelacoronilla.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_chaja.swf b/gnome-dx3/FotoAventura/cosas/_chaja.swf new file mode 100755 index 0000000..39ce393 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_chaja.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_chimango.swf b/gnome-dx3/FotoAventura/cosas/_chimango.swf new file mode 100755 index 0000000..d4e4671 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_chimango.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_chorloplayeritorabadillablanca.swf b/gnome-dx3/FotoAventura/cosas/_chorloplayeritorabadillablanca.swf new file mode 100755 index 0000000..a16a464 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_chorloplayeritorabadillablanca.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_churrinche.swf b/gnome-dx3/FotoAventura/cosas/_churrinche.swf new file mode 100755 index 0000000..664bbfc --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_churrinche.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_cisnedecuellonegro.swf b/gnome-dx3/FotoAventura/cosas/_cisnedecuellonegro.swf new file mode 100755 index 0000000..bf0f77b --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_cisnedecuellonegro.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_coati.swf b/gnome-dx3/FotoAventura/cosas/_coati.swf new file mode 100755 index 0000000..2c498ee --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_coati.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_coscoroba.swf b/gnome-dx3/FotoAventura/cosas/_coscoroba.swf new file mode 100755 index 0000000..54ac5b4 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_coscoroba.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_costadelrioyi.swf b/gnome-dx3/FotoAventura/cosas/_costadelrioyi.swf new file mode 100755 index 0000000..b9c10d0 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_costadelrioyi.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_crucera.swf b/gnome-dx3/FotoAventura/cosas/_crucera.swf new file mode 100755 index 0000000..683966b --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_crucera.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_cuervocabezaroja.swf b/gnome-dx3/FotoAventura/cosas/_cuervocabezaroja.swf new file mode 100755 index 0000000..709ea69 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_cuervocabezaroja.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_dragon.swf b/gnome-dx3/FotoAventura/cosas/_dragon.swf new file mode 100755 index 0000000..83fce6d --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_dragon.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_esterosdefarrapos.swf b/gnome-dx3/FotoAventura/cosas/_esterosdefarrapos.swf new file mode 100755 index 0000000..b220658 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_esterosdefarrapos.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_federal.swf b/gnome-dx3/FotoAventura/cosas/_federal.swf new file mode 100755 index 0000000..0380c70 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_federal.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_flamencoaustral.swf b/gnome-dx3/FotoAventura/cosas/_flamencoaustral.swf new file mode 100755 index 0000000..8e1ef7c --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_flamencoaustral.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_gallineta.swf b/gnome-dx3/FotoAventura/cosas/_gallineta.swf new file mode 100755 index 0000000..62fbd8f --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_gallineta.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_garcitaazulada.swf b/gnome-dx3/FotoAventura/cosas/_garcitaazulada.swf new file mode 100755 index 0000000..e556b05 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_garcitaazulada.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_garzaamarilla.swf b/gnome-dx3/FotoAventura/cosas/_garzaamarilla.swf new file mode 100755 index 0000000..cec423e --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_garzaamarilla.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_garzablancagrande.swf b/gnome-dx3/FotoAventura/cosas/_garzablancagrande.swf new file mode 100755 index 0000000..ed88df6 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_garzablancagrande.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_garzabruja.swf b/gnome-dx3/FotoAventura/cosas/_garzabruja.swf new file mode 100755 index 0000000..f359ddb --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_garzabruja.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_garzamora.swf b/gnome-dx3/FotoAventura/cosas/_garzamora.swf new file mode 100755 index 0000000..0c2f95b --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_garzamora.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_gavilanalilargo.swf b/gnome-dx3/FotoAventura/cosas/_gavilanalilargo.swf new file mode 100755 index 0000000..264ac3c --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_gavilanalilargo.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_gaviotacangrejera.swf b/gnome-dx3/FotoAventura/cosas/_gaviotacangrejera.swf new file mode 100755 index 0000000..9eae005 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_gaviotacangrejera.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_gaviotacapuchocafe.swf b/gnome-dx3/FotoAventura/cosas/_gaviotacapuchocafe.swf new file mode 100755 index 0000000..ef0d152 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_gaviotacapuchocafe.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_gaviotindeantifaz.swf b/gnome-dx3/FotoAventura/cosas/_gaviotindeantifaz.swf new file mode 100755 index 0000000..a60bf4b --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_gaviotindeantifaz.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_halconcito.swf b/gnome-dx3/FotoAventura/cosas/_halconcito.swf new file mode 100755 index 0000000..be2e6d4 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_halconcito.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_hornero.swf b/gnome-dx3/FotoAventura/cosas/_hornero.swf new file mode 100755 index 0000000..580a8cb --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_hornero.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_humedalesdeleste.swf b/gnome-dx3/FotoAventura/cosas/_humedalesdeleste.swf new file mode 100755 index 0000000..2f4d615 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_humedalesdeleste.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_humedalesdelsantalucia.swf b/gnome-dx3/FotoAventura/cosas/_humedalesdelsantalucia.swf new file mode 100755 index 0000000..14e8e82 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_humedalesdelsantalucia.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_lagartijadelaarena.swf b/gnome-dx3/FotoAventura/cosas/_lagartijadelaarena.swf new file mode 100755 index 0000000..885e9f1 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_lagartijadelaarena.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_lagartijaverdebrillante.swf b/gnome-dx3/FotoAventura/cosas/_lagartijaverdebrillante.swf new file mode 100755 index 0000000..7af31ff --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_lagartijaverdebrillante.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_lagartocomun.swf b/gnome-dx3/FotoAventura/cosas/_lagartocomun.swf new file mode 100755 index 0000000..48457a9 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_lagartocomun.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_lechucitadecampo.swf b/gnome-dx3/FotoAventura/cosas/_lechucitadecampo.swf new file mode 100755 index 0000000..d359fc0 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_lechucitadecampo.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_lobitoderio.swf b/gnome-dx3/FotoAventura/cosas/_lobitoderio.swf new file mode 100755 index 0000000..9d081e2 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_lobitoderio.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_lobomarinodeunpelo.swf b/gnome-dx3/FotoAventura/cosas/_lobomarinodeunpelo.swf new file mode 100755 index 0000000..34093d4 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_lobomarinodeunpelo.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_lobomarinofinoodedospelos.swf b/gnome-dx3/FotoAventura/cosas/_lobomarinofinoodedospelos.swf new file mode 100755 index 0000000..e030bba --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_lobomarinofinoodedospelos.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_localidaddechamanga.swf b/gnome-dx3/FotoAventura/cosas/_localidaddechamanga.swf new file mode 100755 index 0000000..0b31040 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_localidaddechamanga.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_margay.swf b/gnome-dx3/FotoAventura/cosas/_margay.swf new file mode 100755 index 0000000..2f5e3a5 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_margay.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_martinpescador.swf b/gnome-dx3/FotoAventura/cosas/_martinpescador.swf new file mode 100755 index 0000000..b7a9f71 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_martinpescador.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_mulita.swf b/gnome-dx3/FotoAventura/cosas/_mulita.swf new file mode 100755 index 0000000..8dfb9b7 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_mulita.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_murcielagochupador.swf b/gnome-dx3/FotoAventura/cosas/_murcielagochupador.swf new file mode 100755 index 0000000..5266d50 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_murcielagochupador.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_murcielagocoladeraton.swf b/gnome-dx3/FotoAventura/cosas/_murcielagocoladeraton.swf new file mode 100755 index 0000000..aae868e --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_murcielagocoladeraton.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_nacurutu.swf b/gnome-dx3/FotoAventura/cosas/_nacurutu.swf new file mode 100755 index 0000000..a702f06 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_nacurutu.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_nandu.swf b/gnome-dx3/FotoAventura/cosas/_nandu.swf new file mode 100755 index 0000000..13c4d26 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_nandu.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_palmardecastillos.swf b/gnome-dx3/FotoAventura/cosas/_palmardecastillos.swf new file mode 100755 index 0000000..d36e506 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_palmardecastillos.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_palomatorcaza.swf b/gnome-dx3/FotoAventura/cosas/_palomatorcaza.swf new file mode 100755 index 0000000..2f38993 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_palomatorcaza.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_parejera.swf b/gnome-dx3/FotoAventura/cosas/_parejera.swf new file mode 100755 index 0000000..7dd9dce --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_parejera.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_patocapuchino.swf b/gnome-dx3/FotoAventura/cosas/_patocapuchino.swf new file mode 100755 index 0000000..efce188 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_patocapuchino.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_pavademonte.swf b/gnome-dx3/FotoAventura/cosas/_pavademonte.swf new file mode 100755 index 0000000..446608f --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_pavademonte.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_pejerrey.swf b/gnome-dx3/FotoAventura/cosas/_pejerrey.swf new file mode 100755 index 0000000..d5d7ff4 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_pejerrey.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_petrelgigantecomun.swf b/gnome-dx3/FotoAventura/cosas/_petrelgigantecomun.swf new file mode 100755 index 0000000..cc3af22 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_petrelgigantecomun.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_pumasudamericano.swf b/gnome-dx3/FotoAventura/cosas/_pumasudamericano.swf new file mode 100755 index 0000000..ec9b5cf --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_pumasudamericano.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_quebradadeloscuervos.swf b/gnome-dx3/FotoAventura/cosas/_quebradadeloscuervos.swf new file mode 100755 index 0000000..798098c --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_quebradadeloscuervos.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_ranaboyadora.swf b/gnome-dx3/FotoAventura/cosas/_ranaboyadora.swf new file mode 100755 index 0000000..7ecfdbc --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_ranaboyadora.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_ranacriolla.swf b/gnome-dx3/FotoAventura/cosas/_ranacriolla.swf new file mode 100755 index 0000000..f7bb165 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_ranacriolla.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_ranatrepadora.swf b/gnome-dx3/FotoAventura/cosas/_ranatrepadora.swf new file mode 100755 index 0000000..ea77b16 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_ranatrepadora.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_ratonera.swf b/gnome-dx3/FotoAventura/cosas/_ratonera.swf new file mode 100755 index 0000000..07b1028 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_ratonera.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_rayador.swf b/gnome-dx3/FotoAventura/cosas/_rayador.swf new file mode 100755 index 0000000..5af521d --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_rayador.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_saltodelpenitente.swf b/gnome-dx3/FotoAventura/cosas/_saltodelpenitente.swf new file mode 100755 index 0000000..0cc625b --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_saltodelpenitente.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_sapocomun.swf b/gnome-dx3/FotoAventura/cosas/_sapocomun.swf new file mode 100755 index 0000000..fe7ffc3 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_sapocomun.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_seriema.swf b/gnome-dx3/FotoAventura/cosas/_seriema.swf new file mode 100755 index 0000000..eae9504 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_seriema.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_tararira.swf b/gnome-dx3/FotoAventura/cosas/_tararira.swf new file mode 100755 index 0000000..2c4d31a --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_tararira.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_tatu.swf b/gnome-dx3/FotoAventura/cosas/_tatu.swf new file mode 100755 index 0000000..ec8fb9f --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_tatu.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_tero.swf b/gnome-dx3/FotoAventura/cosas/_tero.swf new file mode 100755 index 0000000..1e24794 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_tero.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_teroreal.swf b/gnome-dx3/FotoAventura/cosas/_teroreal.swf new file mode 100755 index 0000000..ca3b2b4 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_teroreal.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_tordo.swf b/gnome-dx3/FotoAventura/cosas/_tordo.swf new file mode 100755 index 0000000..8d546c8 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_tordo.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_tortugacabezona.swf b/gnome-dx3/FotoAventura/cosas/_tortugacabezona.swf new file mode 100755 index 0000000..0b9bc47 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_tortugacabezona.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_tortugalaudosietequillas.swf b/gnome-dx3/FotoAventura/cosas/_tortugalaudosietequillas.swf new file mode 100755 index 0000000..43d8430 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_tortugalaudosietequillas.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_tortugaverde.swf b/gnome-dx3/FotoAventura/cosas/_tortugaverde.swf new file mode 100755 index 0000000..a65b0f0 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_tortugaverde.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_vallelunarejo.swf b/gnome-dx3/FotoAventura/cosas/_vallelunarejo.swf new file mode 100755 index 0000000..3a233fd --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_vallelunarejo.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_venadodecampo.swf b/gnome-dx3/FotoAventura/cosas/_venadodecampo.swf new file mode 100755 index 0000000..66014df --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_venadodecampo.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_verdon.swf b/gnome-dx3/FotoAventura/cosas/_verdon.swf new file mode 100755 index 0000000..b69f5f7 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_verdon.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_villaserrana.swf b/gnome-dx3/FotoAventura/cosas/_villaserrana.swf new file mode 100755 index 0000000..563303f --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_villaserrana.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_viudamora.swf b/gnome-dx3/FotoAventura/cosas/_viudamora.swf new file mode 100755 index 0000000..0d35ee9 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_viudamora.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_viuditablancagrande.swf b/gnome-dx3/FotoAventura/cosas/_viuditablancagrande.swf new file mode 100755 index 0000000..ec16b94 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_viuditablancagrande.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_viuditanegradelmonte.swf b/gnome-dx3/FotoAventura/cosas/_viuditanegradelmonte.swf new file mode 100755 index 0000000..0c3e429 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_viuditanegradelmonte.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_yacare.swf b/gnome-dx3/FotoAventura/cosas/_yacare.swf new file mode 100755 index 0000000..3989c1a --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_yacare.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_zorrodemonte.swf b/gnome-dx3/FotoAventura/cosas/_zorrodemonte.swf new file mode 100755 index 0000000..6f0d897 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_zorrodemonte.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_zorrogris.swf b/gnome-dx3/FotoAventura/cosas/_zorrogris.swf new file mode 100755 index 0000000..8afc3c0 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_zorrogris.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/_zorzal.swf b/gnome-dx3/FotoAventura/cosas/_zorzal.swf new file mode 100755 index 0000000..702bec6 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/_zorzal.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/ayuda.swf b/gnome-dx3/FotoAventura/cosas/ayuda.swf new file mode 100755 index 0000000..8c51694 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/ayuda.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/creditos.swf b/gnome-dx3/FotoAventura/cosas/creditos.swf new file mode 100755 index 0000000..5419016 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/creditos.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/fichas.swf b/gnome-dx3/FotoAventura/cosas/fichas.swf new file mode 100755 index 0000000..91cdbd8 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/fichas.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/glosario.swf b/gnome-dx3/FotoAventura/cosas/glosario.swf new file mode 100755 index 0000000..bef1b1a --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/glosario.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/intro.swf b/gnome-dx3/FotoAventura/cosas/intro.swf new file mode 100755 index 0000000..0f20123 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/intro.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/mapa.swf b/gnome-dx3/FotoAventura/cosas/mapa.swf new file mode 100755 index 0000000..599f391 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/mapa.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/cosas/password.swf b/gnome-dx3/FotoAventura/cosas/password.swf new file mode 100755 index 0000000..b941d38 --- /dev/null +++ b/gnome-dx3/FotoAventura/cosas/password.swf Binary files differ diff --git a/gnome-dx3/FotoAventura/fotoAventura.svg b/gnome-dx3/FotoAventura/fotoAventura.svg new file mode 100644 index 0000000..e371c9b --- /dev/null +++ b/gnome-dx3/FotoAventura/fotoAventura.svg @@ -0,0 +1,90 @@ + +image/svg+xml \ No newline at end of file diff --git a/gnome-dx3/FotoAventura/juego.swf b/gnome-dx3/FotoAventura/juego.swf new file mode 100755 index 0000000..cab09c2 --- /dev/null +++ b/gnome-dx3/FotoAventura/juego.swf Binary files differ diff --git a/gnome/FotoAventura/AUTHORS b/gnome/FotoAventura/AUTHORS new file mode 100644 index 0000000..1a4baf5 --- /dev/null +++ b/gnome/FotoAventura/AUTHORS @@ -0,0 +1 @@ + diff --git a/gnome/FotoAventura/COPYING b/gnome/FotoAventura/COPYING new file mode 100644 index 0000000..1698f06 --- /dev/null +++ b/gnome/FotoAventura/COPYING @@ -0,0 +1,15 @@ +Copyright (C) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. \ No newline at end of file diff --git a/gnome/FotoAventura/FotoAventura.py b/gnome/FotoAventura/FotoAventura.py new file mode 100644 index 0000000..1e6732c --- /dev/null +++ b/gnome/FotoAventura/FotoAventura.py @@ -0,0 +1,65 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +# FotoAventura.py por: +# Flavio Danesse +# Activity Central - CeibalJAM! - Uruguay + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +import os +import sys + +import gi +from gi.repository import Gtk +from gi.repository import WebKit + +BASEPATH = os.path.abspath(os.path.dirname(__file__)) + +class FotoAventura(Gtk.Window): + + def __init__(self): + + Gtk.Window.__init__(self) + + self.set_title("FotoAventura") + self.set_icon_from_file( + os.path.join(BASEPATH, "fotoAventura.svg")) + + self.maximize() + + self.add(Navegador()) + + self.show_all() + self.realize() + + self.connect("destroy", sys.exit) + +class Navegador(WebKit.WebView): + + def __init__(self): + + WebKit.WebView.__init__(self) + + self.show_all() + + self.open(os.path.join(BASEPATH, "juego.swf")) + self.set_zoom_level(1.0) + +if __name__ == "__main__": + + FotoAventura() + Gtk.main() + \ No newline at end of file diff --git a/gnome/FotoAventura/cosas/1.swf b/gnome/FotoAventura/cosas/1.swf new file mode 100755 index 0000000..22c4265 --- /dev/null +++ b/gnome/FotoAventura/cosas/1.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/10.swf b/gnome/FotoAventura/cosas/10.swf new file mode 100755 index 0000000..ce64499 --- /dev/null +++ b/gnome/FotoAventura/cosas/10.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/11.swf b/gnome/FotoAventura/cosas/11.swf new file mode 100755 index 0000000..2fef339 --- /dev/null +++ b/gnome/FotoAventura/cosas/11.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/12.swf b/gnome/FotoAventura/cosas/12.swf new file mode 100755 index 0000000..ca0afc4 --- /dev/null +++ b/gnome/FotoAventura/cosas/12.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/13.swf b/gnome/FotoAventura/cosas/13.swf new file mode 100755 index 0000000..eb968d8 --- /dev/null +++ b/gnome/FotoAventura/cosas/13.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/14.swf b/gnome/FotoAventura/cosas/14.swf new file mode 100755 index 0000000..fbc861a --- /dev/null +++ b/gnome/FotoAventura/cosas/14.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/15.swf b/gnome/FotoAventura/cosas/15.swf new file mode 100755 index 0000000..845cec7 --- /dev/null +++ b/gnome/FotoAventura/cosas/15.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/2.swf b/gnome/FotoAventura/cosas/2.swf new file mode 100755 index 0000000..95d3ace --- /dev/null +++ b/gnome/FotoAventura/cosas/2.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/3.swf b/gnome/FotoAventura/cosas/3.swf new file mode 100755 index 0000000..39b3af4 --- /dev/null +++ b/gnome/FotoAventura/cosas/3.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/4.swf b/gnome/FotoAventura/cosas/4.swf new file mode 100755 index 0000000..2d4cc3f --- /dev/null +++ b/gnome/FotoAventura/cosas/4.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/5.swf b/gnome/FotoAventura/cosas/5.swf new file mode 100755 index 0000000..7a10429 --- /dev/null +++ b/gnome/FotoAventura/cosas/5.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/6.swf b/gnome/FotoAventura/cosas/6.swf new file mode 100755 index 0000000..2a645d2 --- /dev/null +++ b/gnome/FotoAventura/cosas/6.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/7.swf b/gnome/FotoAventura/cosas/7.swf new file mode 100755 index 0000000..c2efd8d --- /dev/null +++ b/gnome/FotoAventura/cosas/7.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/8.swf b/gnome/FotoAventura/cosas/8.swf new file mode 100755 index 0000000..841e739 --- /dev/null +++ b/gnome/FotoAventura/cosas/8.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/9.swf b/gnome/FotoAventura/cosas/9.swf new file mode 100755 index 0000000..e88a880 --- /dev/null +++ b/gnome/FotoAventura/cosas/9.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_aguaraguazu.swf b/gnome/FotoAventura/cosas/_aguaraguazu.swf new file mode 100755 index 0000000..4def980 --- /dev/null +++ b/gnome/FotoAventura/cosas/_aguaraguazu.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_aguilamora.swf b/gnome/FotoAventura/cosas/_aguilamora.swf new file mode 100755 index 0000000..602a393 --- /dev/null +++ b/gnome/FotoAventura/cosas/_aguilamora.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_aperea.swf b/gnome/FotoAventura/cosas/_aperea.swf new file mode 100755 index 0000000..c2240ba --- /dev/null +++ b/gnome/FotoAventura/cosas/_aperea.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_bagrenegro.swf b/gnome/FotoAventura/cosas/_bagrenegro.swf new file mode 100755 index 0000000..10c11f5 --- /dev/null +++ b/gnome/FotoAventura/cosas/_bagrenegro.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_ballenafrancaaustral.swf b/gnome/FotoAventura/cosas/_ballenafrancaaustral.swf new file mode 100755 index 0000000..fdec568 --- /dev/null +++ b/gnome/FotoAventura/cosas/_ballenafrancaaustral.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_bataraparda.swf b/gnome/FotoAventura/cosas/_bataraparda.swf new file mode 100755 index 0000000..aaf0044 --- /dev/null +++ b/gnome/FotoAventura/cosas/_bataraparda.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_becasina.swf b/gnome/FotoAventura/cosas/_becasina.swf new file mode 100755 index 0000000..5b77085 --- /dev/null +++ b/gnome/FotoAventura/cosas/_becasina.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_bosquedeombues.swf b/gnome/FotoAventura/cosas/_bosquedeombues.swf new file mode 100755 index 0000000..0737b0d --- /dev/null +++ b/gnome/FotoAventura/cosas/_bosquedeombues.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_cabopolonio.swf b/gnome/FotoAventura/cosas/_cabopolonio.swf new file mode 100755 index 0000000..658f750 --- /dev/null +++ b/gnome/FotoAventura/cosas/_cabopolonio.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_calandria.swf b/gnome/FotoAventura/cosas/_calandria.swf new file mode 100755 index 0000000..6336960 --- /dev/null +++ b/gnome/FotoAventura/cosas/_calandria.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_caminera.swf b/gnome/FotoAventura/cosas/_caminera.swf new file mode 100755 index 0000000..c48fd2d --- /dev/null +++ b/gnome/FotoAventura/cosas/_caminera.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_capuchinopechoblanco.swf b/gnome/FotoAventura/cosas/_capuchinopechoblanco.swf new file mode 100755 index 0000000..de54bf5 --- /dev/null +++ b/gnome/FotoAventura/cosas/_capuchinopechoblanco.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_carancho.swf b/gnome/FotoAventura/cosas/_carancho.swf new file mode 100755 index 0000000..eab9e69 --- /dev/null +++ b/gnome/FotoAventura/cosas/_carancho.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_carao.swf b/gnome/FotoAventura/cosas/_carao.swf new file mode 100755 index 0000000..06e16b7 --- /dev/null +++ b/gnome/FotoAventura/cosas/_carao.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_cardenal.swf b/gnome/FotoAventura/cosas/_cardenal.swf new file mode 100755 index 0000000..6f54916 --- /dev/null +++ b/gnome/FotoAventura/cosas/_cardenal.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_carpincho.swf b/gnome/FotoAventura/cosas/_carpincho.swf new file mode 100755 index 0000000..b4f2e05 --- /dev/null +++ b/gnome/FotoAventura/cosas/_carpincho.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_carpinterocampestre.swf b/gnome/FotoAventura/cosas/_carpinterocampestre.swf new file mode 100755 index 0000000..6328c92 --- /dev/null +++ b/gnome/FotoAventura/cosas/_carpinterocampestre.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_cerroarequita.swf b/gnome/FotoAventura/cosas/_cerroarequita.swf new file mode 100755 index 0000000..0054a14 --- /dev/null +++ b/gnome/FotoAventura/cosas/_cerroarequita.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_cerropandeazucar.swf b/gnome/FotoAventura/cosas/_cerropandeazucar.swf new file mode 100755 index 0000000..d28f696 --- /dev/null +++ b/gnome/FotoAventura/cosas/_cerropandeazucar.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_cerroverdeeislasdelacoronilla.swf b/gnome/FotoAventura/cosas/_cerroverdeeislasdelacoronilla.swf new file mode 100755 index 0000000..5d85a84 --- /dev/null +++ b/gnome/FotoAventura/cosas/_cerroverdeeislasdelacoronilla.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_chaja.swf b/gnome/FotoAventura/cosas/_chaja.swf new file mode 100755 index 0000000..39ce393 --- /dev/null +++ b/gnome/FotoAventura/cosas/_chaja.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_chimango.swf b/gnome/FotoAventura/cosas/_chimango.swf new file mode 100755 index 0000000..d4e4671 --- /dev/null +++ b/gnome/FotoAventura/cosas/_chimango.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_chorloplayeritorabadillablanca.swf b/gnome/FotoAventura/cosas/_chorloplayeritorabadillablanca.swf new file mode 100755 index 0000000..a16a464 --- /dev/null +++ b/gnome/FotoAventura/cosas/_chorloplayeritorabadillablanca.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_churrinche.swf b/gnome/FotoAventura/cosas/_churrinche.swf new file mode 100755 index 0000000..664bbfc --- /dev/null +++ b/gnome/FotoAventura/cosas/_churrinche.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_cisnedecuellonegro.swf b/gnome/FotoAventura/cosas/_cisnedecuellonegro.swf new file mode 100755 index 0000000..bf0f77b --- /dev/null +++ b/gnome/FotoAventura/cosas/_cisnedecuellonegro.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_coati.swf b/gnome/FotoAventura/cosas/_coati.swf new file mode 100755 index 0000000..2c498ee --- /dev/null +++ b/gnome/FotoAventura/cosas/_coati.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_coscoroba.swf b/gnome/FotoAventura/cosas/_coscoroba.swf new file mode 100755 index 0000000..54ac5b4 --- /dev/null +++ b/gnome/FotoAventura/cosas/_coscoroba.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_costadelrioyi.swf b/gnome/FotoAventura/cosas/_costadelrioyi.swf new file mode 100755 index 0000000..b9c10d0 --- /dev/null +++ b/gnome/FotoAventura/cosas/_costadelrioyi.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_crucera.swf b/gnome/FotoAventura/cosas/_crucera.swf new file mode 100755 index 0000000..683966b --- /dev/null +++ b/gnome/FotoAventura/cosas/_crucera.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_cuervocabezaroja.swf b/gnome/FotoAventura/cosas/_cuervocabezaroja.swf new file mode 100755 index 0000000..709ea69 --- /dev/null +++ b/gnome/FotoAventura/cosas/_cuervocabezaroja.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_dragon.swf b/gnome/FotoAventura/cosas/_dragon.swf new file mode 100755 index 0000000..83fce6d --- /dev/null +++ b/gnome/FotoAventura/cosas/_dragon.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_esterosdefarrapos.swf b/gnome/FotoAventura/cosas/_esterosdefarrapos.swf new file mode 100755 index 0000000..b220658 --- /dev/null +++ b/gnome/FotoAventura/cosas/_esterosdefarrapos.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_federal.swf b/gnome/FotoAventura/cosas/_federal.swf new file mode 100755 index 0000000..0380c70 --- /dev/null +++ b/gnome/FotoAventura/cosas/_federal.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_flamencoaustral.swf b/gnome/FotoAventura/cosas/_flamencoaustral.swf new file mode 100755 index 0000000..8e1ef7c --- /dev/null +++ b/gnome/FotoAventura/cosas/_flamencoaustral.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_gallineta.swf b/gnome/FotoAventura/cosas/_gallineta.swf new file mode 100755 index 0000000..62fbd8f --- /dev/null +++ b/gnome/FotoAventura/cosas/_gallineta.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_garcitaazulada.swf b/gnome/FotoAventura/cosas/_garcitaazulada.swf new file mode 100755 index 0000000..e556b05 --- /dev/null +++ b/gnome/FotoAventura/cosas/_garcitaazulada.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_garzaamarilla.swf b/gnome/FotoAventura/cosas/_garzaamarilla.swf new file mode 100755 index 0000000..cec423e --- /dev/null +++ b/gnome/FotoAventura/cosas/_garzaamarilla.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_garzablancagrande.swf b/gnome/FotoAventura/cosas/_garzablancagrande.swf new file mode 100755 index 0000000..ed88df6 --- /dev/null +++ b/gnome/FotoAventura/cosas/_garzablancagrande.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_garzabruja.swf b/gnome/FotoAventura/cosas/_garzabruja.swf new file mode 100755 index 0000000..f359ddb --- /dev/null +++ b/gnome/FotoAventura/cosas/_garzabruja.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_garzamora.swf b/gnome/FotoAventura/cosas/_garzamora.swf new file mode 100755 index 0000000..0c2f95b --- /dev/null +++ b/gnome/FotoAventura/cosas/_garzamora.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_gavilanalilargo.swf b/gnome/FotoAventura/cosas/_gavilanalilargo.swf new file mode 100755 index 0000000..264ac3c --- /dev/null +++ b/gnome/FotoAventura/cosas/_gavilanalilargo.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_gaviotacangrejera.swf b/gnome/FotoAventura/cosas/_gaviotacangrejera.swf new file mode 100755 index 0000000..9eae005 --- /dev/null +++ b/gnome/FotoAventura/cosas/_gaviotacangrejera.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_gaviotacapuchocafe.swf b/gnome/FotoAventura/cosas/_gaviotacapuchocafe.swf new file mode 100755 index 0000000..ef0d152 --- /dev/null +++ b/gnome/FotoAventura/cosas/_gaviotacapuchocafe.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_gaviotindeantifaz.swf b/gnome/FotoAventura/cosas/_gaviotindeantifaz.swf new file mode 100755 index 0000000..a60bf4b --- /dev/null +++ b/gnome/FotoAventura/cosas/_gaviotindeantifaz.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_halconcito.swf b/gnome/FotoAventura/cosas/_halconcito.swf new file mode 100755 index 0000000..be2e6d4 --- /dev/null +++ b/gnome/FotoAventura/cosas/_halconcito.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_hornero.swf b/gnome/FotoAventura/cosas/_hornero.swf new file mode 100755 index 0000000..580a8cb --- /dev/null +++ b/gnome/FotoAventura/cosas/_hornero.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_humedalesdeleste.swf b/gnome/FotoAventura/cosas/_humedalesdeleste.swf new file mode 100755 index 0000000..2f4d615 --- /dev/null +++ b/gnome/FotoAventura/cosas/_humedalesdeleste.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_humedalesdelsantalucia.swf b/gnome/FotoAventura/cosas/_humedalesdelsantalucia.swf new file mode 100755 index 0000000..14e8e82 --- /dev/null +++ b/gnome/FotoAventura/cosas/_humedalesdelsantalucia.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_lagartijadelaarena.swf b/gnome/FotoAventura/cosas/_lagartijadelaarena.swf new file mode 100755 index 0000000..885e9f1 --- /dev/null +++ b/gnome/FotoAventura/cosas/_lagartijadelaarena.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_lagartijaverdebrillante.swf b/gnome/FotoAventura/cosas/_lagartijaverdebrillante.swf new file mode 100755 index 0000000..7af31ff --- /dev/null +++ b/gnome/FotoAventura/cosas/_lagartijaverdebrillante.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_lagartocomun.swf b/gnome/FotoAventura/cosas/_lagartocomun.swf new file mode 100755 index 0000000..48457a9 --- /dev/null +++ b/gnome/FotoAventura/cosas/_lagartocomun.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_lechucitadecampo.swf b/gnome/FotoAventura/cosas/_lechucitadecampo.swf new file mode 100755 index 0000000..d359fc0 --- /dev/null +++ b/gnome/FotoAventura/cosas/_lechucitadecampo.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_lobitoderio.swf b/gnome/FotoAventura/cosas/_lobitoderio.swf new file mode 100755 index 0000000..9d081e2 --- /dev/null +++ b/gnome/FotoAventura/cosas/_lobitoderio.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_lobomarinodeunpelo.swf b/gnome/FotoAventura/cosas/_lobomarinodeunpelo.swf new file mode 100755 index 0000000..34093d4 --- /dev/null +++ b/gnome/FotoAventura/cosas/_lobomarinodeunpelo.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_lobomarinofinoodedospelos.swf b/gnome/FotoAventura/cosas/_lobomarinofinoodedospelos.swf new file mode 100755 index 0000000..e030bba --- /dev/null +++ b/gnome/FotoAventura/cosas/_lobomarinofinoodedospelos.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_localidaddechamanga.swf b/gnome/FotoAventura/cosas/_localidaddechamanga.swf new file mode 100755 index 0000000..0b31040 --- /dev/null +++ b/gnome/FotoAventura/cosas/_localidaddechamanga.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_margay.swf b/gnome/FotoAventura/cosas/_margay.swf new file mode 100755 index 0000000..2f5e3a5 --- /dev/null +++ b/gnome/FotoAventura/cosas/_margay.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_martinpescador.swf b/gnome/FotoAventura/cosas/_martinpescador.swf new file mode 100755 index 0000000..b7a9f71 --- /dev/null +++ b/gnome/FotoAventura/cosas/_martinpescador.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_mulita.swf b/gnome/FotoAventura/cosas/_mulita.swf new file mode 100755 index 0000000..8dfb9b7 --- /dev/null +++ b/gnome/FotoAventura/cosas/_mulita.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_murcielagochupador.swf b/gnome/FotoAventura/cosas/_murcielagochupador.swf new file mode 100755 index 0000000..5266d50 --- /dev/null +++ b/gnome/FotoAventura/cosas/_murcielagochupador.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_murcielagocoladeraton.swf b/gnome/FotoAventura/cosas/_murcielagocoladeraton.swf new file mode 100755 index 0000000..aae868e --- /dev/null +++ b/gnome/FotoAventura/cosas/_murcielagocoladeraton.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_nacurutu.swf b/gnome/FotoAventura/cosas/_nacurutu.swf new file mode 100755 index 0000000..a702f06 --- /dev/null +++ b/gnome/FotoAventura/cosas/_nacurutu.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_nandu.swf b/gnome/FotoAventura/cosas/_nandu.swf new file mode 100755 index 0000000..13c4d26 --- /dev/null +++ b/gnome/FotoAventura/cosas/_nandu.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_palmardecastillos.swf b/gnome/FotoAventura/cosas/_palmardecastillos.swf new file mode 100755 index 0000000..d36e506 --- /dev/null +++ b/gnome/FotoAventura/cosas/_palmardecastillos.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_palomatorcaza.swf b/gnome/FotoAventura/cosas/_palomatorcaza.swf new file mode 100755 index 0000000..2f38993 --- /dev/null +++ b/gnome/FotoAventura/cosas/_palomatorcaza.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_parejera.swf b/gnome/FotoAventura/cosas/_parejera.swf new file mode 100755 index 0000000..7dd9dce --- /dev/null +++ b/gnome/FotoAventura/cosas/_parejera.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_patocapuchino.swf b/gnome/FotoAventura/cosas/_patocapuchino.swf new file mode 100755 index 0000000..efce188 --- /dev/null +++ b/gnome/FotoAventura/cosas/_patocapuchino.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_pavademonte.swf b/gnome/FotoAventura/cosas/_pavademonte.swf new file mode 100755 index 0000000..446608f --- /dev/null +++ b/gnome/FotoAventura/cosas/_pavademonte.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_pejerrey.swf b/gnome/FotoAventura/cosas/_pejerrey.swf new file mode 100755 index 0000000..d5d7ff4 --- /dev/null +++ b/gnome/FotoAventura/cosas/_pejerrey.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_petrelgigantecomun.swf b/gnome/FotoAventura/cosas/_petrelgigantecomun.swf new file mode 100755 index 0000000..cc3af22 --- /dev/null +++ b/gnome/FotoAventura/cosas/_petrelgigantecomun.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_pumasudamericano.swf b/gnome/FotoAventura/cosas/_pumasudamericano.swf new file mode 100755 index 0000000..ec9b5cf --- /dev/null +++ b/gnome/FotoAventura/cosas/_pumasudamericano.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_quebradadeloscuervos.swf b/gnome/FotoAventura/cosas/_quebradadeloscuervos.swf new file mode 100755 index 0000000..798098c --- /dev/null +++ b/gnome/FotoAventura/cosas/_quebradadeloscuervos.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_ranaboyadora.swf b/gnome/FotoAventura/cosas/_ranaboyadora.swf new file mode 100755 index 0000000..7ecfdbc --- /dev/null +++ b/gnome/FotoAventura/cosas/_ranaboyadora.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_ranacriolla.swf b/gnome/FotoAventura/cosas/_ranacriolla.swf new file mode 100755 index 0000000..f7bb165 --- /dev/null +++ b/gnome/FotoAventura/cosas/_ranacriolla.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_ranatrepadora.swf b/gnome/FotoAventura/cosas/_ranatrepadora.swf new file mode 100755 index 0000000..ea77b16 --- /dev/null +++ b/gnome/FotoAventura/cosas/_ranatrepadora.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_ratonera.swf b/gnome/FotoAventura/cosas/_ratonera.swf new file mode 100755 index 0000000..07b1028 --- /dev/null +++ b/gnome/FotoAventura/cosas/_ratonera.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_rayador.swf b/gnome/FotoAventura/cosas/_rayador.swf new file mode 100755 index 0000000..5af521d --- /dev/null +++ b/gnome/FotoAventura/cosas/_rayador.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_saltodelpenitente.swf b/gnome/FotoAventura/cosas/_saltodelpenitente.swf new file mode 100755 index 0000000..0cc625b --- /dev/null +++ b/gnome/FotoAventura/cosas/_saltodelpenitente.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_sapocomun.swf b/gnome/FotoAventura/cosas/_sapocomun.swf new file mode 100755 index 0000000..fe7ffc3 --- /dev/null +++ b/gnome/FotoAventura/cosas/_sapocomun.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_seriema.swf b/gnome/FotoAventura/cosas/_seriema.swf new file mode 100755 index 0000000..eae9504 --- /dev/null +++ b/gnome/FotoAventura/cosas/_seriema.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_tararira.swf b/gnome/FotoAventura/cosas/_tararira.swf new file mode 100755 index 0000000..2c4d31a --- /dev/null +++ b/gnome/FotoAventura/cosas/_tararira.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_tatu.swf b/gnome/FotoAventura/cosas/_tatu.swf new file mode 100755 index 0000000..ec8fb9f --- /dev/null +++ b/gnome/FotoAventura/cosas/_tatu.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_tero.swf b/gnome/FotoAventura/cosas/_tero.swf new file mode 100755 index 0000000..1e24794 --- /dev/null +++ b/gnome/FotoAventura/cosas/_tero.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_teroreal.swf b/gnome/FotoAventura/cosas/_teroreal.swf new file mode 100755 index 0000000..ca3b2b4 --- /dev/null +++ b/gnome/FotoAventura/cosas/_teroreal.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_tordo.swf b/gnome/FotoAventura/cosas/_tordo.swf new file mode 100755 index 0000000..8d546c8 --- /dev/null +++ b/gnome/FotoAventura/cosas/_tordo.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_tortugacabezona.swf b/gnome/FotoAventura/cosas/_tortugacabezona.swf new file mode 100755 index 0000000..0b9bc47 --- /dev/null +++ b/gnome/FotoAventura/cosas/_tortugacabezona.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_tortugalaudosietequillas.swf b/gnome/FotoAventura/cosas/_tortugalaudosietequillas.swf new file mode 100755 index 0000000..43d8430 --- /dev/null +++ b/gnome/FotoAventura/cosas/_tortugalaudosietequillas.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_tortugaverde.swf b/gnome/FotoAventura/cosas/_tortugaverde.swf new file mode 100755 index 0000000..a65b0f0 --- /dev/null +++ b/gnome/FotoAventura/cosas/_tortugaverde.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_vallelunarejo.swf b/gnome/FotoAventura/cosas/_vallelunarejo.swf new file mode 100755 index 0000000..3a233fd --- /dev/null +++ b/gnome/FotoAventura/cosas/_vallelunarejo.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_venadodecampo.swf b/gnome/FotoAventura/cosas/_venadodecampo.swf new file mode 100755 index 0000000..66014df --- /dev/null +++ b/gnome/FotoAventura/cosas/_venadodecampo.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_verdon.swf b/gnome/FotoAventura/cosas/_verdon.swf new file mode 100755 index 0000000..b69f5f7 --- /dev/null +++ b/gnome/FotoAventura/cosas/_verdon.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_villaserrana.swf b/gnome/FotoAventura/cosas/_villaserrana.swf new file mode 100755 index 0000000..563303f --- /dev/null +++ b/gnome/FotoAventura/cosas/_villaserrana.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_viudamora.swf b/gnome/FotoAventura/cosas/_viudamora.swf new file mode 100755 index 0000000..0d35ee9 --- /dev/null +++ b/gnome/FotoAventura/cosas/_viudamora.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_viuditablancagrande.swf b/gnome/FotoAventura/cosas/_viuditablancagrande.swf new file mode 100755 index 0000000..ec16b94 --- /dev/null +++ b/gnome/FotoAventura/cosas/_viuditablancagrande.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_viuditanegradelmonte.swf b/gnome/FotoAventura/cosas/_viuditanegradelmonte.swf new file mode 100755 index 0000000..0c3e429 --- /dev/null +++ b/gnome/FotoAventura/cosas/_viuditanegradelmonte.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_yacare.swf b/gnome/FotoAventura/cosas/_yacare.swf new file mode 100755 index 0000000..3989c1a --- /dev/null +++ b/gnome/FotoAventura/cosas/_yacare.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_zorrodemonte.swf b/gnome/FotoAventura/cosas/_zorrodemonte.swf new file mode 100755 index 0000000..6f0d897 --- /dev/null +++ b/gnome/FotoAventura/cosas/_zorrodemonte.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_zorrogris.swf b/gnome/FotoAventura/cosas/_zorrogris.swf new file mode 100755 index 0000000..8afc3c0 --- /dev/null +++ b/gnome/FotoAventura/cosas/_zorrogris.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/_zorzal.swf b/gnome/FotoAventura/cosas/_zorzal.swf new file mode 100755 index 0000000..702bec6 --- /dev/null +++ b/gnome/FotoAventura/cosas/_zorzal.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/ayuda.swf b/gnome/FotoAventura/cosas/ayuda.swf new file mode 100755 index 0000000..8c51694 --- /dev/null +++ b/gnome/FotoAventura/cosas/ayuda.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/creditos.swf b/gnome/FotoAventura/cosas/creditos.swf new file mode 100755 index 0000000..5419016 --- /dev/null +++ b/gnome/FotoAventura/cosas/creditos.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/fichas.swf b/gnome/FotoAventura/cosas/fichas.swf new file mode 100755 index 0000000..91cdbd8 --- /dev/null +++ b/gnome/FotoAventura/cosas/fichas.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/glosario.swf b/gnome/FotoAventura/cosas/glosario.swf new file mode 100755 index 0000000..bef1b1a --- /dev/null +++ b/gnome/FotoAventura/cosas/glosario.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/intro.swf b/gnome/FotoAventura/cosas/intro.swf new file mode 100755 index 0000000..0f20123 --- /dev/null +++ b/gnome/FotoAventura/cosas/intro.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/mapa.swf b/gnome/FotoAventura/cosas/mapa.swf new file mode 100755 index 0000000..599f391 --- /dev/null +++ b/gnome/FotoAventura/cosas/mapa.swf Binary files differ diff --git a/gnome/FotoAventura/cosas/password.swf b/gnome/FotoAventura/cosas/password.swf new file mode 100755 index 0000000..b941d38 --- /dev/null +++ b/gnome/FotoAventura/cosas/password.swf Binary files differ diff --git a/gnome/FotoAventura/fotoAventura.svg b/gnome/FotoAventura/fotoAventura.svg new file mode 100644 index 0000000..e371c9b --- /dev/null +++ b/gnome/FotoAventura/fotoAventura.svg @@ -0,0 +1,90 @@ + +image/svg+xml \ No newline at end of file diff --git a/gnome/FotoAventura/juego.swf b/gnome/FotoAventura/juego.swf new file mode 100755 index 0000000..cab09c2 --- /dev/null +++ b/gnome/FotoAventura/juego.swf Binary files differ diff --git a/sugar-dx3/FotoAventura.activity/activity/activity.info b/sugar-dx3/FotoAventura.activity/activity/activity.info new file mode 100644 index 0000000..d8be6ed --- /dev/null +++ b/sugar-dx3/FotoAventura.activity/activity/activity.info @@ -0,0 +1,7 @@ +[Activity] +name = FotoAventura +activity_version = 2 +service_name = org.laptop.FotoAventura +icon = fotoAventura +class = FotoAventura.FotoAventura + diff --git a/sugar-dx3/FotoAventura.activity/activity/fotoAventura.svg b/sugar-dx3/FotoAventura.activity/activity/fotoAventura.svg new file mode 100644 index 0000000..e371c9b --- /dev/null +++ b/sugar-dx3/FotoAventura.activity/activity/fotoAventura.svg @@ -0,0 +1,90 @@ + +image/svg+xml \ No newline at end of file diff --git a/sugar-dx3/FotoAventura.activity/setup.py b/sugar-dx3/FotoAventura.activity/setup.py new file mode 100644 index 0000000..6ea61a6 --- /dev/null +++ b/sugar-dx3/FotoAventura.activity/setup.py @@ -0,0 +1,3 @@ +#!/usr/bin/python +from sugar.activity import bundlebuilder +bundlebuilder.start() diff --git a/sugar/FotoAventura.activity/FotoAventura.py b/sugar/FotoAventura.activity/FotoAventura.py new file mode 100644 index 0000000..13729ac --- /dev/null +++ b/sugar/FotoAventura.activity/FotoAventura.py @@ -0,0 +1,72 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +# FotoAventura.py por: +# Flavio Danesse +# Activity Central - CeibalJAM! - Uruguay + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +import os +import sys + +import gi +from gi.repository import Gtk +from gi.repository import WebKit + +from sugar3.activity import activity +from sugar3.graphics.toolbarbox import ToolbarBox +from sugar3.activity.widgets import StopButton + +BASEPATH = os.path.abspath(os.path.dirname(__file__)) + +class FotoAventura(activity.Activity): + + def __init__(self, handle): + + activity.Activity.__init__(self, handle, False) + + toolbar = ToolbarBox() + separator = Gtk.SeparatorToolItem() + separator.props.draw = False + separator.set_expand(True) + toolbar.toolbar.insert(separator, -1) + separator.show() + toolbar.toolbar.insert(StopButton(self), -1) + + self.set_toolbar_box(toolbar) + self.set_canvas(Navegador()) + + self.show_all() + self.realize() + + self.connect("destroy", sys.exit) + +class Navegador(WebKit.WebView): + + def __init__(self): + + WebKit.WebView.__init__(self) + + self.show_all() + + self.open(os.path.join(BASEPATH, "juego.swf")) + self.set_zoom_level(1.0) + +if __name__ == "__main__": + + FotoAventura() + Gtk.main() + \ No newline at end of file diff --git a/sugar/FotoAventura.activity/activity/activity.info b/sugar/FotoAventura.activity/activity/activity.info new file mode 100644 index 0000000..1944582 --- /dev/null +++ b/sugar/FotoAventura.activity/activity/activity.info @@ -0,0 +1,7 @@ +[Activity] +name = FotoAventura +activity_version = 2 +bundle_id = org.laptop.FotoAventura +icon = fotoAventura +exec = sugar-activity FotoAventura.FotoAventura + diff --git a/sugar/FotoAventura.activity/activity/fotoAventura.svg b/sugar/FotoAventura.activity/activity/fotoAventura.svg new file mode 100644 index 0000000..e371c9b --- /dev/null +++ b/sugar/FotoAventura.activity/activity/fotoAventura.svg @@ -0,0 +1,90 @@ + +image/svg+xml \ No newline at end of file diff --git a/sugar/FotoAventura.activity/cosas/1.swf b/sugar/FotoAventura.activity/cosas/1.swf new file mode 100755 index 0000000..22c4265 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/1.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/10.swf b/sugar/FotoAventura.activity/cosas/10.swf new file mode 100755 index 0000000..ce64499 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/10.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/11.swf b/sugar/FotoAventura.activity/cosas/11.swf new file mode 100755 index 0000000..2fef339 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/11.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/12.swf b/sugar/FotoAventura.activity/cosas/12.swf new file mode 100755 index 0000000..ca0afc4 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/12.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/13.swf b/sugar/FotoAventura.activity/cosas/13.swf new file mode 100755 index 0000000..eb968d8 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/13.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/14.swf b/sugar/FotoAventura.activity/cosas/14.swf new file mode 100755 index 0000000..fbc861a --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/14.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/15.swf b/sugar/FotoAventura.activity/cosas/15.swf new file mode 100755 index 0000000..845cec7 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/15.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/2.swf b/sugar/FotoAventura.activity/cosas/2.swf new file mode 100755 index 0000000..95d3ace --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/2.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/3.swf b/sugar/FotoAventura.activity/cosas/3.swf new file mode 100755 index 0000000..39b3af4 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/3.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/4.swf b/sugar/FotoAventura.activity/cosas/4.swf new file mode 100755 index 0000000..2d4cc3f --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/4.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/5.swf b/sugar/FotoAventura.activity/cosas/5.swf new file mode 100755 index 0000000..7a10429 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/5.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/6.swf b/sugar/FotoAventura.activity/cosas/6.swf new file mode 100755 index 0000000..2a645d2 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/6.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/7.swf b/sugar/FotoAventura.activity/cosas/7.swf new file mode 100755 index 0000000..c2efd8d --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/7.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/8.swf b/sugar/FotoAventura.activity/cosas/8.swf new file mode 100755 index 0000000..841e739 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/8.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/9.swf b/sugar/FotoAventura.activity/cosas/9.swf new file mode 100755 index 0000000..e88a880 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/9.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_aguaraguazu.swf b/sugar/FotoAventura.activity/cosas/_aguaraguazu.swf new file mode 100755 index 0000000..4def980 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_aguaraguazu.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_aguilamora.swf b/sugar/FotoAventura.activity/cosas/_aguilamora.swf new file mode 100755 index 0000000..602a393 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_aguilamora.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_aperea.swf b/sugar/FotoAventura.activity/cosas/_aperea.swf new file mode 100755 index 0000000..c2240ba --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_aperea.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_bagrenegro.swf b/sugar/FotoAventura.activity/cosas/_bagrenegro.swf new file mode 100755 index 0000000..10c11f5 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_bagrenegro.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_ballenafrancaaustral.swf b/sugar/FotoAventura.activity/cosas/_ballenafrancaaustral.swf new file mode 100755 index 0000000..fdec568 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_ballenafrancaaustral.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_bataraparda.swf b/sugar/FotoAventura.activity/cosas/_bataraparda.swf new file mode 100755 index 0000000..aaf0044 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_bataraparda.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_becasina.swf b/sugar/FotoAventura.activity/cosas/_becasina.swf new file mode 100755 index 0000000..5b77085 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_becasina.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_bosquedeombues.swf b/sugar/FotoAventura.activity/cosas/_bosquedeombues.swf new file mode 100755 index 0000000..0737b0d --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_bosquedeombues.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_cabopolonio.swf b/sugar/FotoAventura.activity/cosas/_cabopolonio.swf new file mode 100755 index 0000000..658f750 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_cabopolonio.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_calandria.swf b/sugar/FotoAventura.activity/cosas/_calandria.swf new file mode 100755 index 0000000..6336960 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_calandria.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_caminera.swf b/sugar/FotoAventura.activity/cosas/_caminera.swf new file mode 100755 index 0000000..c48fd2d --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_caminera.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_capuchinopechoblanco.swf b/sugar/FotoAventura.activity/cosas/_capuchinopechoblanco.swf new file mode 100755 index 0000000..de54bf5 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_capuchinopechoblanco.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_carancho.swf b/sugar/FotoAventura.activity/cosas/_carancho.swf new file mode 100755 index 0000000..eab9e69 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_carancho.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_carao.swf b/sugar/FotoAventura.activity/cosas/_carao.swf new file mode 100755 index 0000000..06e16b7 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_carao.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_cardenal.swf b/sugar/FotoAventura.activity/cosas/_cardenal.swf new file mode 100755 index 0000000..6f54916 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_cardenal.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_carpincho.swf b/sugar/FotoAventura.activity/cosas/_carpincho.swf new file mode 100755 index 0000000..b4f2e05 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_carpincho.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_carpinterocampestre.swf b/sugar/FotoAventura.activity/cosas/_carpinterocampestre.swf new file mode 100755 index 0000000..6328c92 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_carpinterocampestre.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_cerroarequita.swf b/sugar/FotoAventura.activity/cosas/_cerroarequita.swf new file mode 100755 index 0000000..0054a14 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_cerroarequita.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_cerropandeazucar.swf b/sugar/FotoAventura.activity/cosas/_cerropandeazucar.swf new file mode 100755 index 0000000..d28f696 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_cerropandeazucar.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_cerroverdeeislasdelacoronilla.swf b/sugar/FotoAventura.activity/cosas/_cerroverdeeislasdelacoronilla.swf new file mode 100755 index 0000000..5d85a84 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_cerroverdeeislasdelacoronilla.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_chaja.swf b/sugar/FotoAventura.activity/cosas/_chaja.swf new file mode 100755 index 0000000..39ce393 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_chaja.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_chimango.swf b/sugar/FotoAventura.activity/cosas/_chimango.swf new file mode 100755 index 0000000..d4e4671 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_chimango.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_chorloplayeritorabadillablanca.swf b/sugar/FotoAventura.activity/cosas/_chorloplayeritorabadillablanca.swf new file mode 100755 index 0000000..a16a464 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_chorloplayeritorabadillablanca.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_churrinche.swf b/sugar/FotoAventura.activity/cosas/_churrinche.swf new file mode 100755 index 0000000..664bbfc --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_churrinche.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_cisnedecuellonegro.swf b/sugar/FotoAventura.activity/cosas/_cisnedecuellonegro.swf new file mode 100755 index 0000000..bf0f77b --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_cisnedecuellonegro.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_coati.swf b/sugar/FotoAventura.activity/cosas/_coati.swf new file mode 100755 index 0000000..2c498ee --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_coati.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_coscoroba.swf b/sugar/FotoAventura.activity/cosas/_coscoroba.swf new file mode 100755 index 0000000..54ac5b4 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_coscoroba.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_costadelrioyi.swf b/sugar/FotoAventura.activity/cosas/_costadelrioyi.swf new file mode 100755 index 0000000..b9c10d0 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_costadelrioyi.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_crucera.swf b/sugar/FotoAventura.activity/cosas/_crucera.swf new file mode 100755 index 0000000..683966b --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_crucera.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_cuervocabezaroja.swf b/sugar/FotoAventura.activity/cosas/_cuervocabezaroja.swf new file mode 100755 index 0000000..709ea69 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_cuervocabezaroja.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_dragon.swf b/sugar/FotoAventura.activity/cosas/_dragon.swf new file mode 100755 index 0000000..83fce6d --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_dragon.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_esterosdefarrapos.swf b/sugar/FotoAventura.activity/cosas/_esterosdefarrapos.swf new file mode 100755 index 0000000..b220658 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_esterosdefarrapos.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_federal.swf b/sugar/FotoAventura.activity/cosas/_federal.swf new file mode 100755 index 0000000..0380c70 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_federal.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_flamencoaustral.swf b/sugar/FotoAventura.activity/cosas/_flamencoaustral.swf new file mode 100755 index 0000000..8e1ef7c --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_flamencoaustral.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_gallineta.swf b/sugar/FotoAventura.activity/cosas/_gallineta.swf new file mode 100755 index 0000000..62fbd8f --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_gallineta.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_garcitaazulada.swf b/sugar/FotoAventura.activity/cosas/_garcitaazulada.swf new file mode 100755 index 0000000..e556b05 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_garcitaazulada.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_garzaamarilla.swf b/sugar/FotoAventura.activity/cosas/_garzaamarilla.swf new file mode 100755 index 0000000..cec423e --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_garzaamarilla.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_garzablancagrande.swf b/sugar/FotoAventura.activity/cosas/_garzablancagrande.swf new file mode 100755 index 0000000..ed88df6 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_garzablancagrande.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_garzabruja.swf b/sugar/FotoAventura.activity/cosas/_garzabruja.swf new file mode 100755 index 0000000..f359ddb --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_garzabruja.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_garzamora.swf b/sugar/FotoAventura.activity/cosas/_garzamora.swf new file mode 100755 index 0000000..0c2f95b --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_garzamora.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_gavilanalilargo.swf b/sugar/FotoAventura.activity/cosas/_gavilanalilargo.swf new file mode 100755 index 0000000..264ac3c --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_gavilanalilargo.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_gaviotacangrejera.swf b/sugar/FotoAventura.activity/cosas/_gaviotacangrejera.swf new file mode 100755 index 0000000..9eae005 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_gaviotacangrejera.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_gaviotacapuchocafe.swf b/sugar/FotoAventura.activity/cosas/_gaviotacapuchocafe.swf new file mode 100755 index 0000000..ef0d152 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_gaviotacapuchocafe.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_gaviotindeantifaz.swf b/sugar/FotoAventura.activity/cosas/_gaviotindeantifaz.swf new file mode 100755 index 0000000..a60bf4b --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_gaviotindeantifaz.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_halconcito.swf b/sugar/FotoAventura.activity/cosas/_halconcito.swf new file mode 100755 index 0000000..be2e6d4 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_halconcito.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_hornero.swf b/sugar/FotoAventura.activity/cosas/_hornero.swf new file mode 100755 index 0000000..580a8cb --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_hornero.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_humedalesdeleste.swf b/sugar/FotoAventura.activity/cosas/_humedalesdeleste.swf new file mode 100755 index 0000000..2f4d615 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_humedalesdeleste.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_humedalesdelsantalucia.swf b/sugar/FotoAventura.activity/cosas/_humedalesdelsantalucia.swf new file mode 100755 index 0000000..14e8e82 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_humedalesdelsantalucia.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_lagartijadelaarena.swf b/sugar/FotoAventura.activity/cosas/_lagartijadelaarena.swf new file mode 100755 index 0000000..885e9f1 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_lagartijadelaarena.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_lagartijaverdebrillante.swf b/sugar/FotoAventura.activity/cosas/_lagartijaverdebrillante.swf new file mode 100755 index 0000000..7af31ff --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_lagartijaverdebrillante.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_lagartocomun.swf b/sugar/FotoAventura.activity/cosas/_lagartocomun.swf new file mode 100755 index 0000000..48457a9 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_lagartocomun.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_lechucitadecampo.swf b/sugar/FotoAventura.activity/cosas/_lechucitadecampo.swf new file mode 100755 index 0000000..d359fc0 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_lechucitadecampo.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_lobitoderio.swf b/sugar/FotoAventura.activity/cosas/_lobitoderio.swf new file mode 100755 index 0000000..9d081e2 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_lobitoderio.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_lobomarinodeunpelo.swf b/sugar/FotoAventura.activity/cosas/_lobomarinodeunpelo.swf new file mode 100755 index 0000000..34093d4 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_lobomarinodeunpelo.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_lobomarinofinoodedospelos.swf b/sugar/FotoAventura.activity/cosas/_lobomarinofinoodedospelos.swf new file mode 100755 index 0000000..e030bba --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_lobomarinofinoodedospelos.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_localidaddechamanga.swf b/sugar/FotoAventura.activity/cosas/_localidaddechamanga.swf new file mode 100755 index 0000000..0b31040 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_localidaddechamanga.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_margay.swf b/sugar/FotoAventura.activity/cosas/_margay.swf new file mode 100755 index 0000000..2f5e3a5 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_margay.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_martinpescador.swf b/sugar/FotoAventura.activity/cosas/_martinpescador.swf new file mode 100755 index 0000000..b7a9f71 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_martinpescador.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_mulita.swf b/sugar/FotoAventura.activity/cosas/_mulita.swf new file mode 100755 index 0000000..8dfb9b7 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_mulita.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_murcielagochupador.swf b/sugar/FotoAventura.activity/cosas/_murcielagochupador.swf new file mode 100755 index 0000000..5266d50 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_murcielagochupador.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_murcielagocoladeraton.swf b/sugar/FotoAventura.activity/cosas/_murcielagocoladeraton.swf new file mode 100755 index 0000000..aae868e --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_murcielagocoladeraton.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_nacurutu.swf b/sugar/FotoAventura.activity/cosas/_nacurutu.swf new file mode 100755 index 0000000..a702f06 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_nacurutu.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_nandu.swf b/sugar/FotoAventura.activity/cosas/_nandu.swf new file mode 100755 index 0000000..13c4d26 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_nandu.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_palmardecastillos.swf b/sugar/FotoAventura.activity/cosas/_palmardecastillos.swf new file mode 100755 index 0000000..d36e506 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_palmardecastillos.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_palomatorcaza.swf b/sugar/FotoAventura.activity/cosas/_palomatorcaza.swf new file mode 100755 index 0000000..2f38993 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_palomatorcaza.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_parejera.swf b/sugar/FotoAventura.activity/cosas/_parejera.swf new file mode 100755 index 0000000..7dd9dce --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_parejera.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_patocapuchino.swf b/sugar/FotoAventura.activity/cosas/_patocapuchino.swf new file mode 100755 index 0000000..efce188 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_patocapuchino.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_pavademonte.swf b/sugar/FotoAventura.activity/cosas/_pavademonte.swf new file mode 100755 index 0000000..446608f --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_pavademonte.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_pejerrey.swf b/sugar/FotoAventura.activity/cosas/_pejerrey.swf new file mode 100755 index 0000000..d5d7ff4 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_pejerrey.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_petrelgigantecomun.swf b/sugar/FotoAventura.activity/cosas/_petrelgigantecomun.swf new file mode 100755 index 0000000..cc3af22 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_petrelgigantecomun.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_pumasudamericano.swf b/sugar/FotoAventura.activity/cosas/_pumasudamericano.swf new file mode 100755 index 0000000..ec9b5cf --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_pumasudamericano.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_quebradadeloscuervos.swf b/sugar/FotoAventura.activity/cosas/_quebradadeloscuervos.swf new file mode 100755 index 0000000..798098c --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_quebradadeloscuervos.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_ranaboyadora.swf b/sugar/FotoAventura.activity/cosas/_ranaboyadora.swf new file mode 100755 index 0000000..7ecfdbc --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_ranaboyadora.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_ranacriolla.swf b/sugar/FotoAventura.activity/cosas/_ranacriolla.swf new file mode 100755 index 0000000..f7bb165 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_ranacriolla.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_ranatrepadora.swf b/sugar/FotoAventura.activity/cosas/_ranatrepadora.swf new file mode 100755 index 0000000..ea77b16 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_ranatrepadora.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_ratonera.swf b/sugar/FotoAventura.activity/cosas/_ratonera.swf new file mode 100755 index 0000000..07b1028 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_ratonera.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_rayador.swf b/sugar/FotoAventura.activity/cosas/_rayador.swf new file mode 100755 index 0000000..5af521d --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_rayador.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_saltodelpenitente.swf b/sugar/FotoAventura.activity/cosas/_saltodelpenitente.swf new file mode 100755 index 0000000..0cc625b --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_saltodelpenitente.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_sapocomun.swf b/sugar/FotoAventura.activity/cosas/_sapocomun.swf new file mode 100755 index 0000000..fe7ffc3 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_sapocomun.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_seriema.swf b/sugar/FotoAventura.activity/cosas/_seriema.swf new file mode 100755 index 0000000..eae9504 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_seriema.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_tararira.swf b/sugar/FotoAventura.activity/cosas/_tararira.swf new file mode 100755 index 0000000..2c4d31a --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_tararira.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_tatu.swf b/sugar/FotoAventura.activity/cosas/_tatu.swf new file mode 100755 index 0000000..ec8fb9f --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_tatu.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_tero.swf b/sugar/FotoAventura.activity/cosas/_tero.swf new file mode 100755 index 0000000..1e24794 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_tero.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_teroreal.swf b/sugar/FotoAventura.activity/cosas/_teroreal.swf new file mode 100755 index 0000000..ca3b2b4 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_teroreal.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_tordo.swf b/sugar/FotoAventura.activity/cosas/_tordo.swf new file mode 100755 index 0000000..8d546c8 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_tordo.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_tortugacabezona.swf b/sugar/FotoAventura.activity/cosas/_tortugacabezona.swf new file mode 100755 index 0000000..0b9bc47 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_tortugacabezona.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_tortugalaudosietequillas.swf b/sugar/FotoAventura.activity/cosas/_tortugalaudosietequillas.swf new file mode 100755 index 0000000..43d8430 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_tortugalaudosietequillas.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_tortugaverde.swf b/sugar/FotoAventura.activity/cosas/_tortugaverde.swf new file mode 100755 index 0000000..a65b0f0 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_tortugaverde.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_vallelunarejo.swf b/sugar/FotoAventura.activity/cosas/_vallelunarejo.swf new file mode 100755 index 0000000..3a233fd --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_vallelunarejo.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_venadodecampo.swf b/sugar/FotoAventura.activity/cosas/_venadodecampo.swf new file mode 100755 index 0000000..66014df --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_venadodecampo.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_verdon.swf b/sugar/FotoAventura.activity/cosas/_verdon.swf new file mode 100755 index 0000000..b69f5f7 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_verdon.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_villaserrana.swf b/sugar/FotoAventura.activity/cosas/_villaserrana.swf new file mode 100755 index 0000000..563303f --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_villaserrana.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_viudamora.swf b/sugar/FotoAventura.activity/cosas/_viudamora.swf new file mode 100755 index 0000000..0d35ee9 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_viudamora.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_viuditablancagrande.swf b/sugar/FotoAventura.activity/cosas/_viuditablancagrande.swf new file mode 100755 index 0000000..ec16b94 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_viuditablancagrande.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_viuditanegradelmonte.swf b/sugar/FotoAventura.activity/cosas/_viuditanegradelmonte.swf new file mode 100755 index 0000000..0c3e429 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_viuditanegradelmonte.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_yacare.swf b/sugar/FotoAventura.activity/cosas/_yacare.swf new file mode 100755 index 0000000..3989c1a --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_yacare.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_zorrodemonte.swf b/sugar/FotoAventura.activity/cosas/_zorrodemonte.swf new file mode 100755 index 0000000..6f0d897 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_zorrodemonte.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_zorrogris.swf b/sugar/FotoAventura.activity/cosas/_zorrogris.swf new file mode 100755 index 0000000..8afc3c0 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_zorrogris.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/_zorzal.swf b/sugar/FotoAventura.activity/cosas/_zorzal.swf new file mode 100755 index 0000000..702bec6 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/_zorzal.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/ayuda.swf b/sugar/FotoAventura.activity/cosas/ayuda.swf new file mode 100755 index 0000000..8c51694 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/ayuda.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/creditos.swf b/sugar/FotoAventura.activity/cosas/creditos.swf new file mode 100755 index 0000000..5419016 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/creditos.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/fichas.swf b/sugar/FotoAventura.activity/cosas/fichas.swf new file mode 100755 index 0000000..91cdbd8 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/fichas.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/glosario.swf b/sugar/FotoAventura.activity/cosas/glosario.swf new file mode 100755 index 0000000..bef1b1a --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/glosario.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/intro.swf b/sugar/FotoAventura.activity/cosas/intro.swf new file mode 100755 index 0000000..0f20123 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/intro.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/mapa.swf b/sugar/FotoAventura.activity/cosas/mapa.swf new file mode 100755 index 0000000..599f391 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/mapa.swf Binary files differ diff --git a/sugar/FotoAventura.activity/cosas/password.swf b/sugar/FotoAventura.activity/cosas/password.swf new file mode 100755 index 0000000..b941d38 --- /dev/null +++ b/sugar/FotoAventura.activity/cosas/password.swf Binary files differ diff --git a/sugar/FotoAventura.activity/juego.swf b/sugar/FotoAventura.activity/juego.swf new file mode 100755 index 0000000..cab09c2 --- /dev/null +++ b/sugar/FotoAventura.activity/juego.swf Binary files differ diff --git a/sugar/FotoAventura.activity/setup.py b/sugar/FotoAventura.activity/setup.py new file mode 100644 index 0000000..5a4c0bd --- /dev/null +++ b/sugar/FotoAventura.activity/setup.py @@ -0,0 +1,3 @@ +#!/usr/bin/python +from sugar3.activity import bundlebuilder +bundlebuilder.start() -- cgit v0.9.1