ActionScript 2.0 :: Slides The Pages Across The Screen?
Oct 26, 2009I have just seen a site that slides the pages across the screen check it out [url] its on the history page how I can achieve the same effect
View 7 RepliesI have just seen a site that slides the pages across the screen check it out [url] its on the history page how I can achieve the same effect
View 7 RepliesI have 2 movie clips, one names mc_frame01 and another mc_frame02. I've tried to set variables and arguments to make it easier when theres more mc_frameXX's. All I want the animation to do is first MC slides in from the right, pauses, then slides off to the left. Then repeat for each MC. With the code below, both MC's seem to slide in from the right at the same time and that's it.
[Code]..
I have a project (see attached) where I need to have the folders seem like they are floating in space, and I need the best way to make it so when you click on a back folder, it slides off the screen and come back in front of all the folders.
View 2 Repliesi attempted to add some code to call up another pop-up while my flash loads. since then my problem is this: both pages are called up correctly except that they come up full screen. this never happened before. i have specified the W and H variables in my flash script as 400 x 415, which worked fine before. the only thing i changed was adding the extra code at the start of my flash anim, and the pop up title.
View 7 RepliesLooking for a tutorial to make individual pages (jpg or gif) into swf pages so we can add links in an on-line flip book. I have flash, but have not learned as of yet.
View 2 RepliesI would like to know how to track my pages with google analytics to see which pages are getting the most clicks. My site is XML / Flash the menu is xml. Could I put the tracking code on each of the menu items in the xml file?
View 7 RepliesI'm using FileReference to upload PDFs and PHP to email it.Is there any way to find out the number of pages within the PDF using either Flash or PHP?
View 5 RepliesI'm trying out a page-flip program that tells me to create the pages as jpegs within a folder named "pages" in the Library. When I try to run it, it tells me it can't find the jpegs. I can get it to work locally by including the full URL (i.e., "...My Documentsedinnerpartiesimagesp3-large.jpg), but I know this isn't embedded in the swf file.
View 1 RepliesI have created a website with one flash animation banner.The banner .swf has 5 menus. Each menu goes to different movieclips inside the .swf file. and at the same time i want to load the corresponding html file when i click the menu button and place the html content into the bottom area of the main html page without refreshing the html page.
View 2 RepliesI am trying to create a slide show using actionscript that changes the images automatically. I have the script for a slide show that has buttons to let the user change the slides. It gets the images from a specified folder (which I want it to do- they are all named 1.jpeg, 2.jpeg...etc which makes it easy to update them) and loads it into an image holder named (imageHolder). There is a function called nextImage which loads the next picture, but at the moment is controlled by the buttons. I'm not sure how to get it to change images automatically using actionscript.
View 1 RepliesI´m watching an online course made with Flash.The course consists of several chapters/slides. After every slide I have to press the play button to start the next slide, which is a huge interference
How do I make all slides run without me having to start all of them manually??
I want to know how to stop my random slideshow after 3 slides...
[Code]....
I am building a slide show in Flash 4. I have a series of slides that I want to automatically advance from slide to slide in order after 10 seconds. Is there a slide control in flash for this? Is there an actionscript for this?
View 1 RepliesI am using Macromedia Flash 8. My task is simple enough: I need create a Presentation with Screens from PDF files: I have 10-12 PDF files which I want convert into flash presentation. I have read this tutorial:
[URL]
Chapter 11: Basic Tasks: Create a Presentation with Screens.
I'm having trouble how to add PDF files into a slides: I want insert a whole pdf file as separate slide, without splitting pdf file into separate elements: pictures, text, etc. I tried import pdf file into Flash, wheen import there is shown prompt how program should process this pdf file(add in stage, library, as keyframes, etc) , not clear which option is correct for my task. What I got is pdf file splitted into multiple images, text, - which is not what I want. I want keep PDF files without changes, preserve original design and formatting, just convert this pdf into flash, so presentation will consist of PDFs organized in correct order, then add navigation buttons and some effects. How to solve this task?
I can't get this to slide back into postion. I am trying to create a MC that slides in and out on click. Currently it slides in fine. But does not slide back into position
Am I missing something:
import fl.transitions.Tween;
import fl.transitions.easing.*;
import fl.transitions.TweenEvent;
squary_mc.addEventListener(MouseEvent.CLICK, fslider);
[Code]...
I'm using a set of PNGs to run my cu3er slides. They keep the transparency, until the transition and then they're boxed with a white background. Is there a way to either keep it transparent or set the background color? http://205.186.139.193/ is the test site
Javascript:
<script type="text/javascript">
var flashvars = {};
flashvars.xml = "<?php bloginfo('stylesheet_directory');?>/slider/cu3er.php";
[Code].....
I am trying to create a interactive video presentation for a company seminar. In this ppt slides will loads according to the cue points in a FLV.
I am successful in loading external jpeg (ppt slides) as the movie reaches at any particular cue point. I am also able to jump to a particular time frame in FLV using navigation cue point.
But the issue is, when someone drag FLV progress bar and it is left between two cue points then the slide doesn't change according to the location of the FLV progress bar.
I have a flash player I've created as a way to navigate through a series of powerpoint slides. I've created a slide count at the top to show the "current slide number / Total Slides" the trouble i've got is that the total slide number is dictated by actionscript (nSlid) I want to retrieve the total slide count by loading the data from an xml file?
var i:Number = 0;
var nSlid:Number = 30;
cur_slide.text = i+"/"+nSlid;
btn_next.onRelease = function() {
if (i<nSlid) {
[Code] .....
i am looking to create a set of buttons that slide to a particular place along a very large movie clip. the large movie clip will be made up of smaller movie clips that are attached to the stage within a holding clip. i want there to be easing so that there is a smooth motion and so that it moves quicker if there is a greater distance to travel
View 7 Replieshow do i create a button that when i hover over it it slides up and when i roll out it goes back down But i want to do this in action script I don't want to do tween or motion frames The graphics are jpg but the movement in AS
View 4 RepliesI have a scene that when a button is clicked an .swf page slides into view. The problem is it's moving in front of my navigation bar & I'd like it to slide in behind it.
[Code]...
This doesn't happen very often but if you go to [URL] and click through the slides you'll notice on occasion, a slide will stick on screen and not slide out. And then the other slides slide under the stuck slide. Obviously, this is not acceptable at all. I tried to upload the .fla but FK keeps giving me a Upload failed error. So I'll just have to include the code below. Hopefully, someone can explain to me why this is happening. Is it possible it's because people are clicking too fast and it's a Flash tweening bug?
[Code]...
After using Flash for many years for animation I've finally discovered the Flash Presentation document setup, but I'm stumbling at the first hurdle in getting my head around the document structure and how the playhead moves between slides/screens.
I have a small 48 frame animated "text bullet" which fades in and then glows for a second. I have placed this on one layer in slide 2, and have tweened it so that it flies in from the left of the screen, stopping in the middle. This is great but have noticed that when advancing to the next slide, slide 3, and then hitting the left arrow to go back to slide 2, the animated instance of the text bullet is at the same position/state as when I navigated away from slide 2 to slide 3.
So how come the playhead doesn't automatically jump to the start (frame 1) of slide 2 when I navigate back? I have explored the Behaviours but haven't managed to sort out this very basic first step
Im building a flash presentation in AS2.As the FLA video plays I have timed cue point that will make a slide appear to the side of the video.The video will contain around 30 cue points but I dont know how to do the action script.I currently have the below that works for one event. How do I do multiple events.
myFlvPlayback1.addEventListener ( "cuePoint", this );function cuePoint ( eventObj:Object ){gotoAndPlay("1");
}
I have downloaded a flash video from a website which was the combination of lots of flash slide and MP3. Now I want to join all those so that it look same as was displayed in website . [URL]. This is the link to the website and I got 15 flash slide from this on presentation and 10 mp3 files when I downloaded that .
View 8 RepliesPowerPoint has an option of saving the file in other formats. Using this feature one can convert the slides into images.I want to develop an application where one can upload a .ppt file into my server and the application would convert the slides into images, without any manual intervention.
View 4 RepliesI've set up a timer for 5 slides flash banner including 5 buttons and play/pause button with infinite loop. Now I want to make the fifth slide stay twice as long as the other four.[code]...
View 2 RepliesI've set up a variable named "timer" for 5 slides flash banner including 5 circle buttons and play/pause button with infinite loop. It stops on the slide when click the stop button or the circle button.Now I want to make the fifth slide stay twice longer than the other four. Below is the script on "timer".
timer = 1;
onEnterFrame = function(){
if(_root.autoplay == 1) {
[code]....
I've got a situation where I have 7 movie clips -- 7 buttons.. when you click each button, the corresponding movie clip slides in -- and the previous movie clip slides out....My issue is, if the user clicks (for example) button 2 --- but before the clip is done "tweening in" clicks button 5 -- the clips get all jacked up... not sure how i would say -- "hey.. if a user clicks a button, and there is a tween going on -- wait until tween is complete"and here is my "click function" for each button -- of course this is only the 1st button.. but you get it..
Code: Select all
// SET THE CURRENT CLIP
var currentClip:MovieClip = slide1;
[code]....
The plan:
A mask slides across the screen to give the impression of three buttons sliding in. The animation stops. The user clicks on one of the three buttons and the animation resumes while the buttons slide off of the screen. After the buttons slide off of the screen, the animation should go to the appropriate frame for whichever button was hit.
The details:
The buttons have the following script-
on (release) {
set (nav, 2); <-- Button A sets nav to 1, button B to 2, etc.
gotoandPlay("Mask_Exit"); <--Mask_Exit is the frame for the } animation resuming.
The last from of Mask_Exit has the following script-
stop ():
if (nav=3) {
gotoandPlay("Section 3");
} if (nav=2) {
gotoandPlay("Section 2");
} if (nav=1) {
getURL("javascript:Launch('[URL]')");
}
<--- The Javascript refers to a script to open a window of specific size. The script works fine in separate testing.
The problems:
No matter what button is clicked, the animation resumes (Mask_Exit plays to the end). The animation goes straight to Section 2 (chronologically the next frame in the animation) and launches the external page.