the XML reader - need assistance to change the script, please help

Hi all, I don't know if this is the right place for this question but I want to change a xml flash drive so that it creates the playlist with the name I want and not the default. Some can tell me please how to change this so that when the player has found songs in the "my_mp3s" folder it creates a named xml playlist

'mymusic.xml ' instead of the default "audioplaylist.xml".  I tried to edit the script of the player's actions and overwrite changes but it still does not work, here is the code please help. I found this script online.

Thank you

Stop();

/ * ALL BUTTONS BELOW ARE MARKED FOR EDITABLE AND DON'T CHANGE, BUT IF YOU KNOW WHAT YOU ARE DOING
THEN YOU CAN ACTUALLY CHANGE WHAT YOU WANT BUT FOR THIS APP WORKS CORRECTLY ONLY CHANGE IF NECESSARY
ENTRIES... ONCE YOU HAVE MADE YOUR CHANGES, COPY AND PASTE THIS ENTIRE SCRIPT PAGE IN
THE FIRST IMAGE OF THE SCENARIO THAT HE RIGHT THE SCRIPT THATS ALREADY THERE.
The button labels for the XML READER text * /.
SIDE MENU BUTTONS\\\
Btn1.buttText.ButtonText.text = "DOWNLOAD FILES"; DO NOT CHANGE
btn2.buttText.ButtonText.text = "SYSTEM VOLUME"; DO NOT CHANGE
btn3.buttText.ButtonText.text = 'EDIT PLAYLIST XML'; DO NOT CHANGE
btn4.buttText.ButtonText.text = "BURN CD"; DO NOT CHANGE
btn5.buttText.ButtonText.text = "CREATE a FOLDER"; DO NOT CHANGE
btn6.buttText.ButtonText.text = 'DELETE FILE'; DO NOT CHANGE
btn7.buttText.ButtonText.text = "CDROM OPEN"; DO NOT CHANGE
btn8.buttText.ButtonText.text = 'OPEN DVD'; DO NOT CHANGE
btn9.buttText.ButtonText.text = "FTP CLIENT"; DO NOT CHANGE
btn14.buttText.ButtonText.text = "VIEW PLAYLIST"; DO NOT CHANGE
btn23.buttText.ButtonText.text = "INFO"; DO NOT CHANGE
btn25.buttText.ButtonText.text = 'HELP '; DO NOT EDIT
btn26.buttText.ButtonText.text = 'HELP MDM'; DO NOT CHANGE
LOW BTNS
btn19.buttText.ButtonText.text = "OPEN TRAY"; DO NOT CHANGE
btn20.buttText.ButtonText.text = 'CLOSE CD TRAY'; DO NOT CHANGE
btn21.buttText.ButtonText.text = "OPEN DVD TRAY"; DO NOT CHANGE
btn22.buttText.ButtonText.text = "CLOSE DVD TRAY"; DO NOT CHANGE

Here ARE the FUNCTIONS THAT CAN BE CHANGED, BUT THAT THOSE BRAND 'YOU CAN CHANGE this PATH' are sure to change
MY DOWNLOAD FILES
Btn1.onRelease = function() {}
MDM. Dialogs.BrowseFile.filterList = "MP3 files | * .mp3 ';
MDM System.exec ("E:\\My Music\\").    Path to the download of the file //YOU CAN CHANGE THIS path
}
SYSTEM VOLUME / / / DO NOT CHANGE
btn2.onRelease = function() {}
MDM. System.exec("sndvol32.exe");    System volume .exe
}
EDITING XML PLAYLIST / / / DO NOT CHANGE
btn3.onRelease = function() {}
MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\audiolist2.xml");    XML list
}
BURN CD / / YOU CAN CHANGE THIS PATH
btn4.onRelease = function() {add your way here to your burning nero for example software
MDM. System.exec (MDM. System.Paths.programFiles+"Nero\\nero.exe");
}
CREATE FOLDER / / / DO NOT CHANGE
btn5.onRelease = function() {}
MDM FileSystem.makeFolderUnicode ("C:\\Program Files\\Mgamerz\\Burn").    Creates a working folder for burning mp3s
}
DELETE FOLDER / / / DO NOT CHANGE
btn6.onRelease = function() {///Deletes working folder if you want to remove it
MDM. FileSystem.deleteFolder ("C:\\Program Files\\Mgamerz\\Burn", "ask", "Are you sure");
}
OPEN CDROM / / YOU CAN CHANGE THIS PATH
btn7.onRelease = function() {///Opens change of cdrom drive letter to match your pc
MDM System.exec("I:\\."); "
}
OPEN DVDROM / / YOU CAN CHANGE THIS PATH
btn8.onRelease = function() {///Opens changing the letter to match your pc dvdrom drives
MDM System.exec("I:\\."); "
}
FTP CLIENT / / YOU CAN CHANGE THIS PATH
btn9.onRelease = function() {///File path to your ftp software (I use here the cover page)}


MDM. System.exec (MDM. System.Paths.programFiles + "Microsoft FrontPage Bar\\Office\\Microsoft Office\\Office10\\Shortcut"); "
}
Buttons in the header at the top

