• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

How to load html in flex compiler 3.5 or more

Explorer ,
Feb 06, 2012 Feb 06, 2012

Copy link to clipboard

Copied

I want to load some html page see this in Flex 3.5 or more I followed this tutorial but somehow i think it only works in Flex 2, I even tried by unchecking Generate HTML wrapper file but no luck. Can somebody help me? Thanks

Views

413

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Feb 06, 2012 Feb 06, 2012

I used this Guide to make it work.

Download the `flexiframe` from this location

Use `xmlns:flexiframe="http://code.google.com/p/flex-iframe/"` in your component

and `<flexiframe:IFrame id="iFrame"  label="Google"  source="http://www.google.com" width="100%" height="100%"  />`

That's it.. this worked for me

Votes

Translate

Translate
Explorer ,
Feb 06, 2012 Feb 06, 2012

Copy link to clipboard

Copied

LATEST

I used this Guide to make it work.

Download the `flexiframe` from this location

Use `xmlns:flexiframe="http://code.google.com/p/flex-iframe/"` in your component

and `<flexiframe:IFrame id="iFrame"  label="Google"  source="http://www.google.com" width="100%" height="100%"  />`

That's it.. this worked for me

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines