ActionScript 1/2 :: Export An XD / SD Mix Project?

Jul 10, 2009

He's working in Premiere Pro CS3 (Windows XP 32-bit version) in an XDCAM 1440x1080 project using 1080p footage at 25fps and 1.33 pixel aspect ratio. In that project he's got SD footage shot at 720x560 at 25fps interlaced at 1.422 pixel aspect ratio.

The SD footage is converting OK-ish which is suprising, but because of mpeg2 compression from Encore (also a CS3 program) it ruins the on-screen text and titles, which are made in HD anyway so cant work it out.

View 1 Replies


Similar Posts:


Professional :: Can Export Same Project As Both AIR And Regular Swf

Sep 16, 2010

If I have a project that I want to make into both a .swf for an online game and an AIR desktop app, can I do that, or do I have to pick when I first create the file? Once I choose 'Flash File (Actionscript 3.0)' or 'Flash File (Adobe AIR)' am I restricted to only one or the other?

View 1 Replies

Make Export The Flex Project For IOS?

Jun 17, 2011

How i make export my Flex project for IOS.I am using Flash Builder 4.5 .

View 2 Replies

Flash :: Flex - Export Builder Project With Images?

Aug 23, 2010

I will not be hosting the .swf file and I would like to include images using Flash Builder 4. The images appear in a folder in the exported version and I'm not sure how to "embed" them into the .swf (so that I can deploy the file to sites like Kongregate, etc.)

Seems like it should be simple, but my Google fu is currently poor.

Edit: Note, I would like to continue using the Flex framework, which is what I am using now.

View 2 Replies

Flash :: Flex - Export Project In Builder 4 To An Ant Build?

Sep 30, 2010

I am developing a project with Flex, and I need to deploy my project in a form which can be used by developers who do not have access to Flash Builder. I've found references to plugins from Faratasystems, but it appears their sourceforge site is a little bit rusty. I could not find an up to date installation file that'd include FX2Ant plugin and work with my Flash Builder 4

View 1 Replies

Actionscript :: Flex Project Swf Is Not Working After Export The Release Build?

Aug 15, 2010

I tried to built a project with AS3 only in Flex. When I run the project in flex, everything looks fine,but when I export the release build, the images that are supposed to be added are gone.

[Code]...

View 1 Replies

Professional :: Move Project To See The Not-project Area Around The Project?

Jun 21, 2010

I cant "center" my project, like you can see its "fixed" (yellow lines) in the left side and I cant see "invisible" part of project... (area around the project). how can I move my project so I can see the not-project area around the project. (picture 2).

At the moment situation... (cant see that area around the project)
http://img19.imageshack.us/img19/1186/68553623.png

View 2 Replies

Flex :: Export App Including Database Files With Using Export Build Release Wizard?

Apr 1, 2011

When I try to export my application to native installer with using Export Build Release, it isn't importing my sqlite database files which are in my application directory. Is there a way that I can import those database files ?

View 1 Replies

Add A Widget Board To Flash Project So Users Can Embed Project In Their Webpage?

Jul 4, 2009

I would like to add a widget board to my flash project so users can embed my project in their web page or wiget display. To see what I'm talking bout go here [URL] and click the white + mark on their widgets.If your a moderater please put this in the correct area, and consider making it a sticky so we can post new ways to impliment in different sites as they become available.

View 2 Replies

ActionScript 3.0 :: Preload Project, But Wait For Said Project To Load External Assets?

Jun 15, 2009

I am working on this one project that has a couple of movieclips (already placed on stage) which have a custom class set to export via the Library. Each of those custom classes loads an external SWF using URLRequest().

Is it possible (or, what is the best way) to preload the whole project first, including the external SWFs?

View 7 Replies

Actionscript 3.0 :: Import Authorware Project And / Or Director Project In Flash

Dec 10, 2010

I just wanted to ask if I have a project created in authorware and one more in director.I just wanted to ask can we convert authorware project in flash directly or indirectly?Or can we import authorware project and/or director project in flash.does anybody know or anybody has done this b4???

View 1 Replies

Java :: New Project Created With Flex Mojo's Archetype Throws Cannot Find Parent Project-Maven Exception

Jun 15, 2010

Maven 2.2.1 unzipped,M2_HOME set and repository altered to point to different drive location in settings.xml Flex 4.0:

Installed Created a multi-modular webapp project using flexmojo:

mvn archetype:generate
-DarchetypeRepository=http://repository.sonatype.org/content/groups/flexgroup
-DarchetypeGroupId=org.sonatype.flexmojos
-DarchetypeArtifactId=flexmojos-archetypes-modular-webapp
-DarchetypeVersion=RELEASE

with following options

groupId=com.test
artifactId=test
version=1.0-snapshot

[code]....

Parent pom has swc, swf, war as modules.

Dependency is war->swf->swc.

With parent artifactId of swf, swc, war set to swf, swc, test respectively.On executing mvn on test folder(for that matter clean or anything) I get this following error.

G:Projects est>mvn -e
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading: http://repo1.maven.org/maven2/com/test/swc/1.0-snapshot/swc-1.0-snapshot.pom

[code]....

Looks like its trying to download the project from maven's central repository instead of building it.

View 2 Replies

Flash :: Buider Project Can't Listen Event In CS4 Project

Jan 28, 2010

I am developing a project in Flash Builder which will load a file built by Flash CS4. The code in Flash CS4 is below, it's a doc class. I am sure the dispatchEvent has been invoked[code]...

View 1 Replies

Actionscript :: Disadvantages Of A Flex Project Vs Project?

Oct 20, 2009

