Category: Bugs

After trying some of the most widely used swf files around the web in my phone, I found out again the lack of the camera, damn, we need camera support in flash lite, if we want to develop video conference applications, c’mon!

Many Flash 9 files are not played and just an icon is displayed =(

This is a call for all Flex developers, really this is the first time I am really in trouble and don’t know how to solve it, has anyone out there MonkeyPatched the Label Flex component to support firing the Link Event when the SELECTABLE property is set to false?? I really need this and some help would be more than welcome..anyone?

Después de un exaustivo repaso a lo que hemos hecho, y gracias a la colaboración infinita de nuestros clientes que son más nuestros amigos :) entregamos esta versión correjida, hace una semana anunciamos el soporte para karaoke en rockola digital Wolf Jukebox, aunque ya teníamos soporte para karaoke, este no era gratuito pues tenía que adquirir una licencia para poder reproducirlo.

Los inscidentes que se presentaron al incluir karaoke fueron los siguientes: la pantalla de video se hacía pequeña, de modo que no se hacía totalmente fullscreen (pantalla completa), la cual ya se corrijió a excepción de cuando se utiliza la tecla “skip” (saltar y avanzar al siguiente), es un error conocido solo para karaokes.

Agregamos una característica partícular, ahora al reproducir karaoke, este tiene un pequeño intervalo de tiempo entre karaoke y karaoke, solo si el karaoke reproducido es de los siguientes formatos:kar,cdg,bin. Esto es bueno ya que ahora los karaokes no comienzan uno seguido de otro, sino se toma unos cinco segundos para comenzar la siguiente pista.

Sabemos lo doloroso que es actualizar de versión, y lo digo “sabemos” ;) por que escuchamos y leemos todos sus comentarios. Así que hemos modificado el instalador “MagicWizard” para facilitar la tarea de actualizar y desinstalar, solo veanlo.

Otra nota adicional, recuerden instalar los codecs de audio y video que les proporcionamos (los enlaces para las descargas se encuentran en Laiza dentro de la ficha “Soporte técnico”, esto les puede sacar de muchos apuros si lo que menos quieren es preocuparse si un video es de tal o cual formato. Ahora bien después de instalar cualquiera de los paquetes de codecs instalen el codec de karaoke para Wolf Jukebox que también esté en su cuenta en Laiza. (Si estás leyendo este mensaje y aún no eres cliente de asb-labs y utilizaste la versión demo, te recomendamos que nos consultes por detalles más especificos, pues normalmente la versión demo es la última en ser actualizada; por ejemplo no tiene soporte para karaoke)

En total el tiempo de respuesta fue de 48 horas para algunos y 24 horas para otros clientes, no se desesperen sabemos que tienen clientes y que necesitan el producto listo en el menor tiempo posible, pero es bueno que sepan que trabajamos en los inscidentes reportados y algunas veces es dificil dar con ellos, pero bueno en general tenemos un tiempo de respuesta relativamente rápido. Sabemos que tienen muchos pedidos especiales para nosotros como “no me gusta esa rayita que aparece ahi” o “me gustaria que tuviera otros sonidos” sabemos que se puede mejorar y no descartamos ni un solo ticket de contacto, con decirles que cada usuario que pregunta es guardado dentro de un banco de datos con todos sus datos para futuras referencias.

Una útlima cosa, vayan a sus cuentas en Laiza y a descargar!!! se aceptan peticiones y comentarios (pssst psstt los bosquejos de WJ 3.0 están en desarrollo :)

Un saludo!

This simple question, how to create errors in AMFPHP so that we do not send error strings either to flash or Flex and then filter the “Result” to know if what we received is an error or not.

That is some of the questions I once asked to myself, if I have in my flex app an error handler why not to send for example the error from server so that the flex app really know how to identify errors.

You use a workaround just like this:

class foo{
function _setError($msg){
trigger_error($msg, E_USER_ERROR);
}function sum($num){
if($num==5){
$this->_setError(”Doh, the number five cannot be summed”);
} else {
return $num+4;
}
} }

So this means, you send now the message directly from server and also flex recognizes that is just about to receive an error : ) whoaa!!!

Regards!

Well this is not so common, you normally get worried about the performance of the flash player using the Bitmap API or the creationComplete event or any other part of the flash player tha could be CPU intensive and even nowadays with the all new flash sound native API….

But what about webcams, I know the guys at adobe have hundreds of bugs to resolve but now I really have to say that it would be great to have an API to select webcam’s preferences such as video or photo modes.

Why is so important?, because you might want to try to route the current camera’s vision to some computer actions, for example we are using the Flash Platform to create a robot driven by flash that needed the camera and its speed.

I realized that webcams (I’m not an expert in the topic) have two modes; photo, that has a frames per second rate higher than video mode. For the first case we get around 30 fps and with the second case we get around 10 fps sou you see, we lose almost all its reliability.

When you use your webcam’s program you normally notice that sometimes it looks fast and sometimes it looks slow due to these modes. So what about it? well the Flash Player gets the slower mode, I believe because it was specified as video and it also spends less bandwidth when transmited via server just like FMS (Flash Media Server) but in our case we need the camera’s maximum speed so it can “scan” the position of stepper motors, if they are really in the position we told them to.

So features I’d love would be: set the webcam’s mode video or photo in order to have more accuracy when needed.

Cheers!

Our lovely logo Hola, bienvenido al area un tanto informal de nuestro sitio, donde conversamos de lo que sucede con la tecnología flash, conlusions.....before getting the products :)