Problems with video clip inside another MC button

Hi all
So I solved a problem earlier thanks to this site, but she has created a different problem. I could find a way to get an external text to load into a text inside a music box. However, the problem is I want to have a series of buttons also inside the MC which will change, delivery, the text in the (loading area in the text to another file). I'm running problems, however, because I can't figure out how to get the movie clip buttons to work.

A short brief on the installer. I have a master.swf that loads in splash.swf (menu animation and splash) and about.swf (a paragraph loaded when you click on 'about' in the navi bar). When about.swf opens, I got a piece of film clip and text and the submenu appear after 20 images.

This is the code that I placed on frame 1 of the about.swf:

[PHP] boxmovie.btn_about2.onPress = function () {}
trace ("button has been pressed");
_level0.loadText (loadedInfo, ' vars/about2.txt');
} [PHP]

You can download the files
goldinroute.com/MacGregor/Help.zip

Any help would be appreciated!

I guess what to expect, I hang on the file... OK, did you give the button the instance name 'more'? ("btn_about2") is not there in the file I have. Then, copy the following code must be IN the MC boxmovie, guess where... of 23 frame, because you cannot assign code to an object that doesn't exist or has not been instantiated, the chronology. so it should read:

btn_about2.onPress - function() {}
_level0.loadText (loadedInfo, ' vars/about2.txt');
}

(btw - if you reverse the way in which you name the inclinometer, Flash will give you a list of the methods of the class, when you type a '.' later, as in "about2_btn" to instead, just a thought for you, even with as "boxmoive_mc" for example ;))

Tags: Adobe Animate

