ActionScript 2.0 :: FMX Need MRNA Decoder - Convert Single Codons

Mar 24, 2005

Im trying to make mRNA codon to Amino acid decoder. One that would read, for instance, "UUG UAA" and give you "Leucine STOP". I've been able to create a program that can convert single codons. But can not handle multiple, and only takes the last value. So if I typed "UUG UAA" it would give me STOP. My current code looks like this:

[Code]...

View 3 Replies


Similar Posts:


ActionScript 2.0 :: Convert Each PDF Page Into A Single Swf?

Feb 10, 2007

does anyone know of a free tool that can convert each PDF page into a single swf ? Just plain swf, without any of controls like the ones you see in flashpaper

View 5 Replies

Flex :: Convert Multiple SWF Files To Single EXE?

Nov 22, 2010

I have an application in flash, I build in ActionScript 3.0 Flash IDE, my application loads some external swfs which mentioned via XML file. Its working fine at the moment. But I need to compile all these external SWFs and xml file into single exe file. How can I compile like this. or how can I code like this?

EDIT: 1 from here : [URL]

You can see an example, the application is build in .net and it import pdf and publish it as flash projector or web based(swf). How is it compiling all the external SWF files.

View 8 Replies

Media Server :: Convert The F4V Single Moof Atom File Into A FLV?

Nov 25, 2009

I have converted the F4V to a single moof atom file and it now plays in Media Player and I can create a SWF player to play the video file but my question is, how do I convert the F4V single moof atom file into a FLV? Media Encoder will not except it

View 1 Replies

Professional :: *EMERGENCY* Convert Broken Text Into Single Hyperlink?

Nov 17, 2011

I have been handed a clients project that goes live tomorrow from the boss who just fired the guy who was working on it. I AM NOT A FLASH EXPERT! If you can walk me through step by step how to do this,I have a Flash (AS3) intro homepage, the index page is already written and setup. A Mask and fill approach was used to create the animated effect in which the text gradually appears. In order to do the fill, the text 'Home' 'About' 'Works' 'Contacts' are all broken apart text (i.e. (H)(O)(M)(E)) Here's what I need to do and would not even know where to start. How do I convert each of the words which are made up of broken text, into navagation buttons as hyperlinks to the other documents in the page (i.e. convert (H)(O)(M)(E) into HOME which you can click on and be taken to index.htm)

View 7 Replies

Actionscript 3 :: 16 Bit Tiff Decoder For Flex?

Jul 21, 2010

I am trying to open a 16 bit tiff image in my AIR app. What I have found is a baseline decoder which supports only 8 bit images. Here are my options:Extend its functionality to open 16bit images but I dont know how to dothat and how trivial it is.Open my images as 8 bit but I need todo that automatically within Flex.Dont know how to do that either.i also need to support lzwcompression for tiff

View 1 Replies

Flex :: 'Default Decoder Could Not Decode Result'

Sep 2, 2010

[code]Information does sends successfully creating and doing the query above. But "result" event gives "Default decoder could not decode result" error.

View 1 Replies

Actionscript 3 :: Typed JSON Encoder And Decoder?

Apr 23, 2011

I need to encode and Decode AS3 Objects in a typed manner. url... only supports untyped encoding and decoding.url.. supports some kind of typed objects but is not very robust, e.g. it fails on Date Objects.It MUST be JSON and it MUST be strong typed and robust.

View 5 Replies

Copy A Single Keyframe Without An Armature In Flash CS5 OR Convert To Frame-by-frame?

Nov 3, 2010

I am trying to get just a single pose from an armature layer without copying the whole layer. I just want the exact arrangement of symbols from a specific frame of the armature layer alone; in one keyframe; without the armature; into a normal layer. I tried a few things, like breaking apart and copying the individual keyframe (ctrl+click on the frame I want and "copy pose"). I thought about converting an armature layer into a frame-by-frame animation so I can just copy the one frame like I want, but it's apparently not an option. When I tried the break apart option it just breaks down the first frame of the armature layer into one big vector graphic. I've even tried highlighting every frame except the one I want to use and pressing Shift+F5. Nothing I've tried so far works.

This is annoying because if I don't find a solution, I will have to take each separate symbol used in this frame of the armature layer and individually align them all in the exact same position in the normal layer

View 2 Replies

AS3 :: Flash - Convert Color Image Into Single Color?

Jun 10, 2010

How to convert color image into single Color as3?

View 2 Replies

ActionScript 2.0 :: More Than 1 Instance Name To A Single MC?

