Where's the best place to get code converted between ActionScript 2.0 and 3.0?

Where's the best place to get code converted between ActionScript 2.0 and 3.0?
If I just have occasional (very small) projects, what's the best way to get them done really fast by somebody who knows both 2.0 and 3.0?
Thanks, Dan

You have pretty much answered your own question... hire someone who has fairly thorough knowledge of both AS2 and AS3.
I have heard there are some tools for converting between AS2 and AS3, but I have no knowledge of them other than having heard that they cannot convert all things.... which makes sense because there is not always a one-to-one relationship to how things ae done with AS2 and how they get done with AS3.

Similar Messages

  • Where is the best place to get/read information of the pros and cons on updating my OS from Snow Leopard to the current OS?

    Where is the best place to get/read information on the pros and cons of updating my OS from Snow Leopard to the current OS?
    I have an iMac 27" intel, purchased Nov 2009.  I am currently using 10.6.8

    Apple OS 10.9 Mavericks:
    Quick overview:
    https://help.apple.com/osx-mavericks/whats-new-from-mountain-lion
    OS X Mavericks supports the following Macs that are already running a minimum of Snow Leopard:
    iMac (Mid-2007 or later)
    MacBook (13-inch Aluminum, Late 2008), (13-inch, Early 2009 or later)
    MacBook Pro (13-inch, Mid-2009 or later), (15-inch, Mid/Late 2007 or later), (17-inch, Late 2007 or later)
    MacBook Air (Late 2008 or later)
    Mac Mini (Early 2009 or later)
    Mac Pro (Early 2008 or later)
    Xserve (Early 2009)
    Transitioning your Mac from Mountain Lion to Apple's new OS X 10.9 Mavericks
    http://appleinsider.com/articles/13/10/23/transitioning-your-mac-from-mountain-l ion-to-apples-new-os-x-109-mavericks

  • Where is the best place to get support for iPhoto?

    Hello,
    I have an issue that is listed here, in regards to iPhoto being very very slow, this is something that started to happen a while ago and I have been all over trying to find something to resolve this issue.
    6000+ Images, it used to work fine but now it will not Quit, it just hangs. You can send some images via email then it will crash. I have tried all sorts of suggestions from various forums etc, but nothing. Clearing Cache's etc, nothing seems to help.
    Is there any place I can get help from, or should I go directly to Apple for some suggestions?

    William,
    You have come to the right place -iPhoto forum. It's the best place I know to get the help you need from knowledgeable iPhoto users.
    When you say that iPhoto runs slow and quits, that sounds like a memory problem. How much free space do you have on your boot drive? The OS needs about by 15% free and clear disk space to use as virtual memory. An iPhoto library of 6000 can put a real drain on the system.
    Apple recommends closing down other applications if you are getting sluggish response from iPhoto to free up memory.
    Working in iPhoto you can also speed things up dramatically if you close all the rolls in the library source window, except the one you want to work with.
    If you got the zoom set to give you big displays in that source window then minimize the zoom in the organize mode. I photo creates fasting loading thumbnails for browsing through your library. If the zoom is set all the way up, iPhoto has to load the full size file in the library for viewing in the source window. If it has to load all your photos full size in the source window you will get slow response and iPhoto is apt to quit on you
    Peter

  • BC4J - where is the best place to keep "Code" values?

    For tables with "Code" values (such as "ACCTG" for "Accounting", "RD" for "Reasearch and Development", etc) where the Code itself is a key (PK or AK) of the table and where I would be doing comparisons to a code value (such as setting a runtime where clause or param value), I generally build a wrapper class for the table and create public static final String values for the code values, so as not to litter these values throughout my code/pages/etc (centralizing maintenance when code values change, etc). The problem is that #1, these classes generally live in my application packages, resulting in less direct reuse and #2, changes to code values require recompilation, redistribution of the affected classes and restarting of OC4J listeners (as the classes are in the classpath).
    I would ideally like to find a place w/in the BC4J framework to declare these in an XML file (such as EntityXYZ.xml) that I could then access at runtime (w/o accessing oracle.jbo.server package objects). However, as my lookup VO's are SQL-based, not EO-based, I don't have a direct route via ViewRowImpl to the EntityImpl so that I can access the EO's XML properties. I don't really want to set them as properties of a VO, as multiple VO's could use these same codes, so I'd be back to a maintenance problem. Ideally, I would like to have these code values in some location that transcends AMs (ie, not define then at the AM-level either), as I could be using the same underlying table Code values in various AMs and would like to maintain these code values in only one place outside of the database. It seems that putting them on an EO, since that could be considered the BC4J definition of a table, and providing static access (for efficiency's sake) via some means would be a good solution, but I have concerns about the effect of "sharing" EOs across AMs as well as the problem w/ not wanting to directly access an EntityImpl in my client code (ie, when I don't have a VO hook to an EO).
    How are folks implementing this type of thing via BC4J? (Or are they at all?) Clearly, I could take the next step and implement this stuff better on my own than I'm currently doing, but would like to take advantages of BC4J's built-in XML property capabilities versus write my own (and it would be a more centralized place to keep that info, as well...)
    Thoughts, suggestions??
    Thanks,
    Jim Stoll

    Thanks for the reply Steve! I'll take a deeper look into the ToyStore app - an initial browse through didn't seem to reveal what I was looking for, but I was admittedly looking for a particular style of solution. I'll look at the .properties file scheme straightaway.
    I understand the ability to share VOs across AMs, as I do that pretty regularly. My concern about specifying code values at the VO level arises from the (likely) possibility that I could have more than one VO that needs to reference a lookup table 'code' value, and want to avoid having to specify the code values in more than one VO. I could build a 'reference' VO that held the code values as properties (or even hard-coded rows, I suppose), but would that not require me to create an instance of that VO when I wanted to reference the code values, even if I didn't need an actual instance of the VO? (My ideal goal is to mimic the efficiency and ease of access of a public static final variable.)
    I'll take a look at that .properties file based implementation and get back with any questions.
    Thanks Again!!
    Jim

  • Where is the best place to edit code in BC? (modulestylesheets.css?)

    I am having some unexpected results in the large product page and I can't find the code to correct it.
    I have a large space below the up/cross sell images I have added....I don't know where to find the code to get rid of the extra space.
    It should be flush as the (tag_pagecontent) box should be connecting with the footer....
    Anyone?

    It all depends on what the site is, how it is created and what the html markup is, not just the CSS. If you provide a link people can help identify it for you.
    modulestylesheets could be a CSS issue in there but if the site uses a different stylesheet it could be something else. It could be html error... Lots of things.

  • Where is the best place to get my hard drive upgraded?

    I called the Apple store and they said they do not upgrade hard drives and suggested, Frys, Best Buy, etc. Where have some of you done it?

    https://www.techrestore.com/mac/
    http://www.dttservice.com/macbookprounibody.html
    http://www.myservice.com/macbookpro.html

  • Where is the best place to get mus

    I have the Zen Vision M and absolutely love it. I downloaded LimewirePRO because supposedly it is supposed to be better than just plain Limewire. Recently it has come to the point where NOTHING downloads from LimewirePRO. It only cost $20 to buy, so I looking into another downloading service. Are there are downloading services that you pay monthly or yearly instead of per song that are great services? I want something more like Limewire than iTunes. Thanks!

    To people that will reply, please make sure your recommendations are legal sources.
    LimeWire is a peer-to-peer service and not a legal download source, with it you're downloading music you do not own or did not buy, even if you pay for their download service.
    Cat

  • Where's the best place to get a Mini DisplayPort cable??

    That isn't the $30 Belkin one on Apple's site! (Need male to male for hooking MBP to new iMac)

    You need to use Google to search for that part number, shown on the Apple page as F2CD008tt1.5M. This one came up
    http://www.provantage.com/belkin-f2cd008tt1-5m~7BEL92QK.htm
    I don't think anyone else makes that cable for now.

  • Where's the best place to store email templates?

    Hi all;
    In a web app I store all my email templates in a files folder in the web app. Can't do that with a worker in a cloud service - no files. So where's the best place to store them? In a BLOB? And if so, is there a way to have files in my project get automatically
    written to BLOB entries when I publish?
    thanks - dave
    What we did for the last 6 months -
    Made the world's coolest reporting & docgen system even more amazing

    Hi,
    I think we could use azure blob to save files.
    >>is there a way to have files in my project get automatically written to BLOB entries when I publish?
    If you choose azure cloud service, you could write the upload code at role onstart method. If you choose Azure website, please consider use azure webjob to do this, refer to
    http://azure.microsoft.com/en-us/documentation/articles/websites-dotnet-webjobs-sdk-get-started/ for more details about webjob.
    Regards

  • Where is the best place to download Histogram equalizers

    I found out on cs5 there is a histogram equalizer with in hdr toning...I also found out that there are plugins for histogram qualizers. I did download one called kamflex it was ok but it was noisy. From my learned friends on this site can you recommend others and if so where is the best place to get them. Pornada (free)
    Capt

    Usually for most image editing you really shouldn't need that type of plugin. (it's similar to Image>Adjustments>Equalize)
    Is there a specific problem your trying to solve?

  • Where is the best place to put cfqueries?

    Where is the best place to put cfqueries, in the <head> </head> or before the html tag? Thanks

    So before the doctype tag? Thanks
    I just doesn't really matter.  the doctype, head, body, etc only matter to the browser; the CF tags only matter to CF.  The browser doesn't see the CFML, and CF doesn't care about the mark-up one bit: it just ignores it.
    The best place - as I said - is not in the same file at all.  But if you insist on slapping your business logic in with your display logic, then the only consideration is that you need to set your variables before you use them.  Other than that: it simply doesn't matter.
    One consideration you might make is - even if it's all thrown into the same one file - at least separate the file itself into sections: have all your CFML code that gets your data at the top, and try to limit the CFML you have mixed in with the mark-up, eg: limit it to stuff like loops and conditionals.
    But, seriously, separate your concerns.  Dan's pretty much just wrong when he said it's over-engineering. It's just sloppy to not to write tidy, well-maintained, well-organised code.
    Adam

  • Where is the best place to put custom functions?

    Hi,
    I have a composition which has a number of symbols. I have to call some custom methods externally and was wondering where is the best place to put the custom methods?
    I have seen posts that I should put the code in the CompositionReady event of the stage but I would like to put it a bit closer to the symbol.
    Is this the best place?
    Sham.

    Here is a case:
    It's a good idea if you well understand global and local variables.
    About complete event, you are right.

  • Where is the best place to buy the new ipad? Please help

    I am ready to buy a new ipad.  There is no apple store in my town but I will be close to one in a couple of days.  My town has Best Buy, Target, and Walmart.  Assuming I can find what I want... in case I have issues with it, where is the best place to purchase from??  (as far as ease of return, etc). Please advise.

    Dah*veed ..... I do not disagree with what you said about the AppleCare+ protection plan as it does state on the website that proof of purchase is required - IF ... You purchase over the phone. Actually, I did not expect to be able to do this over the phone, but as I said I received the paperwork today via email.
    I copied this from the website and I'm typing this on my new iPad so it may come out a little distorted but you can read the sentence at the bottom that says it can be done over the phone with proof of purchase. I gave the rep my serial number, confirmed my address and CC details and the deal was done. I even called back later in the day to make absolutely certain that I did in fact purchase the AppleCare+ plan that has the two incidents of accidental damage included for a $49.00 charge. The rep did in fact confirm that I did buy the correct plan that I wanted and I am looking at the printed paperwork confirming the whole thing.
    Maybe I just got lucky!
    iPad - AppleCare+
    Every iPad comes with one year of hardware repair coverage and 90 days of telephone technical support. AppleCare+ for iPad gives you two years of repair coverage and technical support from the original purchase date of your iPad. And it adds coverage for up to two incidents of accidental damage due to handling of your iPad, each subject to a $49 service fee.1
    How to get AppleCare+
    You must buy AppleCare+ within 30 days of your iPad purchase.
    There are three ways to buy:
    From the Apple Online Store: When you order the new iPad or iPad 2, you’ll have the option to add AppleCare+ to your cart before you check out.
    At an Apple Retail Store (requires a Genius Bar appointment, inspection of the iPad, and proof of purchase).
    By calling 1-800-275-2273 (requires proof of purchase).
    Learn more

  • Where is the best place to obtain US test cards so we can evaluate Apple Pay for UK in store retail?

    We are in the process of evaluating whether Apple Pay is a viable payment option which we can offer our customer base in the UK.  As it is yet to arrive here in the UK we would be attempting a POC with US (apply pay friendly) test cards.  I imagine there are a few retailers doing the same, does anyone know where the best place to get suitable test cards?
    Regards
    Kevin

    You would probably have to contact your POS supplier. This is a user to user support forum and I doubt anyone would have that information here.
    FWIW, I have used Apple Pay on the contactless  POS terminals in London taxis, with my US issued credit cards. It works.

  • I need an Apple SuperDrive 8X Part No. 661-4279 for my MacBook Pro.  Where is the best place to order one?

    I need an Apple SuperDrive 8X Part No. 661-4279 for my MacBook Pro.  Where is the best place to order one?

    Some sites to check out.
    http://www.powerbookmedic.com/Apple-SuperDrive-DVD-Burner-Drive-8x---Macbook-Pro -p-16916.html
    http://www.macpartsonline.com/661-4279-superdrive-8x-double-layer-pata-15inch-2- 2-2-4-2-6ghz-macbook-pro-a1226.html
    http://www.dvwarehouse.com/661-4279-DVD-R/CD-RW-SuperDrive-8x-Dual-Layer-PATA-fo r-MacBook--MacBook-Pro---NEW-p-37374.html
    http://www.welovemacs.com/6614091r.html

Maybe you are looking for

  • Reg: Oracle Module to custom module movement

    Hello Team, Could you please understand the below requirement and give us some ideas on it. We have one module which is registered with Oracle where it has Oracle forms and reports. Now, we have license problems with them and planning to create it as

  • Update Named query in EJB

    Hi Experts, I have created an EJB DC to interact with CE database using JPA's and named query. My read query is working fine and i can see the output in WS Navigator. For "Update" i have written a named query like : @NamedQuery(name = "updatePos", qu

  • JOptionPane is slow - sometimes

    I am using JOptionPane to solicit input to my program. I notice that if the program is not experiencing any user interaction for a period of time (several hours) then the JOptionPane window takes a long time to come up. Sometimes I have to wait about

  • Nca.connect not workds for Oracle forms

    Hello, I recorded my Oracle forms script, did some parametrization changes. on nca.connect script failed: Connection Error: Session migration in progress       my example code: public void run() throws Exception {           beginStep("[1] QA - WebUti

  • How to include other jars when using servicegen

    I have been trying to use servicegen with regular java classes but I can't figure out how to include other jars that the webservice class uses? How is this supposed to be done?