Licensing :: License The Data Visualization Components (charting) For The Flex SDK On An Automated Builder Server?
Oct 23, 2009
I have a professional license of Flex 3.3. This allows me to create applications using the data visualization components (charts) without watermarks. However, all of release builds (test, production, etc) occur on our build server.
The build server only has the Flex SDK installed (not full Flex Builder). As a result the SWFs compiled with this SDK contain watermarks on all the charts. How can I apply a Flex Builder Professional license to the build server to remove the watermakrs w/o installing Flex Builder?My build environment is Flex SDK 3.3 + CruiseControl.NET + NAnt.
View 3 Replies
Similar Posts:
Mar 12, 2012
Why do I need to do add extra namespace declarations (below) in a Flex 4.1 "MX only component set" project to get it to compile within Flash Builder? (It says mx:LineChart cannot be resolved when a chart is added via Design View, and datavisualization.swc is referenced.)
Is there a way I can get this to compile without adding these special xmlns:charts, xmlns:series and chartClasses to the declaration? (If I just leave the default namespaces and use mx:SomeChartComponent, it doesn't compile.)
[Code]...
View 1 Replies
Apr 6, 2010
I'm having a problem with labels disappearing on Flex's datavisualization.swc charts that are built on our build server via ANT and the Flex 3.3 SDK. I've made sure that our license is applied properly on the build server (hence no water marks), and I've made sure the exact same datavisualization.swc was copied from my dev machine into the Flex3.3SDK/frameworks/libs directory.
Could it be a font problem? (Though we're really only using default fonts.) Here's the problem, missing axis labels on the build server Here's how it's supposed to look with labels (taken on my local development machine)
View 1 Replies
Sep 7, 2010
I had installed flex builder 3 plug-in in Eclispe 3.4. Now the license is expired. So i need to add another license into the same. But i could not able to change the license key because the option is disabled.
how to change the license key in eclipse with flex builder plug-in 3.
View 1 Replies
Mar 19, 2010
Can I create an application with Flex Builder Trial ( that I have just downloaded ) and use that application on my website ? But all of you that use Flex Builder have the licence?
View 2 Replies
Nov 28, 2011
I was looking for the source code of flex-rds-server.jar at the BlazeDS distro but I could not find it. I did some research, but could neither find this project nor an explanation of what is inside this jar. So, I guess it is not open source. Is that right? I'm right now trying to write a maven pom.xml to make a service project and seems that adobe (at least the blazeds project) is not maven friendly at all. I had to download the blazeds source code to be able to install it in my local repository, that was fine. But right now I bumped into this flex-rds-server.jar and I'm having a huge headache.
View 2 Replies
Mar 15, 2012
I have been goggling a lot to find anything with link-based data visualization in Flex 4. something like below screen shoot (made using Ravis). Where user can drag these nodes, without removing the links and on double click of any node we can set some properties for that particular node. I found this Ravis (Birdeye), but not much of examples and support is available for that.
View 1 Replies
Jan 13, 2010
Is it possible to run the .json file which is has status data from twitter and run it with flex to create a visualization of the data ?
View 1 Replies
May 26, 2011
I have some UI components (Toolbars and buttons) that I drew in Flash and was wondering how I can use it in Flex via the Flash Builder?
View 1 Replies
Aug 24, 2011
Is it possible to lock components when using design mode in flash builder 4.5?
I have created a custom component in catalyst that acts as the background to the application. I need to animate this component in different states, and these are all done in catalyst.
I then imported the flash catalyst project into flash builder as a library. I was then able to drag the component into my application using design mode.
The problem is that this component has been set to stretch to fit the whole application.[code]...
View 1 Replies
Dec 20, 2011
I am trying to do a basic tutorial like MXML Application on Flash Builder 4.6 trial version This is my code in deneme1.mxml 's Source part
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
[code]....
View 1 Replies
Jan 26, 2010
I'm currently trying to move from flash CS4 to flex 3. When I create an AS class and want to use a component in CS4 i import a component: import fl.controls.Button; and make sure that the button component is in the library of the .fla file which calls the AS class. Now I'm trying to do something similar in flex 3. I can import the component in AS: but when i try to add it to the display it doesn't exist. Is this because it's not in the library? It doesn't throw an error, but doesn't get added to the display. Is there a walk-though about adding a component from within AS3 in flex 3?
View 2 Replies
Dec 4, 2010
I'm a programmer and I've learn some basic knowledge about Flash Builder. What I can do with it now is to use the components and somethings override the redraw function to design my own components. However, I find that is a inefficient way and I seems to complex to achieve the animation with only codes. Are there some way to develop with Flash Builder and Flash CS? And how to make animation without complex code? Could you recommend some books for me?
View 1 Replies
Apr 21, 2010
I would like to ask if Adobe Flash Media Streaming Server (not Interactive) supports the following Stream.play (server-side streaming), but not necessarily server-side playlists which I know is a FMIS featureunsigned server-side asctionscripts (main.asc) The difference is in the price of course, one is $1000, the other is $5000, so if the two above are supported, I will buy FMSS
View 1 Replies
Dec 23, 2011
If I embed the same asset (i.e. image or sound file) in multiple components within a Flex Application, does the compiled swf contain the asset (and it's file size) only once or once for each time it is embedded?
View 1 Replies
Jun 1, 2010
I'm a .Net developer who is trying to mend my evil ways and learn the Adobe development cycle--so if this a really obtuse question--please forgive me. I was once a graphic artist and I am very familiar with some Adobe products. I am having trouble understanding the workflow as it pertains to creating custom controls, or even reskinning controls and then using them in Flash builder. I haven't really dug into Catalyst, but I am comfortable in Flash Professional and I would like to believe I could take designs from my employers graphic artists, created in Illustrator, and bring the artwork into Flash professional and create custom components, or more likely skinned components, in Flash and export them for use in Flash Builder.
Our goal is to allow designers to create vector graphics skins for controls and applications in Illustrator (or possibly Fireworks) and to be able to apply those skins to controls and custom components in Flash Builder for deployment to the web or the desktop in an Adobe Air application. Ideally the designer would be able to update the designs easily at a later point.
Flash allows for skinning to be done fairly easily within the Flash application, but I have had some problems exporting controls or even implimenting them in Flash builder. The only "video" on that workflow used a movie clip from Flash and set it's "isButton" property to true in Flash Builder...so if a designer built a simple button and designed the states in Flash, I would have to convert it to a movieclip?
If I start with a Flex ready component from the "AeonGraphical" library, and apply a new skin, how do I successfully import that into Flash Builder?
- MX skins can be created in Illustrator and Fireworks and imported into Flash Builder however the format is obsolete and the designs rasterizes and are unacceptable even before scaling.
- Illustrator files can be saved in FXG format and dropped into an assets package in Flash Builder. These images can then be easily used in FB; however mapping them to a control requires each state to be a separate image and to be manually wired to the states of a skin. This is method of skinning is feasible but not ideal...Am I missing a step or improperly importing the files?
- Illustrator files can be saved as an FXG file and imported into Catalyst. In catalyst the artwork can be associated with a control type and the states of the control can be edited in using illustrator. The catalyst file (FXP) can then be imported into Flash Builder as a project which will provide a skin for that type of control. Remaining problems include scaling (skin doesn't stretch) and referencing the skin outside the project.
So that leaves me with Flash Professional as the seemingly most competent tool for creating & skinning custom controls. Using the very detailed and helpful online documentation on customizing controls (found here) I can create custom skins and have no problems implementing artwork from Illustrator--for an application authored in Flash Professional (not so much for Flash Builder).Catalyst can let you create "one off" costum controls easily, but creating one custom skin for several buttons (for example) is not so intuative and pulling it into Flash builder yeilds mixed results...
Flash is in and of itself a rich IDE and could be used to create an event driven application for AIR, but its not really geared to that user triggered, event-driven development model. I have been able to adjust my mindset to create successful prototypes of form based/even driven application that take advantage of Flash's powerful features, but some of my coworkers are having trouble adjusting their Microsoft Mindset (despite exposure to the remarkably "derivitaive" Expression studio) and strongly prefer the Flash builder coding environment.
Are there any resources; web pages with examples or step by step walk throughs, or videos which follow a process of taking a design from a grapjics application and using it to create a custom skin--and applying it in Flash Builder? The process is fairly straitforwards in Flash Professional--but my team and I are having less success in Flash Builder.
As a longtime user of Adobe products, I have by nature of that association become the inhouse Adobe Evangelist and not only have I taken the position seriously--I have managed to convince upper management to abandon WPF and Pyxus (for mobile applications) and develop AIR applications which will span platforms and lend elements to mobile AIR applications. They have even initiated a program which will likely result in our delivering Andriod based tablets to our dealer networks preloaded with AIR applications for business.
While I know know this is all "do-able" I am working double overtime to become competent enough to make this happen...but the workflow between Flash Builder and Flash is only sparringly covered online and the information lacks details...I have found that browsing the online videos sometimes turns up better results than searching (doing "Google Gymnastics")--for example Flash Downunder series has great stuff that doesn't always show up when searching Google...And we joined Lynda.com, and while they have lots of great stuff, they need to develop more stuff on CS5 specifically...
Where can I find information on creating/applying custom skins from Ai to Flash Builder and all points between? (I'll buy any recommended books as well...) Of course we have agressive deadlines and unfortunately there is no experienced Flex/Air developer on our staff (yet)...The "Classroom in a Book" series on Flash and Catalyst have only just started shipping...is that where I should look? Are there any online resources that address both skinning and creating custom components for AIR applications in Flash and/or Catalyst?
View 1 Replies
Aug 30, 2011
How many servers can have the same license ? Is it limited to one server or it is possible to use it for more than one server ? I was planning on using the Flash Media Enterprise Server 4 version.
View 1 Replies
Dec 16, 2010
We just recently purchased a second copy of Media Server, and will be getting the 4.0 version. We are not yet readu to deploy 4.0 in production, where we are using 3.5. Can I use the 4.0 code to install a 3.5 version until we upgrade all to 4.0?
View 4 Replies
Dec 10, 2009
I bought Adobe Flash Media Interactive Server 3.5 License for unlimited connections while ago (11 months ago) (for $4,500), but closed my project few months ago (2) and I need money at the moment, thats why I am selling my license, I am not going to use it again, I am giving all the information that came with the license, and help for installing on LINUX Servers (if needed).url...
View 3 Replies
Oct 12, 2009
Soon we will get a FMS license to run some web games on our websites. The FMS server will be on a dedicated server. We need to have 2 machines like that. the second is a rescue server which will be used in case of trouble with the first one. Here is my question: Can we use one seruial number for these two machines, knowing that only one of those will run (master server OR rescue server)
View 1 Replies
Sep 20, 2011
We bought FMIS 4.0. Is some other license required to multicast?
View 1 Replies
Sep 29, 2011
I just install 2 FMS 4.5 server and HTTP streaming is not working Tried using OSMF with HDS-LIVE ... failed Tried using SAFARI with HLS-LIVE failed too but when tested on my trial server, everyting is working fine. The open ports are 1935 and 80 Do I need to restart the server to make it works?
View 2 Replies
Mar 25, 2010
I am using the flash SoundMixer.computeSpectrum. to make a flash visualization for my music player. It all works inside flash. but if i run it on the internet the visualization does not show up
[Code]...
View 1 Replies
Aug 4, 2011
We are getting message "Connection has been rejected due to license limit" in flash media server 2.0.5 at the time of connecting to the server. Previuosly that server works fine but today when we tried got above message. May be some changes occur on the system as we dont have controll for that system. But we can check FMS 2.0.5 on that system through managment console of FMS. Please suggest us in which direction we have to look.
View 2 Replies
Dec 14, 2011
Each time the server gets rebooted we receive an invalid license key warning in the event viewer application log. Will this cause the server to stop working? Our license key is valid.
The C:Program FilesAdobeFlash Media Server 4.5licenses folder shows the files- sif35.bin,sif40.bin,sif45.bin and sif.bin.
View 1 Replies
Jul 9, 2009
I have a Flex application that I'm working on for a new job. It's sort of a training wheels application -- I'm learning the language, and this isn't an app that needs to talk to a service in order to do its job. There are a few instances of combo boxes throughout the application that share the same set of possible values (say, a selection of states: "In Progress", "Rejected", "Complete") that I want to have use the same data source.
What is the best way to manage this?
View 2 Replies
May 13, 2010
i have in my flex application various mxml components that all need to show stats based on the same data. how can i go about doing that? do i need some mvc framework like cairngrom or puremvc for that or can i do it without them?
View 4 Replies
Jun 10, 2011
I am trialling Flash Builder 4 Premium.I'd like to know if it is possible to use components designed for Flash (e.g.URL... amongst many others) in Flash Builder 4? How can I import them? By import, I also mean they are first class citizens like the out-of-the-box Flash Builder 4 components.
View 1 Replies
Apr 26, 2010
How do I use [URL] with Flash CS3 in AS3. I don't intend to use Flex.
View 1 Replies
Jul 31, 2009
From a video on AdobeTV, I tried to play with example empWeb (LiveCycle Data Services).In Flex Builder 3 (FB3) everything works fine. When I tried this on Flash Builder 4.0 Beta (FB4) it doesn't work. When I replaced original xmlns declarations (2009, spark, halo)with declarations from FB3 (2006) it works. Could you explain why?I'm using the default SDKs (Flex 3.2 for FB3 and Flex 4.0 for FB4). I investigated this (please see 3 source code examples). Source #1 works OK in FB3 and FB4, Source #2 gives a FB4 compilation error message: [code]
View 1 Replies