Author Topic: Single SWF  (Read 912 times)

awilson3rd

  • Full Member
  • ***
  • Posts: 95
Single SWF
« on: October 30, 2011, 12:07:17 pm »
Hello,

Not sure if output to a single swf file is available yet or if anyone has figured out a way to do so? I want to embed a single swf within a pdf file.

Thanks for any advise,

Andrew

Hans Nücke

  • Administrator
  • Hero Member
  • *****
  • Posts: 908
  • MegaZine3 Sales Manager
Re: Single SWF
« Reply #1 on: November 01, 2011, 10:20:34 am »
If I understand you correctly you do not want to "overlay" your PDF page (as swf page) with another "image", i.e. your other swf file?
Like:
Code: (xml)
  1. <img src="../book/version/pages/my_pdf_page_1.swf"/>
  2. <img src="../book/version/animation/my_flash_1.swf"/>

And instead embed your swf file within a PDF file and then convert that PDF file to swf pages, with the converted PDF page and your Flash file combined into one single swf page.

We tried to embed video in a PDF file and to convert it, but at least with the version of swftools we used at that time we couldn't make it work. OK, we did not spend too much time ;-)
Perhaps a newer version of swftools does a better job. Why don't you simply give it a try? And let us know what you found out?  would be a nice thing, if a complex PDF with embedded multimedia could be converted. Different content can be combined with MegaZine3, though, so it is not absolutely necessary. But would simplify the workflow.


awilson3rd

  • Full Member
  • ***
  • Posts: 95
Re: Single SWF
« Reply #2 on: November 01, 2011, 10:23:31 am »
Sorry Hans I should have explained myself better. I just want the entire ebook (including the components) output to a single flash file (swf) so that I can then embed it into a pdf file - probably not possible at this time but thought I would ask anyway.

Thanks

Andrew

Hans Nücke

  • Administrator
  • Hero Member
  • *****
  • Posts: 908
  • MegaZine3 Sales Manager
Re: Single SWF
« Reply #3 on: November 01, 2011, 11:27:22 am »
OK, now I understand better ;-)
This should be possible!

Search this forum for key words like "fat", since the trick will be to compile everything into one megazine-fat.swf file.
One post that I remember is this one