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


Similar Posts:


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

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

Flex :: Importing A Subversion Repository?

Sep 22, 2011

I'm having problems: I create a new repository in Subclipse that points to a URL. When I check out the code and it creates a Flex Builder project, I am getting errors that relate to issues with the .actionscriptProperties and .flexProperties files. So, I was told to just create a new FB project and point the src folder to where SVN is on my machine.

I'm guessing that until I do something like import my repository....it's nowhere on my machine. But when I imported it, it appeared to try and take every existing FB project I had and add it to SVN. That's not what I want.How do I do this right? What am I missing?

View 1 Replies

Flash 9 :: Audio Breaking When More Than 15 Movies On Page. Revision 124?

Sep 22, 2008

I've been using these flash mp3 buttons, Wimpy Buttons, from [URL] for playing audio samples of cd tracks on a website for a record label. If there's more than 15 of them on a page, the audio breaks and won't play from any of them in any browser except for IE. I've noticed this in revisions 124 and 115 of Flash 9. I downgraded to revision 47, and it restored the functionality. I've tested this on multiple computers. Some XP and some Vista. On Macs it seems to be working fine with revision 124 in different browsers. I've also noticed this problem on other websites that are using various different Flash movies for playing audio--when there's more than 15 Flash movies on the page, the audio breaks.

View 4 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

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

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

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

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

Actionscript 3 :: Managing A Core Library In Subversion

Sep 15, 2010

This is giving me major headaches! I'm having trouble even describing the problem in words. Basically, I want to be able to manage a core library (coreLib) of Actionscript classes with the following requirements: latest version is checked out when a new project starts. a dev can make changes to the coreLib and then commit them back into the repo as project is written (maybe bug-fixes, added features, etc.) the project contains a 'snapshot' of the coreLib so that, if returned to months later, it (as automatically as possible) has a copy of the coreLib that has guaranteed compatibility with the project.

I tried using externals but this can break compatibility going backwards. I'm currently exporting the coreLib into the project and its VC'd along with the project. I can't figure out how to get the changes back into the repo though, without just copying over the top and losing history.

View 3 Replies

Php :: CollabNet Subversion Edge Ignore Files

May 25, 2011

I use CollabNet's Subversion Edge to manage a repository for a PHP/ActionScript based project I am building in the Eclipse IDE. In my project's root folder, Eclipse included several configuration files that aren't directly related to the project. How can I set up my repository to ignore these files/folders via CollabNet? Would it be through the "Repository Access Rules"?

View 1 Replies

ActionScript 3.0 :: Use Subversion To Version Control Projects?

Aug 10, 2010

Have recently started to use Subversion to version control projects. Am a bit unsure how best to structure the storage of projects, internal libraries and 3rd party libraries (eg. greensock).

View 8 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

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 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

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

Svn :: FDT Code Assist Broken On Project Uploaded To Subversion Repository

Feb 4, 2012

I recently started working in FDT (used to work with FlashDevelop) and I encountered a very strange problem. When I make a new project everything is fine, I can code without problem in as3 and also using the flixel engine is no problem. However, as soon as I checkout a project from subversion, the code assist breaks. The code still works, the program executes without errors. But instead of giving me a few option when I type "FlxG." it just gives me a lot of options regarding 'metadata'. I have looked at a lot of places but I can not find the answer anywhere.

View 1 Replies

Android :: Integrating Flash Games In Menu / List?

Mar 27, 2011

Have 3 flash games that I would like to integrate in a menu / list in an android app. So when the user selects the game from the list, the game starts with android flash player. Is it best to do this with WebView or is there something better? I do not know where to place the flash games to get them in my compiled application.

View 1 Replies

Flash :: Security Sandbox Violation / On Integrating Gigya In Flash

Aug 29, 2011

I am working on a existing Flash project (a Flash based game), where I need to integrate social login widget Gigya. I researched and finalized using Adobe Flash Platform Services Social. The problem is, I successfully integrated that in a test Flash file that I initially prepared. But when I integrate it in the source file of my actual Flash project, I get following error:[code]in my code, but it works in my initial test Flash (a minimal file with 2 frames and no extra components), but does not seem to be working for my actual game Flash.

View 2 Replies







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