No AS3 version?
Posted about 1 month ago
This is an interactive map of the United States of America. Hold your cursor over a state and using easing the state will get bigger. Click the state and the state’s name will appear in the text box in the top left. You can also modify how big the state gets when rolled over.
Subscribe to my new files rss feed.
Subscribe to FlashDen’s new files rss feed.
The easy and free way would be to just make the state name a link. I sent you an email about freelance the double-click option. Thanks.
Posted 2 months ago
Great Map!
Any way to get this as a html file. I am trying to use this on jobcham.com
I can’t seem to get it to work.
Posted about 1 month ago
Yeah, that should work fine. Email me the link and I’ll take a look.
Posted about 1 month ago
How do you make state’s you click on open link? This is easy to change in code?
Posted about 1 month ago
It’s pretty easy. Just replace line 24:
state_txt.htmlText = selectedState;//puts the state name in the text box
with this:
getURL(selectedState);
Also, in the array, replace the state names with links.
Posted about 1 month ago