Is importing a class the same as getDefinition("className") as Class ?

I was wondering is this the same:
import HomePage;
and then
HomePage.currentPage = "videosPage";
== ?
public static var HomePage:Class;
and then
HomePage = ApplicationDomain.currentDomain.getDefinition("HomePage") as Class;
HomePage.currentPage = "videosPage";
Back then when I was thinking this I though that using the second approach doesn't include the class definitions of the HomePage class when exporting in swf the file with the Class that is using it. But now I figured I was wrong cause it includes it anyway... So I guess it's stupid to code it like the 2nd approach and I should just import it like the first approach right?
Stupid question but got me a little confused and can't think of a test case at the moment...

Hi again guys,
Turns out I still have a problem with this. I will explain you the case, so you can understand what is the essence of the issue.
I have a Flash Professional project with 2 fla files main.fla with document class site.Main and home.fla with document class site.Home;
I use static variables and functions in both and I want Home to have access to these in Main.
To do that I have this code in Home:
publicstatic var MainClass:Class;
MainClass=ApplicationDomain.currentDomain.getDefinition("site.Main") as Class;
Now I can access the static variables like this:
var mainMenuList:XMLList=MainClass.xmlMainMenu.button; // this is from Main
Now If I try to do it like this in Home:
import site.Main;
and then:var mainMenuList:XMLList=Main.xmlMainMenu.button; // this is from Main
This will produce me and error that the definitions of the MovieClips with linkage in Main could not be found. I have a few MovieClips that I exported for ActionScript like a preloader graphic and etc in the library of Main.

