Cant get 2013 data base AdminPassword= to work in OSD task sequence

I'm using the MDT database to consolidate five windows 7 task sequences on five SCCM2007 site servers to one task sequence on one 2012 R2 site server. I got my locations by ip subnet working and most of the settings applied successfully, Join Domain, add 
a group to the local  admin group, but I can't seem to get the AdminPassword=MyPassword to work.
I've got an "apply windows settings" step in my task sequence. But the machine keeps getting what ever its password is set to.
If I leave it bland then I get a blank password etc.. If I run without the "apply windows settings" step then then the task sequence fails and finishes with a mini setup prompting for a computer name. I can see the other values that are collected
in the Bdd.log:
Remapping variables.
Property OSDDomainName is now = My.Domain
<Message containing password has been suppressed>
I even tried adding the default setting directly to the customsettings.ini file: AdminPassword=MyPassword. But the workstation still takes its password from the "apply windows step". I'm going to try and enable debug logging and see if the log
has anything about the local admin password. Anyone have any ideas? What am I doing wrong here?
[Settings]
Priority=LSettings, LAdmins,
[Default]
OSInstall=Y
SkipCapture=YES
SkipAdminPassword=NO
SkipProductKey=NO
SkipComputerBackup=YES
 SkipBitLocker=YES

I wrote\borrowed\modified a powershell script that gets the value of the base 64 encoded AdminPassword variable from the MDTDB, decodes it and applys it to the OSDLocalAdminPassword.
This runs after the gather step in my OSD task sequence and before the Apply Windows Settings step.
I never figured out why this was necessary but it works. Here is the power shell script if anyone has a similar problem:
 http://blogs.technet.com/b/mniehaus/archive/2009/09/22/running-powershell-scripts-as-part-of-a-task-sequence.aspx
 http://mylifeismymessage.net/base64-encodeddecode-functions-powershell/
Function Base64Decode($textBase64In)
    $b  = [System.Convert]::FromBase64String($textBase64In)
    $decoded = [System.Text.Encoding]::UTF8.GetString($b)
    return $decoded
$tsenv = New-Object -COMObject Microsoft.SMS.TSEnvironment
$password = $tsenv.Value("AdminPassword")
$base64out = Base64Decode($password)
$tsenv.Value("OSDLocalAdminPassword") = $base64out

