Skip to main content
Participant
June 13, 2011
Answered

Can't embed a flash content in html air program

  • June 13, 2011
  • 4 replies
  • 522 views

everyone please help me:

this is the code in app:/app/m.html:

<object type="application/x-shockwave-flash" width="72" height="22"><param name="movie" value="app:/upload.swf"></param></object>

if the tag <transparent>true</transparent> in the application.xml, the flash content can't show:

but when i remove the tag <transparent>true</transparent>,the flash show:

is this an air runtime bug?

how could i make the flash show?

btw: i need the tag <transparent>true</transparent> in application.xml.

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer blazejewicz

Hi,

I think this is known limitation for SWF rendering, see 1.5.* release notes:

http://www.adobe.com/support/documentation/en/air/1_5_1/releasenotes_developers.html#issues

SWF content in applications using transparent windows

SWF content in HTML does not display properly for applications using transparent windows.

I'd advise to ask A team for status of that issue in subsequent releases,

regards,

Peter

4 replies

Participant
June 14, 2011

thx Peter, i have solved this problem for another way

Participant
June 13, 2011

this is the application.xml:

blazejewiczCorrect answer
Participating Frequently
June 13, 2011

Hi,

I think this is known limitation for SWF rendering, see 1.5.* release notes:

http://www.adobe.com/support/documentation/en/air/1_5_1/releasenotes_developers.html#issues

SWF content in applications using transparent windows

SWF content in HTML does not display properly for applications using transparent windows.

I'd advise to ask A team for status of that issue in subsequent releases,

regards,

Peter

chris.campbell
Legend
June 13, 2011

Thanks Peter.  Forwarded to our WebKit team for their review.

Chris