user123018
user123018

Reputation: 21

Adobe AIR can't show Flash embedded in HTML?

of all three choices (AIR+AJAX, +Flash, and +FLEX) I went on the AJAX route. But it seems that it can't show Flash embedded in HTML (using the traditional OBJECT tag).

Is it by design? or my fault?

Upvotes: 0

Views: 1072

Answers (3)

user123018
user123018

Reputation: 21

I've found the culprit: my window is transparent. According to adobe, SWF and PDF won't be displayed if transparency is used.

Upvotes: 1

James Hay
James Hay

Reputation: 12720

I don't know much about Ajax but i do know the preferred method to embed flash into html is to use swfobject. have you tried that yet?

Upvotes: 0

TheBrain
TheBrain

Reputation: 5608

i think it's your fault. there are a number of air "web browsers" and they all can display flash just fine.

google for some. i found one here and it gives the source code as well

Upvotes: 1

Related Questions