Flash Pro CS6 - Exporting Sprite Sheet With EaselJS JSON Data

Hi,
I've imported a png sequence into Flash Pro and have been trying to get the new sprite sheet generation feature to export JSON data in EaselJS format, but when I choose the EaselJS option from the dropdown menu, I only get a window function:
(function(window) {
}(window));
However, when I export as JSON, I do get proper JSON data.  Is this a known issue with EaselJS support in CS6, or should I be doing something differently?  I'd rather not use Zoe, the SWF to EaselJS AIR utility, because the pngs are fairly large and Zoe seems to have a maximum dimention cap for exporting sprite sheets, I get 12 of them whereas Flash Pro is able to auto detect dimentions, exporting one sprite sheet, which is great, I just need to get it to generate the EaselJS data along with it.  Thanks in advance!

Thanks, I was just about to convert the JSON file myself, then I read your reply, tried it and viola.  Do you happen to know why EaselJS can only read symbols, even if I labeled my frames? 

Similar Messages

  • How to stop flash pro cs6 exporting guide layers

    Ive recently started using Flash cs6 having been using Flash 8 for a long time. When I export an image or image sequence from flash, it is exporting images with guide layers included, this is something which flash 8 never did and i can't get used to it and keep exporting long sequences with guide layers which is quite annoying. Is there a way I can change settings or something so this doesn't happen. any help appreciated

    yeah i get the idea of guide layers and how useful they are. just dont  want all my rough layers visible when i export an image from flash.. my point being you never had to hide guide layers before publishing on old versions of flash which i think makes more sense.. why would you ever want to see a guide layer on a published image?? anyway, i discovered this only happens when using actionscript 3.0 but not 2.0 so, ive gone back to 2.0

  • BUG - saving with both flash pro CS6 and CC causes library symbol names to change

    Concise problem statement:
    If you save with flash pro CC and then save with CS6, in the library panel, symbol names are changed.
    Specifically, pipes | and trailing spaces ("|Divider", "Divider ") get replaced by escape sequences ("&#124Divider", "Divider&#032" ...) Ampersands & and number signs # also get replaced, such that symbol names grow exponentially if you continue to save with both flash pro CC and CS6 ("Divider&#032", "Divider&#038&#035032", "Divider&#038&#035038&#038&#035035032" ...) This makes it difficult to transition a team from CS6 to CC.
    Sometimes, the original-name symbol remains, and an escaped-name symbol is also created. In this case, the children are removed from the original-name symbol, so it doesn't render anything to the screen; a mysterious, silent failure.
    Steps to reproduce bug:
    1. Create a library symbol named "|", save an xfl with flash pro CC, and close.
    2. Open, save, and close with flash pro CS6.
    3. Open, save, and close with flash pro CC.
    Results:
    A library symbol named "&#124".
    Expected results:
    A library symbol named "|".
    I submitted this bug with the bug form, and also with adobe bugbase (in case it isn't obsolete) - I'm just trying to maximize my chances of getting a fix.  Has anyone else encountered this bug?

    Hi,
    We are aware of this issue and its open for investigation internally. This issue is observed when you have certain special characters in your symbol names and try to open that file in Flash CS6. This happens due to a change in the way symbol naming is handled in Flash CC and in Flash CS 6.
    As a workaround, request you to use only Underscore or Hyphen as special characters while naming symbols or library layers etc.
    We shall update you as soon as this has been fixed.
    Thanks,
    Nipun

  • Develop Apps for Android & iOS with Flash Pro CS6 ?

    I just want to start create Apps and Games for Android.
    1. Is able to me to build an Application or Games with Flash Pro CS6 and Publish it to Android phone? also same with iOS?
    2. Whats different in developing Apps with Flash Pro and Flash Builder?
    Thankyou

    1 yes and yes.
    2. flash pro is more suitable for animators (and therefore game creators) whereas flash builder is more suitable for developers (coders): http://forums.adobe.com/thread/791165

  • Flash Pro CS6 compatibility with Win 8

    Any news on this matter. I've got a full CC installation on a win 7 home laptop, and would like to upgrade it to Win 8 (using the new Win Pro upgrade dvd), what impact am i going to expect, licensing problems or perhaps complete breakdown of the Cloud!

    It appears from this Adobe support list http://www.adobe.com/support/OScompatibility.html that Flash Pro CS6 is not yet compatible with Windows 8.
    Have moved this post to the Flash Pro forum where someone can confirm this.

  • Flash Pro CS6, JSFL, and SpriteSheetExporter.exportSpriteSheet()

    Hi, I've been trying to use SpriteSheetExporter.exportSpriteSheet() but it just reports the following error:  "Argument number 1 is invalid"
    The documentation says to pass a (file) path for the first argument.  I've tried to pass both a platform path and a URI to a file to the method without success.
    The documentation seems to need some clean up too:
    http://help.adobe.com/en_US/flash/cs/extend/WSd5f4b6c52cfaa4b1-d3431961351cb0528c-7ffb.htm l
    Anyone have a working example?

    Same problem here. Mac OS X 10.8.2, Flash Pro CS6 12.0.2.529.
    I've tried passing valid paths using valid URI, platform path, relative path, w or w/o file name and extension... all result in the same exception being thrown:
    exportSpriteSheet: Argument number 1 is invalid.
    var document = fl.getDocumentDOM();var timeline = document.getTimeline();var fileName = document.name.replace(/\.[^\.]+$/, '');var fileDir = document.path.replace(/[\/\\][^\/\\]+$/, ''); var item = document.library.getSelectedItems()[0];var spriteName = item.timeline.name;var exportDir = FLfile.platformPathToURI(fileDir); //+'/../../app/data/scenes'); var format = {format:"png", bitDepth:32, backgroundColor:"#00000000"};var writemeta = false; var sse = new SpriteSheetExporter();sse.addSymbol(item);sse.layoutFormat = "easeljs"; var path = spriteName +'.png';path = exportDir +'/'+ path;//path = FLfile.uriToPlatformPath(path); fl.trace('export '+ item +' using '+ sse +' to '+ path);var result = sse.exportSpriteSheet(null, format, writemeta);fl.trace('result: '+ result);
    Please fix!

  • How to install latest AIR SDK (13 or 14) in Flash Pro CS6?

    Hi, I'm using Adobe Flash Pro CS6 on Windows 7 64-bit and I wanted to add latest Adobe AIR SDK, either 13 or 14, but non of them is seen as a valid SDK by Flash.
    I've tried downloading two possible SDKs (SDK & compiler and SDK without compiler) from here: Download Adobe AIR SDK (version 13) and here http://labs.adobe.com/downloads/air.html (version 14). Each time I copied the extracted SDK folder to my Flash CS6 folder where default 3.2 and 3.4 SDKs are located. After that I open Flash, then Help > Manage Air SDK, click on " + ", browse for the new folder, and all I get is "The selected folder does not contain a valid AIR SDK" warning message. It all looks the same with all four SDKs I downloaded!
    Not long ago I added AIR 4.0 without any problems. What am I doing wrong? Is new SDK Flash CC only or what?

    What are you naming the folder?
    Just as a general tip, since many applications (Flash CS4, 5, 5.5, 6, CC) you can save some space by only putting the AIR SDK in one place. Since CS6 and CC have "Manage AIR SDK" in their settings you no longer need to locate that folder like 5.5 which requires you to overlay the AIR 2.6 folder. So save some space and put it anywhere out of the way, out of the Flash folder. I have multiple drives and I have lots of SDKs installed at root on my E:\ (E:\SDK\AIR, E:\SDK\JDK, E:\SDK\Android, etc). I then just go in the help panel like you do and point CS6 and CC to E:\SDK\AIR and they work perfectly fine with the latest SDK released recently.
    Are you updating Flash Player to 13 as well?
    Last, do not download the Flex version for Flash. Flex is for Flash Builder if you intend on using Flex (it is different than Flash).
    Do not get this:
    You want the SDK from the big orange buttons above this warning.

  • Error installing Flash Pro CS6

    I'm trying to install Flash Pro CS6 but I keep getting the following error (the message is in portuguese) after running the .exe file (downloaded directly from Adobe's oficial website).
    I've tried it in 3 different computers with Windows 8 and in one computer with Windows 7 and all of them give me the same error. I'm using an Admin account so that's not the problem!

    The problem is happening when I try to extract the downloaded files from the .exe to another folder. The application has all the permissions available
    Here is another picture of the initial screen when I double click the .exe file.
    I've tried to extract it to other folders, like "Documents", "Downloads", but It gives me the same error as before.

  • How do I get someone to activate my Flash pro cs6 after I properly deactivated it and now it won't reactivate.  I need a phone number or email address or something.

    I may need to reformat my computer soon.  It has been acting badly.  So, in accordance with instructions I have gotten from FLASH I deactivated Flash Pro CS6 before I turned off my computer to save myself a problem if the computer died before I deactivated FLASH.  Now, when I get back into FLASH PRO CS6 the "deactivate" button is grayed.  Who do I talk to about this and how do I contact them?

    See if the following helps...
    Activation & Deactivation Help
    If not, here is a contact link for chat.  For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • Flash Pro CS6 to HTML5 Conversion

    I purchased Flash Pro CS6 yesterday and it does not convert my Flash file to HTML5 Correctly.  It converts everything except the Action Script.  I have contacted Tech Support and they have escalted the issue, but they are telling up to 96 hours.
    The website is www.davidhornbrook.com
    When I try to convert that page (the FLA file) it converts the bottom part, his logo, and the david dropping down the side.
    It does NOT convert the top menu items OR hte drop shadow behind the logo (which is all Action Script3).
    Can someone help me?
    I have the FLA files thast I can send to you / post if that helps.
    BTW when I convert it to SWF it works fine, just not when I export it to HTML5.

    Hello ChadXSO,
    The 'Help' offered to you so far has been, as far as I can tell, no help at all.
    I've been ploughing through an old .fla trying to make a conversion.
    Nothing complex, no animations.
    6 hours later, I've part of it running, not working, just not crashing.
    It's all script, so if CreateJS doesn't convert Action Script it's producing a very good pretense of doing so. The converter does appear to be looking at the AS, since if I change the AS the output changes.
    However, I have to edit the js, every time I publish, to prevent the HTML from looping. From time to time it throws a Line 77 error, claiming that there is an undefined .str in a non-existant .jsfl file (non-existant in that Windows can't find the file).
    I produce technical anims for my students in Flash so I'm none too pleased for the option for them to view them on-line to be taken away.
    Unless Adobe produces a working conversion tool 10 years of my work is going down the toilet. There will be thousands(?) of .swf creators in the same position.
    If CreateJS is the best Adobe can manage, at this rate, I won't live long enough to convert a single .fla.

  • Flash Pro CS6 crashes when creating symbol

    Okay...here's one I gotta share. I'm building some banner ads for a client. I open up Flash Pro CS6. I create a square on the stage. And when I right-mouse click on the drawing, choose Create Symbol...Flash completely locks up. I get that little Windows 7 'tink' in my speakers..and nothing. I cannot create a symbol of any kind. The program completely locks up.
    So...I uninstall the entire CS6 suite...reinstall with latest installers...and same result.
    BUT....if I put a graphic on the stage...go to the timeline...and try to apply a motion tween..flash alerts me that it needs to be a symbol and converts it to a movie clip for me...no errors.
    I'm on Windows 7, 64 bit, 16 G ram. So that ain't the problem. I tried in vane to get somebody on the phone at adobe....I knew that would be a waste of time.
    I've been using adobe software forever. And though it is frequently error and crash prone I can usually count on an uninstall squaring things away. Not this time. And I have no cause and effect to point to. I was using Flash a couple of weeks ago no problem...and now...unusable.
    If there's anyone out there reading this post...I'd really be interested in a solution.

    The only thing that could´ve changed are the settings on my mac...
    Sounds like this might be your trouble?
    I run a pc... no help to you.
    Optimizing for performance: Adobe Premiere Pro and After Effects
    http://blogs.adobe.com/aftereffects/2011/02/optimizing-for-performance-adobe-premiere-pro- and-after-effects.html

  • Lost cd for student edition flash pro cs6

    lost cd for student edition flash pro cs6, will "student serial" work with ADOBE's download/retrieve programs page?
    Thanks all

    Yes it should work, make sure to download correct version and language.
    Download CS6 products

  • Flash Pro CS6 & CreateJS - Prevent looping

    I've recently upgraded to Flash Pro CS6 because of the toolkit for CreateJS.  I've already successfully exported a few simple, slide by slide animations.  I was surprised to see them working in all modern browsers, not just Firefox and Chrome.  The only issue I have is that there doesnt seem to be much ActionScript support.  I'm trying to have my frames play through once, without looping through infinity.  I've tried seaching the API for an equivalent to stop(); but diddn't find anything.  Is there a built in funtion for this, or should I be using another API like jQuery?

    If you want to stop the main timeline looping there's a checkbox in the toolkit publish settings.
    If you want to stop individual clips then you can use js
    /* js
    stop();
    see http://www.adobe.com/devnet/createjs/articles/using-flash-pro-toolkit-createjs.html for more info

  • Flash Pro CS6  Update menu greyed out + AAM fail,supressed by the Admin - Win7-64

    Hi,
    I want to update Flash Pro Cs6 (PC Win7 64bit) to Update2.
    However, the menu Help>Updates is greyed out.
    The Update2 AMM patch installer says "updates could not be applied. Contact your system Admin. Updates have been suppressed by the Admin"
    before starting.
    This seems to point towards a privilege issue but, I have tried to :
    run Flash as admin, run the updater as admin, install flash logged in as admin and updater logged in as admin,
    without any luck....
    This is the install log summary:
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 0 error(s), 4 warning(s)
    WARNING: DS013: Payload {7EABC54B-02C3-4DA1-9EB4-974CE7414066} AdobeHelp 3.4.0.0 is already installed and the session payload {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {1A1E5FF9-D0FD-42A3-8E18-E5E7E95E1AB4} DynamiclinkSupport 5.5.0.0 is already installed and the session payload {DE88AA40-6766-43D3-A755-8FC374B3D2C3} DynamiclinkSupport 6.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {A8798E04-96FF-4564-9157-0D4C89CB794C} DynamiclinkSupport 5.0.0.0 is already installed and the session payload {DE88AA40-6766-43D3-A755-8FC374B3D2C3} DynamiclinkSupport 6.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Checking payloads upgrade/conflict relationships : Failed with code 1
    Cheers,
    F.
    PS :
    sorry for cross post from this :http://forums.adobe.com/message/4793645#4793645
    Just noticed this was the dedicated forum for install issues.

    Manually update Creative Suite  6 products
    Go to the Adobe.com Product updates site and choose the update you want to download.
    When the download completes, start the update by double-clicking the Set-up.exe (Windows)
    Prompted to shut down conflicting applications, do the following:
    Windows
    Right-click the taskbar and select Task Manager.
    Select the Processes tab, select a conflicting process, and click End Process.
    Repeat for any additional conflicting processes.
    Check to see if the update downloaded successfully.
    \Users\[username]\Local\AppData\Adobe\AAMUpdater\1.0\
    Sarika

  • Flash Pro CS6 iOS Native Extension Problem

    I am trying out flash pro CS6 new features.
    The most important one being ANEs [native extensions].
    in flash builder 4.6, when using an ANE for ios, it is sometimes required to put the ios5 SDK location [ -platformsdk  in ADT].
    This is completely missing in Flash Pro CS6 IDE, any way around that?
    [for the info on including the ios5 sdk check:
    http://help.adobe.com/en_US/flex/mobileapps/WSe4e4b720da9dedb5-4aefe03513238d8a1b8-8000.ht ml]
    Thanks.

    Uhmm, i'm doing a kind-of-360º-panorama-app and we need Gyroscope and Ad-hoc / AppStore distribution. And i've tried to get an answer of any kind from guys on Adobe on their AIR facebook fan page and here.
    SHould we write our own gyroscope ANE?, have any of you succesfully compiled ad-hoc or app-store with Ketzler Euler Gyroscope ANE?
    http://www.ketzler.de/2011/11/adobe-air-gyroscope-native-extension-with-euler-angles-roll- pitch-yaw-for-ios/
    regards.

Maybe you are looking for

  • Disk Utility can't find my drives

    Decided to upgrade my old G4 500 from 10.1 to 10.3.9 however, half way through the install the systems hanged. I force shut down the computer (pressed the button at the front for a bit) and tried again... problem is that no drives are detectable. Tri

  • Nav Bar disappears in live view and in all browsers

    Hello all, I have an issue I haven't had before. I created a navigation bar right under the header.  After adding my text for the links, I checked in all browsers and each time, the nav bar disappeared, leaving me with just the words. Also the font c

  • Apex_util.get_print_document results in "503-service unavailable"

    I'm using APEX 4.2.0.3.00.08 with GlassFish 3.1.2.2 on an Oracle 10.2.0.5 database. Recently I created a report-query together with a xsl-fo report-layout created in Altova Stylevision. I've enabled and configured print-options and when I press my ap

  • Package jar and jad

    Hi, I just built my first game.It runs great on the Sun Emulator. I then did a build and select project,package,create package. That made a jar and a jad file of the game. I then tested it on the Nokia Series 40 SDK 3ed Edition Emulator and it error

  • Configure diagnostic logging

    when i select configure diagnostic logging in central admin i get the following error error file not found in uls logs i see the following 07/01/2014 13:25:12.93 w3wp.exe (0x1998) 0x0844 SharePoint Foundation Logging Correlation Data xmnv Medium Name