How to embed flash into C++?

How to embed PANORAMA.swf into FLASH AS2?

  • I believe the code object works in XHTML. Which actionscripts code AS2 do we need to write while embedding the panorama in Flash AS2. Any alternative like loading the pano.mov should be able to work. But when I convert the pano.mov into pano.flv, the panorama does not revole 360 degree. Please advise.

  • Answer:

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-4… codebase="http://download.macromedia.com… width="320" height="270"> <param name="movie" value=" file_name.swf?videoFile=christmas_1.flv"… <param name="quality" value="high"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="True" /> <embed src=" file_name.swf?videoFile=christmas_1.flv" quality="high" pluginspage="http://www.macromedia.com/g… type="application/x-shockwave-flash" width="320" height="270" allowScriptAccess="sameDomain" allowFullScreen="True"> </embed> </object>

uxk8396 at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.