0

I have created a flex SWF file for my web page. I also have a AIR application.

Is it possible to use the install badge that is available for HTML pages inside my Flex web application? Or any alternative ideas / suggestions?

Thanks.

medoix
  • 1,189
  • 2
  • 16
  • 36

3 Answers3

1

I figured it out, but not using the badge.swf this just used the air.swf file from Adobe does certain checks.

Installing & Launching AIR applications from FLEX Web Application

medoix
  • 1,189
  • 2
  • 16
  • 36
0

I've never tried it but I guess you just have to load the badge (SWF file) within your Flex app?

Florian F
  • 8,822
  • 4
  • 37
  • 50
  • i have thought about that, but i am still unsure how you would pass the variables to the SWF i.e the AIR application path and the image path etc.. – medoix Nov 05 '09 at 11:25
0

You can use a SWFLoader, and pass the variables you need by appending them to the URL.

See http://www.actionscript.org/forums/showthread.php3?t=175951

nicoulaj
  • 3,463
  • 4
  • 27
  • 32