Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Flash - loading external SWFs


  • Please log in to reply

#1
piggyprobe

piggyprobe

    Member

  • Member
  • PipPipPip
  • 167 posts
Hi y'all,

I'm working on a piece that has 8 external swf's that play when their corresponding button is clicked. each button instance is scripted in this fashion (with the obvious changes for file names):

on (release) {
if (_root.currMovie == undefined) {
_root.currMovie = "bcr1";
container.loadMovie("VT/bcr1.swf");
} else if (_root.currMovie != "section1") {
if (container._currentframe >= container.midframe) {
_root.currMovie = "bcr1";
container.play();
}
}
}

When the main swf loads, clicking on any of the buttons plays the appropriate external swf. But if I click another button to launch a different swf, nothing happens. I am using the same container for each movie, so they should replace each other in that container. It just isn't happening. I'm at my wits end trying to resolve this. Any ideas? www.endexx.com/vt/button.html
  • 0

Advertisements







Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP