Flex project Exports - Adobe CFC Distribution

Hello


I'm having a hard time trying to find information about it so I'd be really grateful for any help here. Let's say I created a project in Flex Builder ActionScript - I do not use a Flex SDK, it has been removed from the path of the project library - instead I have one of the SWC playerglobal added to Flash CS4 project files. This basically allows me to program in Flex Builder without the overhead of the Flex Framework - which I never use.


Now, if I wanted to export this project (as a Flex Builder project) when it was completed and make it available through a Web site, would I have legal problems if the CFC playerglobal has been exported/distributed with the rest of the project files - keeping in mind that the project could not be imported/re-published using Flex Builder?


Thanks in advance for any info.

This should not be necessary (or possible).  There is no actual code for the flash.* packages, everything is cooked in the drive, so there is nothing to understand.  It is strictly used for the compile time.  If you expect a user to open Flex Builder, you have to be prepared for them potentially is set correctly their project.  Flex Builder is implemented to make the export project, deal with player versions, etc, so I think you're overthinking this.

Matt

Tags: Flex

Similar Questions

  • Bad news if I can't debug CFCS in a flex project

    I am trying to debug a cfc in a Coldfusion flex project Builder installed as a plugin is Flash builder 4

    But I get a message saying:

    File belongs to a coldfusion project. Apply Coldfusion nature to the project to which the file belongs.

    This is bad news if I can't debug CFCS in a flex project

    Personally, I'd keep the separate projects.  You can always have two projects open in eclipse and he will choose the appropriate editor when you open a .mxml / as file .cfc/cfm vs.

    I'm actually developing a project now incorporates Railo in my Flex/Air application (to disconnect the my CF apps) so I CFML that lives inside the air conditioned application.  Even in this situation, I separate them and use a customized version of Ant to export my CF project (from svn) in the directory appropriate in my Flex/Air project.

  • Cannot export an After Effects project to Adobe Premiere Pro project

    I created a really simple After Effects composition (Comp 1): a layer of animated text that uses animate it-right in by word Preset.

    I tried the file - export - Adobe Premier Pro project.

    But when I open the new file in Adobe Premier Pro, I get the following message:

    The preset used by one of the sequences in this project requires third-party components that could not be located. These sequences will be changed to use a custom sequence implementation. To continue editing using the pre-selection of origin, exit the application without saving the project, re - install all third-party components that are needed, and reopen the project. Ok

    When I press OK I just get an empty workspace Premier Pro. COMP 1 appears in the project area - but that's all!

    I have some components of part 3. They are all in a folder in next to the official file called Presets predefined animations. But the screening I used is a standard Preset in Adobe - nothing third-party. I was also wondering if the problem was the text? - but I tried Arial and Helvetica and still get the same message.

    PS. The reason why I want to try this message was to see if the text layer would be transparent - please let me know if there is a way to better/alternative to do this?

    1. If your suggestion of rendering using a container from different media / codec is faster and easier to import After Effects in Premier Pro with a transparent background? And if yes, can you give me an example of the media that container & codec will do the trick?

    For example, PNG, TGA, which are installed with Adobe Suite and available as the two image sequence and QuickTime movie. Video of the UT, DNxHD, ProRes (Mac only) requires separate and installation available in MOV or AVI (video c on a PC) container. Etc.

    2. back to my original question: even if export an After Effects project as an Adobe Premier Pro project is not really solve my problem of needing a transparent background, it all works? Because it seems to me that my test (simple text with a unique Adobe preset text effect applied layer) is about as simple as you can get with After Effects. So what didn't come out to the Premier Pro, what can?

    When you export your AE PrPro project project, PrPro tries its best to convert keyframes, effects, and all the rest in the same way as if you copy and paste a layer of AE in the PrPro sequence. However, it cannot convert what it is these things that do not exist in PrPro. See this and that help sections.

    See also this section on the rendering of assistance.

    As Rick said, apart from rendering your AE composition, you can use Dynamic Link to your AE compositions in PrPro project. Although you can import into PrPro project AE compositions of different versions of the Suite, so that dynamic links would work as a two lane road (i.e. of the kind that you would be able to send a clip or group of clips in your timeline in PrPro project in AE through dynamic links) you need versions of PrPro and corresponding AE. What is more, before CS6 Adobe Dynamic Link requires the Production Premium or Master Collection installed. Since the CS6, you must just PrPro and AE.

  • Sharing of CFCS with Flex projects

    I am building a large application that runs our company to replace the old CF/Flash app that I built myself over the past 6 years.
    I use Flex and Cold Fusion CFCS to build the application from scratch.
    This application will consist of 100 lots of smaller applications that handle:
    User management, inventory, specifications, contracts, invoices, missing reports and damage, racing truck etc.

    First of all, I built our ordering system, and then I built the system of inventory.
    I built as separate Flex projects and saw that they used a lot of the same CFC (that I created in each project) and that down the line, I have to change many CFCS and Actionscript (models) if valuables projects I made any changes to the tables of database they called.

    I want to create a set of objects of value of CFCS and Actionscript can be used by any project I'm doing on this site.

    I create these CFCS and files as with "Create CFC" Wizard of Cold Fusion.

    I have seen that I have to change the way I worked in separate projects.

    I thought to do a Flex project with many applications in it, but it seems that it fits well over time and could become a mess.

    It seems to me that in order to make a library Flex project that stops my .as models files and I might add that the library to each project, but I don't think I can call CFCS in this way.

    I could make and publish a Flex project that does nothing but keep the EFA and point my call of remote object to this project but I would not be able to call the .as files, unless I've referenced this project and this solution began to feel like one of my hacks classics that would be a bad choice over time

    Any advice on the errors of global architecture that I do and how I should build to put these assets available to all of my projects/scheme?

    If you want to use the same as classes in several projects, you certainly want to use a Flex library. Your ActionScript classes will be back in a SWC that you can use in the libraryPath of any another Flex project.

    I create and maintain CFCS separately of Flex projects. The reason is that you need to treat them as if you bought them from a third party and want to keeping them on a separate development cycle. For example, A project moves to version 1.5 and needs a change to one of the CFC. You don't want to have to deal with project B who always uses the version 1.0. If you were to buy these CFCS starting from somewhere, how would you be excited? Use it as a guideline.

    Your commune THAT classes that are the counterparts of CFC probably not say much without CFC. So I would include in this library Flex an interface class (RemoteObject) with CFCS that the EFA is independent. Once again, if you need to add or change an AS file in response to a change in the CFC, you have better version control keep these together. Yet once, treat it as a third-party product.

    If your library Flex (in the FORM of classes + RemoteObject calls) now becomes your API for your applications.

    One final note: your projects seems ideal for Flex 2.0.1 Modules. I wrote them a quick presentation on my blog and you can read more about them in the Flex livedocs under creating modular Applications..

    Good luck!

  • What is Flex discontinued by Adobe as product

    Hello

    I got to the project and I am bit confused what are the technologies to be used for the development of GUI of inteactive. HTML5 or FLEX. I have heard from some friends working on flex that now adobe has stopped it as a product and version 4 is also not stable so stop developing in flex, but I'm confused because it provides several good API for interactive graphical interfaces. guys do you offer flex preferred to continue working on my project o to opt for HTML5.

    Thanks... :-)

    You think that everyone in a group of Flex will recommend HTML5?

    Flex has never been a product, the FlexBuilder IDE or FlashBuilder dedicated.

    Development of the Flex SDK continues today by an organization of Open Source. FlashBuilder will continue to be sold as a product.

    You can develop an interactive GUI in loads of technology. Flex is ideal for this. The choice is yours.

  • Creation of .swf file flex project

    Hello

    Is it possible to create entire flex project if I have just a SWF file with me?

    If so, how?

    Thank you and best regards,

    Amey

    Hi Amey,

    Essentially no. a swf file is a compiled version of the source files - as a document photoshop exported as an optimized JPG.

    According to the owner of the SWF file, own your business or you have received approval to amend you could use a SWF Decompiler to extract the source... BUT you would have to restructure a new project based on the extracted files.  It is not necessarily easy to do if you're not familiar with Flash or Flex.  A good decomplier is produced by SoThink [www.sothink.con] to around $50.

    Good luck

  • Flex Project; Compilation on site

    When I set up a Flex project in Flex Buiilder 2 and select Flex Data Services, compile applications locally in Flex Builder, then select folder root, root URL, and context root, the application fails to compile locally. I get an error in the issues indicating, section "attribute unexpected"url"found in the"end point"file: services-config." XML ". I am using LiveCycle Data Services ES.

    Anyone with the same problem? My colleague was able to make a similar setup successfully using FDS2, so I wonder if there is a problem with LCD screens?

    Thank you, Steve

    sjlib,

    I could correct my mistake even by updating the Flex 2 SDK. I found some information here:

    http://www.Adobe.com/cfusion/webforums/Forum/MessageView.cfm?forumid=72&CATID=640&ThreadId = 1253123 & highlight_key = y & keyword1 = % 20Builder flex

    I followed the instructions posted on 2007-03-29 by 'nodogbite '.

    After release of the Flex SDK kit, I removed my space to work & DIR J2EE projects and rebuilt them the source path. After doing this I got is no longer the "attribute unexpected"url"found in the"end point"file: services - config.xml" when I recompiled.

    I hope this helps, good luck!

    -Gavin

  • Integrate youtube videos on a slide of an interactive project in Adobe 9 Captive

    Hello, I wonder if it is possible to embed of youtube videos on a slide an interactive project in Adobe Captive 9

    I'm trying with interactions of training but I just can't.


    See you soon

    How did you test? ¨Publish the file and upload it to a web server for testing.

  • I ordered the wrong software and need to cancel the export Adobe, I can't use this product.  Please give me the contact to cancel.

    I ordered the wrong software and need to cancel the export Adobe, I can't use this product.  Please give me the contact to cancel.

    Cancel your subscription or membership. Acrobat, services Cloud of Document PDF

  • cancel the export adobe plan

    How do I cancel a export adobe plan without going through the hell of this support, you have created?

    Hi Bruce,.

    Please see the following: cancel your subscription or membership. Acrobat, services Cloud of Document PDF

    Kind regards
    Rahul

  • cancel my subscription to export Adobe PDF, annual. How can I do?

    Hi, I would cancel my subscription to export Adobe PDF, annual. it work well. How can I do? Thank you

    Over here:

    CES.html http://helpx.adobe.com/x-productkb/Policy-Pricing/Cancel-subscription-Acrobat-Online-servi

    Tuesday, July 14, 2015 23:26, stefanol6296273 [email protected]>

  • Export Adobe PDF - how fast is it?

    I want to buy the 'Adobe PDF for export' subscription to batch convert multiple PDF files in Excel format.

    Assuming that each file is less than 1 MB, I want to know how long it would take to convert each file?

    Is there a place where I can try the conversion feature - so that I can see how fast he is and how the output is?

    Hi wikiresu,

    We no longer offer a free trial of the online ExportPDF Service, however, we offer a 30 day return policy.  I suggest that you give the service a try and you will surely get to know its process of conversion is very fast.

    If you are unsatisfied for any reason, we will refund your subscription price.

    You can buy export Adobe pdf subscription by using the following link: https://acrobat.adobe.com/us/en/products/export-pdf-online-pricing.html

    Kind regards

    Rahul

  • How to save a project in adobe first pro

    Hello

    I want to save a project in adobe first pro and use it in another computer

    How can do this?

    Thank you

    Project Manager has options for you.

  • Printing of the .pdf of the 2013 project file will stop when the name of the file must be written. Project 2013 crashes. Anyone know what the problem is between 2013 project and Adobe Acrobat 9?

    Printing of the .pdf of the 2013 project file will stop when the name of the file must be written. Project 2013 crashes. Anyone know what the problem is between 2013 project and Adobe Acrobat 9?

    The family of products Acrobat 9.x passed in mid-2013 "end of Support".
    Using Acrobat 9 of MS Project via PDFMaker stops with Office 2007.
    To 2013 Office support, you must use Acrobat XI (11.0.1) or newer.

    A good reference:
    https://helpx.Adobe.com/Acrobat/KB/compatible-Web-browsers-PDFMaker-applications.html

    Acrobat Pro and Standard DC are what are currently available for purchase.

    Be well...

  • I want to export adobe PDF with adobe acrobat XI

    I want to export adobe PDF with adobe acrobat XI

    You can check on the Adobe site, but I don't think that there is such an option. You can upgrade an earlier version of Acrobat to AA 9, but nothing else. Access the products and select buy Acrobat. Then change to upgrade and you will see that only Acrobat is an option.

Maybe you are looking for