"MovieClip.attachMovie()" and "Linkage" preferences issue

MovieClips imported on Stage dynamically through
"MovieClip.attachMovie()" method are not exported in the compiled
.swf if the "Export in First Frame" property is not checked in
their Linkage preferences. But I need them not to be exported in
first frame because of use of preloader.
Does anyone have a solution?

1. Use a 'mother' swf to load your movie.
2. If you need to have one file:
Create a layer 'assets'. Create a keyframe - for instance on
frame 5. Drag all assets that have a linkage identifier from the
library to the stage on that frame/layer. Now create a keyframe in
one of your other (existing) layers - for instance on frame 10 and
set a label 'start'. Instruct the preloader to go to frame 10 when
loading is done.

Similar Messages

  • Hi, someone please help me out... am Nelson and got an issue with my apple Qmaster... I got OSX maverix and on my system preferences the Apple Qmaster dosent load but only gives an error, someone please help.

    hi, someone please help me out... am Nelson and got an issue with my apple Qmaster... I got OSX maverix and on my system preferences the Apple Qmaster dosent load but only gives an error, someone please help.

    the error is like "Could not load Apple Qmaster preference pane"
    if there is a way around it please help me coz I cannot render my video projects on Compressor anymore...

  • Hi i upgrade from lion to mountain lion to day on my mini mac,Since the upgrade i am getting no sound through my HDMI cable which was working fine on lion Checked the midi audio settings and system preferences to out on HDMi nothing no sound whats so ever

    Hi i upgraded from lion to mountain lion to day on my mini mac,Since the upgrade i am no longer getting sound through my HDMI cable which was working fine on lion Checked the midi audio settings and system preferences to out on HDMi nothing no sound whats so ever.Any one any ideas?
    I use a samsung TV for my monitor via HDMI.Tried all the system Audi setting nothing .Head phone and internal speakers are fine.

    Similar issue; Audio was working fine on Lion, now not on Mountain Lion. Have a Macbook Pro early 2011 with AMD Radeon HD 6750M, connected by thunderbolt through a Lacie LBD to a mini-displayport to HDMI adapter (n.b. same problem when not going through the LBD) to a Pioneer VSX 521 AV receiver. For me when I go into audio Midi settings all the volume sliders for the displayport device are greyed out and at zero. But when I click 'configure speakers', it's able to send out the test signals to each speaker. Part of the problem could be that I'm not getting the option to put out 6channel sound, only 2 or 8 channel. Since my system is Dolby 5.1, and I only have 6 speakers, I would have expected the 6ch option to be available. But I imagine there's more to it than that. Elsewhere someone has suggested playing with Remote Interactive over HD on an Onkyo device; I'll see if there's something similar on the Pioneer that can be changed. Any other suggestions welcome.

  • The Ultimate Guide to Resolving Profile and Device Manager Issues

    The following article also applies to issues after re-setting the severs' hostname. It also applies to situations where re-setting the Code Signing Certifictateas described by Apple has not resolved the issue.
    Hello,
    I have been plagued with Profile Manager and Device Manager issues since day one.
    I would like to share my experience and to suggest a way how to resolve issues such as device cannot be enrolled or Code Signing Certificate not accepted.
    I shall try to be as brief as possible, just giving an overview of the steps that resolved my issues. The individual steps have been described elsewhere in this forum. For users who have purchased commercial SSL certs the following may not apply.
    In my view many of these issues are caused by missing or faulty certificates. So let us first touch on the very complex matter of certificates.
    Certificates come in many flavours such as CA (Certificate Authority), Code Signing Certificate, S/MIME and Server Identification.
    (Mountain?) Lion Server creates a so-called Intermediate CA certificate (IntermediateCA_hostname_1") and Server Identification Certificate ("hostname") when it installs first. This is critical for the  operation of many server functionalities, including Open Direcory. These certs together with the private/public keys can be found in your Keychain. Profile  and Device Manager may need a Code Signing Certificate.
    The most straightforward way to resolve the Profile Manaher issues is in my view to reset the server created certicates.
    The bad news is that this procedure involves quite a few steps and at least 2 hours of your precious time because it means creating a fresh Direcory Master.
    I hope that I have not forgotten to mention an important step. Readers' comments and addenda are welcome.
    I shall outline a sensible strategy:
    1. Clone your dysfunctional server to an external harddrive (SuperDuper does a reliable job)
    2. Start the server fom the clone and shut down ALL services.
    3. It may be sensible to set up a root user access.
    4. Back-up all user data such as addess book, calendar and other data that you *may* need to set up your server.
    5. Open Workgroup Manager and export all user and workgroup accounts to the drive that you using to re-build your server (it may cause problems if you back-up to an external drive).
    6. Just in case you may also want to back-up the Profile Manager database and erase user profiles:
    In Terminal (this applies to Lion Server - paths may be diferent in Mountain Lion !)
    Backup: sudo pg_dump -U _postgres -c device_management > $HOME/device_management.sql
    Erase database:
    sudo /usr/share/devicemgr/backend/wipeDB.sh
    7. Note your Directory (diradmin) password for later if you want to re-use it.
    8. Open Open Server Admin and demote OD Master to Standalone Directory.
    9. In Terminal delete the old Certificate Authority
    sudo rm -R /var/root/Library/Application\ Support/Certificate\ Authority/
    This step is crucial because else re-building you OD Master will fail.
    9. Go back to Server Admin and promote the Standalone Directory to OD Master. You may want to use the same hostname.
    10. When the OD Master is ready click on Overview and check that the LDAP and Keberos Realm reflect your server's hostname.
    11. Go back to Workgroup Manager and re-import users and groups.
    NOTE: passwords are not being exported. I do not know how to salvage user passwords. (Maybe passwords can be recovered by re-mporting an OD archive - comments welcome! ).
    12. Go to Server App and reset passwords and (not to forget) user homefolder locations, in particular if you want to login from a network account!
    If the home directory has not been defined you cannot login from a network account.
    13. You may now want to restore Profile Manager user profiles in Terminal. Issue the following commands:
    sudo serveradmin stop devicemgr
    sudo serveradmin start postgres
    sudo psql -U _postgres -d device_management -f $HOME/device_management.sql
    sudo serveradmin start devicemgr
    14. You can now switch back on your services, including Profile Manager.
    In Profile Manager you may have to configure Device Management. This creates a correct Code Signng Certicate.
    15. Check the certificate settings in Server App -> Hadware -> Settings-> SSL Certificates.
    16. Check that Apple Push Notifications are set.(you easily check if they are working later)
    17. You may want to re-boot OS Server from the clone now.
    18. After re-boot open Server App and check that your server is running well.
    19. Delete all profiles in System Preferences -> Profiles.
    19. Login to Profile Manager. You should have all users and profiles back. In my experience devices have to be re-enrolled before profiles can be pushed and/or devices be enrolled. You may just as well delete the displayed devices now.
    20. Grab one of your (portable) Macs that you want to enrol and go to (yourhostname)/mydevices and install the server's trust profile. The profile's name  should read "Trust Profile for...) and underneath in green font "Verified".
    21. Re-enrol that device. At this stage keep your finger's crossed and take a deep breath.
    22. If the device has been successfully enrolled you may at last want to test if pushing profiles really works. Login to Profile Manager as admin, select the newly enrolled device. Check that Automatic Push is enabled (-> Profile -> General). Create a harmless management profile such as defining the dock's position on the target machine. (Do not forget to click SAVE at the end - this is easily missed here). If all is well Profile Manager will display an active task (sending) and the dock's position on the target will have changed in a few seconds if you are on a LAN (Note: If sending seems to take forever: check on the server machine and/or on your router that the proper ports are open and that incoming data is not intercepted by Little Snitch or similar software).
    Note: if you intend to enrol an Apple iPhone you may first need to install the proper Apple Configuration software.
    Now enjoy Profile and Device Manager !
    Regards,
    Twistan

    HI
    1. In Action profiles, logon to system and recheck correcion are available in action definition as well in condition configuration and the schedule condition is also maintained. but the display is not coming(i.e in the worklist this action is not getting displayed).
    You can check the schedule condition for the action and match the status values...or try recreating the action with schedule condition again....for customer specific ....copy the standard aciton with ur zname and make a schedule condition and check the same.
    2, In suppport team of incident when i give individual processor it throwing a warning that u r not the processor. but when i give org unit it is working perfectly. Could anyone guide on this.
    You need to have the empolyee role for BP ..goto BP and got here dropdown for ur bp and choose role Employee and then enter ur userid
    also make sure that u have the message processing role
    Hope it clarifies ur doubt and resolve ur prob
    Regards
    Prakhar

  • My MBP wouldn't start this morning, it was just stuck on white screen with grey logo and fan running.  I replaced my magsafe power cord and resolved starting issue.  Now I can't connect to internet and iTunes won't load???  Help?

    This morning I was just getting the white screen with logo and status bar with fan running.  I thought it was an issue with the power adapter so I went out and replaced it.  MBP will start now, but won't connect to internet.  I have full wi-fi signal.  Also, when I try to launch iTunes, it just quits right away.  Please help? 
    -A

    Reinstall OS X without erasing the drive
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.

  • OS 10.4.4, iLife 6 and Background images issue

    I upgraded my Mac from 10.4.3 to 10.4.4 (with Automatic Updates) and the same day purchased and installed the iLife 6.0 package (that updated the 5.x version that came with my Mac).
    A day or 2 later I decided to change the background photos on my displays. I had been using photos from my iPhoto library and as I scrolled around looking for appropriate pictures and trying them out System Preferences quit on me. I had to restart in order to bring back the ability to alter the background images. Other programs and operations remained unaffected but I was unable to bring up the "Change Background Image" option on the contextaul menu until I restarted the computer. iPhoto was not running at the time. I restarted the computer and the same issue cropped up several more times, always after scrolling thru and trying several images.
    These problems never occurred with 10.4.3 or before or iPhoto 5 or before. I don't know if the problem is with iPhoto or not, but I assume that there is interaction between System Preferences and iPhoto, or at least that System Preferences uses the iPhoto database files.
    Any ideas?
    TIA!

    (I thought the hardware listing was posted with the thread...)
    Hardware:
    PM G5 Dual 2.7, 2.5GB RAM, ATI Radeon 9650 with 256 MB VRAM, and 2 LCD Cinema Displays (1 23 In and the other 20 Inch). Both Cinema Displays are set to the maximum resolution (1920x1200 and 1680x1050).

  • Printers and Scanners preference pane does not work after Mavericks upgrade

    I upgraded to Mavericks on my late 2011 MacBook Pro, and my printers and scanners preference pane stopped working. Sometimes it comes back as an error and wont open, other times it opens but the list of printers is obscured and not really showing, and it does not react normally. I tried reinstalling from System Restore with the onlie version, but that just took 6 hours but did not really help. I am going a little crazy as I cant get my Canon MX330 scanner installed and recognized. Does anyone have any ideas for me please??

    I'm assuming that you're referring to the Printers & Scanners in System Preferences (not a preference pane, which is a different animal).
    While I haven't experienced your issue, one thing that users find helpful is to go to System Preferences/Printers & Scanners/, and delete the printers listed by tapping on - (minus). Then, reenter the information when it's required later.

  • I am using an early 2008 MacBook Pro and am having issues with it deleting text on its own (in word, emails, etc.). As I am typing it all of a sudden starts deleting and I can't stop it. What can I do?

    I am using an early 2008 MacBook Pro and am having issues with it deleting text on its own (in word, emails, etc.). As I am typing it all of a sudden starts deleting and I can't stop it. This happened once before and it was due to a buldging battery pressing on the track pad. I checked the battery and it appears to be fine. What can I do?

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up guest users” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click Log in.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    *Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • TS3297 I keep getting the error 306 cannot connect to the iTunes Network when downloading songs on iTunes. I've tried all the troubleshooting steps from the forums and my technical issues are still unresolved. I have Windows 7. Please help!!

    I keep getting the error 306 cannot connect to the iTunes Network when downloading songs on iTunes. I've tried all the troubleshooting steps from the forums and my technical issues are still unresolved. I have Windows 7. Please help!!

    iTunes Store loads partially or returns "Error 306" or "Error 10054"
    Proxies, parental control settings and software, security or filtering software, or a bad iTunes Store cache can cause this.
    To address proxies, Remove Internet Options proxy settings  ( http://support.apple.com/kb/TS1490 ) and connect to the Internet without a proxy.
    To reset iTunes Store cache:
    In iTunes, choose iTunes > Preferences (Mac) or Edit > Preferences (PC).
    Click the Advanced tab.
    Click the "Reset cache" button.
    Click OK and see if the issue is resolved.
    Adjust Parental Controls in iTunes:
    Open iTunes.
    Access iTunes preferences:
    On a Mac: From the iTunes menu, choose Preferences.
    On a Windows PC: From the Edit menu, choose Preferences.
    Click the Parental Controls tab.
    Remove restrictions on Parental Controls.
    For more information on parental controls or content filtering software, see iTunes 10.5 for Windows: May see performance issues and blank iTunes Store.
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • Java Web Start and Java Preferences

    I am having trouble with Java Web Start and Java Preferences. I have tried reinstalling the update with the link http://www.apple.com/downloads/macosx/apple/application_updates/javaformacosx105 update6.html but to no avail. What else can be done ? Moreover the file /System/Library/Frameworks/JavaVM.framework/Versions/A/ seems to be in place, but Java Web Start wont open and Java Preferences can't access cache files. Any ideas about how to resolve this? I have been having issues with Java for a long time and have already done a clean Leopard reinstall and all the Combo updates. Java Web Start and Java Preferences worked correctly for a while after that but seem to have gone haywire again.

    bump

  • Security and Privacy Preferences pane cannot load

    My mac says the security and privacy preferences pane cannot load. How do I access this pane? I just got my logic board replaced last week from Apple, if that helps.

    Hi hornetlove2,
    Welcome to the Apple Support Communities!
    I understand that you are unable to open Security & Privacy from System Preferences. To begin the troubleshooting process, I would first suggest testing this situation out in a new user to help isolate the issue. Please let me know if the issue continues in a new user account. 
    Isolating an issue by using another user account - Apple Support
    Best regards,
    Joe

  • Cant Access Server Admin and Server Preferences anymore

    After upgrading to the latest Mac OS X 10.6.5 Version and/or changing Admin Password (I dont know the reason yet) I dont have access to my Server Admin and Server Preferences while I still can use my Workgroup Manager including Directory Admin (driadmin) and System Preferences. My Client Macs cant access Filesharing services and timemachine backup service anymore on the server, too. Other Services like MyEyeTV, Wuala, iTunes are working fine on the server and can be used by my Client MACs in my LAN.
    How could I proceed to fix this issue?
    What I have tried so far:
    I have tried to access my Server Admin thru the Client Mac mini using Server Admin App.
    I checked the OS Version: Mac OS X Server 10.6.5 (10H575)
    I checked the Server Admin Version: 10.6.5 (328.4)
    I also reinstalled the latest MAC OS X Server Update 10.6.5
    I still have root access. (Verified by DataQuest Engineer)
    Used also 127.0.0.1 Address to Access the Server.
    Is there a more elegant way to fix this issue than reinstall the server?

    ... well uninstalling "Hands Off!" Application solved the problem.
    Also if I assumed that i disabled this application, it was still active.

  • Macbook Air late 2008 boot and sleep/wake issues

    First off I have a booting issue. When I press the power button when it's off, the little front light comes on for a second, I hear the little non solid state hard drive spin up, then the little front light turns on again, but nothing else happens. The computer is definitely on since I can hear the fan, and it gets pretty hot after a while. Sometimes I'll get the startup sound and everything will be fine after a very long wait, like ~15 minutes. Second I have a wake from sleep issue that I can't predict. Every once in a while, I'll try to wake the computer and the screen just stays blank, not doing anything. The light in the front stops pulsing and just stays solid, but the screen doesn't turn on. I've noticed that sometimes I can predict when these things will happen since before I shut it down or put it to sleep, the battery will be X'd out, saying I have no battery connected, even when I'm not connected to a power source. I've already tried resetting the power management and resetting the PRAM. This is a very annoying issue and makes the computer very unreliable. Has anyone had similar issues or has been able to come to a solution?

    Reinstall OS X without erasing the drive
    Do the following:
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    If the hard drive does not appear in the DU sidebar list then it has died and will have to be replaced. No need to proceed beyond this point.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install the Combo Updater for the version you prefer from support.apple.com/downloads/.

  • Location Service in security and privacy preference pane not saved

    Hi,
    When I want to activate the location service inside the security and privacy preference pane, it is not save. I can check the box but if I leave the pref pane, and come back, it is still uncheck.
    I notice that when I wanted to activate the icloud feature: localized my mac. Thus, it's not working due to my pref in privacy pane not saved.
    I notice as well that in safari, there is a location option as well, and I can't activate it, like iCloud feature due to my pref in privacy always unchecked.
    I tried to repair the authorization of my disk a couple of times
    Is someone experiencing the same issue ?

    The terms of service of the Apple Support Communities prevent us (Apple users) from speculating about why Apple does or does not take certain actions.
    I can't tell you why it is the way it is.  But I can say you could go a long way to alleviating your concern by going to System Preferences > Energy Saver and changing the sleep time such that your computer goes to sleep nearly immediately after you stop using it.  Then even if you forget to log off, your computer will very quickly go to sleep and require a password.

  • 10.5.6 and PPPoe ISP issue

    Has anyone else having problems getting on the net with the latest upgrade 10.5.6? I connect to my ISP using PPPoe (MTS in Manitoba). My 2006 is 10.5.6 can connect to the ISP but cannot get on the net, my G4 is 10.5.5 is still fine. My ISP says it is an Apple issue. My 2006 can get on the net when I use my neighbors connection who is on cable.
    Does anyone have any ideas or fixes for this one?
    Thanks

    I have they same problem
    iUSBCAM worked fine in 10.5.5 but after updating to 10.5.6 it doesn't work right
    iusbcam see the camera and knows it is there. connection doctor says I have video use.
    If i click on video effects the cam is working and you can see the effects but I can't use the cam when I am talking to someone and in preferences it says there is *no camera connected to this computer* Everything works in Yahoo Messenger and in skype I think iUSBCAM needs to be updated to work in 10.5.6 hope to see an update soon.

Maybe you are looking for

  • Can't get new backup past the starting gate

    After fouling up my first backup since upgrading to Snow Leopard (http://discussions.apple.com/message.jspa?messageID=12245539#12245539), I've reset TM (twice) and reformatted my backup drive (with a single pass of zeroes). But, I cannot get the back

  • Any programs like ISIS Draw or Autonom for Mac OS X

    Hi, I am a student and its frustrating that I cant seem to get any of these programs. These programs draw molecular formulas out for my Pharmacy Course. Ppl with pcs laptops etc are able to and it puts me in a great disadvantage. And there are other

  • How to switch two languages in wireless keyboard in window 7 in imac?

    I bought Imac in Canada and bought wireless keyboard which has Korean and English in Korea. Now I connect and use English Korean keyboard in OS X  succesfully. But I can't use English Korean keyboard in window 7 in Bootcamp.. The English Korean keybo

  • Ale audit steps

    Hi, Can anybody please explain ale audit steps. 1. i am sending idocs from send1 rece1. how i can i know the status of outbound idocs using ale audit i want to know the process behinds this.

  • QCOW LVM What would be the best file system ?

    I would like to put my kvm instances (iso + qcow2 file) in separate logical volumes (I am using LVM). I am just wondering if there is a better file system to handle just these two particular files. Just ext2 ? Thanks for any hints.