vote up 0 vote down star

Hi all, 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?

flag

3 Answers

vote up 0 vote down

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

link|flag
Those are made with Flex, e.g. the <initalWindow><content> is something.swf, mine is just plain HTML, e.g. the initialWindow is something.html that contains (among other things) a flash banner embedded using <object> tag, but it doesn't show. – panduwana Jul 22 at 4:59
vote up 0 vote down

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?

link|flag
Yes, I've tried swfobject. It doesn't work. – panduwana Jul 22 at 5:13
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.