BETIServices
05-07-2006, 03:10 AM
Hello everyone,
I like somebody to help me with my site flash header to be edited, I managed to edit many items but What I have problems is with the links on top (home, help, sitemap) and also with the search box. If anyone knows flash, I could provide the orginal header to be edited.
Please PM or post and I will send you the download link for the header.
daveredfern
05-07-2006, 04:10 AM
i'm not great on flash but to link to external websites in flash:
1) select the object
2) if it is not yet a button symbol make it one - modify > convert to symbol
3) open the action scripts
4) insert this:
on (release) {
getURL("yourwebsitelink", "_self");
}
hope this helps.
BETIServices
05-07-2006, 04:32 AM
i'm not great on flash but to link to external websites in flash:
1) select the object
2) if it is not yet a button symbol make it one - modify > convert to symbol
3) open the action scripts
4) insert this:
on (release) {
getURL("yourwebsitelink", "_self");
}
hope this helps.
Hey thanks for the tips, I will try it and see what will happen.
redihot.com
05-07-2006, 03:27 PM
i'm not great on flash but to link to external websites in flash:
1) select the object
2) if it is not yet a button symbol make it one - modify > convert to symbol
3) open the action scripts
4) insert this:
on (release) {
getURL("yourwebsitelink", "_self");
}
hope this helps.
This code will work although it is written in activex script which is blocked, unless allowed by ie. This can be replaced with javascript which would be allowed to work in ie.
Hope that Helps
daveredfern
05-07-2006, 04:00 PM
nooo. that coding is fine and there is no other way.
But ye it will block it and you have to 'activate' it before using it if people have the up to date version of active X.
When putting it into your browser do not put it as the standard object.
Do this: http://www.adobe.com/devnet/activecontent/articles/devletter.html