Thanks alot for your help.
I have been trying to reverse engineer the ppt files with embedded SWF, and
it looks like HSLF load the SWF File data in OLEShape, in the _records
property of HSLFSlideShow, it uses getExEmbed() method of OLEShape class to
retrieve these Objects, and it stores OLEObjAtom in exObjList property of
Document Class.

i have been trying to add a new records of type ExOleObjStg in _records
property of HSLFSlideShow, using a sheetId as PersistId, and then creating a
new OLEObjAtom(copied the properties from embedded ppt being reverse
engineered) and adding it to exObjList, of Document Class, where i set
ObjStgDataRef to sheetId.

but of no use, :(, i guess i am missing the Control to be attached and the
shape to relate somehow with the data, please suggest if you think this is
the right path to move.

Looking forward to your reply, thanks.

--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Apache-POI-HSLF-support-to-embed-SWF-files-in-PPT-tp4578464p4585797.html
Sent from the POI - Dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to