Adobe Flex Quick Tips

Adobe Flex 3 learning. Quick tips and tutorials about Adobe Flex 3, Flex Builder and Action Script 3.

Monday, March 23, 2009

Send parameters using POST

If you want to send parameters using POST you need to create a new url request using this code:


var request:URLRequest = new URLRequest([http://URL.url]);
var urlVars:URLVariables = new URLVariables();

urlVars.field1 = [field1];
urlVars.field2 = [field2];
request.data = urlVars;
request.method="POST";

navigateToURL(request,["_self","_blank"]);
Publicado por Julianjdr en 9:28 AM 0 comentarios
Etiquetas: actionscript, application, developer, flex, post, request, ria, web

Youtube videos in Flex

Do you want to insert a youtube video in a flex application? You don't want the classic youtube player to appear in your application? With the youtube API you can do everything you want. There is a library that could help you a lot: http://blog.imagzstudio.com/?p=39. There is some code examples and an open source library that you can use in air or in a web application. With this examples yo will be able to do a lot of things and customize the player.
Publicado por Julianjdr en 5:45 AM 0 comentarios
Etiquetas: api, custom, player, video, youtube

Friday, March 20, 2009

BarCode generating

Are you developing a commercial application and you need to add a BarCode to a label? Here you can find a library that you can include in your flex application and will help you generating several kinds of barcodes like code128b, code128c, code 39, code 93 and i2of5. You will be able to print the barcode too.
Publicado por Julianjdr en 5:53 PM 0 comentarios
Etiquetas: bar, barcode, code, component, generate, library

Generating PDF files

Do you need to generate a PDF document from a flex application? There are a lot of server-side applications that could help you but the better way is a client-side library called AlivePDF. Take a look at this web http://alivepdf.bytearray.org/ and you will find all the functionality and full examples about generating a PDF file from an air application an from a web application and how to download the created document.
Publicado por Julianjdr en 5:45 PM 0 comentarios
Etiquetas: add-on, generate, library, pdf

Saturday, February 28, 2009

StartUp

Welcome to my new blog.

I'll try to help you solving your issues about Adobe Flex 3, Adobe Flex Builder and ActionScript 3. I'll post quick and easy solutions for most commons situations that you can find when programming in Flex. From a simple "Hello world!" to anything you can do with this powerful tool, come on and start learning, here you will find quick tips, tutorials, source and news about Flex.

Thank you for reading me!
Publicado por Julianjdr en 5:26 AM 0 comentarios
Home
Subscribe to: Comments (Atom)

Blog Archive

  • ▼  2009 (5)
    • ▼  March (4)
      • Send parameters using POST
      • Youtube videos in Flex
      • BarCode generating
      • Generating PDF files
    • ►  February (1)

Tags

  • actionscript (1)
  • add-on (1)
  • api (1)
  • application (1)
  • bar (1)
  • barcode (1)
  • code (1)
  • component (1)
  • custom (1)
  • developer (1)
  • flex (1)
  • generate (2)
  • library (2)
  • pdf (1)
  • player (1)
  • post (1)
  • request (1)
  • ria (1)
  • video (1)
  • web (1)
  • youtube (1)

RSS Subcription

Posts
Atom
Posts
All Comments
Atom
All Comments