The ultimate tutorial on how to create a content-managed, multilingual Flash website using Flash CS3 and opensource tools: FlashDevelop, Digizex, SWFAddress, SWFObject, Zend, Zend AMF, MySQL, XAMPP, PureMVC, Fabrication, Flight Framework Data Binding, BumpSlide UI Library, Demonster Debugger, KapInspect, Flex 3 SDK, Digitalus CMS, Minimal Remoting (AMF library for AS3), AllFlashWebsite’s FlashDevelop Project Templates. There are 8 videos totaling one hour.
Source:Digizex Video Tutorial - Basic Structure of a Flash Web Site - CS3/AS3 - SEO,CMS,Multilingual,MVC [2]
admin Swf flash websites, swf websites
The ultimate tutorial on how to create a content-managed, multilingual Flash website using Flash CS3 and opensource tools: FlashDevelop, Digizex, SWFAddress, SWFObject, Zend, Zend AMF, MySQL, XAMPP, PureMVC, Fabrication, Flight Framework Data Binding, BumpSlide UI Library, Demonster Debugger, KapInspect, Flex 3 SDK, Digitalus CMS, Minimal Remoting (AMF library for AS3), AllFlashWebsite’s FlashDevelop Project Templates. There are 8 videos totaling one hour.
Source:The Digizex Debugger for Flash and Flex: Drop-in KapInspect and De MonsterDebugger without Breaking a Sweat [AS3] [6]
admin Swf flash websites, swf websites
The following example shows how you can set the content background alpha on a Spark Panel container in Flex 4 by setting the contentBackgroundAlpha style.
Full code after the jump.
This example requires Flex SDK 4.0.0.10007 or later.
<?xml version="1.0" encoding="utf-8"?>
<!– http://blog.flexexamples.com/2009/09/06/setting-the-content-background-alpha-on-a-spark-panel-container-in-flex-4/ –>
<s:Application name="Spark_Panel_contentBackgroundAlpha_test"
xmlns:fx="http://ns.adobe.com/mxml/2009"
[...]
Source:Setting the content background alpha on a Spark Panel container in Flex 4
admin Flex, Swf Flex, Flex Examples
The following example shows how you can display images automatically in a Spark List control in Flex 4 by setting the itemRenderer property to the DefaultComplexItemRenderer class.
Full code after the jump.
<?xml version="1.0" encoding="utf-8"?>
<!– http://blog.flexexamples.com/2009/09/18/displaying-images-in-a-spark-list-control-in-flex-4/ –>
<s:Application name="Spark_List_itemRenderer_DefaultComplexItemRenderer_test"
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
[...]
Source:Displaying images in a Spark List control in Flex 4
admin Flex, Swf Flex, Flex Examples
In a previous example, “Setting the border color on a Spark Border container in Flex 4″, we saw how you could set the border color on a Spark Border container in Flex 4 by setting the borderColor style.
The following example shows how you can set the border alpha on a Spark Border container in Flex [...]
Source:Setting the border alpha on a Spark Border container in Flex 4
admin Flex, Swf Flex, Flex Examples
The following example shows how you can set the corner radius on a Spark Border container in Flex 4 by setting the cornerRadius style.
Full code after the jump.
The following example requires Flex SDK 4.0.0.10008 or later.
<?xml version="1.0" encoding="utf-8"?>
<!– http://blog.flexexamples.com/2009/09/04/setting-the-corner-radius-on-a-spark-border-container-in-flex-4/ –>
<s:Application name="Spark_Border_cornerRadius_test"
xmlns:fx="http://ns.adobe.com/mxml/2009"
[...]
Source:Setting the corner radius on a Spark Border container in Flex 4
admin Flex, Swf Flex, Flex Examples
The following example shows how you can set the background image resize mode on a Spark Border container in Flex 4 by setting the backgroundImageResizeMode style.
Full code after the jump.
<?xml version="1.0" encoding="utf-8"?>
<!– http://blog.flexexamples.com/2009/09/11/setting-the-background-image-resize-mode-on-a-spark-border-container-in-flex-4/ –>
<s:Application name="Spark_Border_backgroundImageResizeMode_test"
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
[...]
Source:Setting the background image resize mode on a Spark Border container in Flex 4
admin Flex, Swf Flex, Flex Examples
The following example shows how you can toggle the drop shadow on a Spark Panel container by setting the Boolean dropShadowVisible style.
Full code after the jump.
This example requires Flex SDK 4.0.0.10007 or later.
<?xml version="1.0" encoding="utf-8"?>
<!– http://blog.flexexamples.com/2009/09/07/toggling-the-drop-shadow-on-the-spark-panel-container-in-flex-4/ –>
<s:Application name="Spark_Panel_dropShadowVisible_test"
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
[...]
Source:Toggling the drop shadow on the Spark Panel container in Flex 4
admin Flex, Swf Flex, Flex Examples
The following example shows how you can set the focus alpha on the Spark TextArea control in Flex 4 by setting the focusAlpha style.
Full code after the jump.
<?xml version="1.0" encoding="utf-8"?>
<!– http://blog.flexexamples.com/2009/09/08/setting-the-focus-alpha-on-a-spark-textarea-control-in-flex-4/ –>
<s:Application name="Spark_TextArea_focusAlpha_test"
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
[...]
Source:Setting the focus alpha on a Spark TextArea control in Flex 4
admin Flex, Swf Flex, Flex Examples
The following example shows how you can create a gradient background Spark Application control bar in Flex 4 by creating a custom skin and setting the skinClass style.
Full code after the jump.
<?xml version="1.0" encoding="utf-8"?>
<!– http://blog.flexexamples.com/2009/09/03/adding-a-gradient-background-to-a-spark-application-container-control-bar-in-flex-4/ –>
<s:Application name="Spark_Application_skinClass_test"
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
[...]
Source:Adding a gradient background to a Spark Application container control bar in Flex 4
admin Flex, Swf Flex, Flex Examples