<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Flashhilfe.de</title>
<link>http://www.flashhilfe.de</link>
<description><![CDATA[Flashhilfe.de - Neuigkeiten zum Thema Adobe Flash, Flex & AIR]]></description>
<language>de</language>
<lastBuildDate>Mon, 11 Nov 2013 12:36:56 +0100</lastBuildDate>
<ttl>10</ttl>
<image>
<url>http://www.flashhilfe.de/images/fh_logo.gif</url>
<title>Flashhilfe.de</title>
<link>http://www.flashhilfe.de/</link>
</image>
<item>
  <title><![CDATA[Apache Flex 4.12 veröffentlicht]]></title>
  <link>http://www.flashhilfe.de/news_apache-flex-4-12-veroeffentlicht_1161.html</link>
  <pubDate>Mon, 11 Nov 2013 12:36:54 +0100</pubDate>
  <description><![CDATA[Apache Flex 4.12 is an update to Apache Flex 4.11. 

[attachment_7529]

Known Issues
_____________

Adobe Flash Builder Integration

Adobe Flash Builder 4.7 and Adobe Flash Builder 4.6 both contain a bug where, 
when generating the .mxml file for a new project that uses Apache Flex 4.10.0 
and Spark Application, Flash Builder will incorrectly insert the attribute:

        layout="absolute"

This results in a compile error in the new project.  The remedy is to simply
remove the errant attribute.

The following wiki page has been set up to contain the latest news on Adobe's
attempt to correct this problem:

https://cwiki.apache.org/confluence/display/FLEX/Adobe+Flash+Builder+'New+Project'+Bug

Adobe have provided a patch for Flash Builder 4.7 that resolves this issue:

http://helpx.adobe.com/flash-builder/kb/flex-new-project-issue--.html


Differences from Apache Flex 4.11 include:

SDK Changes
-------------
- Improved Callout for Desktop.
- Improved UID generation performance.
- Changed DPI to be 160 for iPad and 320 for iPad mini.
- Improvements to Falcon MXML code generation.


Bug Fixes
----------
 Below is a complete list of all the bug fixes that have been included since
 the last full release, Apache Flex 4.11.0.
 If you would like specific information about any of the items below, go to
 https://issues.apache.org and search for the JIRA Issue Number by using the
 Quick Search.  Details of the bug and its fix will be included on the
 resulting page.

JIRA Issue Number and Summary                                                                                        
-------------------------------------------------------------------------------------------------------------------
FLEX-33885  BindingManager#executeBindings : Avoid unneeded memory allocation
FLEX-33884  Android mobile app crashes when you click on a modal
FLEX-33880  Popup modal blocks the application
FLEX-33879  LayoutBase->getScrollPositionDeltaToElementHelper isn't ideal
FLEX-33878  Matrix computations : avoid unneeded flash.geom.Transform and flash.geom.Matrix allocations
FLEX-33877  BusyCursor : Avoid unneeded Point allocations
FLEX-33875  Runtime error #1069 in MobileSkin class on focus out
FLEX-33874  Binding management is memory inefficient when using the defaultDestFunc
FLEX-33871  message error "Definition spark.skins.mobile480.assets:ActionBarBackground could not be found"
FLEX-33865  ConstraintLayout / LayoutElementHelper are memory inefficient (and slow)
FLEX-33861  Flex Incorrectly Scaling Down Application on iPad
FLEX-33853  Optimize UIDUtil / RPCUIDUtil fromByteArray() method
FLEX-33852  Port UIDUtil optimizations to RPCUIDUtil
FLEX-33835  LocaleSorter#sortLocalesByPreference is slow
FLEX-33830  SDK 4.10.0 spark datagrid header and horizontal scrollbar behavior effected by app state change
FLEX-33829  Improve ArrayList performance
FLEX-33824  Disappearing spark DataGrid columns when we set dataProvider to null
FLEX-33813  Datagrid goes blank when assigning new dataProvider.source and calling refresh
FLEX-33779  RTE in Label.as when it's 8px wide and uses the Myriad Web Pro font face
FLEX-33772  Incorrect tab focus behavior (closed loops) when using focus groups (such as RadioButton components)
FLEX-33715  Error: Attempted access of inaccessible method getStyle through a reference with static type MXFTETextInput.
FLEX-33671  Warning messages when using experimental components.
FLEX-33632  Getting Run Time Error when loading resource module at runtime.


Apache Flex 4.11
=================

Apache Flex 4.11 is an update to Apache Flex 4.10. 

Known Issues
_____________

Adobe Flash Builder Integration

Adobe Flash Builder 4.7 and Adobe Flash Builder 4.6 both contain a bug where, 
when generating the .mxml file for a new project that uses Apache Flex 4.10.0 
and Spark Application, Flash Builder will incorrectly insert the attribute:

        layout="absolute"

This results in a compile error in the new project.  The remedy is to simply
remove the errant attribute.

The following wiki page has been set up to contain the latest news on Adobe's
attempt to correct this problem:

https://cwiki.apache.org/confluence/display/FLEX/Adobe+Flash+Builder+'New+Project'+Bug

Adobe have provided a patch for Flash Builder 4.7 that resolves this issue:

http://helpx.adobe.com/flash-builder/kb/flex-new-project-issue--.html


Differences from Apache Flex 4.10 include:

AIR and Flash Player support
------------------------------
 - Support Flash Player 11.9.
 - Support for AIR 3.9.

SDK Changes
-------------
- 120 and 640 dpi mobile resolution/skin support, fixes to 480dpi skins.
- mx:AdvancedDataGrid and mx:DataGrid speed improvements.
- Added column sort type access to the datagrid columns in mx:Datagrid, s:Datagrid, and mx:AdvancedDataGrid. 
- Able to easily change mx:AdvancedDataGrid row and column item renderer spanning.
- s:DataGridEditor will now be visible in ASDocs and be visible in the Tag inspector.
- Minor changes to make SDK compile with Falcon compiler.
- Added access to imageDecodingPolicy in BitmapImage.
- Changes to custom skin for s:DataGrid (was changed in 4.10 but missed in release notes)
- Changed UIComponent removedFromStageHandler from private to protected to allow override
- New experimental mobile spark datagrid.
- Updated OSMF swc to latest version (2.0)
- Renamed experimental supportClazzes package to be supportClasses. 
- Mobile Callout moved to spark and can be used in Desktop and Browser apps.

Compiler changes
------------------
 - Support for [Experimental] metadata tag.

Bug Fixes
----------
 Below is a complete list of all the bug fixes that have been included since
 the last full release, Apache Flex 4.10.0.
 If you would like specific information about any of the items below, go to
 https://issues.apache.org and search for the JIRA Issue Number by using the
 Quick Search.  Details of the bug and its fix will be included on the
 resulting page.

JIRA Issue Number and Summary                                                                                        
-------------------------------------------------------------------------------------------------------------------
FLEX-33823  Certain DateField format strings causes null value in selectedDate
FLEX-33820  Cutted text after pasting it from MS Excel in spark TextInput
FLEX-33819  fontswf.bat error line 19
FLEX-33818  Spark Datagrid column resize and sort bug when releasing mouse outside of headers
FLEX-33813  Datagrid goes blank when assigning new dataProvider.source and calling refresh
FLEX-33807  DateValidator class (mx.validators.DateValidator) incorrectly validating date
FLEX-33803  Mark experimental components with the experimental metadata tag
FLEX-33801  Missing embedded examples in ASDOC on flex.apache.org/asdoc/
FLEX-33789  Logical error: self-reference in GridHeaderViewLayout
FLEX-33783  mxmlc -help returns 1
FLEX-33782  AccordionData labelField and labelFunction properties don't work
FLEX-33772  Incorrect tab focus behavior (closed loops) when using focus groups (such as RadioButton components)
FLEX-33771  compatibilityVersionString returns the wrong value
FLEX-33748  TabBar shouldn't be colorized in TabNavigatorSkin
FLEX-33741  Propagation of Escape key in mx.controls.DateField should only be stopped if the DropDown is shown
FLEX-33739  Duplication segment of code calling MultiBitmapSource getSource(dpi)
FLEX-33738  ArrayCollection addAll() adds items in the wrong order
FLEX-33736  NullPointer exception in VideoDisplay
FLEX-33730  RTE in Application.as line 2157 in Air simulator
FLEX-33726  DateField.stringToDate returns null when inputFormat has no separators
FLEX-33724  Error in mx:DataGridBase.addClipMask() when using custom item renderer and locked columns
FLEX-33722  Dragging a row with an itemRenderer which extends DefaultGridItemRenderer causes null pointer
FLEX-33718  Warning: variable definition duplicates function parameter in MX project
FLEX-33714  Falcon compiler is stricter with ++ and -- operator on constants.
FLEX-33712  DataGrid with itemRenderer Drag and Drop error
FLEX-33710  spark DataGrid isCellEditable is missing index bounds check
FLEX-33705  DataGridDragProxy created item renderer without a reference to the column
FLEX-33702  DataGrid columns unable to specify sorting internal compare functions used.
FLEX-33698  Shift Return creates new ParagraphElement
FLEX-33692  Spark button border issue
FLEX-33690  focus does not move correctly when there are multiple non-modal popup windows
FLEX-33689  Flex Library project unit tests creates invalid FlexUnitApplication.mxml
FLEX-33688  RTE in advanced list when setting selection to null and column is sorted
FLEX-33687  DataGridEditor is not visible in ASDOCS has been excluded
FLEX-33683  Bad ordering of ListCollectionView addAllAt
FLEX-33682  Large Advanced Data Grid slow to resize
FLEX-33678  DataGrid VerticalScrollBar disappears in CallOut or on StateChange in 4.10.0
FLEX-33667  Compiler with Apache Flex 4.10 occur error : Uncaught exception in compiler.
FLEX-33666  When scrolling a Spark Datagrid with the mousewheel after starting an itemEditor session, the itemEdito
FLEX-33665  ItemEditors are placed on the wrong position after scrolling an editable Spark Datagrid
FLEX-33657  Spark NumericStepper - View is decimal
FLEX-33655  RTE when closing SkinnablePopUpContainer
FLEX-33654  Spark Datagrid - ItemEditor Keyboad Ctrl+V & Ctrl+C dont work
FLEX-33643  Improve experimental CallOut component frame arrow display
FLEX-33636  Error when creating new project in FB 4.7 using SDK 4.10.0 (11.8/3.8)
FLEX-33630  ComboBox RTE when opened and DEL pressed OR when opened, text input and BACKSPACE pressed
FLEX-33428  mx:Text with htmlText attribute compiled for FTETextField displays no text
FLEX-33409  TLF crashes when hypens are shown in a multi span textFlow
FLEX-33159  addSortField method in the AdvancedDataGridEx degenerates the internal state of the Sort object
FLEX-33158  addSortField method in the AdvancedDataGridEx works inconsistently
FLEX-33157  Sort class: _fields and fieldList variables can be out of sync
FLEX-33131  rendererDescriptionMap is private, should be made protected to allow customizing the grid for condition
FLEX-33052  Runtime error when using a chart in a module in an app that is also using charts
FLEX-32998  NullPointerException in AdvancedDataGrid.getFieldSortInfo
FLEX-32848  AdvancedDataGrid doesn't respect style property 'textSelectedColor' for selectionMode='singleCell'
FLEX-28012  FormItemSkin and StackedFormItemSkib indicatorDisplay's toolTip is not localized
FLEX-27658  DataGrid component does not allow a default sorting order
FLEX-27648  ViewStack.getItemIndex() throws error instead of returning -1 when item is not a child of the ViewStack
FLEX-26779  DataGrid Problem
FLEX-25906  ComboBox textInput not cleared when dataprovider changes
FLEX-25369  Sorting DataGridColumn with complex dataField throws Null Object Reference
FLEX-22182  AdvancedDatagrid get resorted once a refresh on the group Collection of a sorted ArrayCollection

(Quelle: https://github.com/apache/flex-sdk/blob/develop/RELEASE_NOTES)]]></description>
  <content:encoded><![CDATA[Apache Flex 4.12 is an update to Apache Flex 4.11. <br />
<br />
[attachment_7529]<br />
<br />
Known Issues<br />
_____________<br />
<br />
Adobe Flash Builder Integration<br />
<br />
Adobe Flash Builder 4.7 and Adobe Flash Builder 4.6 both contain a bug where, <br />
when generating the .mxml file for a new project that uses Apache Flex 4.10.0 <br />
and Spark Application, Flash Builder will incorrectly insert the attribute:<br />
<br />
        layout="absolute"<br />
<br />
This results in a compile error in the new project.  The remedy is to simply<br />
remove the errant attribute.<br />
<br />
The following wiki page has been set up to contain the latest news on Adobe's<br />
attempt to correct this problem:<br />
<br />
https://cwiki.apache.org/confluence/display/FLEX/Adobe+Flash+Builder+'New+Project'+Bug<br />
<br />
Adobe have provided a patch for Flash Builder 4.7 that resolves this issue:<br />
<br />
http://helpx.adobe.com/flash-builder/kb/flex-new-project-issue--.html<br />
<br />
<br />
Differences from Apache Flex 4.11 include:<br />
<br />
SDK Changes<br />
-------------<br />
- Improved Callout for Desktop.<br />
- Improved UID generation performance.<br />
- Changed DPI to be 160 for iPad and 320 for iPad mini.<br />
- Improvements to Falcon MXML code generation.<br />
<br />
<br />
Bug Fixes<br />
----------<br />
 Below is a complete list of all the bug fixes that have been included since<br />
 the last full release, Apache Flex 4.11.0.<br />
 If you would like specific information about any of the items below, go to<br />
 https://issues.apache.org and search for the JIRA Issue Number by using the<br />
 Quick Search.  Details of the bug and its fix will be included on the<br />
 resulting page.<br />
<br />
JIRA Issue Number and Summary                                                                                        <br />
-------------------------------------------------------------------------------------------------------------------<br />
FLEX-33885  BindingManager#executeBindings : Avoid unneeded memory allocation<br />
FLEX-33884  Android mobile app crashes when you click on a modal<br />
FLEX-33880  Popup modal blocks the application<br />
FLEX-33879  LayoutBase->getScrollPositionDeltaToElementHelper isn't ideal<br />
FLEX-33878  Matrix computations : avoid unneeded flash.geom.Transform and flash.geom.Matrix allocations<br />
FLEX-33877  BusyCursor : Avoid unneeded Point allocations<br />
FLEX-33875  Runtime error #1069 in MobileSkin class on focus out<br />
FLEX-33874  Binding management is memory inefficient when using the defaultDestFunc<br />
FLEX-33871  message error "Definition spark.skins.mobile480.assets:ActionBarBackground could not be found"<br />
FLEX-33865  ConstraintLayout / LayoutElementHelper are memory inefficient (and slow)<br />
FLEX-33861  Flex Incorrectly Scaling Down Application on iPad<br />
FLEX-33853  Optimize UIDUtil / RPCUIDUtil fromByteArray() method<br />
FLEX-33852  Port UIDUtil optimizations to RPCUIDUtil<br />
FLEX-33835  LocaleSorter#sortLocalesByPreference is slow<br />
FLEX-33830  SDK 4.10.0 spark datagrid header and horizontal scrollbar behavior effected by app state change<br />
FLEX-33829  Improve ArrayList performance<br />
FLEX-33824  Disappearing spark DataGrid columns when we set dataProvider to null<br />
FLEX-33813  Datagrid goes blank when assigning new dataProvider.source and calling refresh<br />
FLEX-33779  RTE in Label.as when it's 8px wide and uses the Myriad Web Pro font face<br />
FLEX-33772  Incorrect tab focus behavior (closed loops) when using focus groups (such as RadioButton components)<br />
FLEX-33715  Error: Attempted access of inaccessible method getStyle through a reference with static type MXFTETextInput.<br />
FLEX-33671  Warning messages when using experimental components.<br />
FLEX-33632  Getting Run Time Error when loading resource module at runtime.<br />
<br />
<br />
Apache Flex 4.11<br />
=================<br />
<br />
Apache Flex 4.11 is an update to Apache Flex 4.10. <br />
<br />
Known Issues<br />
_____________<br />
<br />
Adobe Flash Builder Integration<br />
<br />
Adobe Flash Builder 4.7 and Adobe Flash Builder 4.6 both contain a bug where, <br />
when generating the .mxml file for a new project that uses Apache Flex 4.10.0 <br />
and Spark Application, Flash Builder will incorrectly insert the attribute:<br />
<br />
        layout="absolute"<br />
<br />
This results in a compile error in the new project.  The remedy is to simply<br />
remove the errant attribute.<br />
<br />
The following wiki page has been set up to contain the latest news on Adobe's<br />
attempt to correct this problem:<br />
<br />
https://cwiki.apache.org/confluence/display/FLEX/Adobe+Flash+Builder+'New+Project'+Bug<br />
<br />
Adobe have provided a patch for Flash Builder 4.7 that resolves this issue:<br />
<br />
http://helpx.adobe.com/flash-builder/kb/flex-new-project-issue--.html<br />
<br />
<br />
Differences from Apache Flex 4.10 include:<br />
<br />
AIR and Flash Player support<br />
------------------------------<br />
 - Support Flash Player 11.9.<br />
 - Support for AIR 3.9.<br />
<br />
SDK Changes<br />
-------------<br />
- 120 and 640 dpi mobile resolution/skin support, fixes to 480dpi skins.<br />
- mx:AdvancedDataGrid and mx:DataGrid speed improvements.<br />
- Added column sort type access to the datagrid columns in mx:Datagrid, s:Datagrid, and mx:AdvancedDataGrid. <br />
- Able to easily change mx:AdvancedDataGrid row and column item renderer spanning.<br />
- s:DataGridEditor will now be visible in ASDocs and be visible in the Tag inspector.<br />
- Minor changes to make SDK compile with Falcon compiler.<br />
- Added access to imageDecodingPolicy in BitmapImage.<br />
- Changes to custom skin for s:DataGrid (was changed in 4.10 but missed in release notes)<br />
- Changed UIComponent removedFromStageHandler from private to protected to allow override<br />
- New experimental mobile spark datagrid.<br />
- Updated OSMF swc to latest version (2.0)<br />
- Renamed experimental supportClazzes package to be supportClasses. <br />
- Mobile Callout moved to spark and can be used in Desktop and Browser apps.<br />
<br />
Compiler changes<br />
------------------<br />
 - Support for [Experimental] metadata tag.<br />
<br />
Bug Fixes<br />
----------<br />
 Below is a complete list of all the bug fixes that have been included since<br />
 the last full release, Apache Flex 4.10.0.<br />
 If you would like specific information about any of the items below, go to<br />
 https://issues.apache.org and search for the JIRA Issue Number by using the<br />
 Quick Search.  Details of the bug and its fix will be included on the<br />
 resulting page.<br />
<br />
JIRA Issue Number and Summary                                                                                        <br />
-------------------------------------------------------------------------------------------------------------------<br />
FLEX-33823  Certain DateField format strings causes null value in selectedDate<br />
FLEX-33820  Cutted text after pasting it from MS Excel in spark TextInput<br />
FLEX-33819  fontswf.bat error line 19<br />
FLEX-33818  Spark Datagrid column resize and sort bug when releasing mouse outside of headers<br />
FLEX-33813  Datagrid goes blank when assigning new dataProvider.source and calling refresh<br />
FLEX-33807  DateValidator class (mx.validators.DateValidator) incorrectly validating date<br />
FLEX-33803  Mark experimental components with the experimental metadata tag<br />
FLEX-33801  Missing embedded examples in ASDOC on flex.apache.org/asdoc/<br />
FLEX-33789  Logical error: self-reference in GridHeaderViewLayout<br />
FLEX-33783  mxmlc -help returns 1<br />
FLEX-33782  AccordionData labelField and labelFunction properties don't work<br />
FLEX-33772  Incorrect tab focus behavior (closed loops) when using focus groups (such as RadioButton components)<br />
FLEX-33771  compatibilityVersionString returns the wrong value<br />
FLEX-33748  TabBar shouldn't be colorized in TabNavigatorSkin<br />
FLEX-33741  Propagation of Escape key in mx.controls.DateField should only be stopped if the DropDown is shown<br />
FLEX-33739  Duplication segment of code calling MultiBitmapSource getSource(dpi)<br />
FLEX-33738  ArrayCollection addAll() adds items in the wrong order<br />
FLEX-33736  NullPointer exception in VideoDisplay<br />
FLEX-33730  RTE in Application.as line 2157 in Air simulator<br />
FLEX-33726  DateField.stringToDate returns null when inputFormat has no separators<br />
FLEX-33724  Error in mx:DataGridBase.addClipMask() when using custom item renderer and locked columns<br />
FLEX-33722  Dragging a row with an itemRenderer which extends DefaultGridItemRenderer causes null pointer<br />
FLEX-33718  Warning: variable definition duplicates function parameter in MX project<br />
FLEX-33714  Falcon compiler is stricter with ++ and -- operator on constants.<br />
FLEX-33712  DataGrid with itemRenderer Drag and Drop error<br />
FLEX-33710  spark DataGrid isCellEditable is missing index bounds check<br />
FLEX-33705  DataGridDragProxy created item renderer without a reference to the column<br />
FLEX-33702  DataGrid columns unable to specify sorting internal compare functions used.<br />
FLEX-33698  Shift Return creates new ParagraphElement<br />
FLEX-33692  Spark button border issue<br />
FLEX-33690  focus does not move correctly when there are multiple non-modal popup windows<br />
FLEX-33689  Flex Library project unit tests creates invalid FlexUnitApplication.mxml<br />
FLEX-33688  RTE in advanced list when setting selection to null and column is sorted<br />
FLEX-33687  DataGridEditor is not visible in ASDOCS has been excluded<br />
FLEX-33683  Bad ordering of ListCollectionView addAllAt<br />
FLEX-33682  Large Advanced Data Grid slow to resize<br />
FLEX-33678  DataGrid VerticalScrollBar disappears in CallOut or on StateChange in 4.10.0<br />
FLEX-33667  Compiler with Apache Flex 4.10 occur error : Uncaught exception in compiler.<br />
FLEX-33666  When scrolling a Spark Datagrid with the mousewheel after starting an itemEditor session, the itemEdito<br />
FLEX-33665  ItemEditors are placed on the wrong position after scrolling an editable Spark Datagrid<br />
FLEX-33657  Spark NumericStepper - View is decimal<br />
FLEX-33655  RTE when closing SkinnablePopUpContainer<br />
FLEX-33654  Spark Datagrid - ItemEditor Keyboad Ctrl+V & Ctrl+C dont work<br />
FLEX-33643  Improve experimental CallOut component frame arrow display<br />
FLEX-33636  Error when creating new project in FB 4.7 using SDK 4.10.0 (11.8/3.8)<br />
FLEX-33630  ComboBox RTE when opened and DEL pressed OR when opened, text input and BACKSPACE pressed<br />
FLEX-33428  mx:Text with htmlText attribute compiled for FTETextField displays no text<br />
FLEX-33409  TLF crashes when hypens are shown in a multi span textFlow<br />
FLEX-33159  addSortField method in the AdvancedDataGridEx degenerates the internal state of the Sort object<br />
FLEX-33158  addSortField method in the AdvancedDataGridEx works inconsistently<br />
FLEX-33157  Sort class: _fields and fieldList variables can be out of sync<br />
FLEX-33131  rendererDescriptionMap is private, should be made protected to allow customizing the grid for condition<br />
FLEX-33052  Runtime error when using a chart in a module in an app that is also using charts<br />
FLEX-32998  NullPointerException in AdvancedDataGrid.getFieldSortInfo<br />
FLEX-32848  AdvancedDataGrid doesn't respect style property 'textSelectedColor' for selectionMode='singleCell'<br />
FLEX-28012  FormItemSkin and StackedFormItemSkib indicatorDisplay's toolTip is not localized<br />
FLEX-27658  DataGrid component does not allow a default sorting order<br />
FLEX-27648  ViewStack.getItemIndex() throws error instead of returning -1 when item is not a child of the ViewStack<br />
FLEX-26779  DataGrid Problem<br />
FLEX-25906  ComboBox textInput not cleared when dataprovider changes<br />
FLEX-25369  Sorting DataGridColumn with complex dataField throws Null Object Reference<br />
FLEX-22182  AdvancedDatagrid get resorted once a refresh on the group Collection of a sorted ArrayCollection<br />
<br />
(Quelle: <a href="https://github.com/apache/flex-sdk/blob/develop/RELEASE_NOTES" target="_blank">https://github.com/apache/flex-sdk/blob/develop/RELEASE_NOTES</a>)]]></content:encoded>
  <dc:creator>Sebastian Wichmann</dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/news_apache-flex-4-12-veroeffentlicht_1161.html</guid>
</item>

<item>
  <title><![CDATA[Apache Flex 4.10.0 veröffentlicht]]></title>
  <link>http://www.flashhilfe.de/news_apache-flex-4-10-0-veroeffentlicht_1160.html</link>
  <pubDate>Tue, 06 Aug 2013 18:19:48 +0200</pubDate>
  <description><![CDATA[Apache Flex 4.10 is an update to Apache Flex 4.9. 

[attachment_7529]

Apache Flex 4.10 fixes over 200 bugs, introduces new datagrid features,
experimental Spark components,and adds support for the latest versions of
Flash Player and AIR. Improvements have been made to the build and testing
infrastructure and initial support for Linux added. 

Apache Flex 4.10 continues to be compatible with Flex release 4.6 (Adobe's
final release).

Make sure to review this document to see what has been changed.


Known Issues
_____________

Adobe Flash Builder Integration

Adobe Flash Builder 4.7 and Adobe Flash Builder 4.6 both contain a bug where, 
when generating the .mxml file for a new project that uses Apache Flex 4.10.0 
and Spark Application, Flash Builder will incorrectly insert the attribute:

	layout="absolute"

This results in a compile error in the new project.  The remedy is to simply
remove the errant attribute.

The following wiki page has been set up to contain the latest news on Adobe's
attempt to correct this problem:

https://cwiki.apache.org/confluence/display/FLEX/Adobe+Flash+Builder+'New+Project'+Bug


Differences from Apache Flex 4.9 include:

AIR and Flash Player support
------------------------------
 - Support Flash Player 11.8, 11.7, 11.6 and 11.5.
 - Support for AIR 3.8, 3.7, 3.6 and 3.5.
 - Support for AIR 2.6, 2.7 and 3.0.
 - Initial Linux support.
 - Mac scripts to change Flash Player and AIR version configuration.

Compiler changes
------------------
 - Support for Advanced Telemetry in Flash Builder, ant task and command line
   tools.
 - SVG support is no longer deprecated.
 - SWF ProductInfo is now "Apache Flex" instead of "Adobe Flex"

Build script changes
----------------------
 - Improved clean targets in build scripts.
 - Changed SDK description to include AIR version.
 - Change the internal release number to be date format YYYYMMDD.
 - Support for auto discovery of TLF directory and TLF_HOME environment
   variable.
 - Added no.thirdparty-clean and no.thirdparty-downloads options.
 - Fixed issue with pt_PT, el_GR, en_AU, en_GB and en_CA locales.

SDK Changes
-------------
 - New navigation for Grid, DataGrid, ComboBox, DropDownList, List, ButtonBar 
   and TabBar.
 - New data grid features to lock rows and columns, sort multiple columns and
   move and sorting columns via the keyboard.
 - Row, column, cell and table datagrid double click modes.
 - Spark RadioButtonGroup now has a selectedIndex property.
 - Spark ButtonBar and TabBar can now enable/disable buttons.
 - Spark ButtonBar and TabBar can now prevent the selection / toggling of their
   buttons.
 - Added enabled property when buttons are created for the MX ButtonBar.
 - Fixed RTEs in Advanced DataGrid when dynamically assigning columns.
 - Fixed RTEs and improved performance in Advanced DataGrid.
 - Improved support of dates including DD/MM/YYYY support, single digit day and
   month in date formats and international dates including Japanese, Chinese
   and Korean dates.
 - Improved dates formatter and validators with timezone and millisecond
   formatting.
 - Improved support for international number separators.
 - Improved number formatting.
 - Improved email validation.
 - Improved NumericStepper.
 - Improved DateField and DateChooser.
 - Improve currency formatting support.
 - More supported locales for postcode validator and formatters.
 - Added 'no color' support to ColorPicker.
 - Added removeItem to ListCollectionView.
 - Bitmap scaling works in fill and crop modes.
 - Fixed performance issue with matchesStyleClient.
 - Improved performance of truncating text to fit.
 - RPC toString improvements.
 - Better support of small numbers and scientific notation in numeric steppers.
 - 480 dpi mobile resolution/skin support.
 - New fr_CH locale.
 - Many minor improvements and changes, including RTE fixes.
  
 Check the bug fix list below for more details.
 
Experimental Components
-------------------------
 - Added new components Accordion, DataAccordion, InlineScroller and layouts
   AccordionLayout, CarouselLayout, CoverflowLayout, StackLayout (and more).
 - Spark CallOut and CallOut Button.
 - Spark Alert.
 - Spark ColorPicker.
 - Spark MenuBar and Menu.
 - Spark ProgressBar.

Mustella Test Framework changes
---------------------------------
 - Many improvements to mustella tests.
 - Better consistency between running tests on windows and OSX.
 - Fixed mobile and AIR mustella tests.
 - Fixed issue with embedded fonts and mustella tests.
 - Added more tests for charts, datefields, date formatters, OLAPDataGrid,
   data grid locked row and columns and other miscellaneous tests.
 - Regenerated mustella baseline images.
 - Moved imageDiffAIR to utilities and added improvements.
 - New patch testing service.

Version Control
-----------------
 - Apache Flex has officially moved it's code base to Git from SVN. Information
   on the new checkout and build instructions can be found in the README file.

Bug Fixes
----------
 Below is a complete list of all the bug fixes that have been included since
 the last full release, Apache Flex 4.9.0.
 If you would like specific information about any of the items below, go to
 https://issues.apache.org and search for the JIRA Issue Number by using the
 Quick Search.  Details of the bug and its fix will be included on the
 resulting page.

(Quelle: https://github.com/apache/flex-sdk/blob/develop/RELEASE_NOTES)]]></description>
  <content:encoded><![CDATA[Apache Flex 4.10 is an update to Apache Flex 4.9. <br />
<br />
[attachment_7529]<br />
<br />
Apache Flex 4.10 fixes over 200 bugs, introduces new datagrid features,<br />
experimental Spark components,and adds support for the latest versions of<br />
Flash Player and AIR. Improvements have been made to the build and testing<br />
infrastructure and initial support for Linux added. <br />
<br />
Apache Flex 4.10 continues to be compatible with Flex release 4.6 (Adobe's<br />
final release).<br />
<br />
Make sure to review this document to see what has been changed.<br />
<br />
<br />
Known Issues<br />
_____________<br />
<br />
Adobe Flash Builder Integration<br />
<br />
Adobe Flash Builder 4.7 and Adobe Flash Builder 4.6 both contain a bug where, <br />
when generating the .mxml file for a new project that uses Apache Flex 4.10.0 <br />
and Spark Application, Flash Builder will incorrectly insert the attribute:<br />
<br />
	layout="absolute"<br />
<br />
This results in a compile error in the new project.  The remedy is to simply<br />
remove the errant attribute.<br />
<br />
The following wiki page has been set up to contain the latest news on Adobe's<br />
attempt to correct this problem:<br />
<br />
https://cwiki.apache.org/confluence/display/FLEX/Adobe+Flash+Builder+'New+Project'+Bug<br />
<br />
<br />
Differences from Apache Flex 4.9 include:<br />
<br />
AIR and Flash Player support<br />
------------------------------<br />
 - Support Flash Player 11.8, 11.7, 11.6 and 11.5.<br />
 - Support for AIR 3.8, 3.7, 3.6 and 3.5.<br />
 - Support for AIR 2.6, 2.7 and 3.0.<br />
 - Initial Linux support.<br />
 - Mac scripts to change Flash Player and AIR version configuration.<br />
<br />
Compiler changes<br />
------------------<br />
 - Support for Advanced Telemetry in Flash Builder, ant task and command line<br />
   tools.<br />
 - SVG support is no longer deprecated.<br />
 - SWF ProductInfo is now "Apache Flex" instead of "Adobe Flex"<br />
<br />
Build script changes<br />
----------------------<br />
 - Improved clean targets in build scripts.<br />
 - Changed SDK description to include AIR version.<br />
 - Change the internal release number to be date format YYYYMMDD.<br />
 - Support for auto discovery of TLF directory and TLF_HOME environment<br />
   variable.<br />
 - Added no.thirdparty-clean and no.thirdparty-downloads options.<br />
 - Fixed issue with pt_PT, el_GR, en_AU, en_GB and en_CA locales.<br />
<br />
SDK Changes<br />
-------------<br />
 - New navigation for Grid, DataGrid, ComboBox, DropDownList, List, ButtonBar <br />
   and TabBar.<br />
 - New data grid features to lock rows and columns, sort multiple columns and<br />
   move and sorting columns via the keyboard.<br />
 - Row, column, cell and table datagrid double click modes.<br />
 - Spark RadioButtonGroup now has a selectedIndex property.<br />
 - Spark ButtonBar and TabBar can now enable/disable buttons.<br />
 - Spark ButtonBar and TabBar can now prevent the selection / toggling of their<br />
   buttons.<br />
 - Added enabled property when buttons are created for the MX ButtonBar.<br />
 - Fixed RTEs in Advanced DataGrid when dynamically assigning columns.<br />
 - Fixed RTEs and improved performance in Advanced DataGrid.<br />
 - Improved support of dates including DD/MM/YYYY support, single digit day and<br />
   month in date formats and international dates including Japanese, Chinese<br />
   and Korean dates.<br />
 - Improved dates formatter and validators with timezone and millisecond<br />
   formatting.<br />
 - Improved support for international number separators.<br />
 - Improved number formatting.<br />
 - Improved email validation.<br />
 - Improved NumericStepper.<br />
 - Improved DateField and DateChooser.<br />
 - Improve currency formatting support.<br />
 - More supported locales for postcode validator and formatters.<br />
 - Added 'no color' support to ColorPicker.<br />
 - Added removeItem to ListCollectionView.<br />
 - Bitmap scaling works in fill and crop modes.<br />
 - Fixed performance issue with matchesStyleClient.<br />
 - Improved performance of truncating text to fit.<br />
 - RPC toString improvements.<br />
 - Better support of small numbers and scientific notation in numeric steppers.<br />
 - 480 dpi mobile resolution/skin support.<br />
 - New fr_CH locale.<br />
 - Many minor improvements and changes, including RTE fixes.<br />
  <br />
 Check the bug fix list below for more details.<br />
 <br />
Experimental Components<br />
-------------------------<br />
 - Added new components Accordion, DataAccordion, InlineScroller and layouts<br />
   AccordionLayout, CarouselLayout, CoverflowLayout, StackLayout (and more).<br />
 - Spark CallOut and CallOut Button.<br />
 - Spark Alert.<br />
 - Spark ColorPicker.<br />
 - Spark MenuBar and Menu.<br />
 - Spark ProgressBar.<br />
<br />
Mustella Test Framework changes<br />
---------------------------------<br />
 - Many improvements to mustella tests.<br />
 - Better consistency between running tests on windows and OSX.<br />
 - Fixed mobile and AIR mustella tests.<br />
 - Fixed issue with embedded fonts and mustella tests.<br />
 - Added more tests for charts, datefields, date formatters, OLAPDataGrid,<br />
   data grid locked row and columns and other miscellaneous tests.<br />
 - Regenerated mustella baseline images.<br />
 - Moved imageDiffAIR to utilities and added improvements.<br />
 - New patch testing service.<br />
<br />
Version Control<br />
-----------------<br />
 - Apache Flex has officially moved it's code base to Git from SVN. Information<br />
   on the new checkout and build instructions can be found in the README file.<br />
<br />
Bug Fixes<br />
----------<br />
 Below is a complete list of all the bug fixes that have been included since<br />
 the last full release, Apache Flex 4.9.0.<br />
 If you would like specific information about any of the items below, go to<br />
 https://issues.apache.org and search for the JIRA Issue Number by using the<br />
 Quick Search.  Details of the bug and its fix will be included on the<br />
 resulting page.<br />
<br />
(Quelle: <a href="https://github.com/apache/flex-sdk/blob/develop/RELEASE_NOTES" target="_blank">https://github.com/apache/flex-sdk/blob/develop/RELEASE_NOTES</a>)]]></content:encoded>
  <dc:creator>Sebastian Wichmann</dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/news_apache-flex-4-10-0-veroeffentlicht_1160.html</guid>
</item>

<item>
  <title><![CDATA[Apache Flex 4.8.0 veröffentlicht]]></title>
  <link>http://www.flashhilfe.de/news_apache-flex-4-8-0-veroeffentlicht_1159.html</link>
  <pubDate>Mon, 30 Jul 2012 16:27:06 +0200</pubDate>
  <description><![CDATA[Das erste Flex Release des Apache Flex Teams ist da! 

[attachment_7529]

Viel hat sich nicht getan (Release Liste) aber es freut uns zu sehen das seit der Übergabe von Adobe an die Apache Software Foundation, Flex vorangetrieben wird.]]></description>
  <content:encoded><![CDATA[Das erste Flex Release des Apache Flex Teams ist da! <br />
<br />
[attachment_7529]<br />
<br />
Viel hat sich nicht getan (<a href="http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/incubator/flex/4.8.0-incubating/RELEASE_NOTES" target="_blank">Release Liste</a>) aber es freut uns zu sehen das seit der Übergabe von Adobe an die Apache Software Foundation, Flex vorangetrieben wird.]]></content:encoded>
  <dc:creator>Sebastian Wichmann</dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/news_apache-flex-4-8-0-veroeffentlicht_1159.html</guid>
</item>

<item>
  <title><![CDATA[Frohe Weihnachten und ein guten Rutsch in das Jahr 2012]]></title>
  <link>http://www.flashhilfe.de/news_frohe-weihnachten-und-ein-guten-rutsch-in-das-jahr-2012_1158.html</link>
  <pubDate>Thu, 22 Dec 2011 22:58:14 +0100</pubDate>
  <description><![CDATA[Wir wünschen allen Besuchern von Flashhilfe.de ein frohes Weihnachtsfest und einen besonders guten Rutsch in das Jahr 2012.

[attachment_6926]

Euer Flashhilfe.de Team

Stefan Suter (springer)
Mario Bartlack (badskill)
Vincent Bosche (vindel)
Sebastian Wichmann (Sebastian)]]></description>
  <content:encoded><![CDATA[Wir wünschen allen Besuchern von Flashhilfe.de ein frohes Weihnachtsfest und einen besonders guten Rutsch in das Jahr 2012.<br />
<br />
[attachment_6926]<br />
<br />
Euer Flashhilfe.de Team<br />
<br />
Stefan Suter (springer)<br />
Mario Bartlack (badskill)<br />
Vincent Bosche (vindel)<br />
Sebastian Wichmann (Sebastian)]]></content:encoded>
  <dc:creator>Sebastian Wichmann</dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/news_frohe-weihnachten-und-ein-guten-rutsch-in-das-jahr-2012_1158.html</guid>
</item>

<item>
  <title><![CDATA[Adobe Tech Summit 2011 - Talks zum Thema Flash, Flex, AIR, Gaming und mehr]]></title>
  <link>http://www.flashhilfe.de/news_adobe-tech-summit-2011-talks-zum-thema-flash-flex-air-gaming-und-mehr_1157.html</link>
  <pubDate>Tue, 20 Sep 2011 18:41:44 +0200</pubDate>
  <description><![CDATA[Internationale Top Speaker und die wichtigsten Themen an einem Tag. 

[attachment_7353]
Das Beste frisch von der Adobe MAX. Das Neueste rund um Multiplattform-Entwicklung für u.a. iOS, Android und PlayBook. Die Wahrheit über HTML5 und die Flash Platform. Und:
HTML5-Tool Adobe Edge
Making of TheExpressiveWeb.com
3D Flash Gaming
OSMF und Premium Video
Firefox DevTools
u.v.m.

Workshops
Mehr als 8 Stunden hochwertiger kostenloser Coding-Workshops mit Top-Experten, unter anderem:
3h Flex-Crashkurs Multiplattform-Entwicklung für +5 Plattformen
Best Practices zur Flash Mobile App- und Spieleentwicklung
Multiplattform Screendesign
PHP-Backends für Flex-Apps
Mobile Apps mit HTML5, jQuery Mobile und PhoneGap
Streaming für alle Devices
u.v.m.

Veranstaltungsort
Am 28. Oktober 2011 im nhow in Berlin. 

Weitere Informationen und Anmeldung unter dem weiterführenden Link.]]></description>
  <content:encoded><![CDATA[Internationale Top Speaker und die wichtigsten Themen an einem Tag. <br />
<br />
[attachment_7353]<br />
Das Beste frisch von der Adobe MAX. Das Neueste rund um Multiplattform-Entwicklung für u.a. iOS, Android und PlayBook. Die Wahrheit über HTML5 und die Flash Platform. Und:<br />
<ul><li>HTML5-Tool Adobe Edge</li><br />
<li>Making of TheExpressiveWeb.com</li><br />
<li>3D Flash Gaming</li><br />
<li>OSMF und Premium Video</li><br />
<li>Firefox DevTools</li><br />
<li>u.v.m.</li></ul><br />
<br />
<strong>Workshops</strong><br />
Mehr als 8 Stunden hochwertiger kostenloser Coding-Workshops mit Top-Experten, unter anderem:<br />
<ul><li>3h Flex-Crashkurs Multiplattform-Entwicklung für +5 Plattformen</li><br />
<li>Best Practices zur Flash Mobile App- und Spieleentwicklung</li><br />
<li>Multiplattform Screendesign</li><br />
<li>PHP-Backends für Flex-Apps</li><br />
<li>Mobile Apps mit HTML5, jQuery Mobile und PhoneGap</li><br />
<li>Streaming für alle Devices</li><br />
<li>u.v.m.</li></ul><br />
<br />
<strong>Veranstaltungsort</strong><br />
Am 28. Oktober 2011 im nhow in Berlin. <br />
<br />
Weitere Informationen und Anmeldung unter dem weiterführenden Link.]]></content:encoded>
  <dc:creator>Sebastian Wichmann</dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/news_adobe-tech-summit-2011-talks-zum-thema-flash-flex-air-gaming-und-mehr_1157.html</guid>
</item>

<item>
  <title><![CDATA[Adobe eSeminars zu Mobile-Entwicklung mit Flash und HTML für iOS, Android und Blackberry]]></title>
  <link>http://www.flashhilfe.de/news_adobe-eseminars-zu-mobile-entwicklung-mit-flash-und-html-fuer-ios-android-und-blackberry_1156.html</link>
  <pubDate>Thu, 04 Aug 2011 16:49:05 +0200</pubDate>
  <description><![CDATA[Adobe bietet im August einige kostenlose Online Seminare zu folgenden Themen an:

[attachment_7289]

    08.08.2011 Montag   Mobile HTML-Apps für Android und iOS mit jQuery und PhoneGap entwickeln, testen und deployen Hier erfahren Sie, wie Sie Adobe® Dreamweaver® CS5.5 bei der Erstellung von HTML-basierenden Apps unterstützt und wie diese direkt auf mobile Endgeräte gebracht werden. Referenten: Anselm Hannemann und Andre Jay Meissner Anmeldung ›     &nbsp;     09.08.2011 Dienstag   Flash®-App für iOS, Android und Blackberry optimieren Erleben Sie konsistente und Plattformübergreifende App-Entwicklung für alle Markets aus einem etablierten Werkzeug - optimiert für Tablets und Smartphones. Referenten: Saban Ünlü und Andre Jay Meissner Anmeldung ›     &nbsp;     10.08.2011 Mittwoch   Video für Web und mobile Endgeräte encodieren und publizieren Die richtigen Tipps zu Einstellungen, Formaten, Presets, Player-Oberflächen, Cue-Points und das relevante ActionScript und HTML5/JS. Referenten: Sven Brencher und Andre Jay Meissner Anmeldung ›     &nbsp;     11.08.2011 Donnerstag   Massive Multiplayer Onlinegames mit der Flash Plattform entwickeln Rainer Reber ist Tech Director eines der größten deutschen Gamepublishers – und zeigt gemeinsam mit Andre Jay Meissner, wie die Flash Plattform und die Adobe Autorenwerkzeuge Blue Byte/Ubisoft dabei helfen, effizient und kreativ Spielekonzepte umzusetzen die Hunderttausende begeistern. Referenten: Rainer Reber und Andre Jay Meissner Anmeldung ›     &nbsp;     12.08.2011 Freitag   Komponentenbasierte Teamarbeit in der App-Entwicklung Wie Designer- und Entwicklerteams optimal und ohne Fallstricke mithilfe der CS Web Premium kooperieren. Und warum das Zeit, Geld und Nerven spart und auch noch Spaß macht! Referenten: Saban Ünlü Anmeldung ›    
Die Teilnehmerzahl ist begrenzt weswegen eine Anmeldung nötig ist.

Weitere Informationen findet ihr unter den weiterführend Link.

Wir wünschen allen Teilnehmern viel Spaß!]]></description>
  <content:encoded><![CDATA[Adobe bietet im August einige kostenlose Online Seminare zu folgenden Themen an:<br />
<br />
[attachment_7289]<br />
<br />
<table cellpadding="2" cellspacing="2" width="588.0"> <tbody> <tr> <td class="td1" valign="top"> <p class="p1"><b>08.08.2011<br /> </b>Montag</p> </td> <td class="td2" valign="top"> <p class="p1"><b>Mobile HTML-Apps für Android und iOS mit jQuery und PhoneGap entwickeln, testen und deployen<br /> </b>Hier erfahren Sie, wie Sie Adobe® Dreamweaver® CS5.5 bei der Erstellung von HTML-basierenden Apps unterstützt und wie diese direkt auf mobile Endgeräte gebracht werden.<b><br /> <i>Referenten: Anselm Hannemann und Andre Jay Meissner</i><br /> </b><a href="http://www.adobe-eseminars.de/signup-660.htm">Anmeldung ›</span></a></p> </td> </tr> <tr> <td class="td3" valign="top" colspan="2"> <p class="p2">&nbsp;</p> </td> </tr> <tr> <td class="td1" valign="top"> <p class="p1"><b>09.08.2011<br /> </b>Dienstag</p> </td> <td class="td2" valign="top"> <p class="p1"><b>Flash®-App für iOS, Android und Blackberry optimieren<br /> </b>Erleben Sie konsistente und Plattformübergreifende App-Entwicklung für alle Markets aus einem etablierten Werkzeug - optimiert für Tablets und Smartphones.<b><br /> <i>Referenten: Saban Ünlü und Andre Jay Meissner</i><br /> </b><a href="http://www.adobe-eseminars.de/signup-661.htm">Anmeldung ›</span></a></p> </td> </tr> <tr> <td class="td3" valign="top" colspan="2"> <p class="p2">&nbsp;</p> </td> </tr> <tr> <td class="td1" valign="top"> <p class="p1"><b>10.08.2011<br /> </b>Mittwoch</p> </td> <td class="td2" valign="top"> <p class="p1"><b>Video für Web und mobile Endgeräte encodieren und publizieren<br /> </b>Die richtigen Tipps zu Einstellungen, Formaten, Presets, Player-Oberflächen, Cue-Points und das relevante ActionScript und HTML5/JS.<br /> <b><i>Referenten: Sven Brencher und Andre Jay Meissner</i><br /> </b><a href="http://www.adobe-eseminars.de/signup-662.htm">Anmeldung ›</span></a></p> </td> </tr> <tr> <td class="td3" valign="top" colspan="2"> <p class="p2">&nbsp;</p> </td> </tr> <tr> <td class="td1" valign="top"> <p class="p1"><b>11.08.2011<br /> </b>Donnerstag</p> </td> <td class="td2" valign="top"> <p class="p1"><b>Massive Multiplayer Onlinegames mit der Flash Plattform entwickeln<br /> </b>Rainer Reber ist Tech Director eines der größten deutschen Gamepublishers – und zeigt gemeinsam mit Andre Jay Meissner, wie die Flash Plattform und die Adobe Autorenwerkzeuge Blue Byte/Ubisoft dabei helfen, effizient und kreativ Spielekonzepte umzusetzen die Hunderttausende begeistern.<br /> <b><i>Referenten: Rainer Reber und Andre Jay Meissner</i><br /> </b><a href="http://www.adobe-eseminars.de/signup-663.htm">Anmeldung ›</span></a></p> </td> </tr> <tr> <td class="td3" valign="top" colspan="2"> <p class="p2">&nbsp;</p> </td> </tr> <tr> <td class="td1" valign="top"> <p class="p1"><b>12.08.2011<br /> </b>Freitag</p> </td> <td class="td2" valign="top"> <p class="p1"><b>Komponentenbasierte Teamarbeit in der App-Entwicklung<br /> </b>Wie Designer- und Entwicklerteams optimal und ohne Fallstricke mithilfe der CS Web Premium kooperieren. Und warum das Zeit, Geld und Nerven spart und auch noch Spaß macht!<br /> <b><i>Referenten: Saban Ünlü</i><br /> </b><a href="http://www.adobe-eseminars.de/signup-664.htm">Anmeldung ›</span></a></p> </td> </tr> </tbody> </table><br />
</b></p>Die Teilnehmerzahl ist begrenzt weswegen eine Anmeldung nötig ist.<br />
<br />
Weitere Informationen findet ihr unter den weiterführend Link.<br />
<br />
Wir wünschen allen Teilnehmern viel Spaß!]]></content:encoded>
  <dc:creator>Sebastian Wichmann</dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/news_adobe-eseminars-zu-mobile-entwicklung-mit-flash-und-html-fuer-ios-android-und-blackberry_1156.html</guid>
</item>

<item>
  <title><![CDATA[Adobe veröffentlicht frühe Vorversion seines neuen HTML5-Webanimations- und interaktiven Designtools]]></title>
  <link>http://www.flashhilfe.de/news_adobe-veroeffentlicht-fruehe-vorversion-seines-neuen-html5-webanimations-und-interaktiven-designtools_1155.html</link>
  <pubDate>Mon, 01 Aug 2011 12:30:39 +0200</pubDate>
  <description><![CDATA[Entwickler-Community ist eingeladen, an der Finalisierung der Lösung mitzuarbeiten 

[attachment_7275]
München 01. August 2011 – Adobe Systems hat heute die erste öffentlich verfügbare Vorschau von Adobe® Edge angekündigt. Das neue Werkzeug für HTML5-Webanimation und interaktives Design unterstützt Webdesigner dabei, wie mit Flash® Professional erstellte Animationen zu erzeugen, die auf Standards wie HTML, JavaScript und CSS aufsetzen. Aufgrund der rasanten Entwicklungen rund um HTML5 hat sich Adobe entschlossen, für Adobe Edge ein offenes Entwicklungsmodell zu nutzen. Daher stellt Adobe die Software in den Adobe Labs bereits vor der Beta-Phase für den Entwicklungsprozess bereit. Auf diese Weise kann das Nutzerfeedback frühzeitig in die Finalisierung des Produkts einfließen. 

Während der Vorschauphase steht Adobe Edge Webdesignern kostenlos zum Download zur Verfügung. Sie haben die Möglichkeit, die neuen Funktionen zu testen und Rückmeldungen in künftige Versionen einzubringen. Die Software steht unter folgendem Link zum Download bereit: http://labs.adobe.com.

Webinhalte mit bekannten Standards erstellen

Adobe Edge wurde erstmals auf der Adobe MAX 2010 gezeigt. Die Software eignet sich für Designer, die nach einem effizienten Weg suchen, Webstandards wie HTML für animierte Web-Inhalte mit Bewegung und Überblendungen zu nutzen. Adobe Edge ist als schnelles und schlankes Werkzeug für professionelle Anwender konzipiert. Es ergänzt das Adobe-Portfolio für Webdesign und -publishing, wie Adobe Dreamweaver® CS5.5, Adobe Flash Professional CS5.5 sowie Adobe Flash® Builder® 4.5.

„Adobe hat im Laufe des vergangenen Jahres mehrere bedeutende Entwicklungen für HTML5 bereitgestellt: Unterstützung für jQuery, Code-Bereitstellung für WebKit sowie verbesserte HTML5-Ausgabe über die Creative Suite® 5.5“, so Paul Gubbay, Vice President of Design and Web Engineering bei Adobe. „Mit Adobe Edge bringen wir unsere HTML5-Werkzeuge auf eine neue Stufe und sind auf die wertvollen Rückmeldungen der Community im Laufe der nächsten Monate gespannt.“

Die Adobe Edge Vorschau arbeitet nativ mit HTML. Nutzer können auf diese Weise Bewegung zu existierenden HTML-Inhalten hinzufügen, ohne das Design CSS-basierter Layouts zu beeinträchtigen. Zudem ermöglicht die Software, visuell reichhaltige Inhalte mühelos von Grund auf zu erstellen. Dabei kommen bekannte Zeichentools zum Einsatz, die HTML-Elemente aus CSS3-Stilen erzeugen. Anwender können standardisierte Webgrafik-Assets wie beispielsweise SVG-, PNG-, JPG- und GIF–Dateien importieren und sie über CSS3 beeinflussen. Die Bühnendarstellung verwendet WebKit, um Design, Vorschau und Bearbeitung von Inhalten mit enormer Genauigkeit zu realisieren. Die innovative Zeitleistenfunktion ist Kreativen vertraut und bietet gleichzeitig eine hohe Produktivität für Animationen. Anwender können Bewegung für HTML-Elemente mit großer Präzision definieren und anpassen. Inhalte, die mit Edge erstellt wurden, lassen sich über alle aktuellen Browser abspielen, darunter auch auf den Browsern für Android, BlackBerry® PlayBook™, iOS, HP webOS und andere Smartphones sowie Firefox™, Google Chrome™, Safari™ und Internet Explorer 9™.

Die öffentliche Vorschauversion von Adobe Edge ist ab heute in den Adobe Labs als kostenloser Download verfügbar. Dabei sind alle Interessierten eingeladen zu testen, Bewegungen und Animationen zu ihren HTML-Workflows hinzuzufügen oder mit HTML-Animation ihr Leistungsangebot zu erweitern und ihr Feedback unter folgendem Link zu teilen: http://labs.adobe.com Die Adobe Edge Vorschau wird regelmäßig aktualisiert, sobald neue Funktionen ergänzt wurden. Des Weiteren präsentiert Adobe seit heute auf der neuen Website http://beta.theexpressiveweb.com/#!/welcome, die sich derzeit noch in der Beta-Phase befindet, HTML5- und CSS3 Features für die Erstellung modernster Web-Inhalte.]]></description>
  <content:encoded><![CDATA[Entwickler-Community ist eingeladen, an der Finalisierung der Lösung mitzuarbeiten <br />
<br />
[attachment_7275]<br />
München 01. August 2011 – Adobe Systems hat heute die erste öffentlich verfügbare Vorschau von Adobe® Edge angekündigt. Das neue Werkzeug für HTML5-Webanimation und interaktives Design unterstützt Webdesigner dabei, wie mit Flash® Professional erstellte Animationen zu erzeugen, die auf Standards wie HTML, JavaScript und CSS aufsetzen. Aufgrund der rasanten Entwicklungen rund um HTML5 hat sich Adobe entschlossen, für Adobe Edge ein offenes Entwicklungsmodell zu nutzen. Daher stellt Adobe die Software in den Adobe Labs bereits vor der Beta-Phase für den Entwicklungsprozess bereit. Auf diese Weise kann das Nutzerfeedback frühzeitig in die Finalisierung des Produkts einfließen. <br />
<br />
Während der Vorschauphase steht Adobe Edge Webdesignern kostenlos zum Download zur Verfügung. Sie haben die Möglichkeit, die neuen Funktionen zu testen und Rückmeldungen in künftige Versionen einzubringen. Die Software steht unter folgendem Link zum Download bereit: http://labs.adobe.com.<br />
<br />
Webinhalte mit bekannten Standards erstellen<br />
<br />
Adobe Edge wurde erstmals auf der Adobe MAX 2010 gezeigt. Die Software eignet sich für Designer, die nach einem effizienten Weg suchen, Webstandards wie HTML für animierte Web-Inhalte mit Bewegung und Überblendungen zu nutzen. Adobe Edge ist als schnelles und schlankes Werkzeug für professionelle Anwender konzipiert. Es ergänzt das Adobe-Portfolio für Webdesign und -publishing, wie Adobe Dreamweaver® CS5.5, Adobe Flash Professional CS5.5 sowie Adobe Flash® Builder® 4.5.<br />
<br />
„Adobe hat im Laufe des vergangenen Jahres mehrere bedeutende Entwicklungen für HTML5 bereitgestellt: Unterstützung für jQuery, Code-Bereitstellung für WebKit sowie verbesserte HTML5-Ausgabe über die Creative Suite® 5.5“, so Paul Gubbay, Vice President of Design and Web Engineering bei Adobe. „Mit Adobe Edge bringen wir unsere HTML5-Werkzeuge auf eine neue Stufe und sind auf die wertvollen Rückmeldungen der Community im Laufe der nächsten Monate gespannt.“<br />
<br />
Die Adobe Edge Vorschau arbeitet nativ mit HTML. Nutzer können auf diese Weise Bewegung zu existierenden HTML-Inhalten hinzufügen, ohne das Design CSS-basierter Layouts zu beeinträchtigen. Zudem ermöglicht die Software, visuell reichhaltige Inhalte mühelos von Grund auf zu erstellen. Dabei kommen bekannte Zeichentools zum Einsatz, die HTML-Elemente aus CSS3-Stilen erzeugen. Anwender können standardisierte Webgrafik-Assets wie beispielsweise SVG-, PNG-, JPG- und GIF–Dateien importieren und sie über CSS3 beeinflussen. Die Bühnendarstellung verwendet WebKit, um Design, Vorschau und Bearbeitung von Inhalten mit enormer Genauigkeit zu realisieren. Die innovative Zeitleistenfunktion ist Kreativen vertraut und bietet gleichzeitig eine hohe Produktivität für Animationen. Anwender können Bewegung für HTML-Elemente mit großer Präzision definieren und anpassen. Inhalte, die mit Edge erstellt wurden, lassen sich über alle aktuellen Browser abspielen, darunter auch auf den Browsern für Android, BlackBerry® PlayBook™, iOS, HP webOS und andere Smartphones sowie Firefox™, Google Chrome™, Safari™ und Internet Explorer 9™.<br />
<br />
Die öffentliche Vorschauversion von Adobe Edge ist ab heute in den Adobe Labs als kostenloser Download verfügbar. Dabei sind alle Interessierten eingeladen zu testen, Bewegungen und Animationen zu ihren HTML-Workflows hinzuzufügen oder mit HTML-Animation ihr Leistungsangebot zu erweitern und ihr Feedback unter folgendem Link zu teilen: http://labs.adobe.com Die Adobe Edge Vorschau wird regelmäßig aktualisiert, sobald neue Funktionen ergänzt wurden. Des Weiteren präsentiert Adobe seit heute auf der neuen Website http://beta.theexpressiveweb.com/#!/welcome, die sich derzeit noch in der Beta-Phase befindet, HTML5- und CSS3 Features für die Erstellung modernster Web-Inhalte.]]></content:encoded>
  <dc:creator>Sebastian Wichmann</dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/news_adobe-veroeffentlicht-fruehe-vorversion-seines-neuen-html5-webanimations-und-interaktiven-designtools_1155.html</guid>
</item>

<item>
  <title><![CDATA[Adobe Flash Player 11 und Adobe AIR 3 Beta veröffentlicht]]></title>
  <link>http://www.flashhilfe.de/news_adobe-flash-player-11-und-adobe-air-3-beta-veroeffentlicht_1154.html</link>
  <pubDate>Wed, 13 Jul 2011 21:00:41 +0200</pubDate>
  <description><![CDATA[Soeben wurde der Adobe Flash Player 11 Beta und Adobe AIR 3 Beta veröffentlicht.

[attachment_7016]
Die Neuerungen im Detail (Englisch):
Stage3D Accelerated Graphics Rendering — Stage3D ("Molehill") is a new architecture for hardware accelerated graphics rendering developed by Adobe. Stage3D provides a set of lowlevel APIs that enable advanced 2D/3D rendering capabilities across screens and devices (desktop, mobile, and TV). It gives 2D and 3D app and framework developers access to high performance GPU hardware acceleration, enabling the creation of new classes of rich, interactive experiences. Note: These pre-release builds include Flash Player and AIR desktop support; AIR for Android and iOS support will be enabled in a future pre-release build.Flash Access Content Protection Support for Mobile — Flash Access content protection support is now available on mobile devices. H.264/AVC Software Encoding for Cameras (desktop) — Stream high quailty video from your computer's camera with higher compression efficiency and industry-wide support, enabling both immersive real-time communications (e.g., video chat and video conferencing) and live video broadcasts.Native JSON (JavaScript Object Notation) Support — Allows ActionScript developers to take advantage of high performance native parsing and generation of JSON-formatted data. Developers can integrate existing data seamlessly into their projects.G.711 Audio Compression for Telephony — Support interoperability with legacy phone systems via the Flash Media Gateway (FMG) and other third-party clients (through the open RTMP protocol) without the need for transcoding.Garbage Collection Advice — Provides smoother, more responsive user experiences by allowing developers to provide hints (through System.pauseForGCIfCollectionImminent)  to optimize garbage collection scheduling.Cubic Bezier Curves — The Graphics.cubicCurveTo drawing API allows developers can easily create complex cubic Beziers without requiring custom ActionScript code.Secure Random Number Generator — Developers can now take advantage of cryptographically secure random number generation to build more secure algorithms and protocols.Protected HTTP Dynamic Streaming (HDS) and Flash Access Enhancements — Protected HTTP Dynamic Streaming (HDS) provides protection for streaming video across screens while eliminating the deployment complexity of a license server. New Flash Access content protection features include key rotation support, V3 license chaining, domain support, and enhanced output protection and device filtering.Socket Progress Events — Improve management of data transfer using the Socket class by providing a new property to determine the number of bytes remaining in the write buffer and a new event for when data is being sent to the network layer. The new APIs (Socket.bytesPending, Event.OutputProgressEvent) allow applications can easily track progress and provide responsive feedback.Native Text Input UI (mobile) — Mobile apps can now take advantage of the native text input controls on mobile platforms, including platform-specific user interaction behaviors such as magnification and text selection. Native text controls are available on Android, BlackBerry Tablet, and iOS operating systems.JPEG-XR support — Flash Player and AIR now include support for the JPEG-XR advanced image compression standard (International Standard ISO/IEC 29199-2). The computationally lightweight JPEG-XR format provides more efficient compression than JPEG, enables both lossy and lossless compression support, and adds support for alpha channel transparency.Enhanced high resolution bitmap support — BitmapData objects are no longer limited to a maximum resolution of 16 megapixels (16,777,215 pixels), and maximum bitmap width/height is no longer limited to 8,191 pixels, enabling the development of apps that utilize very large bitmaps.High efficiency SWF compression support — Developers can now take advantage of LZMA compression for their SWF files. LZMA compression can reduce SWF size by up to 40%, enabling users to benefit from richer experiences with shorter download times and reduced bandwidth consumption. Use Tinic's tool or a custom one to compress your SWF's.DisplayObjectContainer.removeChildren and MovieClip.isPlaying — DisplayObjectContainer now implements a removeChildren API allowing developers to quickly remove all of a container's children using a single API.New Features in Flash Player 11Native 64-bit Support (Flash Player desktop) — Take advantage of native support for 64-bit operating systems and 64-bit web browsers on Linux, Mac OS, and Windows.Asynchronous Bitmap Decoding (new for Flash Player) — Improve app responsiveness and deliver smoother animation by decoding images on initial load instead of on demand. Images are cached as needed.TLS Secure Sockets Support (new for Flash Player) — Enables secure communications for client/server applications.New Features in AIR 3Stage Video Hardware Acceleration (new for AIR) — Leverage hardware acceleration of the entire video pipeline to deliver efficient, best-in-class high-definition (HD) video playback experiences. Decrease processor usage and enable smoother video, reduced memory usage, and higher fidelity on mobile*, desktop, and TV devices (*supported on Android 3.1, BlackBerry Tablet OS, and iOS).]]></description>
  <content:encoded><![CDATA[Soeben wurde der <a href="http://labs.adobe.com/technologies/flashplatformruntimes/flashplayer11/" target="_blank">Adobe Flash Player 11 Beta</a> und <a href="http://labs.adobe.com/technologies/flashplatformruntimes/air3/" target="_blank">Adobe AIR 3 Beta</a> veröffentlicht.<br />
<br />
[attachment_7016]<br />
Die Neuerungen im Detail (Englisch):<br />
<ul><li><strong>Stage3D Accelerated Graphics Rendering</strong> — Stage3D ("Molehill") is a new architecture for hardware accelerated graphics rendering developed by Adobe. Stage3D provides a set of lowlevel APIs that enable advanced 2D/3D rendering capabilities across screens and devices (desktop, mobile, and TV). It gives 2D and 3D app and framework developers access to high performance GPU hardware acceleration, enabling the creation of new classes of rich, interactive experiences. Note: These pre-release builds include Flash Player and AIR desktop support; AIR for Android and iOS support will be enabled in a future pre-release build.</li></ul><ul><li><strong>Flash Access Content Protection Support for Mobile</strong> — Flash Access content protection support is now available on mobile devices. H.264/AVC Software Encoding for Cameras (desktop) — Stream high quailty video from your computer's camera with higher compression efficiency and industry-wide support, enabling both immersive real-time communications (e.g., video chat and video conferencing) and live video broadcasts.</li></ul><ul><li><strong>Native JSON (JavaScript Object Notation) Support</strong> — Allows ActionScript developers to take advantage of high performance native parsing and generation of JSON-formatted data. Developers can integrate existing data seamlessly into their projects.</li></ul><ul><li><strong>G.711 Audio Compression for Telephony</strong> — Support interoperability with legacy phone systems via the Flash Media Gateway (FMG) and other third-party clients (through the open RTMP protocol) without the need for transcoding.</li></ul><ul><li><strong>Garbage Collection Advice </strong>— Provides smoother, more responsive user experiences by allowing developers to provide hints (through System.pauseForGCIfCollectionImminent)  to optimize garbage collection scheduling.</li></ul><ul><li><strong>Cubic Bezier Curves</strong> — The Graphics.cubicCurveTo drawing API allows developers can easily create complex cubic Beziers without requiring custom ActionScript code.</li></ul><ul><li><strong>Secure Random Number Generator</strong> — Developers can now take advantage of cryptographically secure random number generation to build more secure algorithms and protocols.</li></ul><ul><li><strong>Protected HTTP Dynamic Streaming (HDS) and Flash Access Enhancements</strong> — Protected HTTP Dynamic Streaming (HDS) provides protection for streaming video across screens while eliminating the deployment complexity of a license server. New Flash Access content protection features include key rotation support, V3 license chaining, domain support, and enhanced output protection and device filtering.</li></ul><ul><li><strong>Socket Progress Events</strong> — Improve management of data transfer using the Socket class by providing a new property to determine the number of bytes remaining in the write buffer and a new event for when data is being sent to the network layer. The new APIs (Socket.bytesPending, Event.OutputProgressEvent) allow applications can easily track progress and provide responsive feedback.</li></ul><ul><li><strong>Native Text Input UI (mobile)</strong> — Mobile apps can now take advantage of the native text input controls on mobile platforms, including platform-specific user interaction behaviors such as magnification and text selection. Native text controls are available on Android, BlackBerry Tablet, and iOS operating systems.</li></ul><ul><li><strong>JPEG-XR support</strong> — Flash Player and AIR now include support for the JPEG-XR advanced image compression standard (International Standard ISO/IEC 29199-2). The computationally lightweight JPEG-XR format provides more efficient compression than JPEG, enables both lossy and lossless compression support, and adds support for alpha channel transparency.</li></ul><ul><li><strong>Enhanced high resolution bitmap support</strong> — BitmapData objects are no longer limited to a maximum resolution of 16 megapixels (16,777,215 pixels), and maximum bitmap width/height is no longer limited to 8,191 pixels, enabling the development of apps that utilize very large bitmaps.</li></ul><ul><li><strong>High efficiency SWF compression support</strong> — Developers can now take advantage of LZMA compression for their SWF files. LZMA compression can reduce SWF size by up to 40%, enabling users to benefit from richer experiences with shorter download times and reduced bandwidth consumption. Use <a title="LZMA compression tool" href="http://blog.kaourantin.net/?p=124" target="_blank">Tinic's tool</a> or a custom one to compress your SWF's.</li></ul><ul><li><strong>DisplayObjectContainer.removeChildren and MovieClip.isPlaying</strong> — DisplayObjectContainer now implements a removeChildren API allowing developers to quickly remove all of a container's children using a single API.</li></ul><p>New Features in Flash Player 11</p><ul><li><strong>Native 64-bit Support (Flash Player desktop)</strong> — Take advantage of native support for 64-bit operating systems and 64-bit web browsers on Linux, Mac OS, and Windows.</li><li><strong>Asynchronous Bitmap Decoding (new for Flash Player)</strong> — Improve app responsiveness and deliver smoother animation by decoding images on initial load instead of on demand. Images are cached as needed.</li><li><strong>TLS Secure Sockets Support (new for Flash Player)</strong> — Enables secure communications for client/server applications.</li></ul><p>New Features in AIR 3</p><ul><li><strong>Stage Video Hardware Acceleration (new for AIR) </strong>— Leverage hardware acceleration of the entire video pipeline to deliver efficient, best-in-class high-definition (HD) video playback experiences. Decrease processor usage and enable smoother video, reduced memory usage, and higher fidelity on mobile*, desktop, and TV devices (*supported on Android 3.1, BlackBerry Tablet OS, and iOS).</li></ul>]]></content:encoded>
  <dc:creator>Sebastian Wichmann</dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/news_adobe-flash-player-11-und-adobe-air-3-beta-veroeffentlicht_1154.html</guid>
</item>

<item>
  <title><![CDATA[Adobe Mobile Challenge - Mit Flash, Flex: iOS, Android und Blackberry Apps entwickeln]]></title>
  <link>http://www.flashhilfe.de/news_adobe-mobile-challenge-mit-flash-flex-ios-android-und-blackberry-apps-entwickeln_1153.html</link>
  <pubDate>Wed, 06 Jul 2011 11:15:34 +0200</pubDate>
  <description><![CDATA[Bis zum 1. September eine App für Android, iOS und Blackberry entwickeln und einen der Preise gewinnen!

[attachment_7223]
Mit Adobe Flex 4.5.1 ist es erstmals möglich, Apps für die drei großen mobilen Plattformen Apple iOS, Google Android und Blackberry TabletOS aus ein und dergleichen Codebase zu entwickeln - mittels Adobe AIR, auf Basis von ActionScript 3 oder dem Flex 4.5.1 Framework.

Adobe ruft deshalb zur Europaweiten Adobe Mobile Challenge auf und lobt wahrlich großartige Preise aus.

Die besten Apps gewinnen, unter anderem winkt dem Sieger eine Reise zur Adobe MAX im Oktober 2011, inklusive Flug und Übernachtung!

Weitere Sachpreise sowie spezielle Kategorien werden ausgezeichnet, darunter Preise für

User Experience/DesignApplication ArchitectureNeuigkeitsgrad/InnovationNützlichkeit für den Benutzer.Der Gewinner fliegt nach L.A. zur Adobe MAX und es warten weitere Sachpreise sowie weltweite Aufmerksamkeit auf der Adobe Bühne.

Alle weiteren Infos und die offiziellen Teilnahmebedingungen gibt es auf der Challenge-Website unter dem weiterführenden Link.]]></description>
  <content:encoded><![CDATA[Bis zum 1. September eine App für Android, iOS und Blackberry entwickeln und einen der Preise gewinnen!<br />
<br />
[attachment_7223]<br />
Mit Adobe Flex 4.5.1 ist es erstmals möglich, Apps für die drei großen mobilen Plattformen Apple iOS, Google Android und Blackberry TabletOS aus ein und dergleichen Codebase zu entwickeln - mittels Adobe AIR, auf Basis von ActionScript 3 oder dem Flex 4.5.1 Framework.<br />
<br />
Adobe ruft deshalb zur Europaweiten Adobe Mobile Challenge auf und lobt wahrlich großartige Preise aus.<br />
<br />
Die besten Apps gewinnen, unter anderem winkt dem Sieger eine Reise zur Adobe MAX im Oktober 2011, inklusive Flug und Übernachtung!<br />
<br />
Weitere Sachpreise sowie spezielle Kategorien werden ausgezeichnet, darunter Preise für<br />
<br />
<ul><li>User Experience/Design</li><li>Application Architecture</li><li>Neuigkeitsgrad/Innovation</li><li>Nützlichkeit für den Benutzer.</li></ul>Der Gewinner fliegt nach L.A. zur Adobe MAX und es warten weitere Sachpreise sowie weltweite Aufmerksamkeit auf der Adobe Bühne.<br />
<br />
Alle weiteren Infos und die offiziellen Teilnahmebedingungen gibt es auf der Challenge-Website unter dem weiterführenden Link.]]></content:encoded>
  <dc:creator>Sebastian Wichmann</dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/news_adobe-mobile-challenge-mit-flash-flex-ios-android-und-blackberry-apps-entwickeln_1153.html</guid>
</item>

<item>
  <title><![CDATA["Get ahead of the game" - PlayBook Live-Event für (Adobe AIR) Entwickler]]></title>
  <link>http://www.flashhilfe.de/news_get-ahead-of-the-game-playbook-live-event-fuer-adobe-air-entwickler_1152.html</link>
  <pubDate>Mon, 04 Jul 2011 20:59:20 +0200</pubDate>
  <description><![CDATA[Am 28 Juli findet in Köln der einzige Tour-Stopp der BlackBerry PlayBook Presentation in Deutschland statt. 

[attachment_7222]
Interessant ist das BlackBerry PlayBook vor allem für Adobe AIR Entwickler da sich auf dem PlayBook AIR-Applikationen ausführen lassen. 

Für Adobe AIR / Flex Entwickler interessante Vorträge sind
Integrate the BlackBerry Playbook into your Multi-Screen Strategy (Adobe)Designing better BlackBerry® PlayBook™ Tablet Apps (RIM and Adobe)
Die Teilnahme am Event ist kostenlos und auf 200 Teilnehmer begrenzt.

Veranstaltungsdetails
28. Juli 2011
09.30 bis 14.00 Uhr

Radisson Blu Hotel 
Messe Kreisel 3
50679 Köln]]></description>
  <content:encoded><![CDATA[Am 28 Juli findet in Köln der einzige Tour-Stopp der BlackBerry PlayBook Presentation in Deutschland statt. <br />
<br />
[attachment_7222]<br />
Interessant ist das BlackBerry PlayBook vor allem für Adobe AIR Entwickler da sich auf dem PlayBook AIR-Applikationen ausführen lassen. <br />
<br />
<b>Für Adobe AIR / Flex Entwickler interessante Vorträge sind</b><br />
<ul><li>Integrate the BlackBerry Playbook into your Multi-Screen Strategy (Adobe)</li><li>Designing better BlackBerry® PlayBook™ Tablet Apps (RIM and Adobe)</li></ul><br />
Die Teilnahme am Event ist kostenlos und auf 200 Teilnehmer begrenzt.<br />
<br />
<b>Veranstaltungsdetails</b><br />
28. Juli 2011<br />
09.30 bis 14.00 Uhr<br />
<br />
Radisson Blu Hotel <br />
Messe Kreisel 3<br />
50679 Köln]]></content:encoded>
  <dc:creator>Sebastian Wichmann</dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/news_get-ahead-of-the-game-playbook-live-event-fuer-adobe-air-entwickler_1152.html</guid>
</item>

<item>
  <title><![CDATA[Einführung in die Mobile Entwicklung mit Flex 4.5]]></title>
  <link>http://www.flashhilfe.de/news_einfuehrung-in-die-mobile-entwicklung-mit-flex-4-5_1151.html</link>
  <pubDate>Fri, 01 Jul 2011 11:57:33 +0200</pubDate>
  <description><![CDATA[Mit dem kürzlich veröffentlichen Update Flex 4.5.1 hat man nun als Flex-Entwickler die Möglichkeit Anwendungen für 5 verschiedene Plattformen zu entwickeln. 

[attachment_7217]
Frank Milde stellt in diesem Vortrag den Workflow mit Flash Builder 4.5 vor. Dabei werden die Konzepte und Besonderheiten von Flex Mobile Applications vorgestellt und erklärt.Im Anschluss an die theoretischen Einführung wird in einer Livecoding Session eine simple Mobile Anwendung erstellt und auf einem Android Gerät getestet und deployed.

BIO: Frank Milde beschäftigt sich seit über 10 Jahren mit der Flashplattform. Zurzeit ist er bei der KORION Simulation Software Training GmbH als Softwarearchitekt und als Consultant in diversen Werbeagenturen im Raum Stuttgart tätig

Veranstaltungstermin: 
Dienstag, den 05.07.2011 um 19:00 Uhr (Einlass 18:30 Uhr)

Location:
reppa.net GmbH
Widenmayerstr. 46a
80538 München

Die Teilnahme ist kostenlos und auf 25 Teilnehmer begrenzt!]]></description>
  <content:encoded><![CDATA[Mit dem kürzlich veröffentlichen Update Flex 4.5.1 hat man nun als Flex-Entwickler die Möglichkeit Anwendungen für 5 verschiedene Plattformen zu entwickeln. <br />
<br />
[attachment_7217]<br />
Frank Milde stellt in diesem Vortrag den Workflow mit Flash Builder 4.5 vor. Dabei werden die Konzepte und Besonderheiten von Flex Mobile Applications vorgestellt und erklärt.Im Anschluss an die theoretischen Einführung wird in einer Livecoding Session eine simple Mobile Anwendung erstellt und auf einem Android Gerät getestet und deployed.<br />
<br />
BIO: Frank Milde beschäftigt sich seit über 10 Jahren mit der Flashplattform. Zurzeit ist er bei der KORION Simulation Software Training GmbH als Softwarearchitekt und als Consultant in diversen Werbeagenturen im Raum Stuttgart tätig<br />
<br />
<strong>Veranstaltungstermin: </strong><br />
Dienstag, den 05.07.2011 um 19:00 Uhr (Einlass 18:30 Uhr)<br />
<br />
<strong>Location:</strong><br />
reppa.net GmbH<br />
Widenmayerstr. 46a<br />
80538 München<br />
<br />
<strong>Die Teilnahme ist kostenlos und auf 25 Teilnehmer begrenzt!</strong>]]></content:encoded>
  <dc:creator>Sebastian Wichmann</dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/news_einfuehrung-in-die-mobile-entwicklung-mit-flex-4-5_1151.html</guid>
</item>

<item>
  <title><![CDATA[Neues Tutorial "Systeminformationen auslesen" veröffentlicht]]></title>
  <link>http://www.flashhilfe.de/news_neues-tutorial-systeminformationen-auslesen-veroeffentlicht_1150.html</link>
  <pubDate>Fri, 03 Jun 2011 23:52:03 +0200</pubDate>
  <description><![CDATA[Ein neues Tutorial wurde im Download Bereich veröffentlicht.

[attachment_7197]
Tutorial:
"Systeminformationen auslesen" von stealth_axg.

Beschreibung:
Hallo Flash-Gemeinde,
dieses Beispiel zeigt die Verwendung der "Capabilities"-Klasse. Es werden Informationen über das Clientsystem ausgegeben. Weitere Eigenschaften findet ihr in der API: http://help.adobe.com/de_DE/AS3LCR/Flash_10.0/flash/system/Capabilities.html

viele grüße 
stealth_axg]]></description>
  <content:encoded><![CDATA[Ein neues Tutorial wurde im Download Bereich veröffentlicht.<br />
<br />
[attachment_7197]<br />
<b>Tutorial:</b><br />
"Systeminformationen auslesen" von <a href="/forum/user/stealth_axg.html">stealth_axg</a>.<br />
<br />
<b>Beschreibung:</b><br />
Hallo Flash-Gemeinde,<br />
dieses Beispiel zeigt die Verwendung der "Capabilities"-Klasse. Es werden Informationen über das Clientsystem ausgegeben. Weitere Eigenschaften findet ihr in der API: http://help.adobe.com/de_DE/AS3LCR/Flash_10.0/flash/system/Capabilities.html<br />
<br />
viele grüße <br />
stealth_axg]]></content:encoded>
  <dc:creator>Sebastian Wichmann</dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/news_neues-tutorial-systeminformationen-auslesen-veroeffentlicht_1150.html</guid>
</item>

<item>
  <title><![CDATA[Realaxy (RASE) ActionScript Editor Beta 10 verfügbar]]></title>
  <link>http://www.flashhilfe.de/news_realaxy-rase-actionscript-editor-beta-10-verfuegbar_1149.html</link>
  <pubDate>Sun, 29 May 2011 14:38:32 +0200</pubDate>
  <description><![CDATA[Lange war es Still um den ActionScript Editor Realaxy. Nun tut sich wieder etwas und Realaxy ist in der Beta Version 10 mit ein paar neuen Features und einigen Bugfixes erschienen.

[attachment_6845]
Laut damaliger Roadmap, wir berichteten, war bereits zum Ende Oktober 2010 eine Release Version 1.0 geplant. Auf der Roadmap von RASE steht leider nach wie vor das eine Version 1.0 zum Jahresende von 2010 geplant ist. Wir sind deswegen sehr gespannt wie die Entwicklung weiter geht.

Eine Liste aller Neuerungen gibt es unter dem weiterführenden Link.]]></description>
  <content:encoded><![CDATA[Lange war es Still um den ActionScript Editor Realaxy. Nun tut sich wieder etwas und Realaxy ist in der Beta Version 10 mit ein paar neuen Features und einigen Bugfixes erschienen.<br />
<br />
[attachment_6845]<br />
Laut damaliger Roadmap, <a href="http://www.flashhilfe.de/news_realaxy-rase-actionscript-editor-beta-8-verfuegbar_1133.html">wir berichteten</a>, war bereits zum Ende Oktober 2010 eine Release Version 1.0 geplant. Auf der Roadmap von RASE steht leider nach wie vor das eine Version 1.0 zum Jahresende von 2010 geplant ist. Wir sind deswegen sehr gespannt wie die Entwicklung weiter geht.<br />
<br />
Eine Liste aller Neuerungen gibt es unter dem weiterführenden Link.]]></content:encoded>
  <dc:creator>Sebastian Wichmann</dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/news_realaxy-rase-actionscript-editor-beta-10-verfuegbar_1149.html</guid>
</item>

<item>
  <title><![CDATA[Adobe Flash Player 10.3 für Desktop und Android veröffentlicht]]></title>
  <link>http://www.flashhilfe.de/news_adobe-flash-player-10-3-fuer-desktop-und-android-veroeffentlicht_1148.html</link>
  <pubDate>Fri, 13 May 2011 00:31:39 +0200</pubDate>
  <description><![CDATA[Der Adobe Flash Player steht nun für Desktop und Android-Geräten in der Version 10.3 zu Verfügung.

[attachment_6887]
Die Features der neuen Version im Überblick:

- Media Measurement (nur für Desktop) bietet, in Verbindung mit Adobe SiteCatalyst, Video-Analyse-Daten die mit lediglich zwei Zeilen Code implementiert werden können.

- Acoustic Echo Cancellation (AEC) (nur für Desktop) verbessert die Sprachqualität von VoIP und Voice-Chats Anwendungen

- Browser-Privacy-Einstellungen Der Flash Player 10.3 ermöglicht es den lokalen Flashspeicher (SharedObject / Flash Cookies) direkt über den Browser löschen zu können. Außerdem können zukünftig die Flash-Sicherheits Einstellungen direkt über den Browser geändert werden.

- Auto-Update Benachrichtigung in Mac OS

Details und weitere Informationen gibt es in den Flash Player 10.3 Release Notes von Adobe nachzulesen.]]></description>
  <content:encoded><![CDATA[Der Adobe Flash Player steht nun für Desktop und Android-Geräten in der Version 10.3 zu Verfügung.<br />
<br />
[attachment_6887]<br />
Die Features der neuen Version im Überblick:<br />
<br />
- <a href="http://kb2.adobe.com/cps/901/cpsid_90194.html#main_media_measurement" target="_blank"><b>Media Measurement</b></a> (nur für Desktop) bietet, in Verbindung mit Adobe SiteCatalyst, Video-Analyse-Daten die mit lediglich zwei Zeilen Code implementiert werden können.<br />
<br />
- <a href="http://kb2.adobe.com/cps/901/cpsid_90194.html#main_acoustic_echo_cancellation" target="_blank"><b>Acoustic Echo Cancellation (AEC)</b></a> (nur für Desktop) verbessert die Sprachqualität von VoIP und Voice-Chats Anwendungen<br />
<br />
- <a href="http://kb2.adobe.com/cps/901/cpsid_90194.html#main_lso"><b>Browser-Privacy-Einstellungen</b></a> Der Flash Player 10.3 ermöglicht es den lokalen Flashspeicher (SharedObject / Flash Cookies) direkt über den Browser löschen zu können. Außerdem können zukünftig die Flash-Sicherheits Einstellungen direkt über den Browser geändert werden.<br />
<br />
- <a href="http://kb2.adobe.com/cps/901/cpsid_90194.html#main_autoupdate_mac" target="_blank"><b>Auto-Update Benachrichtigung in Mac OS</b></a><br />
<br />
Details und weitere Informationen gibt es in den <a href="http://kb2.adobe.com/cps/901/cpsid_90194.html" target="_blank">Flash Player 10.3 Release Notes</a> von Adobe nachzulesen.]]></content:encoded>
  <dc:creator>Sebastian Wichmann</dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/news_adobe-flash-player-10-3-fuer-desktop-und-android-veroeffentlicht_1148.html</guid>
</item>

<item>
  <title><![CDATA[Flex UG Vortrag: Medienkomposition mit OSMF]]></title>
  <link>http://www.flashhilfe.de/news_flex-ug-vortrag-medienkomposition-mit-osmf_1147.html</link>
  <pubDate>Fri, 04 Mar 2011 16:02:44 +0100</pubDate>
  <description><![CDATA[Mit dem Open Source Media Framework (OSMF) stellt Adobe ein mächtiges Framework zur Programmierung von Medien bereit. Es eignet sich hervorragend von der einfachen Medienwiedergabe bis hin zur komplexen Medienkomposition. In diesem Vortrag lernst Du die Funktionsweise und das Konzept von OSMF kennen. Im Praxisteil entwickeln wir dann einen einfachen Videoplayer, der Stück für Stück um weitere Funktionalitäten zu einer komplexen Medienkomposition erweitert wird. Du erfährst u.a., wie man Streaming Media einsetzt, und was man tun muss, um Stage Video (ab Flash-Player 10.2) zu verwenden.
Die Session eignet sich sowohl für Ein-/ Umsteiger (Grundwissen in AS3 und Flex) als auch fortgeschrittene Programmierer, die das OSMF kennen lernen wollen.

[attachment_6857]

Stefan Dosch ist mit Liquidlounge seit über 10 Jahren als selbstständiger Multimediadesigner tätig. Flash begleitete ihn seit Version 3 vom reinen Animationswerkzeug bis hin zum heutigen Entwicklungsframework zum Erstellen von Rich Internet Applications. 

Veranstaltungstermin:
Dienstag, den 29.03.11 um 19:00 Uhr (Einlass 18:30 Uhr)

Location:
reppa.net GmbH
Widenmayerstr. 46a
80538 München

Die Teilnahme ist kostenlos und auf 25 Teilnehmer begrenzt!]]></description>
  <content:encoded><![CDATA[Mit dem Open Source Media Framework (OSMF) stellt Adobe ein mächtiges Framework zur Programmierung von Medien bereit. Es eignet sich hervorragend von der einfachen Medienwiedergabe bis hin zur komplexen Medienkomposition. In diesem Vortrag lernst Du die Funktionsweise und das Konzept von OSMF kennen. Im Praxisteil entwickeln wir dann einen einfachen Videoplayer, der Stück für Stück um weitere Funktionalitäten zu einer komplexen Medienkomposition erweitert wird. Du erfährst u.a., wie man Streaming Media einsetzt, und was man tun muss, um Stage Video (ab Flash-Player 10.2) zu verwenden.<br />
Die Session eignet sich sowohl für Ein-/ Umsteiger (Grundwissen in AS3 und Flex) als auch fortgeschrittene Programmierer, die das OSMF kennen lernen wollen.<br />
<br />
[attachment_6857]<br />
<br />
Stefan Dosch ist mit <a href="http://liquidlounge.de">Liquidlounge</a> seit über 10 Jahren als selbstständiger Multimediadesigner tätig. Flash begleitete ihn seit Version 3 vom reinen Animationswerkzeug bis hin zum heutigen Entwicklungsframework zum Erstellen von Rich Internet Applications. <br />
<br />
<b>Veranstaltungstermin:</b><br />
Dienstag, den 29.03.11 um 19:00 Uhr (Einlass 18:30 Uhr)<br />
<br />
<b>Location:</b><br />
reppa.net GmbH<br />
Widenmayerstr. 46a<br />
80538 München<br />
<br />
<b>Die Teilnahme ist kostenlos und auf 25 Teilnehmer begrenzt!</b>]]></content:encoded>
  <dc:creator>Sebastian Wichmann</dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/news_flex-ug-vortrag-medienkomposition-mit-osmf_1147.html</guid>
</item>

</channel>
</rss>
