Intergration of pageflip and magiczoom
Hi everybody,
This is probably very challenging (if it can be done at all...).
I have got the Flashpageflip (a flash based application from flashpageflip.com) and MagicZoomPlus (a javascript from magictoolbox.com) and I would like to integrate the two.
Flashpageflip does accept swf pages as content and I'd like to zoom into images that are inside these swf files. This means that I have to call the javascript from MagicZoomPlus from within the swf file. Can this be done at all?
And if so, how do I achieve this?
Extra info:
The flipping page swf is called from within a PHP-file. I have been able to declare the MagicZoom javasrcipt functions in thie PHP file, but what needs to be done next is that the swf generates the following code:
<a href="big.jpg" class="MagicZoomPlus"><img src="small.jpg"/></a>