A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: links between movies

  1. #1
    Junior Member
    Join Date
    May 2002
    Posts
    17

    links between movies

    I have 2 flash movies that I want to link to each other. As a test I created 2 movies. movie1 and movie2. I just made 1 simple button on each to link to the other. I put them each in a dreamweaver file. movie1 as index.html and movie2 as movie2.html. When i uploaded them my index.html comes up on my site but will not connect to movie2. I get the message "The requested URL/stam/movie2html was not found on this server. Both movies are uploaded.
    movie1 (index) has the button scripted:
    on(release) {
    getURL ("movie2.html", "_self");
    }

    movie2's button is:
    on(release) {
    getURL ("index.html", "_self");
    }
    If I preview movie2 in the browser it will connect to movie1 (index) but movie one will not go back to movie2.
    the site is:

    http://www.users.nac.net/stam

    Thank you. I hope someone can help me with this.
    Cheers,
    Brenda

  2. #2
    Junior Member
    Join Date
    May 2002
    Posts
    17

    Umm, I think I fixed it.

    Well, I think I fixed it. Now if it works on the real thing and not just on the test I'm golden.
    Thanks for looking anyway!

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center