 |
|

05-15-2004, 10:54 AM
|
 |
SEO
|
|
Join Date: Apr 2004
Location: PA, USA
Posts: 361
|
|
|
Flash problem. Help for a BL?
Hi.
I purchased a template that has a flash menu. It looks perfect for my free gravestone photo project. So, I downloaded the Flash MX free trial.
I was able to edit the text on the menu buttons.
But, I haven't been able to get the links to work.
I read the Help section on Macromedia and did as suggested.
I went to Properties and typed in the url in the box.
The text in the box now looks underlined when viewed in the program, so I thought I did it correctly. But, it still doesn't work. The Flash trial is running out (only about 15 days left).
Is anyone here familiar with Flash that would be willing to help? I would be willing to give a backlink to your web site in exchange for fixing the menu links. The site does come with a non flash version, but the Flash part is so cool.
It has flying hawks and great sound effects (bells and hawks). Which on a personal note is very fitting. I live near Hawk Mt. and when I visit local cemeteries it's exactly what I see and hear.
Currently, the pages are password protected because they aren't ready for the public yet. So, if you are interested please send me a message and I'll send you the username and password.
Thank you.
__________________
Sincerely,
Melanie
Genealogist for your family history.
|

05-15-2004, 03:25 PM
|
|
Premium member
|
|
Join Date: May 2004
Location: London, UK
Posts: 87
|
|
|
Hi Melanie
To assign a url to a button in flash you will need to do the following:
Right click on one of your buttons and click actions -> the actions window will appear -> now click the + (plus) button and point to -> actions -> browser/network -> click 'getUrl'
some code will be filled in for you like this :
on (release) {
getURL("");
}
click on the line "getURL("");" and you will see at the top of the actions window a field for the url, just enter whats needed for the url in there.
Hope this makes sense and helps - if you cant figure it out let me know and I will happily edit the flash file for you.
|

05-15-2004, 04:18 PM
|
 |
SEO
|
|
Join Date: Apr 2004
Location: PA, USA
Posts: 361
|
|
|
Hello GByte.
Thank you for your help. I guess I was trying to make the text a link instead of the buttons to link.
So, I followed your directions and got as far as the last part.
I clicked on the line "getURL("");"
but I don't see any place to put the url.
There are some buttons above. Should I use the "Insert a Target Path" ? If so, relative or absolute?
This program sure is complicated. Thank you for your help.
Melaniejk
__________________
Sincerely,
Melanie
Genealogist for your family history.
|

05-15-2004, 04:36 PM
|
|
Premium member
|
|
Join Date: May 2004
Location: London, UK
Posts: 87
|
|
|
Hi Melanie,
I think from what you have said that you are viewing the actions window in expert mode. You need to change the view to normal mode and then my explanation of where to put the link should be clearer.
To change to normal mode, if you click the icon on the far right (in the actions window to the right of the buttons you mentioned) its a blue square with an arrow in it, then select normal mode. You should then see field where you will add the url. Let me know how you get on.
|

05-15-2004, 04:39 PM
|
 |
SEO
|
|
Join Date: Apr 2004
Location: PA, USA
Posts: 361
|
|
|
Ok.
I found the area to put the url in.
But, when I test the movie I get an error message.
Guess, I'm doing something wrong.
*Error** Symbol=OBITUARIES, layer=Layer 2, frame=1:Line 1: Wrong number of parameters; getURL requires between 1 and 3.
getURL();
**Error** Symbol=OBITUARIES, layer=Layer 2, frame=1:Line 7: Wrong number of parameters; getURL requires between 1 and 3.
getURL();
Total ActionScript Errors: 2 Reported Errors: 2
__________________
Sincerely,
Melanie
Genealogist for your family history.
|

05-15-2004, 04:47 PM
|
|
Premium member
|
|
Join Date: May 2004
Location: London, UK
Posts: 87
|
|
|
Ok I see. Because you started in expert mode some of the required parameters are now missing.
If you go back into the actions window, change back to expert mode and remove the getURL("");" then change back to normal mode, add it back in following my first instructions and you will see that it will add three lines of code like this:
on (release) {
getURL("");
}
Then enter thr url and test and it should be ok then.
|

05-15-2004, 05:04 PM
|
 |
SEO
|
|
Join Date: Apr 2004
Location: PA, USA
Posts: 361
|
|
|
Hi.
Well, I'm having trouble getting it into Normal mode.
I click on that blue arrow and it has three choices, but none for Normal Mode.
Is there another way?
I'm using Macromedia Flash MX 2004 perhaps we've got different versions?
__________________
Sincerely,
Melanie
Genealogist for your family history.
|

05-15-2004, 05:08 PM
|
 |
SEO
|
|
Join Date: Apr 2004
Location: PA, USA
Posts: 361
|
|
I'm sorry to be so much trouble. Usually, I can pick up how to use a software program quickly.
Perhaps, I can send you the files?

__________________
Sincerely,
Melanie
Genealogist for your family history.
|

05-15-2004, 06:04 PM
|
|
Premium member
|
|
Join Date: May 2004
Location: London, UK
Posts: 87
|
|
|
ok - now I have flash mx 2004 I am surprised you got at all what I was saying because they have changed alot around from the previous version of flash.
ok, if you click on the button you want to put the link, expand the actions panel and paste this code replacing the url with yours:
on (release) {
getURL("http://www.yoururl.com/", "_self");
}
To be quite honest with you this new version is quite different in the way that you use the menus to add the actionscript, and the only way I could find to add links using the menus was quite long winded so easier just to paste the actionscipt for you to enter.
If you add that to your buttons at least they will be working.
Its getting late now but I will look at mx 2004 tomorrow and pm you the way to add links using the actionscript menus.
wow! I dont know if I have made this worse for you or not, or just the fact that its getting late and have'nt been able to explain myself properly - hope you get it working ok
|

05-18-2004, 05:23 AM
|
|
SEO Junior
|
|
Join Date: May 2004
Posts: 4
|
|
|
If you haven't done it yet I can help you. Oh, and don't forget to optimize your Flash file for Google while it is open (only half joking).
|
 |
|
| Thread Tools |
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|