Administrators Farshad Mohajeri Posted July 15, 2011 Administrators Posted July 15, 2011 You can do it using a TUniHTMLFrame. In future we may add a separate Flash container Component for uniGUI. Quote
Administrators Farshad Mohajeri Posted July 15, 2011 Administrators Posted July 15, 2011 <OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="400" HEIGHT="300" CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0"> <PARAM NAME="MOVIE" VALUE="Flower.swf"> <PARAM NAME="PLAY" VALUE="true"> <PARAM NAME="QUALITY" VALUE="best"> <PARAM NAME="LOOP" VALUE="true"> <EMBED SRC="files/Flower.swf" WIDTH="400" HEIGHT="300" PLAY="true" LOOP="true" QUALITY="best" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </EMBED> </OBJECT> Above code should be assigned to a UniHTMLFrame. It plays a file named Flower.swf located under ./files folder. Quote
andersa@ellenshoej.dk Posted July 15, 2011 Posted July 15, 2011 There was an example a while back concerning a flash mp3 player. Here is the thread: http://forums.unigui.com/index.php?/topic/959-play-mp3/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.