» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with component + Flash

Fjax - an open, lightweight methodology for Ajax-style development

<sep/>all of the complicated code often associated with this type of development by encapsulating the XML handling into a tiny Flash engine that stays behind the scenes and just shuttles data between<sep/>

XML: del.icio.us/tag/xml

FancyUpload: Swiff meets Ajax

FancyUpload

Harald Kirschner has created a new version of FancyUpload "a file-input replacement which features an unobtrusive, multiple-file selection menu and queued upload with an animated progress bar."

A good example is the Queued Photo Uploader which is coded by:

JAVASCRIPT:
  1.  
  2. var swiffy = new FancyUpload2($('demo-status'), $('demo-list'), {
  3.         'url': $('form-demo').action,
  4.         'fieldName': 'photoupload',
  5.         'path': '../../source/Swiff.Uploader.swf',
  6.         'onLoad': function() {
  7.                 $('demo-status').removeClass('hide');
  8.                 $('demo-fallback').destroy();
  9.         }
  10. });
  11.  
  12. /**
  13. * Various interactions
  14. */
  15. $('demo-browse-all').addEvent('click', function() {
  16.         swiffy.browse();
  17.         return false;
  18. });
  19.  
  20. $('demo-browse-images').addEvent('click', function() {
  21.         swiffy.browse({'Images (*.jpg, *.jpeg, *.gif, *.png)': '*.jpg; *.jpeg; *.gif; *.png'});
  22.         return false;
  23. });
  24.  
  25. $('demo-clear').addEvent('click', function() {
  26.         swiffy.removeFile();
  27.         return false;
  28. });
  29.  
  30. $('demo-upload').addEvent('click', function() {
  31.         swiffy.upload();
  32.         return false;
  33. });
  34.  

Ajax: Ajaxian

Expose Demo - Home

demo de expose - administracion de galerias de imagenes, audio, video en flash .. excelente!

Joomla: Del.icio.us bookmarks tagged Joomla

Proyectos > Expose > Home

Home del proyecto expose ... administrador de multimedia

Joomla: Del.icio.us bookmarks tagged Joomla

FlexBox

A directory of Adobe Flex components

RIA: del.icio.us/tag/RIA

Page 1 | Next >>