I've recently started making a game in FlexBuilder. The game is currently a Flex project. Is there any downside to using Flex as opposed to just Actionscript? A friend of a friend told me that Flex is slower than an Actionscript project. I've been unable to validate this on the internet; is there any truth to that claim?

View 6 Replies

Flex :: Get Project Framework Into ActionScript Project?

Mar 27, 2011

If I create a new flex project with flashbuilder, these are the libraries that get included by default through the Flex SDK[code]...

View 1 Replies

Flash :: Flex Project In A CodeIgniter Project?

Jun 18, 2011

I have a CodeIgniter project and I made a back-office in Flex. I was wondering how I can implement the Flex project in my CodeIgniter since I'm working with routing I can't route to any directory. So there isn't a way to display the back-office.

View 1 Replies

Eclipse :: Flex - Putting A Separate Project In The "example" Folder Of A GitHub Project?

Apr 30, 2011

I have one Eclipse Workspace containing two projects. - The first is my actual library. - The second is example code for using the library.When I push this code to GitHub, I don't want two separate projects, I want the example code to go into an "example" folder of the second library.How and where would I do this? From Eclipse, GIT, or GitHub?Or is there a better way of including sample code in GitHub projects? (the example code doesn't actually need any version control)

View 1 Replies

ActionScript :: Android - What Is The Difference Between Mobile Project And Flex Mobile Project

Jun 5, 2011

I am going to make an Arabic application using Flex builder 4.5. I have two questions that need to be answered What is the difference between ActionScript Mobile Project and Flex Mobile Project. (AS Mobile Project supports iOS and Android but I doubt about it!!)
Is Arabic support available in Flex Mobile Projects or AS Mobile Projects? I know TLF supports Desktop and web apps but does it support mobile platforms?

View 1 Replies

Android :: Convert Flex Mobile Project To Flex Web Project?

Jun 29, 2011

I have a flex mobile project and I want to convert it into web-based project. What is the best way to do it.

View 1 Replies

Flash 10 :: Flash Project Test Project "Cannot Open A Protected Movie"?

Nov 17, 2011

I have set up a Flash Project to publish two FLAs simultaneously.However, when I click on "Test Project" I get the following error message:Quote:Cannot open a protected movie.However, when I publish each of these FLAs independently, I do not get the error message and the file publishes and runs with no problem.

View 0 Replies

Ruby On Rails :: Add Flex Project To Rails Project?

Apr 27, 2011

I'm starting to learn in flex and ruby on rails. I see some projects there is a flex folder under rails_project/app which contains controller, models, views. I think it's not mannually to add these folders to rails project.

View 2 Replies

Flash :: Call Flex Project From Other Flex Project?

Sep 16, 2011

I have 2 flex projects which were create in flash builder 4.5.....how can i call one project from second??? the best would execute to the same window.... I'm interesting about both possibility (in browser and air too).

View 1 Replies

Export Swf To Avi On Mac?

Jun 22, 2009

I'm looking for software which can export my swf to a video format like avi / mov etc. Uncompressed and including any movieclip animations, actionscript made animations and stuff like that. Is there such a programme available for macintosh?

View 3 Replies

Export From FLA / SWF Into WMV?

Jan 14, 2011

I have a CS3 flash .fla animation and I need to convert it into WMV or MP4 to use in Camtasia Studio

Is there any way of doing that in CS3?I tried looking for downloads on the web, so far I have found lots of software that claims to be "free" but sticks a watermark until you pay

View 2 Replies

IDE :: Export SWF To AVI?

Dec 29, 2009

I need to export the movie to AVI format, that will run in a store in USA I downlaoded the Divx compressor and "he" dont let me export the movie more than 720x480, my movie is 1360x765

the other comprassor on my computer turn the movie with very bad quality

I try export in Flash, flash run for 5 minutes and than cracshed with no movie

View 1 Replies

Export A .fla To An Animated GIF?

Sep 5, 2009

Whenever I export a .fla to an animated GIF, the resulting image looks rather pixelated. I've seen other GIF animations online that look less pixely than mine. Are there some settings that I don't know about?

View 2 Replies

Export A FLV From Flash CS4?

Feb 24, 2011

how do I export an FLV from Flash CS4?It's just a silly video, a tweened circle, but I need it to be an flv.

View 5 Replies

How To Export AVI Files To FLV

Oct 9, 2009

After looking at all of the Flash software types, I am confused as to what to download and try. I simply want to export AVI files to FLV. I do not want to do anything else with flash at this time.

View 2 Replies

Flash :: CS4 Won't Export To Mov

Oct 27, 2009

I've been trying to export my .fla as a .mov from the Export>Export Movie option in the File menu. It will start exporting but once the progress meter gets to the end it just stops and never finishes.

I don't think it has anything to do with:

A: multiple scenes

B: actionscript directing to each scene

C: movieclips
 
since I was doing the exact same thing in CS3 without a problem.
 
What i'm doing now in CS4 that I wasn't in the CS3 version:
 
A: Motion tweens

B: importing .ai files to my library

C: using symbols created for flash in illustrator from imported .ai files.

View 10 Replies

Unable To Export As .swf?

Dec 18, 2009

I am a high school teacher, attempting to teach a few simple animations in Flash. The only action script students have written is the stop action in the last frame. I have one student, though, who has drawn a snowman and a tree using oval and paintbrush tools. Every time she tries to export as .swf (or pressing Ctrl+Enter) the progress bar stops half-way and sits. She's waited 5 minutes and hasn't had any luck. Her .fla file is only 1 mb so I don't think it's a memory issue. Is there anything else that's keeping her file from being unable to export as .swf?  The compressed checkbox is on in the export options.

View 3 Replies







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