XWidgetSoft Forum
https://www.bbs.xwidget.com/

swf support?
https://www.bbs.xwidget.com/viewtopic.php?f=3&t=2912
Page 1 of 1

Author:  Jimking [ April 9th, 2013, 11:59 am ]
Post subject:  swf support?

Tony is possible to add code for swf files into XWidget Designer...??? :idea:

Author:  digigamer [ April 12th, 2013, 6:18 am ]
Post subject:  Re: swf support?

If u wanna play swf then u can easily do that using the HTML panel... Its actually a CWebView class (perhaps... if the devs have used MFC) that is infact IE frame... a little object tag or an embed tag will do your job
an example...
Code:
<html>
         <body>
         <embed src="full_path_to_swffile.swf">
         </body>
</html>

Note: Flash player for IE must be installed.
The full path must be a file URL eg. file:///C:/Widgets/Data/animation.swf

Author:  Jimking [ April 12th, 2013, 6:38 am ]
Post subject:  Re: swf support?

Thank you very much digigamer! I meant in a more easy way like a txt,image,rotator selection..
Because I wanted to use swf files like digital clock digits, extracted from a pc screensaver..

Author:  digigamer [ April 12th, 2013, 5:18 pm ]
Post subject:  Re: swf support?

SWF is Adobe proprietary... I don't think these guys can use it directly as a control. nevertheless, it will require flash plugin to be installed if at all they do.

Author:  Jimking [ April 13th, 2013, 3:18 am ]
Post subject:  Re: swf support?

I see! Thanks digigamer for the clarification.. :)

Page 1 of 1 All times are UTC - 8 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/