Aqui podeis ver algunos ejemplos, además del código fuente en actionscript para integrarlo en cualquier sitio. El problema más grande es poder grabar el video con una cámara especial
kiwoo / actionscript
Artículos de la categoria actionscript:
RSS de actionscript
DrupalCon Barcelona 2007
La conferencia Drupal de este año en Barcelona me ha impresionado.
Hace 2 años los asistentes a la conferencia fueron 20 personas, el año pasado la cifra pasó a 50, y este año supera con creces las 300 personas inscritas, yo creo que en realidad habia 500.
El evento está realmente bien organizado.
Además el ambiente es increible, hay gente de todo el mundo y la gente participa mucho en los debates a diferentes niveles, desde el desarrollo de drupal, hasta los módulos, o mostrando aplicaciones que se han hecho con esta herramienta.
Algunas de estas aplicaciones son bastante “grandes”, me refiero a periódicos online de los estados unidos, sitios globals con grandes contenidos en varios idiomas como el web de Amnesty International, etc, etc
Durante las conferencias he intentado apuntar en el portatil las palabras clave interesantes, como referencia para seguir investigando en internet. Estos apuntes están muy resumidos, son solo pequeñas notas de cosas que he pensado se podrian investigar, pero igual pueden interesar a alguien.Están en inglés ya que las conferencias eran todas en este idioma.
* from flash to drupal
http://barcelona2007.drupalcon.org/node/534
samples
http://thedjword.com/beta63/
http://www.mooch.info/about_mooch.html
A guy which translat.d a flash web site to a drupal versionof it.
Not very interesting for me.
*547 adobe flex
A guy from Adobe explaining how nice is Flex to develop RIA (Rich Internet Apps)
and that Flex can be connected to CMS as druapl very easily.
A commercial talk anyway.
ways to implement a RIA:
ajax
flex
MS solution (don’t know the name)
Webs using flex:
http://maps.yahoo.com
http://activalive.com
http://finetune.com
http://riapedia.com/tags/php
The flex sdk is free
Flex 3 sdk will be opensource
flex builder i based on eclipse
AMF - Action Message format
Is the way to connect Flex to data sources using RPC
There is an implementation for PHP
http://www.themidnightcoders.com/php
amfphp module
service installed in drupal
you call it ?q=service=
Version for cake called cakeamf
remoteobject in mxml file
with an endpoint, destination,source,
events linked to this
http://flex.org
special php section
flex showcase, people put apps in there
http://flex.org/showcase
tag in delicious with “flex.org”
http://flex.org/php
AIR. Is a tool to make applications off-line, for the desktop, free. You can embed flash, html and pdf in it.
You can workk offline or online, it automatically handels if you are online or offline
Works on mac, windows and linux
* drupal for news
Traditional newspapers are dead
Internet is much faster, to communicate news to the readers (for example blogs and such, and online newspapers)
Now with video streaming on the internet the new media will be also faster than tv
* simple xml
is an extension included in php 5
which is very easy to use (compared to traditional parsers SAX and DOM for PHP)
sample:
$result=simplexml_load_string($data);
simplexml
drupal_http_request is a function to take the date from a remote url
With simplexml you can use API services very easily
* 438 social networking techniques and potentia
http://barcelona2007.drupalcon.org/node/438
freemin visualization
http://www.nm-x.com
facebok
open id -> very important
icon buffé nice social network
* 368
A framework to build sites automatically
don’t special interest for me
* http://www.civicactions.com
civic actions
amnesty international
2500 hours of work
media mover
http://drupal.org/project/media_mover
matadortravel.com
need FFmpeg installed on server
warnerbrosrecords.com
amazon s3
http://www.amazon.com/gp/browse.html?node=16427261
* mysite module
add rss feeds
aggregator module in drupal is not extensible..
you can do anything more!:.
feed api module
CCK fields
Problemas con los eventos de Flash en Firefox y IExplorer y con el modo FULLSCREEN
Aunque Flash deberia comportarse de la misma manera en diferentes navegadores, cuando hablamos de eventos la cosa ya no es así. Después de investigar varias horas no he sacado demasiada cosa en claro, ni veo ninguna solución fantástica.
Además el parámetro wmode, tiene en los eventos unos resultados contundentes.
Y para acabarlo de arreglar resulta que en el modo fullscreen las teclas están totalmente desactivados, parece ser que por temas de seguridad (glups?)
En fin, os dejo el pequeño informe de pruebas que he hecho sobre el tema y algunos links por si a alguien le puede interesar:
He usado swfobject para integrar el flash, he cambiado el parámetro wmode en los 3 modos posibles y he probado los resultados en firefox y iexplorer6 (en el 7 me imagino que debe ser similar):
(A) fo.addParam(”wmode”, “transparent”);
* firefox
-no funciona rueda (ni siquiera clicando dentro)
-si funcionan las teclas
-no se puede activar el full screen!
* iexplore 6
-rueda funciona muy mal!
-si funcionan las teclas
-no se puede activar el full screen!
(B) fo.addParam(”wmode”, “opaque”)
* firefox
-no funciona rueda (ni siquiera clicando dentro)
-si funcionan las teclas
-no se puede activar el full screen!
* iexplore 6
-rueda no funciona ni clicando dentro
-no funcionan las teclas, ni clicando!
-no se puede activar el full screen!
(C) sin parametro wmode
* firefox
-no funciona rueda, pero al clicar dentro SI
-no funcionan teclas, pero al clicar dentro SI
-EN fullscreen no funciona las teclas (pero si la rueda)
* iexplore 6
-FUNCIONA TODO CORRECTAMENTE sin fullscreen
-EN fullscreen no funciona las teclas (pero si la rueda)
por tanto la mejor opción claramente es la C
LINKS
http://www.asserttrue.com/articles/2006/11/17/firefox-and-flash-swf-selection-and-focus-problems
en este link se comenta el aspecto de que las teclas estan DESACTIVADAS en el modo FULLSCREEN
3. About keyboard input.
The full disabling of keyboard events for fullscreen mode restrains the development of new Flash RIA application with rich user interaction. Also it embarrass the fullscrean feature integration to existing application with keyboard input.
For panorama applications this means that ActiveX- and Java-based application still have a big fora in this question…
I understand everything about security restrictions, but I believe you can make some approval procedure to enable the keyboard input, say, the same as for camera and microphone: alert with “Allow keyboard access” and “Always allow for this site” checkbox.
o aquí
http://silverlight.net/forums/p/4135/12181.aspx
In the current releases, keyboard support is not enabled in full screen mode. This is supposedly a security feature so that someone couldn’t be tricked (by say a spoof of your bank’s web site) into entering sensitive information. Personally, I think that is going WAY overboard in regards to security paranoia. It basically makes fullscreen mode worthless with the exception of watching videos.
o la nota oficial de Adobe donde se habla de esta limitación:
http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode.html
