there 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"
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 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.
I've embeded my swf file in .net application and after navigating to some pages in swf file and pressing f5 or refresh, its navigating to starting page of swf file and browsers path always shows the same path (main.aspx page) in which I am embedding the swf file. After navigating to some pages in swf file also it shows the sam path. So its refreshing the aspx page and giving the starting page. How can I control the browser to stay in current page of swf file.
I'm working on a pretty basic interactive children's book. I have it set up so that each page has audio relating to that specific page. Going forward, there is no issue with sound overlapping from the current and next pages. Going backward, however, there is an issue with sound playing on both the current and previous pages. How do I stop this?
I'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).
I bought one of those templates, and i was able to get around most of the stuff. But one last thing that I have issue with is that there is an AS2 script for a button, where you can change the page that you want to be updated. But every time that I click that button, it opens the new page. but then if I use the same button in the new page, and click on it, another page will open and that current page will get closed.
I need to sitelock a swf to All of the sitelock solutions I've found only lock the domain that the swf loads from, which means a user can still copy the source code of the page and load the page locally and alter the swf params (since the swf still loads from the same url
I have built a pagination gallery and am having some trouble calculating the current set of pages from the current page (and whether it is the last set and if so does the last set have a full set or less than a full set).[code]...
I am building a flash component to be embedded on an html side - the flash will include buttons to 'share' - i.e. on facebook, twitter, etc. I want to be able to grab the URL of the page and put it into the coding on the button.
Currently the button says: tweetbtn.onRelease = function() { getURL("http://twitter.com/home?status=Check Out This Company at www.thiscompany.com",
I have managed to create some buttons movie clips and understand how to link pages. The only question i have is how do you make the button/link for the current page highlight so the user can know what page they are on? Is there a way to have a current page indicator in flash as you can do with html/css?
this is the first time I have used flash pro.I just edited the menu and everything works perfectly except for the highlighting of the link on the current page. If im on the home page, home is correctly highlighted. However after that it skips the next button (about). So when I am on the about page the next button (events) is highlighted.
This code shows page1 as current page. I want to show the BorderContainer (id= page2) as my current page dynamically on a button click. I tried setting currentPageIndex = 1, but I get a blank page by doing this.
I want to highlight the current page in my navigation.
I have the code below (duplicated for each button on the page) which changes the colour of the text in the nav when you rollover and then back when you rollout. I'd like to have the text stay on the rollover colour if it is the current page.
I've been messing around with variables and have added the bit onto the onRelease function which displays the "page" variable in a dynamic text box. This works fine, but I'm now stuck on how to use this variable, everything I've tried hasn't worked.
I can understand the principle of what I want to do as I can do it in PHP or CSS. I need some kind of conditional statement, for example (in laymans terms):
if page equals 1 then make text colour red or if page equals 2 then make text colour red and so on...
Code: var up = "0xC5B9B3"; var over = "0xC6006F"; _root.nav.button_1.onRollOut = function() {
I currently creating a website which content some pages. example of homepage and aboutpage.I want to make it as below.
If the user clicks the 'home_mc' button i want it to disable to the content cant be loaded twice. If the user clicks 'products_mc' i want 'home_mc' to be enable again, and then disable 'products_mc'.This to prevent user to currently reading on homepage when click on the home_mc button again will cause the homepage animate in again.
but i still cant figure out how to make it. can we use some code like
if(nextPage == currentPage) { //disable the mouseEvent listener of the currentTarget button? }
how to copy current page's URL in clipboard on Right-click menu like they do in in2media website? Also I noticed that they incorporated Back and Next options in their Right-Click menu.(Is that possible only by using Flash?)
I already use SWFAddress in my project for DeepLinking and I am aware of the ContextMenu class.
Any way to work with .swf files exported from InDesign (with page curl effect in tact)? I'd like to add a zoom feature, and need the ability to keep track of the currently viewed page.
How to find current page url from flash without calling javascript function. I was trying to get the url of the current page where my player has been embeded. I wrote this function.
function getCurrentUrl():String{ var Url:String = ExternalInterface.call("function get_url(){return document.location.href;}"); return Url; }
This function works in firefox and chrome but doesn't works in IE.
I have a button that animates when you rollover and animates when you roll off. Let's say it is my home button. But I don't know how or what code to have so that my home button stays paused or stopped at the end of my rollover animation when the movie clip page associated with the button is currently displayed. And then if I click on another button like the 'About Us' button to make the 'about us' page load, to have my home button stop being highlighted when the home page is not displayed anymore.
So far this is my button code: home_mc.onRollOver = function () { home_mc.gotoAndPlay ("_on"); } home_mc.onRollOut = function () { home_mc.gotoAndPlay ("_over"); }
I have a small flash tidbit that is basically used like a menu. It scrolls through the thumbnails left and right, when clicked the pages navigates to the appropriate location. However, the flash movie jumps back to the beginning of the movie. Is there anyway I can get it to stay in the same spot when the page is changed? I tried using iframes, but this did not work out, it had the same result. ref:[URL] to see the problem scroll the images to the right and select 'wall boarder buddy' (fourth image from the left) this takes you the page and the flash resets to its original position.
I have this code about navigation using movieclip buttons. I just made the currently selected button disabled when it is in the current page but I just cant figure out on how to maintain it in its hover state (It keeps on returning to its normal state).
Here's the code I've written on the first frame on the main timeline(scene1), I have 4 buttons namely mcButton1, mcButton2, mcButton3, mcButton4 and 4 labeled frames, page1, page2, page3 and page4.:
var page:String; var btnArray:Array = [mcButton1, mcButton2, mcButton3, mcButton4];var pageArray:Array = ["page1", "page2", "page3", "page4"];
I have setup some nav buttons on my website. When I click one of the buttons, I want the current page to fade out, and I don't want the other page fading in until the first one is gone. This means I need a statement to go along with each button so that they all get rid of the current page, and don't fade in their respective pages until the first one is gone. Here is my current code: