Learning Flash Programming for PHP Websites
Any pointers where i could start learning flash programming. Also i would be really grateful if you could p开发者_运维技巧oint me to place where i could get free templates for the programming
Thanks in advance
If you really want to learn Flash (as3) programming then you want to get Essential Actionscript 3 by Colin Moock.
There is a lot of AS3 code out there. You will have to be more specific regarding your goals to really provide an answer. "Flash Programming" is extremely general. Flash IDE, AS3, Flex, etc...
Using the AMFPHP framework you will be able to make remote call from actionscript to your php back-end methods. The site has a lot of good example to get you started. Basically, this framework helps you serialize object from the Action Message Format to it's php equivalent. For example, you will be able to send and/or receive arrays inside your actionscript code.
If you want to work with a .NET back-end, FluorineFx is an excellent open-source option. Some very good examples are included in the download package. You can subscribe to mailing-list and receive direct help from Zoli (creator of the framework).
Let us know if that helps you.
精彩评论