Axis Services
Axis Logo
Home About Us Services Gallery Clients Tutorials Feedback
 

FAQ

Web
 

1.
How can i give link on Flash button?
Chirag Gurjar (chirag1910@yahoo.co.in)

1. To give link on flash button for web site just import that flash button in Dreamweaver and give link that button in properties window.

1. To give link on flash button in flash just make button put it to scene and in actions just type down this script

on (release) {
getURL("http://www.axisonair.com","_self");
}

Down load Flash file link to flash button.zip

Answer is given by : Axis

2. In flash: How to change cursor as other thing?
Nirav (nj_graphics@yahoo.co.in)

2. To make your custom cursor in flash.

1. Make one custom shape in Movie Clip.

2. Drag in to scene.

3. Give Instance Name in Properties.

4. On first frame write these actions.

Mouse.hide();
startDrag("a", true);

Down load Flash file link to custom mouse.zip

Answer is given by : Axis