How do I Re enabled the Buttons in MainMovie.swf from a Button within SecondMovie.swf???

I have the following situation
MainMove.swf is doing a loadmovie of SecondMovie.swf
The Button that loads SecondMovie.swf also disables other buttons in MainMovie.swf
on (release) {
    _root.intro_btn.enabled = false;
    loadMovieNum("SecondMovie.swf", 2);
How do I Re enabled the Buttons in MainMovie.swf from a Button within SecondMovie.swf???
Using AS2 is this current project
Thanks

lol Sorry bout that I'm brand new here and was looking for the option to remove the post from the other location.

Similar Messages

  • How to disable and hide the menu items of 'copy From' button of Goods Recei

    hi expert,
    I am new in SAP B1. so please help me.
    Q:How to disable and hide the menu items of 'copy From' button of Goods Receipt PO form?
    Regards
    sanoj

    Hi Sanoj,
    Try This.....
    If pVal.FormType = "143" And pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_ACTIVATE And pVal.BeforeAction = False Then
                oform = sbo_application.Forms.GetFormByTypeAndCount(pVal.FormType, "1")
                Dim oitem As SAPbouiCOM.Item
                oitem = oform.Items.Item("10000330")
                'To Disable the button
                oitem.Enabled = False
                'To hide the button
                'oitem.Visible = False
            End If
    Thanks
    Shafi
    Edited by: shafi_sunshine on Sep 15, 2011 7:35 AM

  • Dictation is not working in the reminders app on iPhone 4s IOS6. The microphone is grayed out. How do I re-enable the microphone?

    Dictation is not working in the reminders app on iPhone 4s IOS6. The microphone is grayed out. How do I re-enable the microphone?

    One day I tried to dictate a note and discovered the microphone was grayed out.  As someone suggested I did a hard reset of my iPhone 4S and that didn't solve the problem.
    Then I had an epiphany.  I use the Notes app a lot and have a lot of Notes stored in the app.  I tried deleting some of my many notes and "viola!" the microphone is black again.  My guess is the app has some kind of storage limit and when you hit that limit, the microphone is automatically turned off.  Anyway, that's my theory and I'm sticking to it.
    Hope this helps.

  • How do we programmatically "enable" the Page to have

    Some body known how do we programmatically "enable" the Page to have
    Item level security. - analogous to checking the box in the Page edit mode for "Enable item level security"
    J.

    Try this. It might work for you.
    declare
         l_page portal.wwsbr_api.page_record;
    begin
         select * into l_page
         from portal.wwv_user_owned_corners
         where siteid = <page group id>
         and id =<page id>;
         -- 0 is disabled . 1 is enabled.
         l_page.haveitemsecurity := 1;
         portal.wwsbr_api.modify_folder(
                   p_page => l_page
         wwpro_api_invalidation.execute_cache_invalidation;
         commit;
    end;
    regards
    Suresh.

  • How can I disable/enable the touchpad on my X220?

    how can I disable/enable the touchpad on my X220?
    I find it sometimes could become annoying.

    Press Fn + F8 windows, or do it through the bios menu.
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • How do I check if the ctrl key is pressed from within a mouseReleased actio

    How do I check if the ctrl key is pressed from within a mouseReleased action?
          addMouseListener( new MouseAdapter() {
             public void mouseReleased( final MouseEvent e ) {
               // If ctrl button is held down and mouse is clicked, do something
             }};

    Found it, I think
        e.isControlDown()

  • How do I change/save the default font in mail from helvetica to something else?

    How do I change/save the default font in mail from helvetica to something else?

    Mail > Preferences > Fonts & Colors > Messages font:
    Click the "Select" button next to "Helvetica 13" textbox.
    Select your choice from the window that opens up.

  • How do you edit out the date and time stamp from a photo

    How do you edit out the date and time stamp from a photo

    You can blur it out with retouch
    The built-in "Retouch" brush in "Edit" mode should suffice, if the background is mostly uniform, and if you set the size of the brush to slightly wider than the bar width of the letters. For example, in this picture I removed the year from the date (in the lower right corner) by using the "retouch" brush and following the contours of the letters. (the screen shot is from iPhoto '11, but iPhoto 9 should give similar results).
    Regards
    Léonie

  • A few years ago I bought music from Itunes.  Recently I deactivated all computers in order to add a new computer.  Most of the music I purchased came through, but I am still missing about 30% of it.  How can I download all the music I have purchased from

    A few years ago I bought music from Itunes.  Recently I deactivated all computers in order to add a new computer.  Most of the music I purchased came through, but I am still missing about 30% of it.  How can I download all the music I have purchased from Itunes?

    Might have luck with that here >  Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Previous purchases may be unavailable if they have been refunded or are no longer on the iTunes Store.
    Make sure and use the same Apple ID that was used for the original purchases.

  • How to make iTunes read the song's name/singer from the file's name itself?

    Hi everyone,
    So I have this file with songs from everywhere. I spent quite some time now to make sure that the structure of each file's name is as such : "Singer - Song name", hoping that everything would be read by iTunes accordingly. However, either iTunes read it well, or it didn't read it at all ("Singer - Song name" appearing in Title alone), or iTunes read the "media" of the file (ie. what the guy I downloaded it from wrote for it in the Preferences, which usually is in capital letters or with a bunch of weird underscores). As I'm OCD and need everything to be neat, I'm highly tensed right now. I really want everything to be neat and clear!
    So, how do I make sure that iTunes reads the files' names such that it knows the structure is "Singer - Song name"? Thanks.

    iTunes doesn't use file names to determine how music appears in your library,  Rather, it uses metadata that is split between:
    data elements that are embedded within the media files
    data elements that are included in the entries in the iTunes database
    No amount of reorganization, renaming or other manipulation at the file level will make any difference to how songs will appear in iTunes.  Using your example:
    the value of the track number element is 1
    the value of the artist element is "Elvis Presley"
    the value of the song name element is "Blue Suede Shoes"
    Depending on how you configure iTunes then the file name is either:
    completely independent of iTunes (i.,e., the file containing this song could be xyz.mp3)
    dependent on the metadata managed by iTunes, (i.e., when you have these two options set:
    then iTunes will set the file name to be 1-01 Blue Suede Shoes.mp3 where:
    the file is in a folder called "Elvis Presley" (the name of the album)
    that folder is in one called "Elvis Presley" (the name of the artist) which is in iTunes Media\Music
    Going back to your question "How to make iTunes read the song's name/singer from the file's name" the answer is simple - you can't, as this is not how iTunes works.  There are some third-party utilities that you can use to set some metadata element values based on parsing of file names which might be a useful first step.  However, to use iTunes effectively you should really forget about / ignore file names - manage your media using appropriate metadata and allow iTunes to look after file names behind the scenes.

  • How can I tell if the quicktime movie I export from Final Cut Express through Quicktime to IDVD is anamorphic

    How can I tell if the quicktime movie I export from Final Cut Express through Quicktime to IDVD is anamorphic

    Find the Seuence icon in the Browser that corresponds to the Timeline.
    Right click the Sequence icon in the Browser.
    Select Item Properties.
    All info is revealed.
    Al

  • How can I turn off the Download pop up Window from displaying when downloading a file?

    How can I turn off the Download pop up Window from displaying when downloading a file?

    To not display the built-in Firefox downloads window, Tools > Options > General tab, un-check "Show the <u>D</u>ownloads window when downloading a file". See: http://support.mozilla.com/en-US/kb/Options+window+-+General+panel
    If you have some other download manager installed, you will need to see the documentation for the download manager.
    <br />
    You have installed plugins with known security issues that should be updated. To see the plugins submitted as part of your question post, click "More system details..." to the right of you original question.
    *Shockwave Flash 10.1 r53
    *Next Generation Java Plug-in 1.6.0_18 for Mozilla browsers
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Shockwave Flash'''
    #*Use Firefox to Download and SAVE to your hard drive from one of the links below; '''<u>the links take you directly to the download and you avoid the "getplus" download manager and "extras" (i.e., toolbars, virus scan links, etc.) on the main Adobe page.</u>'''
    #*SAVE to your Desktop so you can find it
    #*After download completes, close Firefox
    #*Click on the file you just downloaded and install
    #**Note: Vista and Win7 users may need to right-click the installer downloaded and choose "Run as Administrator"
    #**Note: Most browsers other than IE will also get updated with this one download
    #**Note: To update IE, same procedure '''<u>but use IE</u>''' to go: http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax.exe
    #*After installation, restart Firefox and check your version again.
    #*'''<u>Download links and other information</u>''':
    #** https://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash
    #** '''<u>or</u>''' you can download, save, then run the manual installers for IE, then for Firefox (and all other browsers) from here: http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    #* Also see: http://support.mozilla.com/en-US/kb/Installing+the+Flash+plugin
    #* Also see (if needed): http://kb2.adobe.com/cps/191/tn_19166.html#main_Uninstall
    #'''Update Java:'''
    #* Download and update instructions: https://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org/Java#Multiple_Java_Console_extensions
    #* After the installation, start Firefox and check your version again.

  • How can I re-enable the "are you sure you want to delete this email" function?

    When I click delete my emails get deleted with one click. I accidentally click delete and they get lost in my trash folder often. How can I enable the "are you sure you want to delete this email" function?

    The following previous discussion may help: Re: Delete Confirmation Warning.  I want back.

  • How can I remotely enable the automatic updater preferences?

    How do I remotely control the options in the Updater preferences?

    I assume you mean by remote login.
    To enable via SSH to an admin account:
    sudo launchctl load -F /System/Library/LaunchDaemons/com.apple.screensharing.plist
    To disable:
    sudo launchctl remove com.apple.screensharing

  • How do I re enable the on-screen volume display?

    I had my laptop shipped back to the manufacturer to fix some bugs and when I got it back, the volume display stopped showing up. How do I re-enable it?

    Hi,
    Download and install MediaSmart SmartMenu (version 3.1.2.2  for 32/64 bit Win7) from here.
    Important note!
    Before you will install above software you need to have installed at least one MediaSmart product. The best choice will be in my opinion:
    MediaSmart DVD here (version 4.1.4328  for 32/64 bit Win7)
    If you don't want to use so many extra software then you may download and install 3VRX (ver 2.5 for 32/64 bit Win7) from here.
    Note:
    Here is YouTube video which shows what can be done with 3VRX software.
    ** Say thanks by clicking the "Thumb up" icon which is on the left. **
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **

Maybe you are looking for

  • Append time stamp as a column in an excel file

    Hi i want to add timestamp to the last column  of my excel file my data is this  columnA   columnB  column C  columnD temp10     temp11    temp12     timestamp       these are header name 74.212     73.122     73.222      11AM:23:59.012 73.444     73

  • Invisible Text in fields after highlights are deactivated

    Completed fields in the sent adobe form are invisible.  I have deactivated the highlighted field as instructed but the completed fields stay invisible.  If I were to type a character in the field, the information in that field will stay visible.  As

  • Problem when opening iPhoto

    I installed iLife '06 tonight. When I opened iPhoto it said I would have to convert something and my pictures wouldn't be able to view on older iPhoto's. When I clicked yes only 1/10th of my pictures came back. The rest were just grey blocks and when

  • HT3669 i have an mac desktop os 10.5.8 with 4.22 gb will i be able to upgrade to 10.6?please help

    i need help! we bought a wireless printer but in order to instal it i need to have 5 gb?  i think i have 4.22 gb on disk , is that enough tu upgrade to 10.6? since my operative system s 10.5.8, imac desktop, i need to fill up a document and thenn  pr

  • Win32 exception in FormDesigner.exe

    i am unable to open my LiveCycle Designer. I keep getting the following error message: "An unhandled win32 exception occurred in FormDesigner.exe" any ideas??