Categories: ACTIONSCRIPT 3, AS3, CSS, FLASH, FREELANCE, HTML, MOBILE, VIDEO, WEB DESIGN
Tags:
Comments: No Comments.
For a long time many developers have frowned on Flash for it’s lack of Deep Linking (Back and Forward buttons) and SEO (Search Engine Optimisation) capabilities. While I would not claim to be an expert at SEO, and I would be very cautious of someone who claimed to “guarantee” top spots on Google, I have found a good solution that seems to work quite well for my sites. Allow me to introduce you to SWFAddress and WordPress.
(more…)
I have recently discovered a great script for importing your wordpress blogs into flash using AMFphp and a little script created by Dale Sattler at noponies. Basically you set up an AMFphp service on your site and upload the scripts with your login details included then use something similar to the following to access the content:
(more…)
A problem I have come accross quite a lot recently has been converting a number variable into the correct currency format e.g. 2.1 to £2.10 so I decided to create a quick function that would do just that:
(more…)