SWiSHzone.com Support Forums Home

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> ANSWERED:Link To An Outside Movieclip, Printscreen of the problem inside
il1cit
post Nov 8 2009, 04:55 AM
Post #1


Newbie
*

Group: New Members
Posts: 7
Joined: 22-October 09
Member No.: 61889





So, the problem is I can't link my button to that outside container.

I'm using that code on the image, and it is not working.


Help needed !

Many thanks.
Go to the top of the page
 
+Quote Post
bdg
post Nov 8 2009, 07:29 AM
Post #2


Advanced Member
***

Group: Members
Posts: 124
Joined: 30-December 05
Member No.: 25116



I dont think you want this.container since container isnt in the same object as the button.
Could be wrong though.

Have you just tried container?
Go to the top of the page
 
+Quote Post
il1cit
post Nov 8 2009, 08:13 AM
Post #3


Newbie
*

Group: New Members
Posts: 7
Joined: 22-October 09
Member No.: 61889



QUOTE (bdg @ Nov 7 2009, 09:29 PM) *
I dont think you want this.container since container isnt in the same object as the button.
Could be wrong though.

Have you just tried container?


It doesn't work that way.

If I let the code as I show you above, the debug panel doesn't give me any error, but the movieclip does not start.

In other way, if I do what you said, the debug panel gives me an error saying " Cannot find 'container' ".


So I'm guessing that is not the problem, but thks for your reply.
Go to the top of the page
 
+Quote Post
bdg
post Nov 8 2009, 08:48 AM
Post #4


Advanced Member
***

Group: Members
Posts: 124
Joined: 30-December 05
Member No.: 25116



Hard to follow your screenshot but maybe try this on the button

CODE
on (release) {
    _parent.container.loadMovie("sobre.swf");
  
}

If that doesnt work upload your file and we can see what its doing.
Go to the top of the page
 
+Quote Post
il1cit
post Nov 8 2009, 09:13 AM
Post #5


Newbie
*

Group: New Members
Posts: 7
Joined: 22-October 09
Member No.: 61889



QUOTE (bdg @ Nov 7 2009, 10:48 PM) *
Hard to follow your screenshot but maybe try this on the button

CODE
on (release) {
    _parent.container.loadMovie("sobre.swf");
  
}

If that doesnt work upload your file and we can see what its doing.


That didn't work either.

Here are the files in question. I hope they can give you a better understanding of what the problem is.


Thanks so much for the answers so far.
Attached File(s)
Attached File  test.swi ( 92.27K ) Number of downloads: 2
Attached File  sobre.swf ( 55.35K ) Number of downloads: 2
 
Go to the top of the page
 
+Quote Post
bdg
post Nov 8 2009, 06:09 PM
Post #6


Advanced Member
***

Group: Members
Posts: 124
Joined: 30-December 05
Member No.: 25116



I wasnt really understanding the group so I removed that
Is this what you mean?

Attached File  test_v1.swi ( 94.92K ) Number of downloads: 1
Go to the top of the page
 
+Quote Post
il1cit
post Nov 9 2009, 12:37 PM
Post #7


Newbie
*

Group: New Members
Posts: 7
Joined: 22-October 09
Member No.: 61889



OMG ! It works !

From the original topic, I only had to change this.container to_root.container .


Many many thanks bdg ! laugh.gif
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 21st November 2009 - 12:32 PM