Aug 23, 2011

I'm using CS3 and want to know if it's possible to give more than 1 instance name to a single MC using AS2? The reason I ask is I have a bunch of templates that I want to load (one at a time) into a master swf that will be used for scaling & positioning of movie clips (which data will be saved to an XML file) in all the loaded swf files. I would like to have some code in the loaded clips that the master swf could use for controlling it's movie clips. This code would reassign the clips a second name so the master swf recognizes the clips in the loaded swfs and is able to manipulate them.

The problem now is I have a lot of template swf files with all different named movie clips and changing all of there instance names one by one will take a long time.I imagine that unless the clips were allowed 2 different names and were just assigned a new one, that it would stop any preexisting code from working correctly.

View 5 Replies

ActionScript 3.0 :: Put Together All The SWF Module Onto A Single SWF?

Aug 16, 2009

I had been working on an application.I have developed swf's (around 5) of all the modules of the application. Now I want to make the main SWF, that would display all the other SWF modules at a pre-decided position on the screen. put together all the SWF module onto a single SWF?

View 8 Replies

ActionScript 2.0 :: Calling A Single ID?

Feb 18, 2005

i have an xml file containing the news content for a movie. and i have the as below for loading the news and formatting it to my needs. basically what i want is the movie to only load one entry at a time, and then have a next button to go to the next.

