| Page Flip components & Flashblocks |
|
It is very simple to use Flashblocks ML with any page flip component.that supports dynamically loaded content. Two such examples are, http://pageflip.hu and http://www.page-flip.com. Integrating these scripts with Flashblocks ML is actually very simple. You would first just place the Flashblocks ML engine on the main Flash movie and then place any Editblocks in the external Flash files that make up each page. This is common practice for any Flash website with external swfs. By the way, these external pages work nicely as templates but that is another tutorial. The problem with page flip scripts irises because each page, though not seen by you, is often visible to Flashblocks. As a result the edit menu may display unseen Editblocks on unseen pages. I will solve this problem for each of the above scripts. There is a way to limit the edit menu items that Flashblocks shows. This is achieved by setting the Flashblocks.MenuCreateItemTrue function. By default this function always returns true but it can be reprogrammed in order to filter the menu items that appear in the edit menu. Place the following code in your main Flash page flip movie. You may place these code snippets anywhere, but make sure they are executed before logging in to Flashblocks. The Page Flip Solution for http://pageflip.hu
|
|||||
|
Also the following code though not essential will clean up the Editblock title.
|
The Page Flip Solution for http://www.page-flip.com
If you are using the http://page-flip.com component then the MenuCreateItemTrue function would look like this. Place the following code in your main Flash page flip movie. This essentially filters out all pages that are not currently visible.
|
Also the following code though not essential will clean up the Editblock title.
|