Problem clicking on movieclip after load movie

I have five movie clips named box1 through box5
I have 20 movie clips that are on my screen.  When I clic one of those 20, I want to load a movie into on of the five boxes.
All that works fine now.
However, I want to click on those five boes.  When I mouse over let's say box1, I get a hand and can click.  When the movie loads in there, my cursor no longer changes and I can't click.
Not doing anything more than
item1.onRelease =function(){
box1.loadMovie(blah)
box1 is nothing more than
box1.onRelease=function(){
//do something
Thanks.

When you load something into box1 itself, it replaces box1.  So if you want to retain box1 with the code assigned to it, you should have something inside box1 to load into...
item1.onRelease =function(){
box1.createEmptyMovieClip("box1mc", box1.getNextHighestDepth());
box1.box1mc.loadMovie(blah);
box1.onRelease=function(){
// do something

Similar Messages

  • Problem going to fullscreen after loading AS2 movie into AS3

    I've got a loader movie that is written in AS3, and
    fullscreen is enabled. I have a context-menu fullscreen trigger and
    a keypress fullscreen trigger built into the loader movie. When I
    load an AS3 movie or an AS1 movie through the loader movie, I can
    go to fullscreen without problems. When I load the AS2 movie, I
    cannot.
    Does anyone have an idea why this might be? I'm struggling.
    Thanks in advance.

    Thanks for your help, but as said ("But also using a
    separated second loader to load the second file is not working.")
    even when using a second loader (with a different name) the second
    file loaded will not work.
    I'm removing any EventListener from the first loader,
    unloading and then nulling it.
    But to me it seems, that the first content is not garbage
    collected and because of that, even when loaded with an other
    loader the first loaded swf-file interferes with the second.
    I came to this conclusion, because the first loaded swf-file
    is still working after trying to load the second file. And just
    more weird: the first loaded file is in the same state and also
    after closing the Flash-Player.
    You can see it for yourself: download the testcase. Start the
    testcase.swf. Load a contentfile. Skip a few pages. Quit the Flash
    Player. Start the testcase.swf again and load the same contentfile.
    You will see it's at the same position like before quiting the
    Player.
    And I can't help, but that seems like a bug to me...

  • Problems with loop on progressive loaded Movie

    Hey I got help for a a week ago to do a loop on progressive loaded movies, but nov I got a problem it only loops on keyframe one and not on keyframe 2. Do anyone know how I can sort that out..?
    I have the following on keyframe 1, where everything is perfect:
    var timedelay:Number = 3; 
    var video;
    var nc:NetConnection;
    var ns:NetStream;
    nc = new NetConnection();
    nc.connect(null);
    ns = new NetStream(nc);
    ns.client = this;
    ns.addEventListener(NetStatusEvent.NET_STATUS,netStatusf);
    function netStatusf(e:NetStatusEvent) {
        if (e.info.code == "NetStream.Play.Stop" && Math.abs(durationNum-ns.time)<.1) {
    setTimeout(replayF,timedelay*1000);
    function replayF(){
    ns.play("film/film1.f4v");
    var durationNum:Number;
    function onMetaData(iObj:Object):void {
        durationNum = iObj.duration;
    video = new Video(287,263);
    video.x = 204.1;
    video.y = 140.5;
    addChild(video);
    video.attachNetStream(ns);
    ns.play("film/film1.f4v");
    and on keyframe 2 I got this, here it chooses a randome movie from the Array, when it'a chosen it dosen't loop:
    var moviesA2:Array =["film/film1.f4v", "film/film2.f4v", "film/film2.f4v", "film/film2.f4v", "film/film2.f4v"];
    var movie2:String = moviesA2[Math.floor(Math.random()*moviesA2.length)];
    var timedelay2:Number = 6; 
    var video2;
    var nc2:NetConnection;
    var ns2:NetStream;
    nc2 = new NetConnection();
    nc2.connect(null);
    ns2 = new NetStream(nc2);
    ns2.client = this;
    ns2.addEventListener(NetStatusEvent.NET_STATUS,netStatusf2);
    function netStatusf2(e:NetStatusEvent) {
        if (e.info.code == "NetStream.Play.Stop" && Math.abs(durationNum-ns.time)<.1) {
    setTimeout(replayF2,timedelay*1000);
    function replayF2(){
    ns2.play(movie2);
    video2 = new Video(287,263);
    video2.x = 204.1;
    video2.y = 140.5;
    addChild(video2);
    video2.attachNetStream(ns2);
    ns2.play(movie2);

    i assume you've applied ns.close() when going to frame 2 so that stream stops looping.  then use:
    function netStatusf2(e:NetStatusEvent) {
        if (e.info.code == "NetStream.Play.Stop" && Math.abs(durationNum-ns2.time)<.1) {
    setTimeout(replayF2,timedelay*1000);

  • White screen after loading movie

    I have loaded movies before without a problem. Now, every time I load a movie it shows a white screen. anyone else have this problem?

    I had same issue and rebooting computer did the trick. I tried rebooting Atv but that did not work for me. Although i'd suggest trying that first to see it works if not, shutdown and restart itunes, if that does not work reboot computer.

  • Problems with Start up after loading Parallel and adding Windows Vista

    Everytime I start up my MacBook, I have to hold the option button down. Otherwise it goes into a booting up windows screen. How do I get the computer to go right to the Mac desktop, when starting up?
    Thanks

    agent412 wrote:
    Everytime I start up my MacBook, I have to hold the option button down. Otherwise it goes into a booting up windows screen. How do I get the computer to go right to the Mac desktop, when starting up?
    Thanks
    You have selected Vista as your boot OS.
    In Leopard, open the System Preferences and under Startup Disk, select Mac OS X, 10.5.whatever and that will solve your problem.
    You can also set the boot preference in Vista, but I am not sure exactly where. BootCamp installs a similar boot option in Vista or XP.

  • Disabled combo boxes don't display properly after loading a movie.

    Hi,
    I have a main movie that contains some combo boxes. Some of them may be disabled.
    By pressing a button I load another movie using loadMovie. The loaded movie also contains combo boxes.
    When the button is pressed, the clip that shows the combo boxes is removed from the stage and the loaded movie is displayed. By pressing another button, the loaded movie is unloaded and the clip with the combo boxes is displayed again.
    Well, once the other movie has been loaded, when I go back to the clip with combo boxes, the disabled combo boxes have a small gray button covering the black down arrow.
    I have determined that so long as the loaded movie contains combo box in the library, the problem occurrs, even if there is no actual instance of it.
    The combo boxes that are not disabled are not affected. The combo boxes are disabled by setting "cb_name.enabled=false".
    If the combo box is enabled, it displays correctly, but if disabled again, it goes wrong again.
    My project is targeting Flash 8, so it uses AS2.
    I'm using Flash CS4.
    This is a very simple example I did to make sure I wasn't doing anything funny:
    Initially:
    After pressing the button:
    After pressing the other button:
    The behaviour in a web browser is the same...
    I hope someone can help me with this. Thanks in advance!

    Thanks for the response.
    The "Load the movie" button:
    on(click)
        _parent.gotoAndStop(2);
    The 2nd frame:
    loadMovie("Test another child.swf",Container);
    stop();
    The "Unload and go back" button:
    on(click)
        unloadMovie(_parent.Container);
        _parent.gotoAndStop(1);
    Container is a movieClip with a dark gray square shape the size of the movie clip that is loaded. It doesn't exist on frame 1, only on frame 2.
    The combo boxes are inside a movie clip, and this is only on the stage on frame 1.
    This and the captures belong to a very simple test I did. If there is a way of posting files, I can post a zip file with the two .fla and the two .swf.

  • How to load one movieclip after the other, without looping?

    Hi,
    I am new to Flash, and am trying to make this file work, in Flash CS4, using AS2. First some info on my file. I have 2 movieclips, mc1 and mc2. mc1 is in the first frame in scene1, it plays out for 138 frames, after which the scene darkens for 15 frames and then mc2 starts playing.
    The problem is that I cannot get the timeline to stop looping after it moves onto to mc2. I have tried everything, I have a stop function in the last frame, stop functions within mc2. I even tried a gotoandStop(mc2_Frameno). Nothing works. It still keeps looping. When I extended the mc1 layer to the complete extent of mc2 layer, then it did not loop. But I don't want that as it is causing undesirable effects on the screen.
    All I want is to play mc1 and mc2 one after the other, with no breaks. After entering mc2, the timeline needs to stop once buttons are loaded in mc2. But after loading the buttons, it moves out of mc2 and starts playing the timeline again.
    I am extremely frustrated as I cannot understand why this is happening. I am new and am clearly unaware of the mistake I am making, and would really really appreciate it if someone could tell me how to do this. mc1 and mc2 are not loaded with AS2, just put on the stage at the right frames. I tried to unload mc1 with unloadMovie, but it still won't work. Please Help Me.

    If you can make your fla file available for download as a CS3 or earlier file version (I don't have CS4), I can take a look at it.

  • How to move flat file after loading in owb to other directory with othernam

    Hi All,
    I wast struck in problem . after loading the flat file in owb that file should be move or rename or zip with Date everyday .
    I dont know how to achieve this issue in owb via proceudre or any other way ... .
    how to zip files from pl/sql procedure ...... with sysdate.zip.
    any one please help me in this problem to come out soon.
    thanks ,
    murari

    One way is to use a Java stored procedure, this can then be called from a map or a process flow. The Java stored procedure will use the Zip capabilities in Java to do what you need. For example you will need the following procedure and you will have to grant privileges for your file to ZIP and the entire directory for zipping into (since the file name will be dynamic):
    For example grant YOURSCHEMA (change to your tgt schema) read on your extract directory where your file to zip is and write on your zips directory (where the zips will go);
    exec dbms_java.grant_permission('YOURSCHEMA', 'SYS:java.io.FilePermission', 'c:\staging\extracts\*','read');
    exec dbms_java.grant_permission('YOURSCHEMA', 'SYS:java.io.FilePermission', 'c:\staging\zips\*', 'write' )
    You can then create your procedure which you can invoke
    CREATE OR REPLACE AND COMPILE JAVA SOURCE NAMED "otnZipFile"
    AS
    import java.util.zip.ZipEntry;
    import java.util.zip.ZipOutputStream;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.IOException;
    public class otnZipFile
    public static void zipFile(String zip, String filename)
    byte[] buf = new byte[1024];
    try {
    String outFilename = zip;
    ZipOutputStream out = new ZipOutputStream(new FileOutputStream(outFilename));
    FileInputStream in = new FileInputStream(filename);
    out.putNextEntry(new ZipEntry(filename));
    int len;
    while ((len = in.read(buf)) > 0) {
    out.write(buf, 0, len);
    out.closeEntry();
    in.close();
    out.close();
    } catch (IOException e) {
    create or replace PROCEDURE zip_file(
    dir IN VARCHAR2,
    file_name IN VARCHAR2) IS
    LANGUAGE JAVA NAME 'otnZipFile.zipFile(java.lang.String, java.lang.String)';
    For example here I zip a file MYCSV.csv into the zip file MYZIP.zip
    exec zip_file('c:\staging\zips\MYZIP.zip', 'c:\staging\extracts\MYCSV.csv');
    Cheers
    David

  • Looking for a way to move a rejected xml file after loading it

    Hi all,
    I'm currently looking for a solution to do the following:
    I've loaded multiple xml files into an external table and after firing a few queries on that external table, I've moved the xml data into a normal oracle table
    depending on a few values which need to be met (e.g. last two digits of column a need to be the same as the last two digits of column b)
    All of this works fine, but I'd like to be able to move the xml files which don't meet these requirements to another folder on the filesystem named e.g. 'rejected'
    now, my shell script just moves all the xml files to a processed folder after loading them into an external table.
    I've looked at utl_file.frename but I need to be able to automatically move more than one file if neccesary instead of filling in one filename in the frename statement.
    (maybe the filenames need to be entered into a separate table?)
    Thanks in advance and your help is much appreciated!

    You can look through some of the different Layouts available.
    Select your page.
    Click the "Layout" icon on the lower right hand of the application window.
    Above it will appear a "BACKGROUND" section and a "LAYOUT" section.
    Immediately below the "LAYOUT" is a drop down menu which will show you all the different options.

  • After watching 25 mn, it stops "Could not load movie"

    I rented a movie on my iPad from iTunes Store.
    After 25 mn of watching it stops and it says "could not load movie” then it has been fully downloaded.
    The Apple assistance says "if your download was interrupted
    1/ From the Home screen, tap the iTunes app.
    2/ For iPad, tap Downloads."
    But I don’t have Downloads button ("More" give me only the kind of movie)
    If I go back on the icon of the movie on iTunes Store, it suggests me to "play" and the problem remains the same.
    I switch iPad off and on again, nothing better happen.
    I put 3 days to download in HD, so rental will expire before the end if I delete and I try to download it again.
    Any idea? Thank you.

    When I tried that I got a message that moving the rental HD movie back to the computer would delete it instead and I would have to re-rent (for an additional fee) the movie. 
    No word from Apple on how to solve this problem. 
    Does anyone here have a solution? 

  • Problem with costcenter after loading

    Hi Experts,
    i can't find my costcenter in master data table /BI0/PCOSTCENTER after their loading. When i go to maintain the master data through the button maintain i can see the costcenter there. But i can't see it in the table /BI0/PCOSTCENTER. In order to create the costcenter in the table /BI0/PCOSTCENTER i have to go to the table for maintaining the costcenter master data. I have to select the costcenter and go to change it. I don' change it clicking ok and then i have to save the master data and then i can see it in the table /BI0/PCOSTCENTER. When the user call  the costcenter hierarchy they see for example something like that:
    #/Text of costcenter. The key is #. Does anyone have an idea what the problem is?
    Thank you in advance for your help.
    Best Regards,
    Ali

    Hi Ali:
       Did you activate the Master Data for the 0COSTCENTER InfoObject after loading the new data?
    If not, try this:
    1. Activate Master Data.
    - Right click on 0COSTCENTER InfoObject and select the "Activate master data" option.
    2. Execute Change Run.
    - Click on the "Tools" menu and select the "Apply Hierarchy/Attribute Change..." option, click on the "InfoObject" button, select the 0COSTCENTER InfoObject if available, click the "save" button. Click on the "Execute" button.
    Regards,
    Francisco Milán.
    Edited by: Francisco Milan on Sep 10, 2010 12:20 PM

  • After updating my iPad 4 to iOS8, it keeps deleting my loaded movies/ tv shows.

    After updating my iPad 4 to iOS8 it keeps deleting my loaded movies/ tv shows.

    Hi lperez24,
    Welcome to the Support Communities!
    Below are some troubleshooting steps to address the issue of your computer radomly restarting. 
    OS X: When your computer spontaneously restarts or displays "Your computer restarted because of a problem."
    http://support.apple.com/kb/TS4636
    Cheers,
    - Judy

  • HT1386 I just reinstalled my windows operating system and decided to put on windows 8.  After loading all of my music back into a freshly installed itunes, my 4th gen ipod is not recognized by itunes.  My 1st gen ipod nano works with no problem.  Help!

    reinstalled my windows operating system and decided to put on windows 8.  After loading all of my music back into a freshly installed itunes, my 4th gen ipod is not recognized by itunes.  My 1st gen ipod nano works with no problem.  I can eliminate any problems with the cable and connection.
    I've stopped and started the service, and also have performed cold reboots.
    Nothing seems to have helped the situation.
    Help!

    See:
    iOS: Device not recognized in iTunes for Windows
    I would start with
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    iTunes for Windows: Device Sync Tests
    Have you tried on another computer to help determine if you have a computer or iPod problem?
    The iPod Classic uses different drivers than the Nano

  • HT202157 Does anyone else have a problem with the latest Apple TV update?  My Apple TV no longer can load movies from my iTunes library, including ones I've already watched or were watching.  Can I roll back this update, and if so, how?

    After updating my Apple TV, it will no longer load movies from my iTunes library.  Music works, but no movies.  I've turned this puppy every which way but loose, but no joy.  Is there a way to roll back an update?

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • HT1657 I have just got a iPad yesterday and I'm having a problem  I have just bought a tv series in iTunes and downloaded it on to my iPad but every time I go to watch it it comes up (could not load movie) then takes me back to the episode list ? Can you

    I have just got a iPad yesterday and I'm having a problem
    I have just bought a tv series in iTunes and downloaded it on to my iPad but every time I go to watch it it comes up (could not load movie) then takes me back to the episode list ? Can you tell me how to solve this problem please

    Have a look at the following:
    http://itunes.apple.com/sg/app/quickoffice-pro-hd-edit-office/id376212724?mt=8&l s=1
    http://itunes.apple.com/sg/app/office2-hd/id364361728?mt=8&ls=1
    http://itunes.apple.com/sg/app/documents-to-go-premium-office/id317107309?mt=8&l s=1
    http://itunes.apple.com/sg/app/polaris-office/id513188658?mt=8&ls=1

Maybe you are looking for

  • Errors while using P2V wizard in SC12VMM on XP SP3

    I'm trying to use the P2V wizard in SC12VMM to virtualise an old XP box.   The wizard keeps failing, with a range of errors. Attempt 1  Error (3154) An internal error has occurred trying to contact an agent on the trcmay092 server. The remote procedu

  • Downgrading from Windows 8.1 x64 to Windows 7 Professional 32bit on HP 15-r036tu

    Hello, Is that possible to downgrade from factory installed windows 8.1 to windows 7 on HP 15-R063TU  Notebook? Please guide for neccesary steps at earliest. Regards Arvind Singh

  • My PB crashed, and now it takes hours to start up...

    Hey - I pressed the volume down key on the keyboard, and the computer crashed to the soothing blue generic desktop. Instead of letters on the icon labels and menu bar reappearing, blocks with a capital A appeared instead. My active desktop also did n

  • How can I combine two queries ? QoQ does not work

    I have one query where I just count the total qty coming in per month, something like: <cfquery name="qryIn" datasource="dbname"> select count(orderNO) as totalIN,month where status = "IN" group by month </cfquery> I then have a second query to count

  • How to choose between Web AS JAVA / ABAP /  ABAP+Java ??

    Hello,       Does any one has an idea, what should be the criteria for choosing the web AS instance for NW Enterprise portal? let us make it simple...... <b>Can we compare (WEB AS JAVA/ABAP/ABAP+Java ADD-ON) & come up with advantages & disadvantages