Code:
the_xml = new XML();
the_xml.ignoreWhite = true;
parseAll = function () {
if (fileexists == false) {

[code]...

View 1 Replies

ActionScript 2.0 :: [CS3] Stopping One Single Sound?

Jan 30, 2009

I want to use a button to stop just 1 single sound. (Ill have a background track playing, and a voice over on top, and want a button to stop just the voice.) I was able to get an mc with 2 frames inside with 2 buttons and have this code:

on (release) {
tellTarget ("../sound") {
stopAllSounds();
}
}
on (release) {
nextFrame();
}

That will work but it stops all sounds. Can i stop just the "../sound" portion??

View 2 Replies

CS3 :: Multiple Buttons Run Single Clip?

May 16, 2009

What I have done:

1/ A very simple Flash movie

2/ 5 very basic rollover buttons

What I want to happen:Everytime I'd hover the mouse on each button, I would like the background animation to run. And have the animation stop on mouseout for each button.I was able to make it on one button via this tutorial: [URL]But this doesn't seem to work with multiple buttons involved.

View 1 Replies

ActionScript 3.0 :: Preloading A Single MovieClip?

Aug 1, 2009

i have 49 different levels, each in a different movieclip.is it possible to just pre-load one of those movieclips at a time?

View 6 Replies

Slow Down Single Cell Animations?

Oct 13, 2009

I'm new to flash and I'm working on an animation project for my class.I decided to do half of it as single cell animation and half of it using tweens and whatnot.The parts that are single celled are moving WAY to fast and are throwing off the flow with my tweens. It's a requirement of the project to have atleast 20 fps, and I don't have enough time to dedicate to drawing tons of more cells.For example, I have one animation made up of 40 frames and it needs to be stretched to about 100 frames.I've tried copying all of the cells into a movie clip and attaching a stop(); method at the final frame in the movie clip, then importing that into my movie and stretching it to the length i need, but it just runs at the normal animation rate and then stops until the timeline gets to where it's time for the next event or scene to take place. It sort of looks like i need to find a way to control the fps of my movie clip independently of the entire movie, but how would i go about that?how i could go about extending this?

View 1 Replies

Apply Ease In And Out Both To A Single Tween?

Apr 22, 2010

I was wondering if theres a way to apply ease in and ease out both to a single tween..as i want the tween to start slowly than gain normal speed and then again stop smoothly.

View 2 Replies

ActionScript 2.0 :: F8 Single File Mp3 Player?

May 20, 2010

I'm trying to get my hands on an open source mp3 player with a volume control and progression bar but all the ones I've found are for use on webpages.. What I want, however, is to insert such an mp3 player into a projector file that I've created.I've got 10 keyframes, each with a different slide. I want an mp3 player on each slide, but it will play a different track.Does anyone know of a customizable mp3 player like that?

View 2 Replies

Using Multiple Players On A Single Page?

Nov 22, 2010

I'd like to use the same music player displayed multiple times on the same page, one for each song. But when songs are played, I want the existing play to stop. For example:

song1
song2
song3

I click to play song1, while it's playing, I decide to play song3 instead. Based on the default setup, song3 will start playing while song1 continues to play. I'd like song1 to stop when song3 starts.

View 2 Replies

ActionScript 3.0 :: Loading Single Image Via XML

Apr 30, 2009

I am trying to load a single image on to the stage via an xml file.Here is my xml file<?xml version="1.0" encoding="utf-8"?><pictures><pic>image1. jpg</pic></pictures>I'm trying to figure out the actionscript 3 code but I don't know how to code it.

View 6 Replies

What's The Best Method - Daisychain SWF's Or Create Single

May 26, 2009

I'm not looking for code at this point, I am simply looking for feedback on the best way to do the following... I have created a series of Flash animations that I would like to string together to play one after another either by a simple click (at end of one movie to play another) or by automatically moving to next movie once one another is complete. Here's my question.... Is it better to...

[Code]...

View 3 Replies

Embed A Single Font In .swf Webpage?

Jul 19, 2009

I've been trying to simply embed a single font in my .swf webpage-- not with actionscript, just as a library symbol, using cs4-- the directions I've seen are pretty straightforward, but for some reason it's not displaying correctly on computers other than my own.  I wonder if I've got the URL correct:  should it just be "myFile.swf"? 

View 10 Replies

ActionScript 1/2 :: Controlling Only A Single Sound?

Sep 20, 2009

I used a template from a flash template website but I just realized that the background control was written to control all sounds, now all the video sound and seperate sounds objects stop when I click on this one button. This is the code below that I found on the button. There are others also.
 
[Code].....

View 11 Replies

Scrolling Single Image On Mouse Over?

Sep 22, 2009

I have a very loooong image, all I want is to scroll left and right on mouse over. I´ve already searched extensions, everything I find is for multiple images. Here´s an example of what I want to do [URL]

View 3 Replies

How To Automate Saving Single Swf Files

Sep 30, 2009

I'm a newbie...it will be obvious I'm sure. This is what I'm doing.... 01. I take a PowerPoint slide show and convert it to an. emf (MetaData) PowerPoint show in power point. ( an aside...I have used enhance MetaData and regular MetaData and haven't noticed any difference. No biggie I guess)

02. I then load the Flash CS4 stage with the .emf PowerPoint slide show.

03. Do some clean-up.

04 I then must save individual .swf files of the timeline. ( I notice there doesn't seem to be a key board stroke for Export Image... that seems weird)

05. I do all the mouse clicks and save the .swf's in a folder. For 80 or more slide per show this is very tedious I must say. Clicking, numbering, saving, advanceing, clicking, numbering saving...etc. I typically end up with a folder with ...Slide_01, Slide_02, Slide_03 etc. which is what I want.

What is the best way to automate this process? I'm not a programmer, but is a Macro program what I need. Or is there a way in Flash to simplify this process ..of course I'm not a programmer.

View 2 Replies

Slow Down Single Cell Animation?

Oct 13, 2009

I'm new to flash and I'm working on an animation project for my class.  I decided to do half of it as single cell animation and half of it using tweens and whatnot.  The parts that are single celled are moving WAY to fast and are throwing off the flow with my tweens. It's a requirement of the project to have atleast 20 fps and I don't have enough time to dedicate to drawing tons of more cells.  For example, I have one animation made up of 40 frames and it needs to be stretched to about 100 frames. I've tried copying all of the cells into a movie clip and attaching a stop(); method at the final frame in the movie clip, then importing that into my movie and stretching it to the length i need, but it just runs at the normal animation rate and then stops until the timeline gets to where it's time for the next event or scene to take place. It sort of looks like i need to find a way to control the fps of my movie clip independently of the entire movie, but how would i go about that?

View 1 Replies

ActionScript 1/2 :: Single Out One Of The For Loops Elements?

Jan 14, 2010

I have 6 buttons [btn0, btn1 ... btn5] I want to redirect the user that clicks on one of the buttons [btn4]. I want to send them to nextFrame(); when they click on btn4.

[Code].....

View 3 Replies

Just Single Frame Swap Outs

Apr 4, 2010

I know how to do motion tween... and i know how to do single frame swap outs (like for a mouth) but i can't do both[code]...

View 3 Replies

ActionScript 3.0 :: Load Single Image Via XML?

Jun 14, 2010

I've done a lot of searching on loading just a single image using XML and am coming up empty handed. Lots of bits and pieces that don't work together, and LOTS of stuff on making slide shows, arrays, and galleries. Can someone give me the AS3 code of just loading a single image from an XML file. I'm not even sure if I need to have a movieclip already placed on the stage. If not, how is it generated and positioned on the stage?

View 10 Replies







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