Skip to main content
Participant
August 22, 2006
Question

What does this code do???

  • August 22, 2006
  • 1 reply
  • 171 views
Ok I don't know what I did. I'm working on a site that has it's own pop up windows. When you click read more, you can adjust the Horizontal size and move the window around with in the flash movie. Ok now the problem. I can't seem to get more that 4 different kinds of windows. Some links open with info that's on another link (I hope that made since). I'm sorry I don't have it on a server just yet. Here is the code for the read more links:


I'll be honest... I don't know what these codes mean. What do I need to change to be able to open other Pop up windows. I'm just doing this for fun and not for profit. If this doesn't make since please let me know what kind of info you'd like from me.

Thank you in advance
-WALLIE
This topic has been closed for replies.

1 reply

August 23, 2006
check the condtion value
if (_root.m<>1) {
using Trace command
Participant
August 27, 2006
Thank you for the reply. I've been doing some reading and been looking around. I can't seem to be able to chance the content in the pop ups. Other then the four I have. I trace each read more button and Found out what each _root.READ = X goes to what.

Now I don't know how to set up the other contents to the other buttons.