Is it possible to create and compile my own .SWC file using only Flex 4 / Flash Builder 4? I don't have Flash Professional installed and based on some people I've asked, it is made in Flash Professional. How can I make my own .SWC file if I'm going to use Flex 4 / Flash Builder 4 instead?
Creating my own SWC file using Flex 4?
1k Views Asked by Registered User At
1
There are 1 best solutions below
Related Questions in PLUGINS
- How to specify SonarQube rule description as a markdown/html resource file instead of using annotation?
- JENKINS Maven Build Failure
- disable update for wordpress plugin named Dropbox Folder Share
- Fancytree: implementing bootstrap skin
- Send information to Maya node instance in cpp
- Which plugin is used to show the data in front end of socrata
- Reuse jquery plugin without conflict
- how can i use require(""); in javascript
- Phonegap VideoPlayer Plugin Sample Code
- How to resolve java.lang.StringIndexOutOfBoundsException: String index out of range: -325 while deploying Liferay Ext plugin 6.1
- Wordpress plugin: How to depend on other plugins?
- Notification.alert not working cordova version 4+
- FindBugs in Intellij - Possible to reuse .fbpref file?
- ACF Gallery thumbnails (image included)
- Cordova plugin development - adding aar
Related Questions in FLEX4
- Error Message not generated
- Is there a class in AS3 that tells you the type of the URL protocol?
- Security Sandbox Violation by a Bitmap in a Flex AIR desktop application?
- Search for exact word or phrase in Flash Builder's "Search" tool?
- why and when override public function set data
- Preventing the bounding box of transparent Bitmap Sprite from triggering mouse events
- Difference between AMFChannel and pollingAMFChannel
- Sound object in actionscript 3
- Value specified in SortField not being used by ArrayCollection Sort
- Is there a way to get https requests to work when calling from a localhost for testing
- Is there a way to know when a pop up from a drop down list is displayed anywhere in an application?
- Adobe/Apache Flex: Modify View in an ActionScript class
- ASDoc generation error
- What is this Path code doing?
- Are there any issues with using nested functions with eventlisteners?
Related Questions in FLASH-BUILDER
- ASC2 compiler with Flash Builder 4.6
- Creating and Using a SWC File - Flash AS3
- ActionScript: How to listen for an event from a different XML
- Search for exact word or phrase in Flash Builder's "Search" tool?
- How to Clean-up my SWC project
- Create Multidex Application with Adobe Flash Builder
- Flash Builder 4.7 crashes only when Wifi is off (OS X 10.9.2)
- Flex or Flash Builder, etc. What are the differences?
- Hyperbolic functions Sinh, Cosh, Tanh in Action Script 3 (AS3)
- How would I check for a proper custom input of mm/dd/yyyy in actionscript 3?
- AS3 Flash Builder Error Incorrect number of arguments
- Flash Builder: AIR SDK 22 is not treating font style and font size same as AIR SDK 14?
- Hello World Actionscript not working
- Origin Point Wrong in AIR 15 Mobile App - Flashbuilder 4.7
- ASDoc generation error
Related Questions in SWC
- Creating and Using a SWC File - Flash AS3
- How to Clean-up my SWC project
- instance class from swc inside a movieclip
- Warnings in Flex Builder
- Creating my own SWC file using Flex 4?
- How can I make a superclass that is available in Flex and Flash?
- Flex 4 - flexpaper help
- Can't access media assets in an SWC
- How to monkey patch or override a swc class in Flex?
- how to use swc file in flash builder project
- AS3 Library Incompatibilities
- Is it possible to bundle our template into one SWC?
- Some assets from SWC are not imported in Flash Builder
- Actionscript Mobile Project - x=0; y=0l is Not in the Upper Left Corner. Why?
- Large flex project, how can I convert my swc libraries to a RSL?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes you can.
In Flash Builder , create a new "Flex Library Project". Technically, the name is wrong because you can create a SWC file without any dependency to the Flex framework.