DRIVE C: / / / DO NOT EDIT
btn10.onRelease = function() {///Opens to the top of drive c: for navigation
MDM. System.exec (MDM. System.Paths.programFiles+"\\");
}
* btn11.onRelease = function() {///Opens to the top of the unit for navigation
MDM System.exec("D:\\."); "    YOU CAN CHANGE THIS PATH
}*/
MY DOCUMENTS / / / NOT EDIT
btn12.onRelease = function() {///Opens my documents for navigation}
MDM. Dialogs.BrowseFile.filterList = "MP3 files | * .mp3 ';
MDM. Dialogs.BrowseFile.show ("my Documents\\");
}
MP3 FILE / / / DO NOT CHANGE THE
btn13.onRelease = function() {//main directory for mp3 files
MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\my_mp3s\\");
}
VIEW PLAYLIST / / / DO NOT CHANGE
btn14.onRelease = function() {///View playlist as a text file
MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\my_mp3s\\mp3.t xt");
}
UPDATE XML FILE / / / DO NOT CHANGE
btn15.onRelease = function() {///Creates xml playlist once new mp3s have been added
MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\audiolist2.xml");
}
MINIMIZE BUTTON
* btn16.onRelease = function() {//Minimizes application
MDM. Application.Minimize (///DO) NOT EDIT
}*/
CLOSE BUTTON
* btn17.onRelease = function() {///Closes application
MDM. Application.Exit ('ask', ' are you sure you want to go out to? ") DO NOT EDIT
}*/
SCREEN CAPTURE DEVICE / / / DO NOT CHANGE
btn18.onRelease = function() {///Screen capture sofdtware
MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\apps\\Capture screen Studio\\css.exe");
}
OPEN CDROM TRAY / / YOU CAN CHANGE THIS PATH
btn19.onRelease = function() {}
MDM System.openCDTray ("I").
}
CDROM TRAY CLOSE / / YOU CAN CHANGE THIS PATH
btn20.onRelease = function() {//Closes cdrom tray
MDM System.closeCDTray ("I").
}
OPEN DVDROM PLATEAU / / YOU CAN CHANGE THIS PATH
btn21.onRelease = function() {//Opens dvdrom
MDM System.openCDTray ("H").
}
CLOSE TRAY DVDROM / / YOU CAN CHANGE THIS PATH
btn22.onRelease = function() {//Closes dvdrom plateau
MDM System.closeCDTray ("H").
}

* btn23.onRelease = function() {//DO NOT EDIT
nextFrame();
}*/
HELP / / DO NOT EDIT
btn25.onRelease = function() {//Closes dvdrom plateau
MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\help.exe");
}
HELP OF MDM / / DO NOT EDIT
btn26.onRelease = function() {//Closes dvdrom plateau
MDM. System.exec (MDM. System.Paths.programFiles + "MDM helps 2.5 file\\MDM 2.5 UserManual.chm"); "
}

use:

/ * ALL BUTTONS BELOW ARE MARKED FOR EDITABLE AND DON'T CHANGE, BUT IF YOU KNOW WHAT YOU ARE DOING
THEN YOU CAN ACTUALLY CHANGE WHAT YOU WANT BUT FOR THIS APP WORKS CORRECTLY ONLY CHANGE IF NECESSARY
ENTRIES... ONCE YOU HAVE MADE YOUR CHANGES, COPY AND PASTE THIS ENTIRE SCRIPT PAGE IN
THE FIRST IMAGE OF THE SCENARIO THAT HE RIGHT THE SCRIPT THATS ALREADY THERE.
The button labels for the XML READER text * /.
SIDE MENU BUTTONS\\\
Btn1.buttText.ButtonText.text = "DOWNLOAD FILES"; DO NOT CHANGE
btn2.buttText.ButtonText.text = "SYSTEM VOLUME"; DO NOT CHANGE
btn3.buttText.ButtonText.text = 'EDIT PLAYLIST XML'; DO NOT CHANGE
btn4.buttText.ButtonText.text = "BURN CD"; DO NOT CHANGE
btn5.buttText.ButtonText.text = "CREATE a FOLDER"; DO NOT CHANGE
btn6.buttText.ButtonText.text = 'DELETE FILE'; DO NOT CHANGE
btn7.buttText.ButtonText.text = "CDROM OPEN"; DO NOT CHANGE
btn8.buttText.ButtonText.text = 'OPEN DVD'; DO NOT CHANGE
btn9.buttText.ButtonText.text = "FTP CLIENT"; DO NOT CHANGE
btn14.buttText.ButtonText.text = "VIEW PLAYLIST"; DO NOT CHANGE
btn23.buttText.ButtonText.text = "INFO"; DO NOT CHANGE


btn25.buttText.ButtonText.text = 'HELP '; DO NOT EDIT
btn26.buttText.ButtonText.text = 'HELP MDM'; DO NOT CHANGE
LOW BTNS
btn19.buttText.ButtonText.text = "OPEN TRAY"; DO NOT CHANGE
btn20.buttText.ButtonText.text = 'CLOSE CD TRAY'; DO NOT CHANGE
btn21.buttText.ButtonText.text = "OPEN DVD TRAY"; DO NOT CHANGE
btn22.buttText.ButtonText.text = "CLOSE DVD TRAY"; DO NOT CHANGE

Here ARE the FUNCTIONS THAT CAN BE CHANGED, BUT THAT THOSE BRAND 'YOU CAN CHANGE this PATH' are sure to change
MY DOWNLOAD FILES
Btn1.onRelease = function() {}
MDM. Dialogs.BrowseFile.filterList = "MP3 files | * .mp3 ';
MDM System.exec ("E:\\My Music\\").    Path to the download of the file //YOU CAN CHANGE THIS path
}
SYSTEM VOLUME / / / DO NOT CHANGE
btn2.onRelease = function() {}
MDM. System.exec("sndvol32.exe");    System volume .exe
}
EDITING XML PLAYLIST / / / DO NOT CHANGE
btn3.onRelease = function() {}
MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\audiolist2.xml");    XML list
}
BURN CD / / YOU CAN CHANGE THIS PATH
btn4.onRelease = function() {add your way here to your burning nero for example software
MDM. System.exec (MDM. System.Paths.programFiles+"Nero\\nero.exe");
}
CREATE FOLDER / / / DO NOT CHANGE
btn5.onRelease = function() {}
MDM FileSystem.makeFolderUnicode ("C:\\Program Files\\Mgamerz\\Burn").    Creates a working folder for burning mp3s
}
DELETE FOLDER / / / DO NOT CHANGE
btn6.onRelease = function() {///Deletes working folder if you want to remove it
MDM. FileSystem.deleteFolder ("C:\\Program Files\\Mgamerz\\Burn", "ask", "Are you sure");
}
OPEN CDROM / / YOU CAN CHANGE THIS PATH
btn7.onRelease = function() {///Opens change of cdrom drive letter to match your pc
MDM System.exec("I:\\."); "
}
OPEN DVDROM / / YOU CAN CHANGE THIS PATH
btn8.onRelease = function() {///Opens changing the letter to match your pc dvdrom drives
MDM System.exec("I:\\."); "
}
FTP CLIENT / / YOU CAN CHANGE THIS PATH
btn9.onRelease = function() {///File path to your ftp software (I use here the cover page)}
MDM. System.exec (MDM. System.Paths.programFiles + "Microsoft FrontPage Bar\\Office\\Microsoft Office\\Office10\\Shortcut"); "
}
Buttons in the header at the top