Similar Messages

  • I can't import MXF files shot on a Canon C300 into FCP 10.1.2.  I have the Canon plug in for MXF file to FCP import but FCPX still doesn't recognize MXF files when I try to import. Premiere works fine importing MXF on the same computer.

    I can't import MXF files shot on a Canon C300 into FCP 10.1.2.  I have the Canon plug in for MXF file to FCP import but FCPX still doesn't recognize MXF files when I try to import. Premiere works fine importing MXF on the same computer.  Any help is appreciated.

    Russ and Luis,
    I did uninstall and re-install Canon XF Utility and the Canon FCPX plug in.   Still no luck.  I checked the CanonXF64.RADPlug folder is on my computer in the Rad Plugins folder in application support  This is where it is supposed to be as far as I can figure out. 
    Another piece of the puzzle is that  footage shot on a Canon C300 in 2013 and  I reimported today and it DOES import into FCP10.1.3.   Footage shot on a different Canon C300 filmed this summer will NOT import into FCPX.  The latter will import into Premiere. But I am trying to work in FCPX, but maybe I shouldn’t be??
    Any ideas?  (screen shots below)
    Thanks.
    Peace, Huey
    FYI Here is what Canon says
      "There is another trick that works sometimes though.  Try uninstalling the plugin and XF Utility.  Then, install the latest XF Utility, followed by the plugin, in that order."
    I did do this but no results.  Otherwise they say I need to wait for a new plugin.
    Here's 2014 Canon C300 files does NOT import to FCPX
    Here's 2013 Canon C300 files does import into FCPX.  I thought it was Contents folder but another set of footage shot on C300 does import and there is no contents folder for that. 

  • After connecting my Sony camcorder to imac (Snow Leopard) to import a video the import window does not open. I have imported videos from the sam camcorder successfully before. What could have happened? Puzzled)

    After connecting my Sony camcorder to Imac (Snow Leopard) to import a video to imovie 09 the import window does not open. In the past I have successfully imported videos from the same camcorder. What could have happened? Puzzled

    Oh my! Obviously, I don't know what I'm doing. But I do know that my goal was to do both---backup AND free some space. My iMAc is old (2006) and I upgraded it a year or so ago to Snow Leopard. I didn't think I had the capability of backing up without an external drive, but  maybe I do since I upgraded. Do I?
    But I bought this My Book mostly for freeing space because I like to make cards in Photoshop and I'm forever running out of space when I get too many layers (don't really know what I'm doing there, either).
    Is there some way that I can rectify my mistakes and start all over?
    Thank you so much for  beng so prompt with your reply and patient with mine. I tried for so long to see the dialog box with the library listings. When I launched iPhoto, even with holding down the Option key, it kept immediately launching into the full screen. Finally, after an hour of doing it over and over again, it worked when I held the key down for 5 minutes. Then when I was typing my reply, I kept getting a message to "Request Time Out." Didn't know how to do that, so kept hitting the OK button and kept typing for another half minute. Finally, when ready to send, Safari couldn't do it. "Try again" exasperated me until I realized I would have to begin again and use Firefox. When I got there and ready to type, I got the message  that my message had been retrienved and did I want to use it?!!
    So your kindness is very much appreciated.

  • Importing packages at the same level

    Hi,
    I have two packages A at B (with some classes) in the same level. How do i import the classes from one packages to other.......

    Hi,
    By level i mean that the packages are in the same directory.
    I created two packages A & B. In the classes belonging to A, i used
    package A; import B.*;
    In the classes belonging to B i used
    package B; import A.*;
    I then tried to run the program in JCreator IDE. But it generated error as package is missing.
    I also tried to place both packages in another package 'C'. i.e. C\A and C\B. In A's classes i used
    package C.A; import C.B.*;
    In B's classes I used package
    C.B; import C.A.*;
    Even then i got the same error and also moreover i was unable to access other classes in a package by a class belonging to the same package.
    Kindly help me out.

  • Error when deploying imported LCA when the same application already exisits.

    Afternoon All,
    We are getting errors when trying to deploy a newly imported LCA when the application was already running on the server.
    Environment: ES2.5 All recent SP's and QF's applied. Windows 2k8 R2, MS SQL 2005
    Details: We already had a deployed version of the application. I wanted to release a new cut of the application which I created a LCA from our dev server. I took the deployment and attempted to deploy to our training server which as mentioned did have a version of the code deployed. The message came up stating it found the application and that it would "overwrite" the currently deployed application. I proceed with a result of the application being successfully imported but failed on the deploy. So now I have a imported new application version however get errors when attempting to deploy. I have done some investigation on this issue and found nothing. Any direction would be nice
    thanks, Carmen
    Here is the stack trace from the server.log;
    2011-12-02 14:25:30,518 ERROR [com.adobe.idp.applicationmanager.application.impl.ApplicationStoreImpl] ApplicationStoreImpl:create:ExceptionToolkit : version : 1.0 : has already been created. only updates to the application are supported after they are created 2011-12-02 14:25:30,519 ERROR [com.adobe.idp.applicationmanager.service.ApplicationManagerService] ApplicationManagerService:importApplication():DSCException:Toolkit : version : 1.0 : has already been created. only updates to the application are supported after they are created 2011-12-02 14:25:30,542 ERROR [com.adobe.idp.applicationmanager.service.ApplicationManagerService] ApplicationManagerService:importApplication():archive cleanup exception:608:null 2011-12-02 14:25:30,543 ERROR [com.adobe.livecycle.design.service.commands.DeployApplicationCommand] Importing application into application manager failed com.adobe.idp.applicationmanager.application.DuplicateApplicationException: Toolkit : version : 1.0 : has already been created. only updates to the application are supported after they are created at com.adobe.idp.applicationmanager.service.ApplicationManagerService._importApplicationArch ive(ApplicationManagerService.java:240) at com.adobe.idp.applicationmanager.service.ApplicationManagerService.importApplicationArchi ve(ApplicationManagerService.java:115) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118) at com.adobe.idp.applicationmanager.invoker.ApplicationInvoker.invoke(ApplicationInvoker.jav a:38) at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140) at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60) at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53) at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60) at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74) at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357) at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:227) at sun.reflect.GeneratedMethodAccessor427.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.invocation.Invocation.performCall(Invocation.java:359) at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237) at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158) at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169) at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63) at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121) at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378) at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181) at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168) at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205) at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138) at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648) at org.jboss.ejb.Container.invoke(Container.java:960) at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430) at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103) at $Proxy195.doSupports(Unknown Source) at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104) at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72) at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60) at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55) at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60) at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37) at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60) at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:188) at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60) at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48) at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60) at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115) at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129) at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:93) at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:20 9) at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66) at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208) at com.adobe.idp.applicationmanager.client.ApplicationManagerClient.callApplicationManager(A pplicationManagerClient.java:78) at com.adobe.idp.applicationmanager.client.ApplicationManager.importApplicationArchive(Appli cationManager.java:165) at com.adobe.livecycle.design.service.commands.DeployApplicationCommand.execute(DeployApplic ationCommand.java:170) at com.adobe.livecycle.design.service.DesigntimeServiceImpl.deploy(DesigntimeServiceImpl.jav a:1191) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118) at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140) at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60) at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53) at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60) at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74) at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357) at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:227) at sun.reflect.GeneratedMethodAccessor427.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.invocation.Invocation.performCall(Invocation.java:359) at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237) at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158) at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169) at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63) at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121) at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378) at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181) at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168) at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205) at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138) at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648) at org.jboss.ejb.Container.invoke(Container.java:960) at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430) at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103) at $Proxy195.doSupports(Unknown Source) at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104) at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72) at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60) at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55) at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60) at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37) at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60) at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:188) at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60) at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48) at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60) at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115) at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129) at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiv er.java:329) at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invokeCall(SoapSdkEndpoint. java:139) at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invoke(SoapSdkEndpoint.java :81) at sun.reflect.GeneratedMethodAccessor431.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java :43) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:41) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:179) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:662) Caused by: com.adobe.idp.applicationmanager.application.DuplicateApplicationException: Toolkit : version : 1.0 : has already been created. only updates to the application are supported after they are created at com.adobe.idp.applicationmanager.application.impl.ApplicationStoreImpl.create(Application StoreImpl.java:1254) at com.adobe.idp.applicationmanager.service.ApplicationManagerService._importApplicationArch ive(ApplicationManagerService.java:196) ... 140 more Caused by: com.adobe.idp.applicationmanager.application.DuplicateApplicationException: Toolkit : version : 1.0 : has already been created. only updates to the application are supported after they are created at com.adobe.idp.applicationmanager.application.impl.ApplicationStoreImpl.create(Application StoreImpl.java:1215) ... 141 more

    Carmen,
    We are facing the same issue as mentioned above.  Did you ever get this resolved?  We are also Windows 2k8 R2, MS SQL 2005.
    Thanks for any and all help.

  • Importing Markers to the same track from 3 different files

    Hi all,
    This is a marker question:
    I have about 60 minutes of video and I originally have it in 1 big file (export from FCP, then compressed with chapter marker so that they will be imported into DVDSP). I have no problem with importing the markers from FCP->Compressor->DVDSP.
    I broke up 60 minute file into 3 smaller files (so that I don't have to re-export/compress the whole 60 minutes worth of material when I do revisions). However, when I try to import these 3 smaller files into the SAME track, only the first one that I import carries over the chapter marker, the 2nd and 3rd don't.
    What can I do to get the remaining markers imported from the 2nd or 3rd files?
    Any help appreciated!
    Aa

    Hi all,
    Just figured it out: I right click on the clip and the choose "Import Embedded Markers". So that solves the problem. Just unsure why it didn't do it automatically.

  • Importing files of the same name in *different* folders?

    Yes, yes, we all know about the RAW+JPEG and whatever else argument.
    But why should I be prevented from importing identical files that are stored in different folders? Who cares if they are in the library twice?
    I haven't figured out if it's just a name issue (don't think so) or if the files have to be truly identical.
    I *think*, but am not sure, that you can import separate files of the same name but that are actually different images. Can anyone verify?
    Lee Jay

    Bob,
    It appears that you can import duplicate named files by unchecking the "ignore Duplicates' box--the first time you import files (or a file) from a folder. But, if you go back to that folder to use 'import' to update, then the import takes place immediately bypassing the screen with the "ignore Dulicates' box on it--I presume it assumes that you would not want to change any of the original settings for an import from a given folder.
    The point is you had better leave it unchecked always if you want duplicates ingested intially or later on reimport.

  • Two Different Imported TIFFs Show The Same Image in Premiere Pro

    I noticed sometime ago that some imported TIFFs with alpha channel are not showing the correct image. Recently I upgraded to Premiere Pro CC (for PC) to see if such issue was solved, however it is not.
    Basically just importing the TIFFs into the project panel results in Premiere showing the same text even though the actual TIFF files contain different text. This is quite bizarre. No other software (including FinalCut Pro) displays such odd behavior.
    I have uploaded the two TIFFs that replicate this issue consinstently here: https://drive.google.com/folderview?id=0B2IT1EAcyLlBZXRlMDkxNzY3d1U&usp=sharing
    To replicate, just create an new empty project and import these two TIFF files. You will notice that both show the same text within Premiere while outside they indeed show the different data.
    Anybody has any clues on why this is happening and on how to solve it?
    Thanks in advance for any help and clues.
    Valerio

    Thanks for your reply.
    At this moment we can't export PNGs with an Alpha channel so we are stuck with TIFFs.
    It is a bizarre issue though.
    Here is a Dropbox link for the images, seems Google Drive download links are buried deep:
    https://www.dropbox.com/sh/gktixc0cdbhr3oz/jPCI8yciY-

  • Export and import audio at the same time

    im trying to export audio from my macbook pro to a mixer then import it back in to webstream it

    i also desperately need to record and play audio at the same time.. i have a term project, i am develeoping a karaoke player in j2me and it is supposed to capture the voice at the same time background song is played.. and it is also supposed to grade the singer according to the pitch of voice.. please help me about recording and playing audio at the same time...

  • What do I do if imported AAC files wont copy onto my iPhone? It has worked in the past with other imported files of the same type.

    I have tried multiple times to sync a bunch of RHCP songs that i imported, but they wont copy onto my iPhone. I have tried isolating them in a playlist and syncing just that playlist and still nothing. please help. I have done this with other songs before and it worked fine but for some reason these ones wont copy.

    I suggest taking it back to Best Buy. Once it has been opened, Apple will not handle the phone. Best Buy or another 3rd party are your only choices. Best Buy probably made an error when replacing the screen. Understand they are not an authorized Apple Service Center.

  • Import/Convert at the same time?

    I'm converting some old LPs to MP3s for my iTunes enjoyment.
    After recording the LP and doing the editing/crackle cleanup, I have a folder full of .WAV file tracks sitting on an external drive. My iTunes library lives on an internal drive.
    I'd like to be able to import the external drive's .WAV files into iTunes AND have them converted to MP3s all in one smooth step. Is this possible?
    Currently I have to copy the .WAV files into the iTunes library (which copies all the .WAV files from the external drive to the internal drive), select them all, convert to MP3, then manually select and delete the .WAV files from the iTunes library on the internal drive.
    There has to be a way to do this in one step?!
    Anyone?
    Thanks!

    Nope...doesn't work.
    My import prefs are set to .mp3.
    Dragging a .WAV file to the iTunes icon copies the .WAV file to the library.
    Dragging a .WAV file into a playlist copies the .WAV file to the library.
    Dragging a .WAV file onto the word "Library" in the top left pane also copies the .WAV file to the library.
    No drag-and-drop operation I can find will convert the .WAV files to .MP3 at the time it's added to iTunes.
    Is there another preference that needs to be changed that I've overlooked? I've tried changing "Copy files to iTunes Music folder when adding to library" and it makes no difference.
    --Brian

  • The sequence of importing songs from the same disc

    I have several cd's with music lessons that I copy to put on my iPod.
    My problem is the sequence it is copied and added to the library.
    When copying to the library it starts with number 1 - logical, right? But the lessons are from easy to hard, and when I copy them to a playlist and onto my iPod they are in backwards sequence. Usually there are 20, 25 numbers on one disc and I change the sequence manually by clicking and dragging. But this new disc I got has 99 numbers, from over easy to very hard and I am wondering if there is a setting somewhere that I don't know of that I can adjust so they stay in the right order. Or am I asking too much...?
    Thanks for any suggestions!
    Regards,
    Milli.

    -When copying to the library it starts with number 1 - logical, right?-
    +'It imports the files starting at top and works it's way down'.+
    Get it.
    -I am wondering if there is a setting somewhere that I don't know of that I can adjust so they stay in the right order.-
    '+Sort on track number, Album or Artist & it will sort by track number'.+
    I get that also, that's the 'setting' I was referring to. But where th is that 'sort by track number' option? Not in any iTunes drop down menu that I can find anywhere. So, where o where is it? Thanks!
    Regards,
    Milli.

  • Can't play and import at the same time...

    Using iTunes 7.3.2 - playing songs stall/skip while importing CD in Apple Lossless format. Any suggestions appreciated - Thanks!

    Don't play the songs while importing them.
    The CD is trying to read to import & play at the same time so it's jumpning all over.
    In addition, it uses a lot of processor power to encode to Apple Lossless.

  • Sound bitrate not the same. Audio sync problem. Clip not segmenting.

    Hi. I used FCP to edit various wedding videos. I have never had problems edditing my own videos in NTSC dv or hd. Somone asked me to edit their tapes wich have been recorded in PAL ( european) format. I don't know what amera or format they used but when i try to import them i keep getting the sound out of sync error. I checked and it seems that the sound is ok but would like to get rid of this error just to be sure. I am importing as dv-pal in fcp. any ideas as to how to find out the bitrate or sound type or how to get rid of this error? like i said in NTSC i don't have issues. Also in NTSC when i import a clip it segmets it to 1 clip per shot and for PAL it does not do that . It makes the whole tape one clip. Any sugestions? Thank you.

    To check the audio sample rate easily in the browser just scroll the blue bar at the bottom of the browser. If you haven't rearranged the columns it should be around the middle somewhere.
    Curious, is your audio out of sync in the viewer as well as the timeline/canvas? If it is in sync in the vieweruse Shanes multi-clip sequence trick to create a sequence with the correct settings. Control click on one of the clips, choose make multiclip sequence, then delete the extra muticlip sequence folder from the browser. As long as all of the imported clips have the same settings they will all fit nicely into this new sequence.
    But... if the clips are out of sync in the viewer then you have a problem with the way they were captured.
    You used the word import. Just to clarify, are you importing clips from a disk or hard drive that SOMEONE ELSE previoulsy captured? Or are you using the term import to describe capturing the footage into your computer from the source tapes yourself. Import and capture are two totally different things.
    If you are importing data that someone else already captured and the audio is out of sync then you need to either recapture the tapes or get him to recapture them because they were no doubt captured with the wrong settings. If you are importing yourself, find out what camera they were shot with and get the settings.

  • Why does facetime only use a wireless network; isn't 3G the same thing?

    I thought buying an iPad2 with wifi+3g would give me constant internet time.  Why does facetime only work with a wifi network?  Shouldn't the 3G "kick in" if there is no WiFi around?
    My other problem is in the Photo's section: I've looked at the tutorials and read the sections on photo's in the ipad manual and I still cannot figure out how to label an album?
    Any help in both of these areas would be greatly appreciated...Thank You!!
    Paul J.

    Yes.
    Photos in the iPad's Camera Roll should be imported by your computer as with any other digital camera. These photos are included with the iPad's backup which is updated by iTunes as the first step during the iTunes sync process, but if these photos aren't imported by your computer and a problem develops with your iPad's backup in regards to this data and you restore your iPad with iTunes if wanted or needed, kiss these photos goodbye. The same if your iPad is lost or stolen and not replaced with another.
    As with any other photos on your computer that are organized by events or albums selected to be transferred to your iPad, import these photos with your computer and organize the imported photos in the same way you organize any other photos imported from a digital camera, etc. Select the albums under the Photos tab for your iPad sync preferences followed by a sync.
    This way you have the photos available on your computer's hard drive for access there as well along with being organized as you prefer, and which can be included with your computer's backup along with all other data.

Maybe you are looking for