mirrormx
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 2-3 years
- Poland
- Sold between 1 000 and 5 000 dollars
16
Purchases
Buyer Rating:
4.33 stars
4.33 average based on 3 ratings.
-
5 Star
266%
-
4 Star
00%
-
3 Star
133%
-
2 Star
00%
-
1 Star
00%
| Created | 30 March 12 |
| ActionScript Version | AS3 |
| Documentation | Well Documented |
| Flash Files Included | Flash FLA, ActionScript AS, XML Files, HTML Files, PHP Files |
| Opens With | Flash CS4 (10+), Flash CS5 (10+) |
| Published Size | 161kb |
| Resolution | Resizable |
- book
- clean
- customizable
- ebook
- flip
- flip book
- flipper
- fullscreen
- interactive
- magazine
- page
- simple
- universal
© All Rights Reserved mirrormx -
Contact Envato Support


Nice Job!
Thank you
.
Congratulations
I think is one of the best flip book I’ve seen. Congrats.
Thanks, I’m glad that users with great portfolios like my file
.
great file, can it be used to display PDF ’s?
Hello, thank you for interest. Unfortunately not, but you could convert your PDF to JPG images (search “PDF to JPG ” in Google) and then display them easily in this book.
Very nice presentation ; congrats on this , wish you good luck with sales…
Nice to hear that
. Thanks, I hope people will like it.
Very nice and colorful! good luck.
Thanks pinare
.
I have purchased this product. I clicked on the Main.html, but it didn’t work. I don’t know how to do with it. Can you help me? I like this very much. Thanks for your hard work.
Regards, Gina gina@wordsgo.comHello Gina! Thanks for buying.
The easiest way will be to test it on the server instead of locally.
Alternatively, you could add the project’s directory as a trusted location for the Flash Player here:
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htmlThe third way is to open the FLA file and press [Ctrl] + [Enter] to test.
If something is not clear or you’re still having problems, feel free to ask more questions.
— Gregory
Hi, Gregory! Thanks very much! It works!!! There are no icon images included. Can you tell me where I can get or buy the icon images just like the demo here? I like the icons too. Thanks a million.
I’m happy to hear that.
The icons used in the preview come from here:
http://www.webappers.com/2008/02/12/webappers-released-free-web-application-icons-set/Additionally, you can find a lot of different icons on this site:
http://www.iconarchive.com/Thanks very much. Sorry to cause you much trouble. Can you tell me the background images too? The website you showed is marvelous. One more thing, there is no mp3 player list… How can I set the mp3 player?
Sorry for one more question. Can I put an mp3 file to each different page separately? For example, first page with 1.mp3, second page with 2.mp3, and third page with 3.mp3….
Hi again. No problem, I do my best to answer the questionns.
There are two backgrounds used, first can be bought on GraphicRiver:
http://graphicriver.net/item/dark-stripes-backgrounds/78733and the second comes from here:
http://yc.deviantart.com/gallery/?offset=24#/d116wx9About the MP3 player tracks — please refer to the included tutorial, there is a PDF file in the help directory. Mp3Player component’s section can be found on page 25.
Yes, you can add any number of music files and then play them when different pages show up (actually, with the built-in JS-like instructions, you can control almost any available settings dynamically — on keyboard events, page showing or hiding, video complete, etc.).
Just add some tracks to the player like this:
<Mp3Player autoStart="true" width="240" height="100"> <track url="bgMusic1.mp3" /> <track url="bgMusic2.mp3" /> </Mp3Player>And then, when you add a page to the book, specify its show attribute action to play a specific track:
<Page show="player.gotoTrack(0)"> <!-- First page content --> </Page> <Page show="player.gotoTrack(1)"> <!-- Second page content --> </Page>I hope this will be helpful, but I highly recommend reading the included PDF tutorial, in which, you can find much more about different components’ attributes, executing instructions — like the one for playing a specific MP3 file — layouting and other.
Thanks so much for your hard work. I believe they are good references for the potential purchasers too. ^^ I am just wondering why you don’t put the same things just like the demo here. And we will know how to modify them to meet our need. In the PDF files, you didn’t mention how to put MP3 player function. I have already search all the Fla files to find the command….
<ZoomButton tooltip=”Next Page” mouseDown=”book.nextPage()” transitionTime=”0.4” targetScale=”1.3” handCursor=”true”> <Graphic preloader=”mainPreloader” src=”./assets/next.png” /> </ZoomButton>
This is for next page, but no mp3 player…...
Sorry my programming is not good… I have read PDF many times to find how to set mp3 player…. By the way, many thanks to your programming for the mp3 files.
It’s like HTML , if you have one button properly functioning, just copy/paste its XML definition and replace the ZoomButton’s mouseDown attribute, the src attribute of the Graphic element and the tooltip text.
For example, if you add a Mp3Player component and set its id attribute to player, you can then create the button like this:
<ZoomButton tooltip=”Music Player” mouseDown="player.show()” transitionTime=”0.4” targetScale=”1.3” handCursor=”true” > <Graphic src=”./assets/player-icon.png” /> </ZoomButton>I’ve also sent you the preview’s XML configuration on you e-mail.
YA!!! It works! Thank you sooooooooooooooooooo much. ^^ I love your program. It’s beautiful, elegant, and amazing!!!!
Wish you a very successful business.
Gina
Hi MirrorMx, I don’ t see a possibility to zoom in the pages? is it possible? and second, does this book first loads all pages or does it only loads some which is pretty important when you got plenty of pages..
Thanks for checking this out,
Tlota
Hello tlota. Thanks for interest.
Unfortunately, the zoom feature is not available. About the pages preloading — it’s up to you. Every graphic used in the application has a preloader XML attribute, which can be set or omitted. So, you can specify which images to preload and which not to.
— Gregory
Hi there I love your produc, I would like to have the config.xml that you use on the sample i don’t care about the images , Just to have and idea to do something like that, I will apreciate your help.
Andres
Hello Andres! Thanks for buying, nice to hear you like it
.
Sure, you can see the configuration file here:
http://0.s3.envato.com/files/23230516/config.xmlBest regards, Gregory.
Hi gregory. Please check your email or look my message in the UNIbackground. I will appreciate if you can fix the bug. Thanks
Will you add zoom feature and can i set video inside of single page? or may i use in double page?
Thanks.
Hello nanpro!
At the moment I don’t have time to extend the script with the zoom feature. About video embedding — you can place the video player whenever you like (it can exist on single page as well as on double page, in a new window, as a background etc.). Application’s layout is very flexible.
Kind regards, Gregory.
HI, i really like your page flip but i want it working also with mouse click,
click on the corner and pages flip,
is that possible? easy to implement?
please let me knowasap,
thanks,
sorry previous message was cut:
I was wondering if i can add mouse click for flipping pages/
meaning = you click on the corner and the pages flip,
is that possible? easy to implement?
please let me know asap,
thanks,
Dear sir, I have bought several flip book in the past but yours have some functions that others are missing. For example a single video is playing on both left and right page without loading some lightbox. I am interested in your work and i would like to ask you some questions.
1. Is it possible to have one flash file loaded on both pages and a button on the right page which will trigger some action on the left page ? (and not olny using movieclip)
2. Is it possible to have flv player embedded inside my flash that will be enabled on demand and play the flv in the middle of the book, half on left page and half on the right page ?
3. Is there a function similar to onStopAnimationSheet & onStartAnimationSheet where i will define when it will start or stop my flash when the user changes pages. For example in your demo at pages 4-5 the flash starts from the beginning every time i visit the page.
4. Can i have on every page a different mp3 defined inside xml and not into my flash which will be playing every time page is changed ? For example 6 pages book , 6 different mp3 each one associated with one page and each page has its own sound.
5. Is the navigation bar customizable ? Can i disable some buttons ? Can i put my own icons ?
Thanks for time and sorry for the amount of questions.
Regards
Hello. Answering the questions:
1. It’s possible to place Flash animations wherever you need and size them to any size you need (you can place animation in the book or in the background, inside a window, between the book and the toolbar, on top of everything, ...). And also you can place buttons anywhere and assign them simple javascript-like commands. Please specify the action you want to be triggerred by the button? Commands allow you to switch pages, hide/show things, manipulate MP3 player, switch backgrounds, etc.
2. Do you want to play the FLV using the built in player or you want to embedd your own player? If the former is the case, there’s no problem (you can use additional view with the player inside and use a command to show/hide it when appropriate. Commands can be triggered by buttons, pages switching, pressing a key, etc.
3. There are event triggering properties for the each page called “show” and “hide” inside which you can place a command to be executed when a particular page is shown/hidden. About playing/pausing SWFs, there’s no such function (unless you write your own plug-in for it).
4. Yes, you can define any number of files for the MP3 player to handle. Then using the already mentioned commands, you can instruct the player to play a specific track (for example by writing: “player.gotoTrack(2)”). You can try this out in the preview (on the page where Debug Console appears – commands can be executed there).
5. Yes it is, you can change icons, you can add any buttons you want and in any order you want. Icons can be larger or small (any size), placed horizontally, vertically or in combination of both (horizontal containers inside vertical container will give you a grid-like layout).
— Gregory
Thanks for your quick response
In HTML source code which is embedding the Flash content on your site, along the other ”<object>” children, you must include the ”<param />” tag allowing the FS mode:
<param name=”allowFullscreen” value=”true” />
Take a look at the preview’s HTML source for reference:
0.s3.envato.com/files/23230516/index.html
Hi gregory,
I have a problem. I wanna put a swf on page 2 and i want this swf to start when page 2 is shown, not earlier.
Right now whatever i do the swf starts when page 1 is shown and by the time i visit page 2 the swf is far from the start.
Can you help ?
Hi again. In the previous message I wrote:
“3. (...) About playing/pausing SWFs, there’s no such function (unless you write your own plug-in for it).”
So the playing/pausing/resuming commands for SWFs are not available.
Sent you updated SWF with that feature added.
Hello Gregory,
thanks again for your speed-of-light response. The new feature that I have asked you is working as intended now, your work is excellent.
I am sure your book with my project content on it, will make me employee of the year on my department!!!!
There is one minor problem though that did not fall to my attention till now. The Full Screen button of the Navigation Toolbar does not work, unlike the demo that you have on activeden.net.
This behavior occurs when you run the book from a web server . Tested on IIS and on linux apache. The Fullscreen button is doing nothing if pressed and the debugger is clean. When I write on the debbuger utils.toggleFullscreen() then I get the message error #2152 and nothing happens. If you run main.swf locally everything works fine.
Many thanks again.
Best regards,
George
In HTML source code which is embedding the Flash content on your site, along the other ”<object>” children, you must include the ”<param />” tag allowing the FS mode:
<param name=”allowFullscreen” value=”true” />
Take a look at the preview’s HTML source for reference:
0.s3.envato.com/files/23230516/index.html
Thx all is OK now
Hi gregory,
This is my project with yours flipbook
http://www.i-sporty.gr/Issue_67/Thx for all
This is so nice. Can you tell me how I can implement this in my wordpress website? please thanks.
Hello, I don’t have a tutorial for this particular item, but appropriate WP plugin should help you with it. For example:
http://wordpress.org/extend/plugins/easy-flash-embed/Hi MirrorMX, I have purchased this product. I clicked on the Main.html, but it didn’t work, only a empty blue rectangle, there is nothing in the FLA file, only this blue graphic, no component. I don’t know how to do with it. Can you help me please ?Thank you very much in advance. Regards
sorry…It’s work online…can i use it for offline book ? regards
Hello, yes — you can use it offline, but should first do the following:
— remove the <plugin src=”./plugins/contactform.swf” /> entry from the plugins section of the XML configuration (config.xml),
— in the HTML file that’s including the SWF, set allowScriptAccess parameter to always.
Gregory