Similar Questions

  • Access to video clip inside a button with colorTransform problem

    I need help applying the color transform function to a clip that exists inside a button.  I want to keep the button a button (as opposed to making a clip as well with the onclick event handlers and stationary) I already have built-in behaviors and would rather not recreate.  I have the path to the object as:
    mcVideoControls.stopButColor.transform.colorTransform = stop_LightColorTransform;
    (stopButColor is the name of the object, I'm trying to change the color of the)
    It works fine but I need to make the color of other objects inside the button object and when I try to access the objects inside the key actionscript code does not seem to connect.  The button instance name is "btnStop", but it does not work:
    mcVideoControls.btnStop.stopButColor.transform.colorTransform = stop_LightColorTransform;
    either the fact:
    btnStop.stopButColor.transform.colorTransform = stop_LightColorTransform;

    Can someone tell me how to use colorTransform on video Clips inside the buttons.  Is there another way to indicate this path?  I use CS4 and actionscript 3.

    the attached screenshots show the relationship of how objects are incorporated.
    VideoControls_mc = mcVideoControls
    butBg = stopButColor
    Stop_btn = btnStop

    When stopButColor is moved within btnStop it is more accessible by colorTransform.  Could he be wrong about something else?

    Screen shot 2010-11-02 at 11.39.14 AM.png

    Screen shot 2010-11-02 at 11.37.59 AM.png

    There is no need to ever use a simple button.

  • Problem with video player

    Hi experts,

    I'm under 2 problems with video player in my application:

    1. the backlight turns off automatically after 30 seconds by default during playback of a video file.

    2. impossible to adjust the volume, he always plays with the highest volume.

    When I try to play the video by media player integrated BB Bold, the volume is adjustable and the backlight is on during the display of the video. Is it possible to do the same thing in my application?

    Thanks in advance,

    Kind regards

    Binh Nguyen

    -For the first problem, you will need to set the backlight to yourself in the code, something like:

    If ((Display.getProperties () & Display.DISPLAY_PROPERTY_REQUIRES_BACKLIGHT)! = 0)
    {
    Backlight.Enable (true, 20);
    }

    Be careful about the number of seconds that you pass to the enable(). They are tp limited 255 seconds even if you spend a lot. This means that if your video is longer than 255 seconds, you must call the activate more than once. I usually call it the timer as well as check the status

    -For volume control, the player does not meet the default control buttons. You need to implement it in your code.

    Set the class of player that you use to implement the method as follows:

      protected boolean keyControl(char c,int status,int time)
        {
            if(c == Characters.CONTROL_VOLUME_UP)
            {
                //IncreaseVolume;
            }
            else if(c == Characters.CONTROL_VOLUME_DOWN)
            {
                //decreaseVolume();
            }
            return super.keyControl(c,status,time);
        }
    

    Where the increseVolume is something like:

    If (_Kit! = null) //_vc = player VolumeControl
    {
    _vc.setLevel (volumeLevel);
    }

    Rab

  • How do I share one video clip to another?

    im doing a drop and a drop of game and I would like to share one video clip to another...

    the first clip is draggable mc, when it hits the drop zone, that I plan to put an animated version of this...

    from now on, this is the code I use...

    If (eval (this._droptarget) == pitsel_mc) {}
    This ._x = this ._x;
    This ._y = this ._y;
    } else {}
    This ._x = start1x;
    This ._y = start1y;

    }

    as you can see, after leaving the mc in the drop zone, the mc just stayed on his position...

    Is there a script to exchange it for an animated version of the current mc?

    I hope you guys could help...

    use:

    sugar_mc.onRelease = function() {}
    this.stopDrag ();
    If (eval (this._droptarget) == pitsel_mc) {}
    var mc:MovieClip=attachMovie("sugarpour","sugarpour",getNextHighestDepth());

    MC._x = this ._x;

    MC._y = this ._y;

    this.swapDepths (getNextHighestDepth ());

    this.removeMovieClip ();

    } else {}
    back to start pos
    This ._x = start1x;
    This ._y = start1y;
    }
    };

    p.s. Please mark this thread as answered, if you can.

  • Problems with videos from Youtube on Safari

    Hey there

    Since last week, I had trouble finding a solution to the following problem:
    Whenever I want to watch a Youtube video, plays only the audio, the video-'box' is black (btw. I can't click on play or stop in the area of video, only on the play button). While I can listen to any video that I like, so it seems good to look at, too.
    My recent research on help-forums that everyone on the internet led me the assumption that this has something to do with the new HTML5 player that youtube has installed. However, advice on these forums seem to be outdated, because I'm no longer in the HTML5 test mode, so I can't uninstall it.
    Further investigation led me to the opinion to change my settings from safari by changing the 32-bit mode, that appartently, my new MacBook Air model is no longer able to do.
    I also installed the latest version of Flash Player, which however seems irrelevant, for the new HTML5 is now independent of any flash device, as I concluded.
    But I confess that I am rather ignorant of IT-stuff, or whatever the correct term for the issues that I am.
    In addition, it's my first time asking for help on a forum, but I found it necessary because none of the problems I encountered were exactly that I'm having.

    So thanks for your help

    Please disable all extensions Safari and test. If the problem is resolved, re - activate the extensions one or a few at a time until you find the culprit.

  • HP Slimline problem with video card?

    Hello

    I got a Slimline s3020n for a few years and have never had a problem with it. A few days ago when I turned it on there is no picture on the monitor except the box that is displayed when you turn it on and it says: "no signal". I plugged into another computer to the screen to see if the monitor was the problem and it worked fine. I swapped the hard drive thinking that might work, but still had the same problem. All lights turn on and it seems that everything works (hard drive, fans) which leads me to think, maybe it's a problem with the video card. My question is if you have advice on what could be the problem and I think that the video card is integrated into the motherboard, so I have to replace the whole motherboard to fix this. Thank you.

    -Chris

    Chris,

    Your PC has built-in video on the motherboard.  If it is simply a matter of graphic, a low profile card could be added to the system.   However, you can view the following link - depending on when you purchased your product - you may qualify for an extended warranty - the problem, he describes sounds similar to what you mentioned.  I found this on the page of the product of the s3020n, btw.

    http://support.HP.com/us-en/document/c01514044

    -dm (an employee of HP, but the time and the comments here are my own, not my employer)

  • Problems with video files on 8 gb microSDHC

    to understand my problem, you should first read the following problem.

    [thread quote: http://forums.sandisk.com/sansa/board/message?board.id=sansafuse&thread.id=5849]

    Incompatibility issue with technology Kingston 8 GB microSDHC memory card and playing video files. ASIN: B001CQT0X4 SDC4 / 8GB

    I recently bought a Kingston 8 GB microSDHC card on Amazon.com technology for my 8gig Sansa Fuze (the 1.01.15 firmware version). I formatted the card while it was plugged into my rocket through Windows XP. Charge of some songs and a video file to the ext memory card.

    During playback the video has been dried then blocking at least one minute, causing the fuse to be reset. The music seemed however read (even if I don't concentrate on the test of music files). I worked with Amazon to replace the card with another card of 8 GB of Kingston, and had exactly the same problem.

    [/ quote]

    I have the same problems with a platinum 8 GB class 4 microSDHC card. Now I formatted the card in fat32 and the problem seems to be resolved.

    It will be easier to mention what memory cards can be used in the rocket.

    Hi all,

    I want only to inform you:

    Now, I found a memory of 1 GB SanDisk microSD Card in my collection of memory card. I copied the two films on this subject, put it in my works fine fuze and als. Now I'm looking for a microSD SanDisk 8 GB SDHC memory Card, which is not so large.

    After that I changed the card memory, I will report.

    Good day

  • Major audio problem with merged Clips

    Try this once again, having a major problem since update works with merged clips.  I merge all my video and audio clips into a project of prior work flow in first pro.  I'll be shooting my images, tagged and synchronized in the project.

    Because the first does not have more than 1 project open at the same time, I copied the files, closed before workflow project and opened my feature film project that I worked for.  Copied clips merged bin, I click on a clip, video plays well, but there is no audio playback.

    I try to import the project files of prior workflows by using the import project feature, keep that real merged clips (like the rest of my project is this way) still no sound.  I cleaned my cache of media, reset preferences, even uninstalled first and redownloaded.  Problem persists.

    Can you help me understand what the question is whether I can go back to making progress on this feature of finishing project?

    Here's my workflow and no problems so far.  I do it this way because I found after all files in the project was originally crash constantly when I was working.  I have a new I7' processor IMac with 24 GB of RAM.  And since the first does not allow to open multiple projects at the same time (wish it would change.  Avid and FCP both allowed several projects) that I have to do things this way.

    Before workflow project file

    Label all the video and Audio files to match the scene #' / takes

    The value in points on all the video and audio in order to reflect the slate

    Merge Clips

    Functional project file

    Import only Clips merged into Project.  Import or copy/paste

    Now, I did this workflow from the beginning about.  Removing all the source video and all the audio clips of my work project remain while my bins containing my merged clips.  Had no problem and edit has been smooth.  Did a day pickup last week, followed the same steps as I did in the past, imported clips merged into my work project and clips have audio, set to none by default.  Now, once I'm in the sequence I can manually set and this is, but I can't read the audio data in the source monitor, which is how to change, there is no reason, I should have to go back in the manner of the crappy editing with FCP copy and paste from a sequence.

    Able to repro.  Bug was noted.

  • Video clip of another control

    I have a deeply nested clip, acting as a button, and I've had problems using actionscript to control another clip movie nested within another part of the document.

    I tried some ways such as:
    root. MySite.IndexText.gotoAndStop (20);
    MovieClip (parent.parent). IndexText.gotoAndStop (20);

    .. .but also throw errors at me and won't let me change the framework of the IndexText MC.

    The movie clip is:

    Root

    -MySite

    -Navigation

    -My button (requires script)

    Root

    -MySite

    -IndexText (needs controlled)

    I'm relatively new to Flash if my methods may not be perfect. I'm doing something wrong here?

    There is therefore no indexMC when your code runs.

  • Adobe has not corrected this problem with AVCHD clips extends on?

    I thought for sure that the problem of split clips would be resolved in CS5.  Unfortunately, after installing today, I found that the problem still exists, and I have to continue to use the mts merge tool. It's just another unnecessary step in the workflow. Did I miss something?

    Just to confirm that it was always a problem for me but with CS5 simply import the folder containing the elements - this means that if you use Panasonic HMC150/151, then you need to have downloaded PRIVATE folder structure on your hard disk and then perform a normal import but instead of import files, you need to hit the import > Import folder and select the folder PRIVATE. All your more than twenty-minutes clips now will come clean and put together!

  • Problems with video playback in PE4

    I did the project using MPEG Streamclip to create video clips in AVI format and then using these clips in projects of PE4.  I add some titles and burn a DVD and I started.  I tried to do one of those bills yesterday, and now it does not work.  I was able to use MPEG Streamclip to create my clips.  Then I opened a project in PE4 and import 27 clips (total time 6 minutes).  I created my titles and went to read the Bill and it will not playback.  Then, PE4 crashes and takes me in the program ("... because Adobe close...)

    I can't return to the project I've tried several times.

    To my knowledge on my computer, nothing changed a few months when I did my last project of this type.  I have 408 GB of free space on my hard drive and 2 GB of RAM, so I think that Wouln't's question.

    I've updated my software Quicktime yesterday, and that made no difference.

    Any suggestions?

    Susan,

    There is a limit on the amount of physical RAM PrE can use. There is also a limit on the amount of physical RAM a 32 bit OS can see and use, and also how he can use. Once you reach these limits (they may also differ for the program), will more zero for performance, it is not accessible and might even interfere with the ability of the OS to see what he can see.

    I recommend that you install only what their operating system can work with. With a 32-bit operating system, it will be ~ 3 + GB of RAM. Most the MoBo allow 4 GB of RAM installed, so there is a bit of overage. This will be probably no problems, either. I have 4 GB on all my machines, if I still ~ 3 GB limit. A machine has the/3 GB switch, so it out a little more than 4 GB of RAM physical, though not really that much. This switch can cause problems with some systems and with some programs, so I do not have a blanket recommendation to use it. We should do, after exhaustive tests with all programs on this machine, followed by the performance of each. They should also put the things up, so that they can return easily, safely and quickly, if something does not work.

    A NLE (of Non-linear editing) program will focus on its system. It will be with the processor, the physical RAM and also subsidiary e/s system, which is the HARD drive. Each of them is an important part of the performance equation. In most cases is the order of importance: IO, CPU, and RAM. With AVCHD and a few other highly compressed formats/CODECS, the role of the CPU and i/o are reversed. In my observations, RAM still runs third in this equation, but it is always important.

    A NLE computer is a complex beast, with things infrequently, which gives great advantages (such as this article on the setting to the top of his computer), or when the changes major performance perks. Addressing all aspects, IO, CPU and RAM are the best way to approach it. It would be with AVCHD, CPU, i/o and RAM, in that order. All are important and to varying degrees, each will get the observable performance improvements.

    Getting back to your question about RAM, within the limits of your BONES, your programs and your motherboard, the performance increases will be there, but probably not very dramatic. They are there, but a mere observer might not be aware of them. Passing a drive HARD internal three and distribute properly to show them more quickly and be more noticeable. Go with a faster processor will do the same, if you can't see this helping hand to certain operations, such as rendering. With the media and sustainable development projects, improvement of I/O will get the biggest "bang for the buck."

    Hope this helps.

    Good luck

    Hunt

  • problems creating video clips

    Here is my code:

    for (var i: Number = 1; i < = nTotalPaintings; i ++) {}
    mcPaintings.createEmptyMovieClip ("mcPainting" + i, mcPainting.getNextHighestDepth ());
    trace ("for loop #" + i);
    mcPaintings.attachMovie ("idLoader", "mcLoader" + i, mcPainting.getNextHighestDepth ());
    mcPaintings ["mcPainting" + i] ._y = 0;
    mcPaintings ["mcPainting" + i] ._x = (i - 1) * 700;
    mcPaintings ["mcLoader" + i] ._y = 0;
    mcPaintings ["mcLoader" + i] ._x = (i - 1) * 700;
    trace ("mcLoader" + i + "has a _x to" + mcPaintings ["mcLoader" + i] ._x);
    }

    Going through line by line in debug mode, the createEmptyMovieClip() and attachMovie() methods do their job... but as each movie clip is replaced by the following. In the end, instead of having the 26 footage, I only have 1. I replaced one video clip with another 25 times!

    what I am doing wrong?

    Thank you!

    is mcPainting (without a final're) typo in mcPainting.getNextHighestDepth ()? What should we not mcPaintings.getNextHighestDepth ()? and it's better have a wide enough scene and very little nTotalPaintings, or you won't see much of the movieclips on stage.

  • Problem with video calling

    Dear community of Skype,

    These days, I have a weird problem with my Skype. I want to use the video calling option but my video is all messed up. So you can see what is my problem, I have included a screenshot. In the screenshot its my webcam that mess, but when I call a friend its their video that looks like this. I have no idea how to solve this probem and hope you can help. I reinstalled Skype already and installed the latest version but the problem remains. I also tested my webcam with different chat like Facebook video chat programs, but there is no problem.

    I hope that my problem will be solved because I really like using Skype!

    PS I apologize for some grammar mistakes. English is not my native language

    What is the name/model of your version of map and graphics driver?

    If your graphics card is nVidia, then see this:

    http://community.Skype.com/T5/video-on-Windows/video-reception-not-right/m-p/1447456#M11141

    http://community.Skype.com/T5/Windows-desktop-client/webcam-problem/m-p/1515620/highlight/true#M1289...

  • Problem with video calling on Android...

    Everything works fine but the video call is very dark on my android 4.1.2. Either way, my front cam is 1.3 mega pixels, but the same problem with my camera back which is 8.0 Mega Pixels... but when I open my camera its light show app. In this way I hate this... Please solve the problem of video calling...

    qa60
    Check your internet connection or check your microphone or try again with handfree...

  • Weird problem with Qosmio F50-108 - power power button

    Hello

    I have strange problem with button / stop on Toshiba Qosmio F50-108 - pressing the power button won't start the computer. Now, the computer starts only when I press the first button to the right of the power button (Toshiba button Support).

    It's as if the buttons have been activated. The power button is still able to stop the laptop or put on standby when you press on, but it no longer starts. Recently, I had my laptop on the service, but I put t know if it has been opened or not. Is it possible that the problem is hardware related or is - this serious just of system configuration? It would help if I Flash the BIOS? Otherwise I will take to the service again.

    Thank you for the answers!

    Hello

    If the laptop was on the service, please call them and explain the situation. Start button / stop is only the button that can be used for the specification of switching on and, as far as I know, it cannot be changed with certain parameters.

    I assume that there must be a contact problem.

    Call and see what they say on this subject.

Maybe you are looking for

  • Disk 320 external HARD USB 2.0-2.5 "can not find the driver

    I recently bought a 320 GB 2.5 external HARD drive "USB 2.0, Alu - case and I have it in my laptop properly connected.But my laptop is saying that he must "install driver software" and then he said: "windows found driver software for your device." Is

  • HP 15-G019WM: DISABLED SYSEM OF BIOS PASSWORD

    hoenstly, I put a big password, the night before I was a bit drunk, I have no idea what it is, someone told me to do a long so my now ex gf, wasn't in my business, I put in what I think it is 3 times, yes was not smart now I get a screen off with the

  • Failed to get automatically updates to Vista, error code 0 x 80070005

    I get error code 0 x 80070005, research it seems this code corresponds to the access denied. I don't get all the access denied messages. I am connected as a user with administrator privileges.

  • My stuff has disappeared

    OMG, restarted my computer and now ALL my stuff is gone!  Things I saved to the desktop, documents, photos.  WHERE DID HE GO?  And how do I get it back?

  • be unwelcome to web pages

    I bought a new HP laptop in may, loaded with Win 8. Since then, often when I load a webpage I get a junk page loaded. Almost all of a certain ad. I also get messages to update IE, flash player or another application. I have to delete the page, and th