Committed to create modern, user-friendly and attractive Online FlipBook from PDF, PPT and Image!

Home > Product FAQ (Frequently Ask and Questions)

Embed flash in your already existed webpage but create a new one?

If you don't want to create a new web page to display your FlipBook, let me show you how to write HTML code to embed your output FlipBook into webpage.

  • To insert theFlipBook into one of your website page instead of creating new page, you can follow the below steps:
  • 1. Create flipbook and output to your defined folder first. (you can refers to "Create FlipBook")
  • 2. Upload all output files include "*.html", "*.swf" and "files folder" to the same directory where the webpage will load;
  • 3. Edit the source code of your webpage (with HTML editor like Dreamweaver, or Notepad etc.), insert the paragraph below into anywhere of your webpage;
  • 4. Save the webpage, then open it in your Browser, check that whether the inserted flipbook can be viewed or not.

 

Example:

 

Either scripts and active content are not permitted to run or Adobe Flash Player version 9.0.0 or greater is not installed.

Get Adobe Flash Player

 

 

 

Instructions:

You can put the below code anywhere in a html tag.

 

 

Please pay attention: div style="width:400px;height:200px" the width and the height, they will be the flash width and height. and also :book.swf?pageIndex=3,

that "?pageIndex=3" means the flip book will open the to page 3 when it is loaded. Also you must notice the path of "book.swf", if you put the swf book into a folder named "embed_flash", you should modify the path as embed_flash/book.swf?pageIndex=3.