juanlu
03-08-2010, 11:01 AM
Hello,
I have open a .swf file at Flashsificator and I need to open another
swf from this one.
I mean, I have some swf files and these files should be opened another
swf file with more information. I did it in flash and it was ok. I
have a flash file (swf) and if I click one button inside this file I
can open another swf. Now In FFC I can see the first swf but when I
click the button it does not open the another. Both files are in the
same place (URL) and everything is the same. It is ok in flash player
but not at FFC: I donґt understand why.
I am trying to open one swf from another but I have some problems.
Everything is ok until flashificator. I did this with flash and
everything was fine. I had one button in "one.swf" file with:
on(release){
loadmovieNum ("anotherswf.swf", 1)
}
Now I put "one.swf" inside Flashsificator as a hotspots and when I
click over the button nothing happens. I do not why? I try to open
"anotherswf.swf" too but nothing. I can not open "anotherswf.swf" from
"one.swf" in FFC.
Please, could anybody tell me what is wrong???
However somethings like these are ok and I do not find any problem for a popup.
For example:
on (press)
{
getURL
("javascript:void(window.open('another.html','popup' ,'toolbar=no,location=n o,status=no,menubar=no,scrollbars=no,resizable=no, width=400,height=200,top= 50,left=50'))");
}
Or:
javascript:window.open('another.html', 'nombreventana', 'width=400,
height=200, top=50, left=50'); void(null);
Please, may anybody help me?????
Do you know any way to do it? I donґt know where is the mistake.
I am in hurry up.
Thanks a lot.
I have open a .swf file at Flashsificator and I need to open another
swf from this one.
I mean, I have some swf files and these files should be opened another
swf file with more information. I did it in flash and it was ok. I
have a flash file (swf) and if I click one button inside this file I
can open another swf. Now In FFC I can see the first swf but when I
click the button it does not open the another. Both files are in the
same place (URL) and everything is the same. It is ok in flash player
but not at FFC: I donґt understand why.
I am trying to open one swf from another but I have some problems.
Everything is ok until flashificator. I did this with flash and
everything was fine. I had one button in "one.swf" file with:
on(release){
loadmovieNum ("anotherswf.swf", 1)
}
Now I put "one.swf" inside Flashsificator as a hotspots and when I
click over the button nothing happens. I do not why? I try to open
"anotherswf.swf" too but nothing. I can not open "anotherswf.swf" from
"one.swf" in FFC.
Please, could anybody tell me what is wrong???
However somethings like these are ok and I do not find any problem for a popup.
For example:
on (press)
{
getURL
("javascript:void(window.open('another.html','popup' ,'toolbar=no,location=n o,status=no,menubar=no,scrollbars=no,resizable=no, width=400,height=200,top= 50,left=50'))");
}
Or:
javascript:window.open('another.html', 'nombreventana', 'width=400,
height=200, top=50, left=50'); void(null);
Please, may anybody help me?????
Do you know any way to do it? I donґt know where is the mistake.
I am in hurry up.
Thanks a lot.