Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2004
    Posts
    2

    pageflip problem

    I ahve a main movie with two butons
    that are the following

    a_btn.onRelease = function() {
    bookhere_mc.removeMovieClip();
    gotoAndStop(1);
    }
    b_btn.onRelease = function() {
    gotoAndStop(10);
    }

    I load page flip swf in a main movie (which consists of two frames) as follows

    stop();
    this.createEmptyMovieClip("bookhere_mc", 6);
    loadMovie("pageflip_v2.swf", "bookhere_mc");

    The page flip works fine

    When I clic a return button to frame one
    And return to frame two

    The page flip does not work Any reason why??

  2. #2
    Join Date
    Oct 2000
    Location
    Peoria, AZ USA
    Posts
    810
    I would have to see the .fla. I know it took me awhile to inderstand the pageflip .fla and what you can and can not do with it. I have made over 10 pageflips for various clients and two in the works. Alot of trial and error.

    b_btn.....what is on frame 10? The page flip is not 10 frames long, and your main movie is only 2 frames. I have to be missing something.

  3. #3
    Join Date
    Aug 2004
    Posts
    2

    no progress

    I actually have 20 frames:

    frame 1 - 10 are home apge

    frame 11-20 page with loaded swf of pageflip

    when I visit frames 11-20 the first time it works fine

    Then I go back to home page and when I revisit frames 11-20 the page flip does not work

  4. #4
    Join Date
    Oct 2000
    Location
    Peoria, AZ USA
    Posts
    810
    Is there a way you can up the two .fla? I would like to take alook at it for you.

Similar Threads

  1. Video Problem
    By ScottDuncan in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 07-10-2004, 01:38 PM
  2. PROBLEM: Setup Starts and then Crashes
    By Support in forum Setup Factory 5.0
    Replies: 0
    Last Post: 10-15-2002, 03:02 PM
  3. PROBLEM: Setup Requests Disk 2 in a Single File Setup
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-09-2002, 02:04 PM
  4. INFO: Tips for Debugging Action Lists in AutoPlay Media Studio 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-03-2002, 08:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts