Link to home
Start Free TrialLog in
Avatar of TheCommander
TheCommanderFlag for Ireland

asked on

Add url link to flash menu

hello,
My Flash XML code looks like this and I want to add links to html pages but I dont know how. The link on button 5 came wit the template file but it doesnt work...

<?xml version="1.0" encoding="UTF-8"?>
<menu  entering = "right" menuPos = "TR" marginX = "30" marginY = "30" easing = "5" spacing = "10" padding = "30" buttonColor = "f15a24" buttonOverColor = "f1ff24" textColor = "000000" textOverColor = "ff0000" >
      <button01 title="HOME" />
      <button02 title="SERVICES" />
      <button03 title="PROJECTS" />
      <button04 title="CLIENTS" />
      <button05 title="CONTACT" src="http://activeden.net/user/EXPOSURES4YOU" />
      <button06 title="CONTACT" />
</menu>

ASKER CERTIFIED SOLUTION
Avatar of TheCommander
TheCommander
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial