How do I embed Flash with Forms 11g

Asked By 20 points N/A Posted on -
qa-featured

Hi guys.  I need help.  How do I embed animated Flash with Forms 11g.  I would like to embed an swf file in Oracle Forms.  I'm on a Windows XP 64 bit SP2 system and I use Mozilla Firefox 21.0.  Any help would be much appreciated.  Thanks.

SHARE
Answered By 0 points N/A #151099

How do I embed Flash with Forms 11g

qa-featured

Hi Eckel,

Here is how you can embed Animated Flash Object .swf file in Oracle.

  1. Make an Activex Control Item on a canvas and name it as “OCXITM”.
  2. Choose Activex Control Item and then go to Properties (Press F4).
  3. Choose ShockwaveFalsh.ShockwaveFlash in an OLE Class of Activex Control Item.
  4. Go back to the canvas.
  5. Do a right click on the Activex Control Item, and then select Insert Object.
  6. In the option Control Type List, Choose Shockwave Flash Object and then press OK.
  7. On Canvas, Choose Activex Control Item, and then go to Program option and then select Import Ole Library Interfaces.
  8. Choose all the Method packages and Event Package for ShockwaveFlash.ShockwaveFlash.X and then Press ok.
  9. Navigate to Object Navigator (press F3) and then cascade Program unit to make sure that the Packages was successfully imported.
  10. You have to compile all the object (Press CTRL + SHIFT + K).
  11. After that write the code from this link when you are in “new form instance”.

Related Questions