You need to be logged in to post in the forums. If you do not have an account, please sign up first.
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?
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:
or this, if it's on an external server:
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
Øyvind T. Svedman
Quality Assurance Engineer
Opera Software
Forums » Dev.Opera » Archived Opera Widgets Development Discussions