DRIVE C: / / / DO NOT EDIT
btn10.onRelease = function() {///Opens to the top of drive c: for navigation
MDM. System.exec (MDM. System.Paths.programFiles+"\\");
}
* btn11.onRelease = function() {///Opens to the top of the unit for navigation
MDM System.exec("D:\\."); "    YOU CAN CHANGE THIS PATH
}*/
MY DOCUMENTS / / / NOT EDIT
btn12.onRelease = function() {///Opens my documents for navigation}
MDM. Dialogs.BrowseFile.filterList = "MP3 files | * .mp3 ';
MDM. Dialogs.BrowseFile.show ("my Documents\\");
}
MP3 FILE / / / DO NOT CHANGE THE
btn13.onRelease = function() {//main directory for mp3 files
MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\my_mp3s\\");
}
VIEW PLAYLIST / / / DO NOT CHANGE
btn14.onRelease = function() {///View playlist as a text file
MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\my_mp3s\\mp3.t xt");
}
UPDATE XML FILE / / / DO NOT CHANGE
btn15.onRelease = function() {///Creates xml playlist once new mp3s have been added
MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\mymusic.xml");
}
MINIMIZE BUTTON
* btn16.onRelease = function() {//Minimizes application
MDM. Application.Minimize (///DO) NOT EDIT
}*/
CLOSE BUTTON
* btn17.onRelease = function() {///Closes application
MDM. Application.Exit ('ask', ' are you sure you want to go out to? ") DO NOT EDIT
}*/
SCREEN CAPTURE DEVICE / / / DO NOT CHANGE
btn18.onRelease = function() {///Screen capture sofdtware
MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\apps\\Capture screen Studio\\css.exe");
}
OPEN CDROM TRAY / / YOU CAN CHANGE THIS PATH
btn19.onRelease = function() {}
MDM System.openCDTray ("I").
}
CDROM TRAY CLOSE / / YOU CAN CHANGE THIS PATH
btn20.onRelease = function() {//Closes cdrom tray
MDM System.closeCDTray ("I").
}
OPEN DVDROM PLATEAU / / YOU CAN CHANGE THIS PATH
btn21.onRelease = function() {//Opens dvdrom
MDM System.openCDTray ("H").
}
CLOSE TRAY DVDROM / / YOU CAN CHANGE THIS PATH
btn22.onRelease = function() {//Closes dvdrom plateau
MDM System.closeCDTray ("H").
}

* btn23.onRelease = function() {//DO NOT EDIT
nextFrame();
}*/
HELP / / DO NOT EDIT
btn25.onRelease = function() {//Closes dvdrom plateau
MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\help.exe");
}
HELP OF MDM / / DO NOT EDIT
btn26.onRelease = function() {//Closes dvdrom plateau
MDM. System.exec (MDM. System.Paths.programFiles + "MDM helps 2.5 file\\MDM 2.5 UserManual.chm"); "
}

Tags: Adobe Animate

Similar Questions

  • Windows95 CD-ROM - game Need for DCC Speed-No. pieces found - can not install the game - please help. ___

    Windows 95 CD-CD-ROM-game Need for DCC Speed-No. pieces found - can not install the game - please help.

    ------------------

  • put an item into the basket, made an empty recycle bin, need return the item, please help, I did nothing since the drain, so the machine is in the same condition as when I emptied

    put an item into the basket, made an empty recycle bin, need return the item, please help, I did nothing since the drain, so the machine is in the same condition as when I emptied

    If you have xp, you can do system restore

  • ON PAPER MESSAGEDU MY C510 SAME HP IF THERE IS ENOUGH PAPER IN THE TRAY, PLEASE HELP.

    ON PAPER MESSAGEDU MY C510 SAME HP IF THERE IS ENOUGH PAPER IN THE TRAY, PLEASE HELP.

    We recommend that you reset your C510 HP first. You can perform the reset by following the steps below:

    1. press the "Power button" to activate the product.

    2. with the product, unplug the power cord from the back of the product.

    3. disconnect the power cord from the wall outlet.

    4. wait at least 15 seconds.

    5. plug the power cord into the wall jack.

    6. reconnect the power cord to the back of the product.

    7. If the product does not light by itself, press the Power button to turn it on.

    Once done, print a self-test report by following the next steps:

    1 load plain white paper in the input tray.

    2. from the home screen on the control panel of the product, click "Menu" on the upper left side. A list of menu options screens. 3. click on "Settings" and then click on 'tools '. The maintenance of the printer menu displays.

    4. in the maintenance of the printer menu, click "Printer Status Report". The product prints the report.

    If the report is printed correctly, try again to print your original document.

    If the problem persists, you may need to check the status of documents in the status bar. To do this, follow these steps:

    1. remove the stack of paper from the status bar.

    2. check that the obstacles within the status bar. A flashlight to view the mechanism inside the status bar to make sure that nothing is blocking the paper to engage with the rollers. Even small pieces of paper can cause paper feeding problems. (Important: If any obstruction is detected in the paper path, you need to refer to "Cleaning the rollers" segment at http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/kb/docDisplay/?spf_p.tpst=kbDocDisplay&spf_p.prp_kbDocDisplay=wsrp-navigationalState%3DdocId%253Demr_na-c02248120-20%257CdocLocale%253D%257CcalledBy%253D&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken)

    3. to review the status of the paper and then replace any paper torn, dusty, curled, wrinkled, or bent.

    4. ensure that all the papers in the stack are the same size and type. Never charge which coexist types of paper in the tray. The product can only process one type of paper at a time.

    5. press on the stack of paper on a flat surface to align the edges.

    6. make sure that the paper stack does not contain less than 10 and not more than 25 sheets paper.

    (Note: the limitation of the number of documents applies only during the phase of solving problems.) Once the problem is resolved, you can load the tray to its original capacity).

    Once you have checked the status of documents, reload the tray in the following way:

    1. lift output in open position and open the door of the feeder.

    2. slide the width guide to its outermost position paper.

    3. Insert the stack of paper into the paper tray with the short edge forward and the print down side.

    4. adjust the paper width guide so that it rests against the stack of paper.

    5. lower the output tray, and then close the tray door. Once this is done, print again an automatic test report by following the above steps. If this too does not resolve the issue, refer to some more solutions at HP support center link below: http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/kb/docDisplay/?spf_p.tpst=kbDocDisplay&spf_p.prp_kbDocDisplay=wsrp-navigationalState%3DdocId%253Demr_na-c02248120-20%257CdocLocale%253D%257CcalledBy%253D&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken

    GuruAid.com

  • The space bar has stopped working in text blocks. Iendupwithsentaceslikethis - I have reset the mac, but it is always the case please help!

    Iendupwithsentaceslikethis - I have reset the mac, but it is always the case please help!

    Latest version CC

    Richard

    Solved the problem - I just changed a Chinese document. I copied the milling guide in a new document.

  • my Iphone 5 was automatically turned off, and then I couldn't go? What is the problem please help me?

    my Iphone 5 was automatically turned off, and then I couldn't go? What is the problem please help me?

    Have you tried to connect your iPhone to iTunes or the wall charger and let your iPhone for 5-10 minutes to charge its battery?

  • Lightroom stopped working would cut during use, update would not download through app cc, direct download installs, his record saying is corrupted to lose the battle, please help

    Lightroom has ceased to function and be cut during use, update wouldn't download through app cc, direct download, moved his record saying is corrupted, im losing the battle please help

    reset your preferences -: https://helpx.adobe.com/lightroom/help/setting-preferences-lightroom.html

    If this fails, uninstall and reinstall

  • I bought a single image, and after downloading my image always has the watermark please help.

    I bought a single image, and after downloading my image always has the watermark please help.

    Please follow the following steps

    I bought a stock image and I can't seem to upload the image under a license without the watermark? Please help

  • I'm using Dreamweaver CC and tries to install Dw CC (2014) at the first trial, but the problem come when it expired, both my installed dreamweaver has expired, and now I just enjoy the Bill every month without the product, please help me.

    I'm using Dreamweaver CC and tries to install Dw CC (2014) at the first trial, but the problem come when it expired, both my installed dreamweaver has expired, and now I just enjoy the Bill every month without the product, please help me.

    You have more than one Adobe ID and password - for creative cloud and the other for your trial period?

    Nancy O.

  • improve slow system performance... I don't know what programs need to run at startup? Please help me I have windows 7 Home Basic

    . I don't know what programs need to run at startup? Please help me I have windows 7 Home Basic

    Each computer has different startup programs - if you if you stop that you need you can turn it back on. See step 5 to turn them off.

    Windows 7 is slow

    (1) unplug all devices such as printers, external hard drives, microphone, webcams etc.

    (2) if the computer has only 1 GB or 2 GB of RAM, try adding more RAM.
    (3) make sure that your drivers are up-to-date.

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly
    (4) defragment your Windows 7 computer:
    http://Windows.Microsoft.com/en-us/Windows7/improve-performance-by-defragmenting-your-hard-disk

    (5) reduce the start up programs:
    (A) click Start, type MSCONFIG in the search box and press ENTER.
    OK the authorization of user account control and password if necessary
    (B) on the general tab, click Selective startup.
    (C) then change the tabs by clicking on the start tab
    (D) uncheck the programs that you do not want to start when your computer starts (do not turn off your antivirus).
    (E) click OK, and then restart the computer.

    (6) disable some visual effects in Windows 7
    There are a lot of Visual effects that can be disabled safely to speed up Windows 7.
    A. Click Start, right click on "Computer" and select "Properties".
    B. click on "Advanced system settings" in the left pane to open the"System Properties".»
    C. Select the "Advanced" tab from him. Then, under 'Performance', click on 'settings '.
    D. now uncheck all the options that you do not want to use (some options disables Aero).
    E. restart the computer.

    (7) open the resolution of Performance problems
    A. open the Troubleshoot utility of performance by clicking on the button start.
    (B) in the search box, type "convenience store" and then click Troubleshooting.
    C. under system and security, click on search performance issues.

  • I used 128 usd with my couse accident I didn't know my dads credit card has been connected, I tried glitch a game bud I used my dads credit card money was connected couse I bought something on a game and I need the money please help me

    I used 129 usd with couse anaccident I didn't know that my dads credit card has been connected

    It has been connected couse I used on another game, then its

    already connected so I need money I have not used anything else for I have buyed and I want my dads back money / my money

    Please help me

    Nobody here can help you. We are just other users as you are. You can contact the support iTunes Store here, but they are not obliged to refund you, as all sales are final in Apple digital stores. Explain what you were doing and ask for their help.

    https://getsupport.Apple.com/

  • I forgot my password to icloud how can I change the password please help

    Hello team

    Please help me

    I use apple 4S and I forgot the passward of my cloud i

    How can I reset it.

    I read your conversation on this subject but in my phone does not show sing option so how can I remove the password

    and id

    If you forgot your Apple ID - Apple Support password.

    FYI: you don't talk with Apple here. It is a forum where users help other users

    with technical issues. Presence of Apple is minimal and asked to see the terms and conditions of

    Use are met.

    If you are the original purchaser of the iPhone and can prove it with a reception (from Apple

    or Apple iPhone authorized distributor) showing the serial number of the iPhone, which take

    proof of purchase and the iPhone to an Apple physical store, where they can help you.

  • I forgot my password to log on to my laptop I don't have the disk to reset, and quite honestly I can't afford it I need it a.s.a.p please help me!

    PLEASE HELP ME WITH THIS QUESTION, I NEED TO GET ON MY LAPTOP RIGHT VERY IMPORTANT. Thank you very much

    PLEASE HELP ME WITH THIS QUESTION, I NEED TO GET ON MY LAPTOP RIGHT VERY IMPORTANT. Thank you very much

    Unfortunately, we are not allowed to help users to bypass the password protection, regardless of what are "reasons".
    Here's the Microsoft Policy about this:
    http://social.answers.Microsoft.com/forums/en-us/vistasecurity/thread/3eba3150-8742-4264-be9f-0daaad2282cd For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • A1312 why my stay white screen after that I have power, no response on the keyboard, please help

    I need assistance with my A1312 once I turn on screen stay white that no answer on the keyboard can do anything :/

    OK... what OS X is installed on your iMac? Troubleshooting tips depends on this information.

  • Scaling vertically by the Expression, please help ASAP!

    Hello, everyone! I had a bit of trouble within the last few days, and I searched almost every corner of the web trying to figure out how to write this expression. So I had two expressions. We were too complicated and not a new does exactly what I want. So first, here's my first expression

    X = 100

    Y = thisComp.layer("Soundkeys_1").effect ("sound keys") ("Output 1") * 1.33333;

    "CB = (CheckBox Control") effect ("Checkbox");

    If (cb.numKeys > 0) {}

    t = cb.key (1) .time;

    Y = linear(time,t,t+1,Y,.5);

    Note: this is a single bar of 63
    This was given to me by another Member on this forum about 6 or 7 months ago. What this did is whenever that time I had a key image of the box I get the bar down slowly during the second at the end of the song. The problem with the term is that it does not allow me to do the bars Ascend slowly upward more than a second (the opposite of what it).

    So my solution so far has been to use an expression that allows me to have less soundkeys layers for solids (have not really learned to test it so if you could tell me if it works or not which would be awesome) here is the second (new) expression, but the expression does not include the scaling upward or down scale.

    X = 100

    Temp = thisComp.layer("1-3").effect ("sound keys") ("Output 1") * 1.33333;

    Temp2 = thisComp.layer("1-3").effect ("sound keys") ("output 2") * 1.33333;

    Temp3 = (temp1 and temp2) / 2

    Y = [100, temp3]

    }

    [X, Y]

    Once again: it's just a bar of 63

    What are average effects soundkeys instead of having so many different ranges (not important). What I am wanting to add is to add to this expression with a slider effect, or 2 box keyframes, just something like it takes do you present in several layers at once (while keeping my current expression) [so probably using an adjustment layer]:

    PotableAjarCaiman

    But of course scaling upward at the beginning of the song and scaled down at the end of the song, each period of 1 second. Sorry for such a long post, but I really wish I could get there as soon as POSSIBLE for my promotional music channel . Thank you!

    PS: The only reason I'm writing is because I couldn't find anywhere, and the only thing that I thought were too advanced for me to understand, but what I didn't understand is that they used a slider effect to control the whole of the value of Y of the layers with keyframes. Hope that the additional information could be useful

    Hello again everyone. So my friend and I were finally able to come with two expressions that I needed to make it work! Basically what I had to do was to create a null with effect of cursor object and add pictures 4 keys (2 at the beginning) and 2 at the end where I wanted them. We hung out and then each bar for the layer of sound keys appropriate as well as the slider layer. These are two expressions that we could get to

    For a single bar that wasn't going to be an average, we used this expression:

    temp = thisComp.layer("1-3").effect("Sound Keys")("Output 1")*(4/3);temp = temp*thisComp.layer("Spectrum Scale").effect("Slider Control")("Slider");temp = linear(temp, 0, 100*(4/3), .5, 100*(4/3));[100, temp]
    

    This adds a variety of things to temp.

    1. in the first line, we have 'temp' on the expression of basic whipped pick multiplied by 4/3.

    2. in the second line, we have pick whipped for the layer time zero that we named "Slider Scale" and the effect being "Cursor" with the variable (keyframes) on "Slider".

    3. the third line is a little more complicated because we needed to have had a minimum of.5 without adding +.5 at the end of the last line. This created a problem because this would produce no output, even when we didn't she added, a.5 more that it should be. So we decided to add a minimum expression to the minimum.5 power and the maximum output identical to the first line "(4/3)". "

    For the bars, on average, it needed a little more coding and much more advanced work (in my opinion). This is the expression:

    temp1 = thisComp.layer("1-3").effect("Sound Keys")("Output 1")*(4/3);temp2 = thisComp.layer("1-3").effect("Sound Keys")("Output 2")*(4/3);temp = (temp1+temp2)/2;temp = temp*thisComp.layer("Spectrum Scale").effect("Slider Control")("Slider");temp = linear(temp, 0, 100*(4/3), .5, 100*(4/3));
    

    So, is a lot heftier of an expression at first glance, but really, it's basically the same thing.

    1. put off tension in the first line, we have him while temp1 is the first release used in sound tones multiplied by 4/3.

    2. in the second line, we have exactly the same thing that the first line only, we used the second exit in the sound buttons layer.

    3. the third line is where we started having to change everything. previously, he was referred to as "temp3" but we couldn't use it with what we wanted to do. So what we ended up doing was to change all the references 'temp3"just"Temp ". Then we did the same thing as we did in the first expression choose it whipping out of the slider control.

    4. in the fourth line, that's where we had to implement a different minimum and maximum so that the bars do not disappear when the audio reaches a point 0 or keyframes, we put in the slider were set as 0. So, we made minimum.5 flow and the 100 *(4/3) of maximum output using the expression "linear '.

    Due to the extensive knowledge of my friend in these types of templates and javascript, it only takes about 30 minutes to fix the problem. It does exactly what I wanted to do in my original post, and I am very grateful to have a friend who can help out me like that. I want to thank each of you in the community forum to help people at all times with the expressions, even if they are extremely simple. Help you a lot of people who simply can not find the answer they're looking for. I'll show you what I did with key images in the slider effect now

    2 last keyframes are exactly the same values but in the opposite direction. The end result is completely what I wanted (as shown in the OP) so if anyone wants to know how to intensify the multiple layers at the beginning and then downwards at the end please send them this. Thanks again to the community, as much respect!

Maybe you are looking for