You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

23. April 2010, 22:22:17

tantra35

Posts: 3

Flash support

Hello!

Is it possible to embed flash to widget? As i understand in widget mode supports widget:// http:// https:// protocols, but flash doesn't support widget:// protocol, so one possible way to embed flash into widget is only plase it on an external http server.

How can i workaround this problem?

29. June 2010, 08:26:10

Opera Software

svedman

Quality Assurance

Posts: 339

Yes, it's possible to embed Flash in a widget.

You can either do something like this, if the Flash file is inside the widget package:

<embed src="flash.swf" width="650" height="600" type="application/x-shockwave-flash" />


or this, if it's on an external server:

<embed src="http://server.com/flash.swf" width="650" height="600" type="application/x-shockwave-flash" />
Best regards,
Øyvind T. Svedman
Quality Assurance Engineer
Opera Software

Forums » Dev.Opera » Archived Opera Widgets Development Discussions