Actionscript :: Integrating Classes Into Flex?

Sep 16, 2011

I am trying to learn Flex and Actionscript. I found the Moock quiz example in Flash and want to turn it into a Flex application. I am trying to understand the relationship between the actionscript and the mxml. How do I take the class QuizApp and place its contents in a container in the mxml file?

MXML

<fx:Script>
<![CDATA[
import QuizApp;
var ms:QuizApp = new QuizApp;

[code]....

View 1 Replies


Similar Posts:


Java :: Integrating Flex With Graniteds?

Nov 6, 2011

I have a server api wirtten in Java and client side written in flex and I am trying to configure them together using GraniteDS. However, when trying to add this line:

<graniteds:flex-filter url-pattern="/*"/>

to the ApplicationContext.xml - then when trying to deploy my webapp (via glassfish) to a server i get this error:

org.apache.catalina.LifecycleException: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 86 in XML document from ServletContext resource [/WEB-INF/commonContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'graniteds:flex-filter'.

View 1 Replies

Flex :: Integrating Virtual Keyboard On A HP TouchSmart With An Adobe AIR App?

May 12, 2010

Does anyone know if it's possible to integrate the ToushSmart's virtual keyboard with an Adobe AIR application? In most programs (Internet Explorer, Firefox, etc), when a user touches a text field a little keyboard icon automatically pops up which, when pressed, will bring up the virtual keyboard. However, this doesn't happen when clicking on text input fields in Adobe AIR applications.

Has anyone had any experience working with AIR/Flash and touchscreens? Is there any API that can tell Windows (or the HP virtual keyboard specifically) that the user has clicked in a text field and that the virtual keyboard should be shown? The text fields are the standard kind (fl.controls.TextInput).

View 1 Replies

Flash :: Flex - Integrating Subversion Revision Into Exe/swf File?

Apr 15, 2011

I recently I followed this great guide to integrate the subversion revision into exe/dll files generated from my c++/c# visual studio projects. Now I can easily right-click on an exe-file to find which revision was used to build the binary (see image below). I love this feature.

Is this possible to do the same in flash/flex when building air/stand-alone applications? I would like to tag both exe file and dlls.

Update with solution: Although the ANT-based solutions provided here aren't as smooth as the one where the svn info is burnt into .exe/.dll files (in my opinion), it has solved my problem and is now implemented in our productions. My setup is based both on Kevin's and frankhermes's answeres but uses SubMCRev.exe instead of svn.exe or jar files. In our implementation we dump the svn revision to the logfile at startup. The output from the SVN target below looks like this: Built with SVN Revision: 1.0.0.1181 (local modifications found)

[Code]...

View 2 Replies

Flex :: Lightweight Method For Integrating Flash Functionality In The Background?

Feb 1, 2010

I'm looking to be able to run some actionscript 3 in the background to handle some audio and build a javascript front-end. I heard that you can simply compile actionscript 3 and run it using the flex framework

View 2 Replies

JavaScript :: Integrating Adobe Flex Applications With HTML Pages

Feb 16, 2011

How can I get my Adobe Flex applications to seamlessly integrate with HTML pages? That is, I want Flex to: Not take up the entire page (make it any size page element I want). Talk back to the JavaScript on the page (further linking the Flash application with the HTML page).

View 1 Replies

Flex :: Integrating Platform-specific API's In Multiplatform Mobile App (Titanium)?

Jun 8, 2011

My team is in the planning phase of a multiplatform mobile app. We're considering Adobe Air/Flex or Appcelerator Titanium instead of native development, but will eventually be needing to use an external API that is ported to iOS and Android. **(one that harnesses the device's camera)The idea would be to use platform detection and overloaded classes to determine which platform version of the API to import. Is something like this possible in either Adobe or Appcelerator? If so, would the native Objective-C or Java need to somehow be wrapped in Actionscript (if Adobe) or JavaScript (if Titanium)

View 2 Replies

Flex :: Integrating Flex With Spring?

Aug 28, 2009

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'flex:remoting-destination

i got this error when i tried to build my file i wrote the 'flex:remoting-destination' in a web-application-config file

View 1 Replies

Media Server :: Integrating FMS With IIS

Jul 20, 2010

How would I go about integrating FMS 3.5 with IIS so that IIS would serve the same purpose that Apache would if I had chosen to install it upon installation of FMS 3.5? More specifically, what purpose does the Apache install that you're prompted to install along with FMS 3.5 serve? If I don't install Apache along with FMS am I losing some sort of functionality that I should implement in IIS instead?

View 1 Replies

ActionScript 2.0 :: Integrating Flash In VB

Aug 9, 2004

I have successfully created a VB6 app that loads a swf movie. However the loaded movie is a preloader that subsequently loads another swf using loadMovieNum() which no longer appears to work. Does anyone know why this might be? I am using the Flash.ocx and specifying files that exist in the same directory by name only but have tried fully qualified paths as well.

View 1 Replies

Flash :: Data Integration - Integrating With A LMS

Oct 27, 2006

Is it possible to develop original content with Actionscript using bespoke question formats and transfer this to a LMS. I have just developed lots of script without using the question templates & feel that it has been a waste if I cannot make it SCORM compliant. The alternative is that I switch off so much of the functionality and just use the question templates but it will make so much of it bland.

View 1 Replies

Data Integration :: Integrating Flash With Asp?

Jun 6, 2006

i am creating a dynamic site that pulls all of its content from and access database. i would like to make the entire page in flash. i have never used flash to pull any content from a datbase before.i can only seem to find tutorials for flash 8 or flash 5,nothing for mx2004.

View 4 Replies

ActionScript 3.0 :: Integrating Flash Into Dreamweaver?

Dec 25, 2009

I have an XHTML website, in which I want to incorporate my Flash movie, that contains several buttons linked to the Dreamweaver website.

View 6 Replies

Java :: Integrating .jar In A Flash Project?

Oct 27, 2010

I must integrate a .jar file into a flash project. The project is like this: There'll be a flash video player for a Web Browser with Play, Pause, Stop commands. I must use voice commands to trigger the player actions. I have a .jar that makes the voice recognition so I want to integrate this file with my Flash Player.Is this possible?

P.S.: You may wonder why I don't use other tools, but it's a project for University with given materials, so I really need to use Flash + this given .jar .

View 1 Replies

Ios :: Integrating AIR Native Extension With FLA Project

Oct 24, 2011

I am trying to use the IOS in-app native extension, which is found at [URL], and I have linked the SWC with my flash project... The problem I am having is that all of the usage code talks about integrating with a Flex project rather then an FLA - does anyone know if it is possible to port this extension for use with a flash project?

View 2 Replies

Actionscript :: Integrating Facebook With Application

Feb 5, 2012

I would like to integrate facebook in my actionscript application. I am using facebook actionscript api available from URL...I would like to know if there is any way to creating custom login dialog rather than using the default facebook login dialog as i want the user to just sign in to facebook rather than exploring the other fields like "Sign up" and "Forgot password"I cant use the current api as websites use it for logging to facebook. It is open to sign ups exploring other languages.I would like to prevent the whole thing by customizing the login dialog. Does facebook provide something for that? Or can it be done it in any way?

View 1 Replies

ActionScript 2.0 :: Integrating 3ds Max Models Into Flash?

Jan 5, 2010

Does anyone know anything about integrating 3ds max models into flash, Can it even be done?

View 9 Replies

ActionScript 2.0 :: Integrating Xml With Flash MX 2004?

May 7, 2005

i have some problems in integrating with my own flash. 1st of all.. let me define the key things

1st step.. the flash will detect the xml. 2nd, it detect whether if it has people on air on the studio or not refer to the time. 3rd, if its between the [timeid] range ( 0-7) it has a slot but either has a dj or not, if the timeid = 8 , no slot and no deejays here is my core part of problem..

the flash will show the slot language pics background = MC ( session ), the slot name = dynamic text area ( slonem ), and who's the deejays = dynamic text area (djnem), of the current time, if there's no one on air or no slot , the pics background = MC ( session ) will show music only.

i'll include also my xml file and my dummy file for this thing.. also iincluded is the original schedule that working properly.. the original schedule and the dummy is basically different just they read from same xml file..

i just learn xml just a few months back then also with action script with help from my roomate [URL]..

View 1 Replies

ActionScript 2.0 :: Integrating Animation In A Loop?

Jun 19, 2008

i have this ongoing thing with thumbs being loaded via xml in a forloop.

I have white backgrounds behind every thumb. Now I want some movement with the backgrounds easing in to their positions.

function ScreenprintsLoad(screenprints_xml) {
var screenprintsThumbs = screenprints_xml.firstChild.firstChild.childNodes;
maincontent.createEmptyMovieClip("holder",1);

[Code].....

how would I start this, I have a simple AS ease function that I could put in. Im just confused how to integrate it into this loop. Also how would I have the thumbs consecutively tween in?

View 1 Replies

ActionScript 3.0 :: Integrating XML Into Flash Animation?

Jan 19, 2012

i have a basic movie clip in flash, inside the movie clip is some text and i was wondering wether it would be possible to change the text using xml meaning the .FLA file doesn't even need to be opened. Obviously i've tried researching this but decent information on xml/flash integration seems to be pretty hard to find.: I know there's a lot of pro's here at kirupa, so if you know much about flash/xml integration

View 3 Replies

ActionScript 2.0 :: Integrating Xml With Flash MX 2004

May 7, 2005

i have some problems in integrating with my own flash.1st of all.. let me define the key things

1st step.. the flash will detect the xml
2nd, it detect whether if it has people on air on the studio or not refer to the time.
3rd, if its between the [timeid] range ( 0-7) it has a slot but either has a dj or not, if the timeid = 8 , no slot and no deejays

the flash will show the slot language pics background = MC ( session ), the slot name = dynamic text area ( slonem ), and who's the deejays = dynamic text area (djnem), of the current time,if there's no one on air or no slot , the pics background = MC ( session ) will show music only.i'll include also my xml file and my dummy file for this thing.. also iincluded is the original schedule that working properly.. the original schedule and the dummy is basically different just they read from same xml file.i just learn xml just a few months back then also with action script with help from my roomate.

View 1 Replies

Flex :: Display Content Assist In Flex Builder For All Classes?

Jul 16, 2010

I have a components and classes project library. Within the library, flex builder only seems to display content/code assist options for top level classes (e.g. arguments, Array) but not other classes such as VBox. Also, within the non top level classes, class properties are not provided by content assist.

View 2 Replies

Professional :: Integrating Video With Alpha Channel?

May 9, 2007

I have a little video showing a text animation on a black background. The alpha channel is encoded. I want to integrate that video under flash but I want the alpha channel to be taken into account and I don't know how I can do that. After integrating the video, I get always that black background, how can I remove it?

View 4 Replies

ActionScript 3.0 ::Integrating Independant CSS File Into Flash?

Jun 18, 2009

how to use a CSS file in a flash project.Unfortunately every time I get to the end of the instructions.I'm making a simple flash slideshow for a web site.It has three buttons at the bottom, numbered 1 - 3. the web site I'm building this for is already up and running, and has a CSS file implemented.I want to apply that CSS to the three buttons at the bottom.The numbers are never going to change, but I want the font face to be congruent with the rest of the site.I'm assuming the best way to handle future compatibility is to link it up with that CSS file.So far I have the numbers, and the text is set to dynamic, each number has an instance name.Or a link if it has been covered in an introductory level and my searches failed me.

View 1 Replies

ActionScript 3.0 :: Integrating A Link To .swf (on Same Computer) From Powerpoint?

Nov 30, 2009

This is a bit "off base," but I thought someone here may be able to help. I am working on some interactive animations for an upcoming meeting. Ideally, I would love to be able to have an interactive slide within powerpoint, however don't think that is even possible.
 
That being said, I would like to place a link within a powerpoint presentation, so that when you click it, it launches a browser window and displays the .swf preferably not online, just within a browser window.
 
Currently, when I try this, it is trying to open up flash to read the .swf, anyone have any experience with something like this?

View 3 Replies

Professional :: Integrating Psd File With Database And Flash?

Jun 5, 2011

I am building this application. I have a psd file withe a few layers in it. Now I need certian actions to be performed in flash on events occuring on the layers of the psd file that involve retrieving data from a database.

View 3 Replies

Integrating/embedding Flash In Android Applications?

Mar 9, 2011

From what i have googled out so far, it seems that we will have to host the flash file(swf) in a website and load the html page in the application in a webview... Is'nt there any other way to do it ?? Is there any library or something to integrate them ? Flash lite ?

View 2 Replies

Flash :: Integrating Animations Into Android Games

Jul 2, 2011

I'm developing a game and want to integrate some animations, I've thought about making them in Flash and integrating in Android, is it possible in general? If yes, does it make sense? How will it look in terms of user experience, performance and app size? What are other ways to create game animations in Android?

View 1 Replies

Actionscript 3.0 :: Using Login And Integrating Flash With Database?

Feb 2, 2009

im designing a website for my dept for my college....i have designed it well(i guess) with some as3 did some stuffs... that's not important here... i have created a tab called "Login" in that i need two fields Students Name and Password.. in which after logging in the students detail and marks and other student profile must be displayed....all in the movie clip....[URL]

View 2 Replies

ActionScript 3.0 :: Use Flex Classes From Flex Library Project?

Mar 4, 2012

If I create a Flex Library project, am I able to use Flex classes from within the library?

The reason I ask is because I'm working in a Flex Library project and trying to use the mx.rpc.soap package. I can import the the package without an issue, and even get code hinting making me think the package is available. Of course I can even see the swcs included in the project. However, when I try to instantiate the WebService class, I get an error when building. Flash Buidler IDE doesn't tell me what the error is, and I don't go into debug mode when I continue with building. I haven't tried connecting to the service yet, just importing the Class and creating a new instance.

View 3 Replies







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