ActionScript 3.0 :: Virtual Paper Page Flipper?
Feb 5, 2010How do create virtual page fliper. Do you give me any idea.
View 2 RepliesHow do create virtual page fliper. Do you give me any idea.
View 2 RepliesI've been trying to shovel through the tons of page flippers out there to find the one that suits my needs and was hoping for some hints here. It's for commercial use so a small cost is acceptable.
This is what I want:
- A nice tweening page flip with shadows and hilights
- Being able to control the flipping. *
- Page navigator should not exist or be able to be turned off.
* When user mouse overs a page I want the corner to lift but not to be affected by mouse movement. When user clicks page it autoflips, but I'd like to control how it flips, like simulating dragging with the mouse.
any good resources that involve converting a PDF into flash then using it as a page flipper?
View 4 Repliesthere is no tags on flex paper. so make tag on flex paper.
How do i get the page number in flex paper. I want to add some events when page is changed.And i also want some events on particular some pages. so i need that current page number which is viewing by the user in flex paper.
while taking Movieclip printout thru actionscipt, whatever text i used inside the Movieclip is get blurred. Moreover the print is not fit into the paper size (A4 size used).
Is there any setting available to change resolution while its get convert to bitmap and also is there any option to set "fit in to the paper size"
[Code].....
Not sure how many remember what flash paper was, but it was a program that converted PDFs into a flash application.So I am building it in AS3 (not the conversion process, but the viewer).My question has to do with the zoom feature, well I guess the previous/next buttons as well.The way the previous and next buttons work is they reference an array of Y values of where the next page is. The array looks like this:
0,800,1600,2400,3200....etc
This works fine, however, when I go to zoom those values are not accurate anymore more.
Whenever you Zoom up I up the scale by += 0.1
Whenever you Zoom down I down the scale by -= 0.1
In that process I need to update the Y Value array to match the new height of all the combined pages. How could I do that?
I am trying to create ONE piece of paper flip over to the other side effect. I have been looking at the booklet flip over so far.
View 0 RepliesI am trying to make a simple Paper page curl effect in Flash. It is animated, but does not need to be draggable. I am NOT looking for a digital magazine type draggable page turn. Just an animated one. I tried using the 3D component in Flash, but got a vey stiff result. I couldn't get the animation to bend, or warp the page. So it looked very flat and stiff. I would like a fairly natural page flip. Something that bends as it turns. There is a plugin in After Effects calle "Page Curl" and that is the basic effect I am looking for, but am trying to recreate it in Flash.
View 1 Repliesi'm a newbie in Flex/Air. I'm developing an AIR web browser and i want to use a virtual keyboard to write in the HTML pages.it works well when i try to write in a text area, but i don't know how to write in the html page.EXAMPLE:To write in textarea, i just have to call this:textarea.text = event.keyLabel;
View 1 RepliesI'm trying to print a movieclip from flash. I'm using the PrintJob pageWidth and pageHeight properties to scale the clip to be as large as possible. Also, I'm trying to center the movieclip on the page.Now, in the standalone player, this works. In a browser however, the margins appear to be zero:[code]But when printing, the margins are there, and mess up the page layout (not centered + cropping).
View 0 RepliesIt is possible to create a "virtual mouse" which will be click on links on the HTML page loaded into HTMLLoader? I tried to do this using the class senocular .url... but it does not work.[code]
View 0 RepliesIt is possible to create a "virtual mouse" which will be click on links on the HTML page loaded into HTMLLoader? I tried to do this using the class [URL] - but it does not work I have something like this:
[Code]...
i'm currently in the process of making a pageflipper (originally from here) but i seem to not make any progress anymore..i want the flipper to close on a button action and after it's completely closed make it perform another action, namely letting another movieclip gotoAndPlay!...the flipper is loaded into another movieclip...so it's possible the buttons will not work properly.
[Code]...
i need to convert word or html file to PDF and show that pdf file as flashpaper [the PDF file should not be editable and downloadable].
View 1 RepliesI've got this script, as it works now the text is loaded with XML.
It animates across screen, but not quite as i wish. If you download the script: www.playart.dk/scroller.rar -> you will see the text removes itself before another text from the XML is loaded in the flash...
The way i would like it to work where it all comes in at the same line, so you can see 2 captions(nodes, text) at a time in one line...
If you dont want to download the file, the script looks like this:
//_root.p = 0;
//-----------------------
//Hent XML
function loadXML(loaded) {
[Code]......
I have looked at the help files and tried all 3 possible parameters, bframe, bmovie and bmax.
The only thing I want to print is a JPG I am loading into an empty mc and I don't want it to scale to fit the paper. Looks bad and wastes ink.
If the mc is empty, I guess it has no bounding box parameters.
[Code]...
i'm trying to build a flash site and ran into a problem... i have a gallery page with a bunch of page numbers at the top. when you click on one, a movieclip loads of some images coming in.so the problem i'm having is that i made a little animation for when you roll the mouse over the page number (they scale up when the mouse is over, scale back when the cursor moves away)... what it's doing is when you roll over, it goes to a certain frame in the timeline and plays that animation.that's all working cool, but i need it to not do that once it's clicked on. so basically when you actually click on a page number, the over script should stop until you go to another page... here's the code i've written,
function over(event:MouseEvent):void {
this.gotoAndPlay(30);}
function out(event:MouseEvent):void {[code].....
i am trying to create a game for my family website, it will look the picture below but instead of paper targets i want to use photos of family members. I have no real flash experience, could somebody give me a good starting point.
View 1 RepliesI want to make an e-card for a marriage in flash. The card opens from the top. How do i give an effect of the card being opened on click? or even the card being opened automatically!
View 1 RepliesI have a image that I create using PHP and I want my end user to be able to print it off on photo paper.
How can I do this using flash? I looked at the print job class and was unsure of where to begin?
Any directions to create a folding paper animation... something like a square that gets unfolded to a single page?..
View 2 Repliesfind a tutorial or code on how to do the paper flip and 3D floating effect for this site? [URL]
View 1 RepliesI have Flash CS4 and I'm developing an RPG game. My goal is to dynamically change the weapon/armor the main hero has on according to what the player has on. I think the term is paper dolling. Basically I want to be able to set a point in which a graphic (movie clip/w.e) can be place permanently and I can load images to it via actionscript 3. I want the point to stay on the hero becuase I plan to move him and animate him and I want to be able to have it so that all it takes is me loading an image to the hero so it will basically "mask" over him. Hope you guys understand what I'm saying, I'm having a hard time figuring this out.
View 3 RepliesI need to figure out how to print out 2 different objects on a separate sheet of paper with only 1 print button, a PRINT ALL button.Here is what I thought would work but not working, please help:
Code:
myBtn.onRelease = function() {
trace(_global.timesPressed);
if (_global.timesPressed == 0)
{
[Code]...
I can get the first object to print if I take off +(couponReal2, "bframe") but I can get both to print.
I need couponReal on one page and couponReal2 on a second page????
I'm trying to programmatically print a movie clip to 8.5" x 11" plain paper regardless of the current paper size setting in the printer. e.g if the user's printer is currently set to use paper size A4, can I change the setting to Letter (8.5" x 11") from ActionScript at runtime? I use PrintJob class for printing the movieclip. According to the ActionScript online API spec [URL], I can only READ the paper size setting after the call to PrintJob.start. I can't believe that we are not allowed to change the setting.
View 1 RepliesI'm trying to programmatically print a movie clip to 8.5" x 11" plain paper regardless of the current paper size setting in the printer. e.g if the user's printer is currently set to use paper size A4, can I change the setting to Letter (8.5" x 11") from ActionScript at runtime? I use PrintJob class for printing the movieclip. According to the ActionScript online API spec [URL], I can only READ the paper size setting after the call to PrintJob.start. I can't believe that we are not allowed to change the setting.
View 1 RepliesIn AS3, changing the childIndex of one movieclip ( say from a list of 10 movieclips), may change the childIndex of some another movieclip ( Flash probably does it to prevent outOfIndex error ) It sometimes become a headache to manage and code them, as movieclips show above each other in an unexpected manner.Is their any inbuilt way to make movieclip stick with a particular childIndex ? ( In AS2 there were depths that kept constant from 0-9999. And it was a real breeze as compared to AS3.0)
View 2 RepliesI'm trying to make a paper doll sort of program. I've got a bunch of PNGs of clothes cut out and I'd like to dynamically load them in with attachMovie. So I imported the PNGs into my project, but when I try to export them for ActionScript, the checkbox to do so is greyed out.
what the specific requirements are to be able to Export a symbol to ActionScript?
I am loading objects in a paper-vision gallery through xml. I have a footer with some links in them, but the problem is the XML stuff is being loaded on top, how do I get the links and such to be on top so they are not underneath?
View 4 RepliesI'm trying to turn a 100question paper exam into a digital version, but I keep getting problems.The names are in dutch, my appologies, but I'll explain a few;
eind = end
vraag = question
Fout = false
Goed = true
I'm trying to get the score to be calculated per page. Being P1, and at the end to calculate all pages into one 'eind_score'.
I'm just a student in this but not even our supposed 'expert' doesnt know.
Code:
stop();
_root.onEnterFrame= function(){
eind_Score = 0;
[code]....