Similar Messages

  • Getting Access is Denied when Running Script in OSD Task Sequence

    I am attempting put in a script that will move the computer account to the proper OU in AD.  I have the script but when it launches inside of the TS I get "CScript Error: Loading script "C:\_SMSTaskSequence\WDPackage\Scripts\MoveOU.vbs" failed
    (Access is denied. )."
    I am using the Run Command Line, and using the "Run this step as the following account"  I have verified that the account has access to do what I need it to do in AD.  I have attached the logs as well.
    PackageID = 'WI10015A' InstallSoftware
    3/21/2012 8:46:53 AM 3316 (0x0CF4)
    BaseVar   = '', ContinueOnError='' InstallSoftware
    3/21/2012 8:46:53 AM 3316 (0x0CF4)
    SwdAction = '0001' InstallSoftware
    3/21/2012 8:46:53 AM 3316 (0x0CF4)
    Getting linked token InstallSoftware
    3/21/2012 8:46:53 AM 3316 (0x0CF4)
    failed to get the token information InstallSoftware
    3/21/2012 8:46:53 AM 3316 (0x0CF4)
    Get RunAs private desktop SMSTS-169042\SMSTSDesktop
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Run command line under a user account InstallSoftware
    3/21/2012 8:46:54 AM 3316 (0x0CF4)
    Found the location for the package _SMSTSWI10015A. The location is on \\<SCCMSERVERNAME>\SMSPKGF$\WI10015A\
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    nPos != CCM::Utility::String::npos, HRESULT=80004005 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,253)
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Creating a connection to \\<SCCMSERVERNAME>\SMSPKGF$\WI10015A\ with default account
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Connection request for "\\<SCCMSERVERNAME>\SMSPKGF$\WI10015A"
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    No credentials available for connecting to "\\<SCCMSERVERNAME>\SMSPKGF$\WI10015A". See whether the share has already been connected.
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Connecting to "\\<SCCMSERVERNAME>\SMSPKGF$\WI10015A"
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Successfully connected to "\\<SCCMSERVERNAME>\SMSPKGF$\WI10015A"
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Resolved source to '\\<SCCMSERVERNAME>\SMSPKGF$\WI10015A'
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Command line for extension .exe is "%1" %* InstallSoftware
    3/21/2012 8:46:54 AM 3316 (0x0CF4)
    Set command line: Run command line InstallSoftware
    3/21/2012 8:46:54 AM 3316 (0x0CF4)
    Working dir '\\<SCCMSERVERNAME>\SMSPKGF$\WI10015A'
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Executing command line: Run command line InstallSoftware
    3/21/2012 8:46:54 AM 3316 (0x0CF4)
    Create a process under given user token InstallSoftware
    3/21/2012 8:46:54 AM 3316 (0x0CF4)
    Process completed with exit code 1 InstallSoftware
    3/21/2012 8:46:54 AM 3316 (0x0CF4)
    Microsoft (R) Windows Script Host Version 5.8
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Copyright (C) Microsoft Corporation. All rights reserved.
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    CScript Error: Loading script "C:\_SMSTaskSequence\WDPackage\Scripts\MoveOU.vbs" failed (Access is denied. ).
    InstallSoftware
    3/21/2012 8:46:54 AM 3316 (0x0CF4)
    Command line returned 1 InstallSoftware
    3/21/2012 8:46:54 AM 3316 (0x0CF4)
    Entering ReleaseSource() for \\<SCCMSERVERNAME>\SMSPKGF$\WI10015A\
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    reference count 1 for the source \\<SCCMSERVERNAME>\SMSPKGF$\WI10015A\ before releasing
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Released the resolved source \\<SCCMSERVERNAME>\SMSPKGF$\WI10015A\
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Process completed with exit code 1 TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    TSManager 3/21/2012 8:46:54 AM
    2520 (0x09D8)
    Failed to run the action: Move Computer to Correct OU. 
    Incorrect function. (Error: 00000001; Source: Windows)
    TSManager 3/21/2012 8:46:54 AM
    2520 (0x09D8)
    Sending status message . . . TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    Send a task execution status message SMS_TSExecution_ActionFailError
    TSManager 3/21/2012 8:46:54 AM
    2520 (0x09D8)
    MP server <SCCMSERVERNAME> and port 80. SSL=false. CRL=false.
    TSManager 3/21/2012 8:46:54 AM
    2520 (0x09D8)
    Site code: WI1 TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    Client machine name: 1J44KQ1 TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    Client Identity: GUID:6ffb32d4-1184-4e40-a1c8-26272a707a72
    TSManager 3/21/2012 8:46:54 AM
    2520 (0x09D8)
    Advertisement ID: WI12029D TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    Package ID: WI1001E7 TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    Sending StatusMessage TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    Formatted header: TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    <Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>ABB94CBE-33F4-4EB9-A151-34EE3474A0F9</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2012-03-21T12:46:54Z</SentTime><Protocol>http</Protocol><Body
    Type="ByteRange" Offset="0" Length="4174"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
    TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    CLibSMSMessageWinHttpTransport::Send: URL: <SCCMSERVERNAME>:80  CCM_POST /ccm_system/request
    TSManager 3/21/2012 8:46:54 AM
    2520 (0x09D8)
    The request has succeeded. 200 OK TSManager
    3/21/2012 8:46:55 AM 2520 (0x09D8)
    Set a global environment variable _SMSTSLastActionRetCode=1
    TSManager 3/21/2012 8:46:55 AM
    2520 (0x09D8)
    Set a global environment variable _SMSTSLastActionSucceeded=false
    TSManager 3/21/2012 8:46:55 AM
    2520 (0x09D8)
    Clear local default environment TSManager
    3/21/2012 8:46:55 AM 2520 (0x09D8)
    Let the parent group (Testing) decides whether to continue execution
    TSManager 3/21/2012 8:46:55 AM
    2520 (0x09D8)
    The execution of the group (Testing) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)
    TSManager 3/21/2012 8:46:55 AM
    2520 (0x09D8)
    Failed to run the last action: Move Computer to Correct OU. Execution of task sequence failed.
    Incorrect function. (Error: 00000001; Source: Windows)
    TSManager 3/21/2012 8:46:55 AM
    2520 (0x09D8)
    Any suggestions would be greatly appreciated!
    "You can't fix stupid!"

    I'm having the exact same issue.  I'm using AutoIT for my script to move the computer account.  I've tried using ADO, LDAP, and LDAP/ADSystemInfo object.  They all fail with access denied.  In fact the ADO version of my script fails just
    trying to create the "ADODB.Connection" object which I know for a fact doesn't require elevation or administrator access.  However, all three versions of the script work correctly when run manually outside the TS.  They also work correctly on XP
    machines during OSD.  Only when deploying a Win7 machine do they fail during the TS.  I've tried adding the runas user to the local administrators group beforehand but no dice.  Did you have to restart the computer after doing the net localgroup
    change?  There has to be some other security config in Win7 that is set somewhere doing this.  I just can't figure out what.  I've even started looking at DCOM/COM permissions to see if something isn't right there.
    I don't see why but maybe the script needs to be run locally?  Any other ideas?

  • I cant get my New SoundFont Studio to work at all

    I cant get my New SoundFont Studio to work at allrI have recently downloaded and installed Vienna SounfFont Studio 2.40.60 on my desktop computer with Windows XP. My card is an X-Fi Fatality.
    According to The Art of SoundFont, in the tree window I am supposed to see SoundFont Bank (or the name of the one I loaded) followed by folders named Sample Section, User Sample Pool, ROM Sample Pool, Instrument Pool, Preset Section, Melodic Pool, and Percussi've Pool.
    ?When I open up the copy of the program that I downloaded, I get only SoundFont Bank all by itself, with no folders at all following it.
    When I load a SF2 file that I made with the version 2. that came with the old AWE64, I get the name of my file followed by folders for Bank 0, bank , and Bank 28, that can be expanded into the instruments that I put into them. But I continue not to see any of the folders from Sample Section to Percussi've Pool.
    Uninstalling the first copy of VSFS, downloading a new copy, and installing that did not remove the problem.
    Anybody have any idea what could be causing this? It makes me completely unable to use this program.
    -William Hirsch

    yep.  Ive actually sat down with the car's manual three times and followed the instructions exactly, but the phone doesnt seem to be able to find my car's bluetooth.  it did find one in someone else's car yesterday though!

  • HT1212 apple says go to icloud settings on your iphone, but I cant get in because the password doesnt work.

    for some reason my new iphone 5s forgot my entry code
    now i cant get in.
    how do i fix this?
    my entry code still works on my 4s
    restoring the phone or restoring backup didnt work because both demand i change the icloud settings on my phone first, but i cant get in!
    help

    You can log in to icloud.com on a computer and do what you need to do there.

  • HT2608 cant get macair book track pad to work new to mac

    New to mac only ever used pc. Cant get the track pad to work to scroll etc

    You've been in System Preferences -> Trackpad, no?

  • I have set up a apple id and i still cant get my imessage or facetime to work?

    Set up a apple id and still cant get my fact time or i message to work

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • My hp photosmart 4700 is showing offline and i cant get it to print. it was working fine yesterday,

    I have a HP Photosmart 4700.  It is set up as wireless on my network.  today it says it is offline and I cant get it to print.

    Download and run this utility: http://h20180.www2.hp.com/apps/Nav?h_pagetype=s-926&h_lang=en&h_client=s-h-e17-1&h_keyword=dg-NDU&ju...
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Excel 2013 Data From Web not working with SharePoint 2013?

    In Excel 2013, on the ribbon select the 'Data' tab and 'From Web' to import data from a web page. Navigate to a SharePoint 2013 site with a table on the home page and you will not see the table import arrow on the table. With SharePoint 2010 you would have.
    Any suggestions on a workaround/fix?
    One thing to note, in SharePoint 2013 be sure to disable the Minimum Download Strategy feature on the site or you will get script errors in the New Web Query dialog.
    Also, I realize this may belong in an Office/Excel forum so I have posted it there also.
    Thanks, Fintan

    Hi Fintan ,
    According to your description, my understanding is that the Excel table import arrow   disappears  in the  SharePoint 2013 page.
    For your issue , I can reproduce your scenario in my SharePoint 2013 environment. It should be caused by the Excel  Data connection from web page feature cannot identify the page layout  which is
    used by SharePoint 2013 . For a workaround, you export the HTML table using jQuery:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/30fc097f-256c-48d9-8b6c-cb821a504045/problem-while-exporting-html-table-to-excelcsv-in-sharepoint-2010?forum=sharepointgeneralprevious
    http://community.office365.com/en-us/b/office_365_community_blog/archive/2013/07/31/how-to-use-power-query-for-excel-to-query-a-sharepoint-2013-list-grid-user-post.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Cant get automatic scrolling text pane to work from other classes

    Hi guys, I've been creating a program that utilises JInternalFrames, one of which frames is an "event log" which is simply a Document I append text to, problem is I'm getting some strange logic errors. It works fine if it's just left alone and adds text from its internal timer method, but as soon (sometimes on 3rd or 4th call) of it's static method called 'append' it starts spewing out error message - mainly ""AWT-EventQueue-0" java.lang.NullPointerException", and stops working.
    Here is my internal frame (a MyJDesktopPane component), with its internal appendText that works fine.
    import java.awt.event.*;
    import java.text.SimpleDateFormat;
    import java.util.Date;
    import javax.swing.*;
    public class EventLog extends JInternalFrame {
        public EventLog() {
            super("",
                      false,      //resizable
                      false,      //closable
                      false,      //maximizable
                      true);     //iconifiable
            atp = new ELInternal();
            this.getContentPane().add(new JScrollPane(atp));
            this.setSize(200, 200);
            this.setVisible(true);
            // Add some text every second
            Timer t = new Timer(1000, new ActionListener() {
              public void actionPerformed(ActionEvent evt) {
                String timeString = fmt.format(new Date());
                atp.appendText(timeString + "\n");
              SimpleDateFormat fmt = new SimpleDateFormat("HH:mm:ss");
            t.start();
        public static void append(String in)
             try {
                       atp.appendText(in + "\n");
             } catch ( Exception e  ){}
        static ELInternal atp;
    }Here is the internal panes content:
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.text.*;
    public class ELInternal extends JTextPane {
      public ELInternal() {
        super();
      public ELInternal(StyledDocument doc) {
        super(doc);
      // Appends text to the document and ensure that it is visible
      public  void appendText(String text) {
        try {
          Document doc = getDocument();
          // Move the insertion point to the end
          setCaretPosition(doc.getLength());
          // Insert the text
          replaceSelection(text);
          // Convert the new end location
          // to view co-ordinates
          Rectangle r = modelToView(doc.getLength());
          // Finally, scroll so that the new text is visible
          if (r != null) {
            scrollRectToVisible(r);
        } catch (BadLocationException e) {
          System.out.println("Failed to append text: " + e);
    }So every time I call "append" which another classes need to be able to call to update it's current event, It just doesn't work... ? I've been staring at this code for hours, think it's going all matrix on me.

    Isn't this the "*new* to java" forum? I know what error messages are for, if I understood it I wouldn't be here asking the question!!!!
    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
         at javax.swing.text.BoxView.updateChildSizes(Unknown Source)
         at javax.swing.text.BoxView.setSpanOnAxis(Unknown Source)
         at javax.swing.text.BoxView.layout(Unknown Source)
         at javax.swing.text.BoxView.setSize(Unknown Source)
         at javax.swing.text.BoxView.updateChildSizes(Unknown Source)
         at javax.swing.text.BoxView.setSpanOnAxis(Unknown Source)
         at javax.swing.text.BoxView.layout(Unknown Source)
         at javax.swing.text.FlowView.layout(Unknown Source)
         at javax.swing.text.BoxView.setSize(Unknown Source)
         at javax.swing.text.BoxView.updateChildSizes(Unknown Source)
         at javax.swing.text.BoxView.setSpanOnAxis(Unknown Source)
         at javax.swing.text.BoxView.layout(Unknown Source)
         at javax.swing.text.BoxView.setSize(Unknown Source)
         at javax.swing.plaf.basic.BasicTextUI$RootView.setSize(Unknown Source)
         at javax.swing.plaf.basic.BasicTextUI.getPreferredSize(Unknown Source)
         at javax.swing.JComponent.getPreferredSize(Unknown Source)
         at javax.swing.JEditorPane.getPreferredSize(Unknown Source)
         at javax.swing.ScrollPaneLayout.layoutContainer(Unknown Source)
         at java.awt.Container.layout(Unknown Source)
         at java.awt.Container.doLayout(Unknown Source)
         at java.awt.Container.validateTree(Unknown Source)
         at java.awt.Container.validate(Unknown Source)
         at javax.swing.RepaintManager.validateInvalidComponents(Unknown Source)
         at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Sourc
    e)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

  • I cant get my Wlan card PC11B2 to work on Windows xp 64 bit

    I Try to install my Wlan PC11B2 card on Windows 64bit, but cant make it work :(
    I have a MSI K8N Neo mainboard and a 3000+ AMD,  can anybody please help me.....

    bighead2192 wrote:
    I just got a linksys wrt160n v2 and ive been trying to connect it with my ps3 but when i do the connection test it says that their is a dns error and ive typed in a million different things and nothing seems to work. i've done that whole thing where you go to run then type in cmd and then type ipconfig/all and ive taken all that info and set it in put nothing seems to work. and it also says that my UPnP is not available. I really need someones help. i have a windows xp and my internet provider is comcast. any help would be greatly appreciated!!!
    Hi bighead2192,
    Call your Router's Manufacturer's Phone Support and have them walk you through setting up your Router.
    However, you should have the Router's Manual in PDF format or Paper that you can read and find out how to do it.
    I have a D-Link Router, not a Linksys Router.
    thecreator - Running Network Magic version -5.5..9195.0-Pure0 on Windows XP Home Edition SP 3
    Running Network Magic version -5.5.9195.0-Pure0 on Wireless Computer with McAfee Personal Firewall Build 11.5.131 Wireless Computer has D-Link DWA-552 connecting to D-Link DIR-655 A3 Router.

  • Cant get HDMI 1.4 cable to work with TV.

    I bought two brand new Apple TV's for my kids for Christmas. Bought HDMI 1.4v cables for them. When I go to hook up the apple tv with the 1.4v cables i get nothing on the TV. It shows nothing on the TV. I have other Apple TV's version 2 hooked up with HDMI 1.3 cables and they work fine. Why can't i get this version to work?

    Welcome to the Apple Community.
    There is no such thing as a 1.3 or a 1.4 HDMI cable, there are standard and high speed cables, both will work with the Apple TV 2 and the high speed cable meets both 1.3 and 1.4 standards for HDMI.
    Have you tried one of your other cables, have you tried the Apple TVs with another TV.

  • I cant get my new iphone 4s to work with my mazda bluetooth

    Does anyone know if there's a way to get my new phone to work with my bluetooth?  My old iphone 3 was great with it, this one wont even find my bluetooth when it searches. 

    yep.  Ive actually sat down with the car's manual three times and followed the instructions exactly, but the phone doesnt seem to be able to find my car's bluetooth.  it did find one in someone else's car yesterday though!

  • Cant get background audio on menu to work right...

    Hi Ya'll,
    First I really appreciater all the help I've been getting here, my project is near complete, and I couldnt have done it without your help.. THANK-YOU!
    ok, last thing I need to do before I render out my DVD project..
    I've got several menus, each with several buttons. On each menu what I WANT to happen is when the menu is displayed,
    a background audio plays until a button is hit, which sends the user to the destination linked to that button.
    What I did,  was,  on the menu in question's properties/motion page I linked the audio "curly thing"  to the .wav file I want used as a menu background audio... works fine....until you roll over one of the buttons, ( using the mouse, in the preview Mode) at which timethe audio starts all over from the beginning. It does this everytime you roll the mouse over any of the buttons...
    Will this happen everytime a user uses the remote to go from one button to another?
    Is there any way to just have the background audio play constant until a button is actually selected/"pushed"?
    Thanks
    CB

    on the menu in question's properties/motion page I linked the audio "curly thing"  to the .wav file
    Tip for the day: the curly thing is called a "pick whip."  Mylenium, was that original to adobe and specifically to after effects?

  • TS4036 I have just been to a Apple and they have given me a new Ipod touch 16G to replace my old one due to a smashed screen. The assistant gave me a new apple email address and then backed it up to the new icloud account. I cant get my data back

    I have a new Ipod touch but I have no idea how to retrieve the old data from my icloud??

    Sign out of your "new" account, then sign into your old one.

  • Cant get restart and stop buttons to work on scene with movieclip and sound. (NOOB)

    So.
    Iv been trying now for hours and it wont work.
    I have 4 layers.
    ljud: The wav sound file.
    knappar: Buttons, restart and stop.
    kod: which is only AS2. The only thing in it is stop();
    fyrverkeri: which has the movieclip on it. 3 instances of it, named fire, fire1, fire2.
    Code for the restart button:
    on (release) {
    gotoAndPlay(1);
    Code for the stop button:
    on (release) {
              stopAllSounds();
              stop();
    fire.stop();
    fire1.stop();
    fire2.stop();
    It wont work correctly. What have I done wrong?
    I will upload 2 screens for you as well.
    At the moment it wont go back to frame 1. It starts playing at the last MC instance instead.
    Other problems iv had is that it wont play the sound but restarts the mc.
    Thank you in advance!

    I will change it to stream and try.
    My stop and restart button are on the same layer.
    I am referring to fire,fire1,fire2 as being instance names for the 3 movieclips, not frame names. 
    Should I use frame names maybe? 
    The wierdest thing (according to me, the lost noob) is that when I hit my restart button, it doesnt even go to frame 1. It goes to my last instance of the movieclip, frame 69 and it doesnt play it out either. Im lost. Iv been trying so hard for so many hours with this thing now, even remaking it that I think I have become blinded to what the solution could be. -.-

Maybe you are looking for