Reply
Help with flash (.swf).
Old 12-08-2008, 05:34 PM Help with flash (.swf).
Junior Talker

Posts: 1
Name: George
Location: Uruguay
Trades: 0
Hi!

I decompiled a .swf with Flash Decompiler Trillix.
Now I'm trying to check the buttons of the menu, but I don't know where can I edit them!
There is a button that says edit links, but nothing happen.
Not, searching in the scripts I found this:

***********************************************
// On release
on (release)
{
if (_root.link != num)
{
_root["item" + _root.link].gotoAndPlay("s2");
_root.link = num;
if (num == 1)
{
getURL("index.html", "");
}
else
{
getURL("index-" + Number(num - 1) + ".html", "");
}
}
}
************************************************

Maybe that is the part where I have to modify.
I modified the geturl but nothing happened.
It still going to index-1 -2 -3 -4.html.
How can I make that, when clicking the button, it should go to for example aboutus.html?

Well thank you for you help.

Regards,

George.
MR. Nerd is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 01-06-2009, 04:59 PM Re: Help with flash (.swf).
Novice Talker

Posts: 4
Name: Sarika Sakpal
Trades: 0
How about posting the fla file as well. Also, was this file a part of some HTML template earlier?
sarika.sakpal is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Help with flash (.swf).
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.10579 seconds with 13 queries