Hall Templates


Website Templates


Today's Deals



Newsletter
Subscribe to our newsletter and get all of the latest tips and tricks sent directly to your email!

E-mail

RSS Feed
Get the most recent posts sent to you directly by subscribing to our RSS feeds!

Jul
9

How do you customize FLASH website templates?

Programming & Design

  
flash templates
G-man asked:

Specifically, I just want to add a link to my that links to an which contains a slideshow. Can someone assist?
Oh, and one more thing…please note that I am very much a non-techy type of person so it would help if someone would descibe it in a very basic way. Thanks !
I am using to do this project, if that helps
Sphere: Related Content



Tags: , , , , , , , , ,


Top Recommended Ebooks

  1. RyanSmith Says:

    Create your object of whatever the link will be - make sure it’s a symbol. You can change any shape to a symbol with F8. Text works fine to.

    Give the link object an instance name - in the lower right hand corner in the properties panel.

    Then you need to add the action script to the object. If you add it on the object itself(while the object is selected) type:

    onPress = function() { getURL(”http://yourdomain.com”); }

    I recommend creating an actionions layer then adding this code there:

    linkObject.onPress = function() { getURL(”http://yourdomain.com”); }

Add A Comment

Related Posts: