开发者

Flex3: Is it Possible to Embed a Flex App (which uses a mySQL db) in a WordPress Page?

开发者 https://www.devze.com 2023-02-16 03:16 出处:网络
Is there a way to embed a Flex 3 app in a WordPress 开发者_运维技巧page? For example, say I\'ve got a Flex 3 panel with a dataGrid. And I use a ComboBox to control which data is shown in the dataGrid.

Is there a way to embed a Flex 3 app in a WordPress 开发者_运维技巧page? For example, say I've got a Flex 3 panel with a dataGrid. And I use a ComboBox to control which data is shown in the dataGrid. The data is pulled from a mySQL database.

Is it possible to embed it in a WordPress Page or is this a dumb idea? In the worst case I could always make a completely separate Flex app and link to it from WordPress. But, there are cases where it would be useful to embed it directly.

Does anyone know if this is possible? I know that Flash swfs can be embedded, but I'm not sure about Flex. Does anyone know of a plugin that would work? Thank you.

-Laxmidi


Look at what YouTube does to embed videos. You can do the same thing.

Here is a snippet I recently used in the Flextras Blog to embed a sWF as part of my post. That blog is built using BlogCFC, but HTML is HTML and it shouldn't matter if you do this in WordPress or any other blogging software:

<embed src="URLToYourSWF.swf" bgcolor="#869ca7" name="Sample" play="true" loop="false" quality="high" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" align="middle" height="150" width="400">
0

精彩评论

暂无评论...
验证码 换一张
取 消