Yo,
I have been grinding hard learning that CS4 package I got at the beginning of the year. Started getting into animating text and logo’s. And just figured out how to get these animations into a website, and link it.
Check out the new Organic link I did. (to your right)
If you have a website or know someone with a website; and would like some custom, flash animation. Contact me at,
chetroy@chetroy.com
pe4ce





I use mac and flash links seemed fine.
I just checked the animations on a friends PC and they played, but the link did not work. Let me know if you can’t view or link animation.
Also if you know html and can help with the issue, hook it up, thanks
pe4ce
Comment by chetroy — July 15, 2010 @ 6:41 pm
cool!!
Comment by trav — July 15, 2010 @ 10:01 pm
awesome!
Comment by funk — July 16, 2010 @ 12:42 pm
You can add a hyperlink to the div tag to make it link on a PC it shou7ld be linkable within the actionscript though.
Comment by Rob H — July 21, 2010 @ 6:40 pm
Yo Rob Thanks
I put this in front of the action script, and it seems to link on macs.
( )(had to put parentheses in just for this comment)
I am very HTML illiterate, and using iweb, do you know of a proper script i could add to make the link work on a pc.
So wierd i cant even post a comment about the html code i use to link without it actually linking. lets try this
a href=”http://www.organicclimbing.com/” target=”_blank” rel=”nofollow”
this was in front of above script < this was after above script >
Comment by chetroy — July 23, 2010 @ 5:37 am
I think the code should be
getURL(“www.organicclimbing.com”,”_self”);
You may have to add
on (click){
getURL(“www.organicclimbing.com”,”_self”);
}
Comment by Rob — July 26, 2010 @ 11:47 am
Thanks Rob I will try that.
Comment by chetroy — July 26, 2010 @ 4:05 pm
Yo Rob
I tried with and without the (click), did not work. Is there a special spot for this code, I put it in the beginning of the rest of the script.
thanks
Comment by chetroy — July 28, 2010 @ 7:16 am