Added flex 4.1 SDK  into Adobe Flex Builder 3 Plug-in on eclipse

Hi,
I need a little help
I Have added flex 4.1 SDK  into  Adobe Flex Builder 3 Plug-in on eclipse.  when I try to compile an  Application  its trowing me an error " File not found:  file:/Users/me/Documents/workspace/project_01/bin-debug/project_01.html"

Can you be more specific on where it is throwing the error? at run time or compile time?
oops.. read the compile time later
if you go into the project root folder in the file system. you will find .
.actionSriptProperties
.project
.flexProperties
open these fils and see if you can find anything. related to project_01.ht ml file
Message was edited by: saisri2k2

Similar Messages

  • I just really need to know... After desigining my UX, how do I go about adding the image into ADOBE FLASH BUILDER to script on top of it?

    I just really need to know... After desigining my UX, how do I go about adding the image into ADOBE FLASH BUILDER to script on top of it?
    Any and all advice is welcome.

    Do you have different versions of the graphic novel pages, or is there just one version of the page? If there is one version, can you crop into the page without losing anything important?
    I would guess that there is one version, and that cropping into the page will lose something important. If that's the case, here's how I would handle it:
    Make a stage that is 14:9. The size doesn't matter, but 1400x900 could be a good starting point.
    Put down a background texture that fits well with the look of the other images. Make that fill the 1400x900 stage.
    Place your page graphics so that they are within the center 1200x788 area of the stage.
    Set the stage scalemode to "noBorder".
    You now have a layout that will work on all devices, as narrow as iPad, and as wide as iPhone 5. All without any code. On the widest devices you'll see a bit of your background pattern to the left and right of the page graphic. On the narrowest devices you'll see a bit of background pattern above and below the page graphic. But you won't lose sight of anything important.

  • Problem with Xcelsius 2008 sp3 service pack chart slider into adobe flex

    Hello All,
    I tried to use the Xcelsius 2008 SP3 and created a Chart with a slider the new UI element which is introduced in the Service pack versions ..  now i tried to implement the logic in Adobe flex builer 3 setting the compiler properties as hot fix 2.0 . Followed all the rules like creating an action script and creating MXML component.. Now when i try to embed the same swf whic is generated into webdynpro component it gives me error tht some classes or some events or some variables are missing..
    According to my assumption i doubt wether the xcelsius 2008 sp3 will support the adobe flex 3 with this hot fix which i was initialy using .. So can anybody suggest me what can be doen to overcome this issue and make my new chart with slider run in my webdynpro abap :(...
    Regards,
    Sana.

    Hi Sana,
    You might be using Flex 3 sdk library files.
    Just check in Properies of your Flex project -> Flex Build Path -> Library Path .
    You might get the library files as Flex 3.*
    If it is the case then change it to Flex 2.0.1 Hotfix 3.
    now create a new project and compile your application and use the same swf.
    Otherwise try to import any existing Flex 2 project folder with compiler flex 2 ver. then try the same swf in your xcelsius application.
    Regards,
    Vivek

  • Can't install portfolio sdk in adobe flash builder 4.7

    Hi all,
    as a CC member I installed acrobat XI Pro, Adobe Flash Builder 4.7.
    I would like to create a new Portfolio layout but it seems impossible to me.
    I already followed the instruction provided by adobe: https://learn.adobe.com/wiki/display/PDFNAV/Installing+Acrobat+Portfolios+SDK but nothing happens.
    This page seems outdated. How can you work this way?
    Here is what I have done (windows 7 64bit):
    I copied the "AcroFlashDebug.api" file in "C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins"
    I copied the "Put contents in FB plugins dir" content  in "C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)"
    I also copied the "Put contents in FB plugins dir" content in "C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse"
    I copied the "Put contents in FB plugins dir" content in  "C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\plugins" (please note I created the "plugins" directory manually)
    I also copied the "Put contents in FB plugins dir" content in "C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins"
    but now?
    I started FB 4.7 but there no mention about navigator projects or portfolio.
    What I'm missing here?
    Is there an updated step-by-step tutorial?
    TIA for any help.
    tony

    The question of whether plug-ins are 64-bit or 32-bit is a vital one, and has been a pain for every app I've seen which has gone 64-bit. Maybe you'll need to install the 32-bit Flash Builder, but that's just a wild guess. This part of the issue seems specific to Flash Builder, so I recommend you try that forum.

  • Error Messages/Building Plug-ins with Eclipse SDK or VCExpress 2005

    Hi,
    I am an newbie in building InDesign-Plugins. I have installed the Adobe InDesign Plug-in Editor on my Windows XP PC (InDesign CS3 SDK, Eclipse, JRE 1.5, Visual Studio 2005 (VCExpress Edition for C++)).
    I tried to build one of the example Plug-ins with Eclipse. After startting the build process of the "transparencyeffectui"-example or the "DollyXs"-example the following message appears:
    Buildfile: F:\SDK\workspace\DollyTest\build.xml
    win:
    [echo] Now compiling FR file F:\adobe_indesign_cs3_products_sdk_503win\source\sdksamples\dollytest\Dolly.fr for win
    [delete] Deleting: F:\SDK\workspace\DollyTest\ODFRC.res
    [echo] FR Compilation Complete: Attempting to build C++ files...
    BUILD FAILED
    F:\SDK\workspace\DollyTest\build.xml:66: Execute failed: java.io.IOException: Cannot run program "D:\Programme\Microsoft Visual Studio 5\Common7\IDE\devenv.com": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
    Total time: 485 milliseconds
    The compiler did't start because the file "devenv.com" is missing in the "Microsoft Visual Studio 2005/Common7/IDE"-directory.
    The free "Visual Studio Express Edition" is delivered withot this file.
    Where can i get this file? Or is it possible to change the exec line in the built-xml-file to get the Compiler started?
    So I started the VCExpress-Programm an opened the transparencyeffetui-Project-File to start the build process. But again i got an error message:
    1>------ Erstellen gestartet: Projekt: TransparencyEffectUI, Konfiguration: Debug Win32 ------
    1>Performing Custom Build Step
    1>Compiling...
    1>VCPlugInHeaders.cpp
    1>f:\adobe_indesign_cs3_products_sdk_503win\source\precomp\common\WShukHeaders.h(70) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    1>Build log was saved at "file://f:\adobe_indesign_cs3_products_sdk_503win\build\win\objD\TransparencyEffectUI\Bui ldLog.htm"
    1>TransparencyEffectUI - 1 error(s), 0 warning(s)
    ========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
    There is no "windows.h"-file in the SDK directory. I tried to include all available SDK-"inculde"-directories to the VC++ directories in the option menue in VCExpress but i got the same error message.
    Any ideas how to get the plug-in build with Eclipse or Visual Studio Express 2005 (C++)?
    zaphodbeeblebroxxx

    OK, so first some background:
    1) The basic process goes like this:
    a) one release doc (edited by the developer, presumably) and the
    template docs are copied to the build area
    b) Each doc is unzipped (ODT's are just ZIP files) into a subdir
    c) The doc contents are copied around; this is to allow Ant to
    replace its special @VAR@ variables in the document content
    d) The docs are zipped back up into ODTs
    e) The ODTs are converted into PDFs using OOo's macro functionality
    Here are the troubleshooting steps I would apply:
    1) Make sure the external.odt file exists - check the build area
    (//content/build/<pluginname>/tmp/) and can be opened using normal
    OpenOffice
    2) Check that the release.odt file exists (same location) and can be
    opened using normal OpenOffice
    3) See if you can manually convert the external.odt file into a PDF -
    the command we use is simply:
    soffice -invisible
    macro:///Standard.Collectors.External2PDF(${pkgdir}/tmp/external.odt)
    (replace ${pkgdir} with the build directory path).
    If all that works, then the Ant build process should work.
    Also - what does that OpenOffice error popup say?
    DCorlette
    DCorlette's Profile: http://forums.novell.com/member.php?userid=4437
    View this thread: http://forums.novell.com/showthread.php?t=416875

  • Can Flex data visualization sdk be used for free?

    I am not interested in the soure of the data visualization component as such,but I plan to use it(binary) just to create the swf files and deploy on a website. I know that Flex SDK is free. But can i use the data visualization component with the Flex SDK(command line) for free?
    I am actually able to use it and do not see any watermark. Just wanted to make sure its free use is permitted under the license.
    Thanks.

    Thanks for the link Paul.
    I am still a bit confused. Let me clarify a bit more.
    The 'Get the free Flex SDK' link in Flex Homepage (http://www.adobe.com/products/flex/) lists the following downloads:
    1. Adobe Flex 3.4 SDK
    2. Adobe Flex 3.4 Data Visualization Components for Flex Builder
    3. Adobe Flex 3.4 Automation Libraries for Flex Builder
    I downloaded 'Adobe Flex 3.4 SDK' and 'Adobe Flex 3.4 Data Visualization Components for Flex Builder' and unzipped the files, and merged the contents of the two unzipped folders(copied to appropriate folders).
    So now, using the command line mxmlc I can use the chart components and I do not see any watermark.
    And I do not intend to buy Flex Builder as I just use the command line compiler and a simple text editor. So do I still need to pay the cost of Flex Builder professional(for ethical reasons)? Or since I dont use Flex builder, am I permitted to use the data visualization components for free? Technically there is nothing blocking me to use it free, like the need of a license key etc.

  • Installing Flex SDK into Flash Builder 4.7 problems

    Hi,
    Im completely new to Flash Builder, today I have installed Flash Builder 4.7 & Flash CS6 from Creative Cloud for my son to start to learn game programming (with my help), I have used simple coding in web design however this terminology is new to me.
    I bought my son the latest 'Foundation Game Design with ActionScript 3.0' book on recommendation but it was written when FB was version 4.5 so im guessing this might be the problem.
    The book is very easy to follow but have hit problems at the beginning of the tutorials, the book talks about Flex SDK but it seems that FB 4.7 uses AIR SDK ?
    So the first project called HelloWorld, we got up to:
    Got an exclamation mark which said
    'The import flash.display.Sprite is not used
    locally'
    Continuing with the rest of the project the exclamation mark disappeared:
    However on selecting run- Debug we got a blank Flash Player window  ('generate HTML wrapper file' was deselected)
    So either we've done something wrong, or the book and FB version are not compatible?
    Any advice would be great!
    Thank you
    Latest ...
    I thought that installing Flex SDK may solve the problem but after following instructions I have the error message, see image below. Really stumped now!

    Sorry, if I went a little overboard. After re-reading your post, perhaps I should back up a little.
    First, there are little things that Flash Builder (FB) will complain about. Having extra import statements in your code doesn't hurt anything. If I'm trying different solutions and then commenting out the code, the import statements will hang around, FB will complain, but just ignore it. If you see a little icon on the left edge of your code editor and its a red circle with an X in it, then that is something that will have to be fixed.
    When you create an app in FB or Flash you can choose to create a web app which means it will run in a browser window. The project can optionally create an HTML wrapper, or web page that will load your app. In Flash Pro you can choose File->Publish Settings and there will be a checkbox on the left to publish a HTML wrapper. In FB, you can right click your project in the Package Explorer, select Properties at the bottom, select the ActionScript Compiler, and down at the bottom there will be a checkbox to create a HTML wrapper.
    If you're just learning Flash Builder, then the FlexSDK 4.6 and the AIR SDK 3.1 that comes with it should be fine. You mentioned Apache SDK and I'd recently been working with that so I ended up getting side-tracked.
    Getting an AIRSDK to work with when build ActionScript projects is easy. Just go to the adobe site, type AIR SDK in the search box, and you should find a page that will let you downloaded the latest version. There's also a page to let you download the latest AIR runtime, and if you were just going to run AIR apps and not build them, then that's all you would need. As a developer you'll want to install the runtime from the downloaded .exe file. With the SDK, after downloading it, installing it is easy. Just create a new folder an unzip the SDK into it, then place it somewhere easy to find. I put all my SDK's in their own directory right off the c: drive. So I have c:\AIRSDK_3.5.0.880 and c:\AIRSDK_3.7.0.1530. I use very descriptive folder names so I always know which SDK's I have to work from.
    To use the SDK in Flash Pro select Help -> Manage AIR SDK, hit the plus button and add the folder you created. Now when you've opened a Flash project, you go to File->Publish Settings and select the combo box at the top, you'll see options like 'AIR 3.7.0.1530 for Android' in the list that reflect the SDK's you've added.
    Generally with FB you'll be using a FlexSDK, or perhaps a FlexSDK overlaid with a newer version of AIRSDK. Overlaid basically means you copied the contents of the AIR SDK into the Flex Folder. The article I mentioned above will give you all the details on creating those. For instance, I downloaded the Apache Flex installer, installed it, then created an empty folder called c:\ApacheFlexSDK_4.9.1, launched the Apache installer, gave it the new empty folder I'd created, selected all the download options, and let it all download. If it launches a popup box or a security warning, you can allow it, and it will continue. Once you have the SDK and you want to use it with a project in FB, just right click the project, select Properties, selected that Compiler tab again, and up in the right corner you'll see 'Manage SDK's...'. Hit that link, add your new SDK to the list and give it a descriptive name, then selected the checkbox beside it to set it up as your default. If you do this, then all your projects set to use the default will automatically switch to it and rebuild. So if you want a project to stay with a specific SDK then select that option in your Compiler tab, and then you could use the combo box to select your new added SDK.
    When I started with FB I think I spent the first 2 days going round and round with project settings and options until I got them all figured out.
    When I develop, I usually have my browser open and I have bookmarks and favorites to let me quickly get to all the pages I use most often. Here are a few of them:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/index.html  <---- The API reference. In the packages window check out 'Top Level' at the top and Language Elements near the bottom. I think I have this page open in one or more tabs almost every day.
    http://www.adobe.com/devnet.html
    http://www.adobe.com/devnet/actionscript/learning.html
    http://help.adobe.com/en_US/as3/learn/index.html
    http://helpx.adobe.com/flash.html
    http://help.adobe.com/en_US/flashbuilder/using/index.html
    Free videos to help you learn Flash Pro:
    http://tv.adobe.com/show/learn-flash-professional-cs6-/
    http://tv.adobe.com/show/learn-flash-professional-cs5/
    And you've already found the forums! But if you don't find an answer here, many times you can find your question already answered on www.stackoverflow.com forums.
    Ok, I think I went a little overboard again.

  • Does Adobe Flex 4.6 SDK supports multithreading?

    Hi,
    As we are using Adobe Flex 4.6 sdk for our vmware vcenter plug-in development. we need to handle the situations like updating the data in multiple panels and portlets of a dashboard simultaneously.
    So we are thinking to implement this using multithreading concept.
    I am hearing flex doesn't support multi-threading, some workers constructors will give flavor of the multi-threading in flex.
    It will be helpful if you provide some information about
    1. Does Adobe Flex 4.6 SDK supports multithreading? If so how to implement?
    2. How to use Workers in flex and what are the limitations?
    Thanks and Regards,
    Sravan Kumar.

    https://forums.adobe.com/message/4562551

  • Flex 4.1 SDK compilation error=3

    I just downloaded SDK 4.1 and tried to compile my application but I'm getting the following error:
    C:\projects\MyProject\build.xml:119:Execute failed: java.io.IOException:CreateProcess: "C:\Program Files\Adobe\Adobe Flash Builder Plug-in Beta 2\sdks\4.1\bin\mxmlc.exe" -strict=true -show-actionscript-warnings=true -keep-generated-actionscript=false -use-network=true -target-player=10.0.0 -source-path=C:\projects\MyProject-Flex/ui/trunk/src -library-path+=C:\projects\MyProject -Flex/ui/trunk/libs -output=C:\apache-tomcat-5.5.25/webapps/MyProject/Main.swf C:\projects\MyProject-Flex/ui/trunk/src/Main.mxml error=3
    Line 119 in build.xml is the starting of the following:
            <exec executable="${FLEX_HOME}/bin/mxmlc.exe">
                <arg line="-strict=true" />
                <arg line="-show-actionscript-warnings=true" />
                <arg line="-keep-generated-actionscript=false" />
                <arg line="-use-network=true" />
                <arg line="-target-player=10.0.0" />
                <arg line="-source-path=${sourceDirUI}" />
                <arg line="-library-path+=${FLEX_BASE_DIR}/ui/trunk/libs" />
                <arg line="-output=${webDirUI}/Main.swf" />
                <arg line="${sourceDirUI}/Main.mxml" />
            </exec>
    Any idea what's going on and what error=3 stands for?
    The same ant build.xml has been working with sdk 4.1.0.15735
    Thanks.

    @Jason Villmer,
    I believe the issue you're describing is http://bugs.adobe.com/jira/browse/SDK-26940.
    There is a workaround listed in the bug report which should work (based on my testing), or you could probably set the direction and layoutDirection styles globally using a Style block.
    Peter

  • How activate Adobe Flex Builder 3

    Hi,
    I'm using the Flex 2 SDK from Adobe Flex Builder in trial version.
    I would buy the license but I can't buy it.
    I 've looked at the new Adobe Flash Builder but this doesn't include SDK 2.
    How I can get the license?
    Thank you

    We're in the same boat here - the the behavour of xsd:all in
    BETA 3 renders our Flex app virtually useless because of
    communication issues with the backend webservice. We have studied
    the proposed workaround suggested, unfortunately we only control
    the FLEX app - we do not control the WS we have to integrate with.
    As a result we've gone back to BETA 2 to do some critical
    changes in the software but the "Beta expired." message we've been
    receiving is really not well received. As we have been very
    proactive in supporting development in the BETA phases including
    reporitng bugs, we think that Adobe shoudl also have some
    flexibility here and offer ways to extend the BETA 2. We're not
    asking for any type of support during that phase - purely the
    ability to compile our source until we can implement the full work
    around which will allow the software to run on BETA 3. The
    suggestion to change dates or go to previous restore points do not
    work well here with our numerous developers.

  • Adobe Flex manuals

    Hello everybody,
    i'm looking for 3 manuals:
    - Complete Adobe flex manual(from basics onwards)
    - Adobe flex builder manual
    - Flex reference
    (all the latest versions)
    Could you give me some links?
    I will put among my favorites :-)
    Thanks so much

    http://download.macromedia.com/pub/labs/air/air_b2_docs_flex_100107.zip

  • Need help adding live chat into Adobe Muse

    Has anyone successfully added a live chat feature into Adobe Muse?
    We're in final design stages of creating new site and would like to use a live chat program (Olark, Live Person, etc) -- have received the html embed, attempted to add the html into a page unsuccessfully.   We've added code in other pages. 
    Thanks.

    Most of those services would have given you a guide on where to place the code. The code mostly would be embedded in the head section. To do that in Muse, right click anywhere on the board-select page properties-metadata-head. Then paste the code there. Publish your site and you would see the chat widget on your site.

  • OpenScript - Adobe Flex script - cannot see flexFT elements

    I've created an Adobe Flex script in OpenScript, but when I record a Flex application, or use Inspect Path, I only see "web" elements, and not "flexFT" elements.
    What am I missing?

    I think I found my own answer here.  I don't yet have access to the source, and am not sure if it's been compiled with the Adobe automation libraries.
    FROM: http://docs.oracle.com/cd/E25294_01/doc.920/e15488/opscrpt_using_flxft_module.htm
    11.1.2 Prerequisites
    The Adobe Flex Functional Test Module recorder has the following prerequisites:
    Note:
    The automation libraries/swc files are required for Flex Functional Testing only. This does not apply for Adobe Flex (AMF) load testing which records at the protocol level.
    The Flex application must include the Adobe Flex automation libraries either at compiles time or at run time. You need at least automation.swcautomation_agent.swcautomation_dmv.swc

  • Adobe flex integration into abap webdynpro

    hi experts,
    i am new adobe flex development. i am following a tutorial preapred by thomas jung Adobe Flash Islands for Web Dynpro ABAP u2013 Tutorial #1, he used flex 3 to develop the flex application. i am using flex 4 downloaded from adobe. i followed all the steps. what i have observed is when i type import statement the color othe "import" word is not changing to blue ( it does change for other tags). somehow it is not recognising "import" "CDATA"  [BINDABLE] statements. i have added the wsislandlibrary30.swc to the librarypath of the project. i am suspecting whether the version mismatch is causing the issue. please advise
    thanks
    sankar

    Adobe Flex isn't an SAP product therefore I can't really trouble shot problems you are having with their IDE in general. I can tell you that SAP doesn't support Flash Builder 4 for Flash Islands.  We only support Flex SDK 2.x and 3.0-3.3.  You can use Flash Builder 4 but in your project settings you must force build with one of these older SDK versions.

  • Error while running C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\samples\explorer\build.bat

    Hello
    I am a flex beginner, when i run the  C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\samples\explorer\build.bat file the following error is displayed
    Loading Configuration file C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\flex-config.xml
    C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\samples\explorer\loaderPanel.mxml
    Error :-1
    Please help me to run the bat file, as it will help me to learn flex independently.
    error message is attached as bmp.
    Thanks in advance.

    Hi,
    Take a look at this report: https://bugs.adobe.com/jira/browse/FB-11626 It might be of help.
    With best regards,
    Barna Biro
    Blog: http://blog.wisebisoft.com

Maybe you are looking for