[svn:fx-trunk] 12367: Added deprecation warning for the use of SVG.

Revision: 12367
Revision: 12367
Author:   [email protected]
Date:     2009-12-02 08:30:21 -0800 (Wed, 02 Dec 2009)
Log Message:
Added deprecation warning for the use of SVG.
QE notes: None
Doc notes: None
Bugs: SDK-24392
Reviewer: Paul
Tests run: SVG test cases.
Is noteworthy for integration: No
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-24392
Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/media/SVGTranscoder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties

Similar Messages

  • [svn:fx-trunk] 12985: Add metadata. xml for the SWC themes so that if Builder imports them they have nice names , etc.

    Revision: 12985
    Revision: 12985
    Author:   [email protected]
    Date:     2009-12-15 23:20:44 -0800 (Tue, 15 Dec 2009)
    Log Message:
    Add metadata.xml for the SWC themes so that if Builder imports them they have nice names, etc.  These need to be updated by the Builder team if we end up changing how sourceLocation works, etc.  Also would be good if we added metadata.xml for the CSS versions.
    Modified Paths:
        flex/sdk/trunk/samples/themes/arcade/build.xml
        flex/sdk/trunk/samples/themes/cobalt/build.xml
        flex/sdk/trunk/samples/themes/graphite/build.xml
        flex/sdk/trunk/samples/themes/zen/build.xml
    Added Paths:
        flex/sdk/trunk/samples/themes/arcade/src/metadata.xml
        flex/sdk/trunk/samples/themes/cobalt/src/metadata.xml
        flex/sdk/trunk/samples/themes/graphite/src/metadata.xml
        flex/sdk/trunk/samples/themes/zen/src/metadata.xml

    Note the last paragraph in the original post which explains how Flickr handles resolution changes without breaking the rectangles. Perhaps a more straightforward approach would be to store both the rectangle coordinates for each rectangle AND the image's width and height at the time the rectangles were created. Then if the image is scaled, the rectangles can be scaled accordingly. For example, if a rectangle is at x=100,y=200,w=50,h=70, the "original dimensions" are 1000x2000, and the image's current dimensions are 500x1000, then an application could assume the image has been scaled down by (500/1000=) 0.50, and so the x,y,w,h of each rectangle could also be multiplied by 0.50 (x=50,y=100,w=25,h=35). I'd recommend storing floating-point values so that multiple scalings don't make the rectangles "creep".
    Of course, it is possible that really the image was cropped rather than scaled, but fairly unlikely you would happen to crop it the same percent in both directions. Even if an image is cropped, someone could manually repair the rectangles by sliding and scaling them until the fit back on the faces (unless most of the faces were cropped off).
    A rectangle-aware application could scale and translate the rectangles during a crop or scaling operation, but other applications could still survive scaling if they at least preserve the XMP tags as-is.

  • [svn:fx-trunk] 5353: * Added compiler error for Halo Navigators containing non-Containers

    Revision: 5353
    Author: [email protected]
    Date: 2009-03-17 12:59:06 -0700 (Tue, 17 Mar 2009)
    Log Message:
    * Added compiler error for Halo Navigators containing non-Containers
    as their first level child.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-19317
    API Change: NO
    Reviewer: Pete F.
    Code-level description of changes:
    compiler/mxml/lang/StandardDefs.java
    Added getContainerPackage(), isHaloNavigator(), CLASS_VIEWSTACK,
    CLASS_ACCORDION, and PACKAGE_MX_CONTAINERS.
    compiler/mxml/builder/ComponentBuilder.java
    Modified
    ComponentBuilder.ComponentAttributeHandler.nestedDeclaration() to
    report an error if a non-container is declared as a child of a
    Halo navigator.
    compiler_en.properties
    Added HaloNavigatorsRequireHaloContainerChildren message.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19317
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties

  • [svn:fx-trunk] 11169: Adding placeholder ASDoc for release engineering to build a resource bundle to accompany playerglobal .swc.

    Revision: 11169
    Author:   [email protected]
    Date:     2009-10-26 15:22:16 -0700 (Mon, 26 Oct 2009)
    Log Message:
    Adding placeholder ASDoc for release engineering to build a resource bundle to accompany playerglobal.swc.
    QE notes: N/A
    Doc notes: N/A
    Bugs: N/A
    Reviewer: David Z
    Tests run: N/A
    Is noteworthy for integration: No
    Added Paths:
        flex/sdk/trunk/frameworks/projects/playerglobal/
        flex/sdk/trunk/frameworks/projects/playerglobal/build.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/__Global__.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/air.net.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/air.update.events.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/air.update.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.accessibility.xm l
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.data.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.desktop.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.display.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.errors.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.events.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.external.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.filesystem.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.filters.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.geom.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.html.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.media.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.net.drm.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.net.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.printing.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.profiler.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.sampler.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.security.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.system.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.text.engine.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.text.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.ui.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.utils.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.xml.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/packages.dita
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/packages.dita.xml
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/empty.properties
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/
        flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/
        flex/sdk/trunk/frameworks/projects/playerglobal/src/
        flex/sdk/trunk/frameworks/projects/playerglobal/src/Empty.as

    Thats good news.

  • [svn:fx-trunk] 13517: Added qtp_air_rb.swc for other locales

    Revision: 13517
    Revision: 13517
    Author:   [email protected]
    Date:     2010-01-14 20:52:56 -0800 (Thu, 14 Jan 2010)
    Log Message:
    Added qtp_air_rb.swc for other locales
    Modified Paths:
        flex/sdk/trunk/frameworks/locale/en_US/qtp_air_rb.swc
    Added Paths:
        flex/sdk/trunk/frameworks/locale/da_DK/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/de_DE/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/es_ES/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/fi_FI/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/fr_FR/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/it_IT/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/ja_JP/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/ko_KR/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/nb_NO/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/nl_NL/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/pt_BR/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/ru_RU/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/sv_SE/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/zh_CN/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/zh_tw/qtp_air_rb.swc

    Thats good news.

  • [svn:fx-trunk] 5052: Fix [Deprecated] link for ASDoc - Take II

    Revision: 5052
    Author: [email protected]
    Date: 2009-02-24 06:38:26 -0800 (Tue, 24 Feb 2009)
    Log Message:
    Fix [Deprecated] link for ASDoc - Take II
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradientStroke.as

  • [svn:fx-trunk] 5051: Fix [Deprecated] link for ASDoc

    Revision: 5051
    Author: [email protected]
    Date: 2009-02-24 04:54:14 -0800 (Tue, 24 Feb 2009)
    Log Message:
    Fix [Deprecated] link for ASDoc
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradientStroke.as

  • [svn:fx-trunk] 5269: Remove style metadata for the non-inheriting verticalAlign, paddingLeft, paddingTop, paddingRight, paddingBottom styles.

    Revision: 5269
    Author: [email protected]
    Date: 2009-03-12 11:35:42 -0700 (Thu, 12 Mar 2009)
    Log Message:
    Remove style metadata for the non-inheriting verticalAlign, paddingLeft, paddingTop, paddingRight, paddingBottom styles.
    QE Notes: None
    Doc Notes:
    Bugs: None
    Reviewer: None
    tests: checkintests, mustella
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/TextView.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/TextBox.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/TextGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/BasicTextLayoutFormatStyl es.as
    Added Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/NonInheritingTextLayoutFo rmatStyles.as

    Anyone able to help?

  • [svn:bz-trunk] 21292: Fix BLZ-639 - avoid the use of "==" when comparing strings.

    Revision: 21292
    Revision: 21292
    Author:   [email protected]
    Date:     2011-05-25 12:09:39 -0700 (Wed, 25 May 2011)
    Log Message:
    Fix BLZ-639 - avoid the use of "==" when comparing strings.  Just check for null explicitly.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-639
    Modified Paths:
        blazeds/trunk/modules/common/src/flex/messaging/config/ClientConfiguration.java

    Adobe has donated BlazeDS to the Apache Flex community, and the source code is hosted on the Apache Flex website in a GIT repository.
    http://flex.apache.org/dev-sourcecode.html

  • [svn:fx-trunk] 11454: ASyncList class ASDoc change: added explicit warning about the lack of support for re-inserting pending items .

    Revision: 11454
    Author:   [email protected]
    Date:     2009-11-04 18:17:33 -0800 (Wed, 04 Nov 2009)
    Log Message:
    ASyncList class ASDoc change: added explicit warning about the lack of support for re-inserting pending items.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run:
    Is noteworthy for integration:
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/AsyncListView.as

  • [svn:osmf:] 10706: Adding readme file for the MAST sample.

    Revision: 10706
    Author:   [email protected]
    Date:     2009-09-29 17:38:56 -0700 (Tue, 29 Sep 2009)
    Log Message:
    Adding readme file for the MAST sample.
    Added Paths:
        osmf/trunk/apps/samples/plugins/MASTSample/readme.txt

    Hi Jason,
    You might want to check this thread: http://forums.adobe.com/message/3254112 (or http://forums.adobe.com/thread/745538)
    As you can see there, it's possible to get the video bitmap data from the Video object directly. You don't need the content to be delivered using HTTP Streaming for this. You should be able to use 3D Papervision together a similar snippet.
    You can get the raw data from a HTTP Stream too, if you need the raw data anyway. Check this thread for details: http://forums.adobe.com/thread/709470?tstart=60
    Hope this helps,
    -Andrian

  • [svn:osmf:] 11200: Adding readme.txt for the CuePointSample app.

    Revision: 11200
    Author:   [email protected]
    Date:     2009-10-27 14:11:04 -0700 (Tue, 27 Oct 2009)
    Log Message:
    Adding readme.txt for the CuePointSample app.
    Added Paths:
        osmf/trunk/apps/samples/framework/CuePointSample/readme.txt

    Thanks to some help from another forum...here is the (simplified) code in case anyone needs it
    // create a container and add it to the Display List
    container = new MediaContainer  ;
    addChild(container);
    // create a video element and add it to the container
    mediaElement = new VideoElement(new URLResource(url)); // url --> your h.264 video
    container.addMediaElement(mediaElement);
    // create a player and add the video to it
    player = new MediaPlayer;
    // create timelinemetadata, pass the media element to it
    dynamicTimelineMetadata = new TimelineMetadata(mediaElement);
    // create a new cuepoint
    var cuePoint:CuePoint = new CuePoint(CuePointType.ACTIONSCRIPT, 1, "good point", null); // time = 1, name = "good point"
    // add the cuepoint to the timeline by using "add marker"
    dynamicTimelineMetadata.addMarker(cuePoint);
    // listen for when the cue point is reached
    dynamicTimelineMetadata.addEventListener(TimelineMetadataEvent.MARKER_TIME_REACHED, onCuePoint);
    function onCuePoint(event:TimelineMetadataEvent):void
    var cuePoint:CuePoint = event.marker as CuePoint;
    trace("Cue Point at " + cuePoint.time);

  • [svn:osmf:] 14413: Added a style for the playlist.

    Revision: 14413
    Revision: 14413
    Author:   [email protected]
    Date:     2010-02-24 17:58:39 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Added a style for the playlist.
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.css

    when you play the CD in your laptop on your home screen a Cd should pop up under the name of the album. Than when you open itunes it will probly say something like "let this CD download" or something like that. If it doesn't than automaticlly while the CD is importing to your itunes a page will pop up with a progess of the CD download.
    Hope that helped.

  • [svn] 1313: Fix for the use namespace problems we've been having with ASC ( I hope).

    Revision: 1313
    Author: [email protected]
    Date: 2008-04-20 09:41:41 -0700 (Sun, 20 Apr 2008)
    Log Message:
    Fix for the use namespace problems we've been having with ASC (I hope). The problem was that the use directive was being defined after we had called finish package. The UseDirectiveNode has a pkgdef ptr, and does different things depending if that ptr is null or not. It should not be null when the UseDirective is inside the package - but since we were generating the UseDirectiveNode after we had called finishPackage the UseDirectiveNode didn't have it's pkgdef ptr set, and so things went awry as the package didn't get set up with all the correct open namespaces. I haven't tested this in authoring/flex but I am pretty sure that this will fix all the problems we're seeing.
    Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/Parser.java

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • Restrictions for the use of MapKit in a paid iOS6 app that caches map tiles.

    Can anybody advise what restrictions exist for the use of MapKit for a paid app that caches map tiles for off-line use.  The app is targetted at iOS6 and above.  I haven't found any clear answers on this,
    Is there a cost associated with using map tiles if you charge more than $0 for the app?  I understood that this could not be done for free in iOS 5 due to Google licence terms.
    Also, under the iOS6 Apple Maps licence, can map tiles be cached for off-line use?
    Many thanks to anyone who has the answer to these questions.  A link to a document from Apple would be fantastic.
    Geoff

    Just in case you didn't already go there and see it, there is a specific developer forum for discussing MapKit and some other things I can't talk about in a public place.  Look for a developer forum that mentions maps in the name and that'll be it.  The people there can answer your question if it hasn't already been answered.

Maybe you are looking for