Windows :: Browser Compilation Error For Flex?

Jul 23, 2009

I'm having an odd problem that isn't mission critical since I can use the command line with no probs.In my earlier post http:[url]... I had problems getting the web compiler to work.Now that it's working I use this in a browser to compile: http:[url]...

and I get this error as a result:

ERROR : Could not resolve to a component implementation.

349 <mx:filters>
350 <mx:DropShadowFilter alpha=".25" angle="90" />
351 </mx:filters>

Everything is legit and the most recommended solution is that the namespaces aren't correct. I've checked those and they're fine. Other answers I've come across relate to external components causing a problem but as you can see, I'm not using an external component.Here's the kicker. If I do a compile via command line:

mxmlc topsight.mxml

it compiles perfectly.Specs are still the same from the prior post and I'm using the Flex 3 SDK.Not sure if this would help but I did the download from http:[url]... and I clicked on the Open Source Flex SDK - Milestone 3.3

View 3 Replies


Similar Posts:


Flex :: Make A Flash Browser App That Could Receive Data From Browser Plugin Or Other Windows App?

Dec 18, 2009

in other words, suppose I want to send data, like text, programmatically from a Windows app (such as a browser plugin) to a Flash app running in the browser. Well, conceptually, an example of this might be a Flash instant messenger with a textbox and button "Send"; so let's say I want to be able to programmatically paste the text and press Send or otherwise activate it. That's NOT what I am trying to do here in reality (i.e., no,I am not trying to spam other people's chat rooms or anything)but just an illustration of a similar situation.I can include in it whatever widget or hack that may be necessary.The reason why this problem is arising for me is that AFAIK the SDK that is providing me the data I want cannot be directly accessed from Flash, so I need a way to pipe the data from a regular app into Flash. can I have the Flash app interact with other apps through localhost IP? Or are there draconian restrictions on which server Flash in browser can and cannot interact?

View 1 Replies

Flex :: How To Set Application To Open In Browser Windows

Oct 18, 2011

The things is, I've build an application in flex which suppose to be for web but when I'm running it through the Flash builder, it opens up flash player app instead of opening in a web browser. I've tried to do "run as webapplication" but failed.

View 2 Replies

Flex :: Open Multiple Pop Up Browser Windows From ActionScript?

Jun 1, 2010

How to open multiple pop up browser windows from ActionScript?

View 2 Replies

Compilation :: Flash Compile Error?

Dec 19, 2009

i am creating a web site and when i compiled my flash code so it writing that

TypeError: Error #1009: Cannot access
a property or method of a null object
reference. at

[code]....

View 2 Replies

ActionScript 2.0 :: Opening Browser Windows From A Flash Movie With Browser?

Jan 17, 2006

I have a PHP mailer form on my site which needs to be published in action script2 to work, but I also have a script set up to open browser windows of a certain size & location which needs actionscript 1 to work? The PHP mailer form has a "Name" field, "Email" field & "Message" field, theses can all be reset with a button. The button clears off any text in the 3 boxes to wipe them clean. The script on the reset button is:

on(release) {
_root.myForm.formNameField.txt = ""
_root.myForm.formEmailField.txt = ""[code].....

This works fine with section script 2 but not with as1. Does anyone know of a script that resets the .text field on as1 Alternatively is there any way of opening browser windows from a flash movie with browser win controls, eg. centre win, no scrollbars.

View 2 Replies

ActionScript 2.0 :: Microsoft JScript Compilation Error '800a03ec'

Apr 2, 2002

I keep getting this error message when going to Live Data or previewing in browser:

Microsoft JScript compilation error '800a03ec'
Expected ';'
/newdb/[name of asp file executed].asp, line 4
Dim rFauna__MMColParam
----^

[code]....

View 5 Replies

Actionscript 3 :: Compilation Error: The Name Of Definition 'Main' Does Not Reflect The Location Of This File

Apr 25, 2011

I have a movie clip called turret that is on the screen and is instanced as Turret, I have a movie clip called bullet and that is in the library exported for AS "bullet" no quotes. Here is the website [URL] My frame (main) class is called du34

[Code]....

View 3 Replies

Flex :: Packaging AIR Apps With ADT Gives Wrong Namespace Error On Windows, Works On Mac

May 17, 2011

I'm packiging AIR app both on Mac and on Windows. On Mac everything goes well, but on Windows I get an error.

Myapp-app.xml: error 102: Invalid namespace [URL]

I have latest SDK's installed on both machines, although Flash Builder is newer on Mac. Does the Flash Builder version even matter?

View 1 Replies

Flex :: Air - Get Date Of Compilation?

Jul 16, 2009

I would like to include the compilation date with the version number in my flex/air app.

View 3 Replies

Flex :: How To Avoid CSS Compilation To SWF

May 24, 2011

It seems it isn't possible at runtime to change styling defined in CSS files, ex.: colors. This is seemingly because the CSS files are compiled into SWF. Is it possible to externalize styling information in CSS (or any other format) without compiling it to SWF file so that it can be changed easily at runtime just as normal CSS can be changed when it is used in HTML.

View 3 Replies

Windows :: PDF Displaying Correctly In Flex Mx:HTML Control In Windows / Reader X

Oct 28, 2011

I'm having an issue with the PDF displaying outside the viewable area of the mx:HTML control in Flex. When the application starts up - the mx:HTML is set to a certain size, but can be enlarged if the application is maximized. These are the following conditions to replicate it: Issue only happens in Windows (Windows 7, not on Mac) Issue only happens with Reader X installed (not with previous versions) Issue only happens when running the built app, does not happen in debug / development mode from FlashBuilder

[Code]...

View 1 Replies

Windows :: Flex - MXMLC Throws A Java.lang.NullExceptionPointer When Compiling In Windows (not In Mac Nor Ubuntu)

Feb 23, 2011

I'm running ant to compile a Flex application, and the build keeps failing when running it on a windows command line. Other people in my team can successfully run the very same build under mac and linux. This is the error shown in the command prompt:

[Code]...

All tokens are set in corresponding build.properties and filter .properties files (and, as I said before, it compiles perfectly under mac and linux). The windows version is 7 Ultimate, FLEX_HOME is set as an environment variable to the Flex SDK 3.5 (the 3.5.0.12683 build that comes with Adobe Flash Builder Burrito). ${compiler.fork} is set to false, to avoid an issue with the SDK and the source files being in different logic drives.

View 1 Replies

Windows :: Flex - FileReference: Loading A Windows-locked File?

Mar 8, 2010

I'm using Flex in Flash Player 10 on Windows, using FileReference to load a file into memory, as below.My issue is that when a file is locked by Windows, my FileReference is not giving me any feedback that the file is inaccessible--it simply never dispatches any events after my calling load().Does anyone have insight into how to tell that Flash Player is unable to open the file?

var fileReference:FileReference = new FileReference();
private function onClick():void {
fileReference = new FileReference();
fileReference.addEventListener(Event.SELECT, onSelect);

[code]....

View 1 Replies

Windows :: Flex - Adobe Air - Lauch Windows Virtual Keyboard Osk.exe

Nov 25, 2011

From an Adobe Air application, I need a function to launch the Windows Virtual Keyboard (c:windowssystem32osk.exe). I tried the Native Process, but it didn't work when telling it to execute cmd.exe /C osk.exe. How should I launch the keyboard application from an Adobe Air application?

View 1 Replies

Flex :: Speed Up Ant Compilation In FDT / Builder?

Jan 26, 2010

Is there any way to speed up MXMLC compiles using Flextasks in Ant in Eclipse. Compared to FDT and Flex Builder's in-built compilation, it is painfully slow.

View 2 Replies

Flash :: Speed Up Compilation Of Flex?

Aug 24, 2010

My Flex project has six sub-projects. How can I speed up compilation?

View 1 Replies

Windows :: Flex - Air - Alwaysontop - Does Not Work In MAC But Works In Windows

Aug 29, 2009

i setup alwaysOnTop="true" in mx:WindowedApplication alwaysOnTop="true" tag. but this does not work in MAC but works in windows.

View 1 Replies

Windows :: Embed Windows Media Player In Flex?

Aug 24, 2010

I have a mp4 file which is to be used in an application. Currently i am in the stage of figuring out the technology to be used for this job. I am familiar with flex and am hoping that i be able to use it for the application. But i can not figure out a way to play the file in flex. I have been able to play the file only in windows media player and that required the installation of three codecs : Mp4Audio.ax, Mp4Video.ax, Mp4Src.ax.

As i see it, it will be very convenient if i could embed a windows media player plugin in flex or i could specify the audio and video codecs in the flash player

View 1 Replies

Windows :: Create A Windows Projector .exe From Flex Application Using A Mac

Feb 6, 2012

I have a flex application (.swf) and want to create a projector file. When I choose File-> create projector I get the .app file because I work on a Mac. I know I can create both projector formats for windows and mac using the export feature in Flash Professional. But this is not an option since it's Flex.Is there any other way rather than switching to windows to create the file?

View 1 Replies

Flex :: Set Static Constants Using Conditional Compilation?

Aug 4, 2010

I am trying to set some public static constants on a class conditionally by passing variables to the compiler e.g. -define=CONFIG::ENVIRONMENT,'testing_server'

[Code]...

Obviously this means I have to tinker with long command line setting each time. I thought my initial approach was possible given the documentation and various tutorials I have read.

View 2 Replies

Flex :: Get The Compilation Time In Flash Builder?

Dec 2, 2010

Is there a simple way to report the time necessary to compile an applcation in Flash Builder (in the Console or an external file) ?

I want to compare the average compilation time between the usual Flex compiler and HFCD (HellFire Compiler Daemon) for a given project.

View 2 Replies

Flex :: Environment-dependent Compilation Properties In AIR?

Jan 19, 2011

I'm building a Flex/AIR application that connects to a remote server, the URL of which changes depending on the environment (development/production, and possibly others). For now, this URL parameter is hardcoded in my root application MXML file but it means I have to change it everytime I build my app for a different environment.Is there a way to externalize such a parameter so that when Flash Builder automatically builds my app (in development mode), it uses the development URL

View 1 Replies

Flex :: Flash Builder Conditional Compilation

Apr 6, 2011

how can I do the following in a Flex project?[code]then flash builder gives me a compile error:1018: Duplicate class definition: Main

View 2 Replies

Actionscript :: Compilation In Flex And Import Statements?

Jun 10, 2011

I have a web application written in Flex and I'm trying to build an AIR application from the same code base using conditional compilation.

In the AIR application, I need to have import statements such as the following: import flash.data.SQLConnection; import flash.filesystem.File; but I cannot have these import statements in the web application because they are AIR only classes.

[Code]...

and similar approach to include web or AIR specific functions during compilation. The approach seems to have worked so far The only place I have run across issues is in my Cairngorm's model locator. If I put CONFIG::desktopMode around import statements in Cairngorm's model locator, it starts giving "Uncaught exception in compiler" or "1131 classes must not be nested" error. I'm not sure how to address this error!

View 2 Replies

Actionscript 3 :: Flex Conditional Compilation Of MXML?

Sep 10, 2011

In Flex it is now possible to use the -define compiler option to do all sorts of cool stuff.In my program, I am using the option such that some of my code is excluded by blocks like this:

CONFIG::FACEBOOK{
//Some code
}

And this is working well.How do I get a similar behaviour with MXML?I want to do the same thing, but omitting/including MXML tags in this way, not blocks of AS code.

View 1 Replies

ActionScript 3.0 :: Flash CS4 - Compilation Error "extra Characters Found After End Of Program"?

Oct 31, 2008

I just upgraded to CS4 and now I can't compile my project. First of all I get a random error like this 1087: Syntax error: extra characters found after end of program. on(press){} The location of the error (file, frame, line) is totally random, pointing to frame that has nothing in it or a frame with a simple stop(); command, etc My other error is a run time one that appears after the compilation The following JavaScript error(s) occurred: SyntaxError: unterminated string literal All that code was working fine yesterday with CS3, any idea why CS4 wouldn't handle it the same way?

View 4 Replies

AS :: Flex :: Dynamic Loading And Compilation Of MXML / At Runtime

Jan 14, 2010

I am trying to build an application which has a flex front-end and a php back-end. I am struggling to do something with this application which I couldn't figure out a way to do. I would want my flex application to show a view based on an MXML it recieves from the server as a response to some interaction in the flex application. for example, lets say there are two buttons on the current view and if i press the first button, it will load one mxml/as3 from the server, and when i click the other, it will load a different mxml. How do you think i can tackle this situation? how to do this as i've been banging my head on the wall trying to figure out a way.

View 3 Replies

Windows :: Start Air/flex Application With Windows?

Sep 21, 2009

I want to provides an option in my air/flex application. A user can check an option and the application starts when windows starts.I don't find with google how to do this, someone knows do that ?

View 1 Replies

Windows :: Windows Authentication In Flex Application?

Jul 30, 2010

does anyone have an idea or developed before windows authentication through flex application.I have a semi solution when user enters his/her AD username and password, and application send this data to web service which handles AD authentication, but this is one extra step which will give full comfort for users.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved