顯示具有 Flash 標籤的文章。 顯示所有文章
顯示具有 Flash 標籤的文章。 顯示所有文章

2009年10月7日 星期三

Flash ActionScript + PHP : file upload appliaction using the FileReference API




URL : http://markshu.ca/imm/flash/tutorial/fileReference.html

2009年9月6日 星期日

Book : Foundation XML and E4X for Flash and Flex

URL : http://www.friendsofed.com/book.html?isbn=9781430216346
http://www.friendsofed.com/download.html?isbn=1430216344



Published: 12th January 2009
ISBN-10: 1-4302-1634-4
ISBN-13: 978-1-4302-1634-6

2009年9月3日 星期四

Flash Caching - use FlashVars to pass values

Don't pass parameters to flash by query string, change it as follows.

Passing parameters by query string will made the flash not cachable. Here's an sample:
Please change from

<param name="movie" value="a.swf?s=#NAV#">

to

<param name="movie" value="a.swf" >
<PARAM NAME=FlashVars VALUE="s=#NAV#" >

2009年8月25日 星期二

Flash Local Connection

Flash Local Connection:
------------------------
http://www.ahrooga.com/2008/08/how-to-communicate-between-multiple-flash-files-with-localconnection/

http://board.flashkit.com/board/archive/index.php/t-614540.html

http://www.kirupa.com/forum/archive/index.php/t-192383.html

2009年8月18日 星期二

Flash Uninstall and Player Archive for Testing Purposes

A) How to uninstall the Adobe Flash Player plug-in and ActiveX control:
http://kb2.adobe.com/cps/141/tn_14157.html

B) Archived Flash Players available for testing purposes:
http://kb2.adobe.com/cps/142/tn_14266.html

SWFObject

http://code.google.com/p/swfobject/

http://www.adobe.com/devnet/flashplayer/articles/swfobject.html

http://www.adobe.com/devnet/flashplayer/articles/alternative_content.html

Traditional publishing mechanisms for rich media content created for Adobe Flash Player often rely on the twice-cooked method to embed SWF files into HTML pages. One major drawback of this method is that it is based on old-fashioned, vendor-specific markup that doesn't comply with modern web standards and also doesn't allow you to nest fallback content inside of it.

To solve this problem, we created SWFObject 2, which offers multiple standards-friendly methods to embed rich media content into web pages. It supports the use of alternative (substitute) content to display content to people who browse the web without plug-ins, to help search engines index your content, and to point visitors to the Adobe Flash Player download page.