Urgent need, to load the video image

I got caught in this during 2 days, please help, it has been difficult to find someone to answer my son... Thank you

I have a preloader movie that loads a movie called rotando6.swf
the problem is that, on the main stage, I have only a movie called sphere,
I need the preloader to load rotando6.swf but also load frame 2 of the sphere of film...

The preloader movie has this code segment:

_root. MyExternallyLoadedSWFMovieHolder.gotoAndStop ("Play");
Stop();

Play is the name of the frame 2. The problem is that frame of game is inside the sphere film, the code does not work.

How can I have the rotando6.swf of lode code above but also load the game (frame 2) in the film of the sphere.

I really really need help

You do not give your sphere clip an instance name, but one was automatically assigned:
_root. MyExternallyLoadedSWFMovieHolder.instance3.gotoAndStop ("Play");

Above is not advisable, so open the source file for rotando6. Click your sphere clip, open the properties panel and type sphere_mc for the . So for your script, you would use:

_root. MyExternallyLoadedSWFMovieHolder.sphere_mc.gotoAndStop ("Play");

Tags: Adobe Animate

Similar Questions

  • I wish to see the two VIDEOS next to them playing at the same time, one on the left, the other on the right without the video image is compressed.

    I wish to see the two VIDEOS next to them playing at the same time, one on the left, the other on the right without the video image is compressed. I also need to use the effect to shoot a video of 270 degrees. Please don't tell me to download rehanfx it does not work with this effect. Then someone could provide me a way to what's going on? Since this split-screen is also popular then why isn't just a default thing on movie maker?

    You will need to get a software that is able to do this.

  • Cropping of the video Images

    I was wondering how to crop the video images as they run. Is there a module vi which can be used to do this? Examples I've seen online used a nonexistent moment IMAQ extracted.

    What do you mean a "non-existent" IMAQ extract?

    Are you sure that your vision module is installed?

    It is possible to "reframe" the images, I think that there are examples in LabVIEW. Help > find examples... > tab "search"

    Hope this helps

  • Urgent need to know the weight of...

    I have urgent need to know the weight (KG) of the following power edge servers:

    750

    860

    1850

    1950

    2850

    2900

    2950

    6850

    I need the mass of base without additional options.

    If possible, I also need to know the weight of a (Non-Dell) RT 6000 Smart UPS, too.


  • I have remove the IOS of the aironet 1100 series by mistake and now I need to copy the IOS image file

    Hello

    I have a cisco aironet 1100 Series wireless access point.

    by mistake I delete the IOS of the router and now I need to copy the IOS image again on it.

    I need your help please.

    For now, he has the Ethernet led RED, Green State, Rdio RED. T no Cisco IOS image file the spirits).

    I downloaded the file c100-k9w7 - mx.123 - 8.jed

    and I download the tftp (tftpd32) servers

    I have the router connected directly to a pc with the static ip address of 10.0.0.2

    but the problem is actually that I don't need the 1100 router ip address right now, I can't access it through a web browser.

    and by a tftpd32 I try but no function.

    I don't know what I'm doing wrong.

    other things, it's that I did not find a clear manual on how to use a tftpd32 to transfer the file to the cisco router 1100 series.

    Thank you.

    I'll wait your hepls.

    Convert a standalone Lightweight Access Point
    http://www.Cisco.com/en/us/docs/wireless/access_point/conversion/LWAPP/upgrade/guide/lwapnote.html#wp161272

  • Netflix in Media Player error: "we could not load the video player.

    I recently installed the add-on Netflix to my Windows Media Player.  It was working fine (though I don't find Windows Media Player to be a great product) but now when I try to play something Netflix I get two error reading - each other.

    • The first read error is: "we could not load the video player.
    • The other on another pop up window begins with: an error has occurred in the script on this page. "There are so many lines with details and a URL, then he asks:" do you want to continue running scripts on this page? "With radio buttons or not.

    I tried to uninstall the add-on from Netflix and reinstall - but that does not change.

    I thought to uninstall Windows Media Player and reinstall - but I can't even figure out how to do this.

    All of the suggestions.

    Thank you-

    Alonzo

    Download and install the latest version of Silverlight.

  • Lightroom CC freezes on loading the second image in the develop module

    I use Lightroom CC on Windows 10 (recently updated to Win7). When I start LR, I can only load an image in the develop module. When the attempt to load the second image, LR is just froze. I left on for an hour now.

    Here are the steps I've taken so far:

    • Restarted LR.
    • Restarted Windows
    • Uninstalled and reinstalled LR.
    • Run LR as administrator.

    None of these steps has made a difference.

    Manually disable the graphics processor in Lr

    1. Go to C:\Users\Username\AppData\Roaming\Adobe\Lightroom\Preferences\Lightroom 6/CC Preferences.agprefs (Appdata is hidden folder)
    2. Right-click on the Preferences.agprefs from Lightroom 6 > open with Notepad
    3. Change the following line: useAutoBahn = true to the useAutoBahn next = false
    4. Save and close the file Lightroom 6 Preferences.agprefs
    5. Restart Lightroom CC/6.

    Related link: Adobe Photoshop Lightroom Help | Graphics processor (GPU) acceleration, troubleshooting & FAQ Lightroom

    ~ Mohit

  • Nintendo WII uses OPERA browsers. The WII needs to load the best Opera browser. The problem is

    Nintendo WII uses OPERA browsers. The WII needs to load the best Opera browser. The problem is that it does not load flash player 8. [email protected] 619-366-9707

    This is probably more a problem to ask Nintendo or Opera Software?

    Mylenium

  • I need to change the background image often when running

    any body help me,.

    I need to change the background image often when running

    concerning

    welcan

    Hello

    You can also use effects rather than a timer, much more enjoyable... following example moves between a series of embedded images.

    David.

    http://gumbo.flashhub.NET/menu/ source included

  • Loading the same image several times

    I'm trying to dynamically load one image several times in flash. Basically, I want to end up with two movieclips mc1 and mc2 that contains the image. I am currently using the load (connected to the ProgressBar) component to dynamically load the image. It works very well for the loading of the image once, but I don't really know how to create a second clip with the image.

    Here is my code for loading the first image:


    var mc1:MovieClip = new MovieClip();
    var listener: Object = new Object();
    Listener.Complete = function (eventObj:Object) {}
    nextFrame();
    };
    imageLoader.addEventListener ("complete", listener);
    MC1 = imageLoader.content;
    imageLoader.load (imgURL);


    But everything that I tried to load mc2 with this same image has failed. I tried 'mc2 = imageLoader.content', 'mc2 = mc1', "attachMovie", "duplicateMovieClip", called imageLoader.load () twice on the imgURL and creating a second component Loader and load the image again. All of these methods have failed. Most of them can load mc1 alright and sometimes even mc2 appears on the scene, but in the mc2 AS is always undefined.

    Can someone point me in the right direction for the loading of multiple copies of the same image? It really shouldn't be so hard, does it?

    Well I found a solution. It turns out that Flash does not reproduce the content dynamically loaded as an image into a movieclip. But there is a small class called BitmapData that will do exactly what I was looking for. Here is the link that I got this info from: http://www.senocular.com/flash/source.php?id=0.174

  • Do not load the .png images

    I load the images from RSS feeds, it works perfectly with the images .jpg, but not PNG or any other format. Here is my code:

    function getImgUrl(str:String):String {}

    var model: RegExp = / SRC =------"([^ \"] + \.jpg | gif | tiff | jpeg | png) /ig; "

    can someone help me please.

    Thank you

    Naveen

    Expression is missing brackets - there need to alterations of the group. It should be:

    /src=\"([^\"]+\. (jpg |) gif | TIFF | JPEG | (png ()) / ig;

  • remove the light reflex in one part of the video image

    Hello

    I need to remove some reflex of light in my video (example image below).

    I can't open the AVI / MOV files in Adobe Photoshop Elements 10. Is there a chance to correct that (limited to the small part of the image) using Adobe first Elements 10 or Adobe Premiere Pro CS6?

    How can I do? Here are the 3 images.

    Best regards

    Michal

    Untitled.jpg

    The camera on a tripod?

    If so, you can easily hide the part of the image and use the levels effect to reduce glare.

    Because of the horizontal portion, you should probably use the cache 16 points. There are actually 9 points the mask 8 points will do the job as well. You can use a matte, but it will allow you to animate as easily if it is needed.

    I put the image on track 1 and track 2 copy. I applied the matte effect of garbage and the levels effect track two.

    If the camera was not on a tripod, you can animate the matte but it will take much longer.

    I created my mast with two images showing, but if I put the eye on track one, that's what I see:

    I understand it correctly? Is that what you wanted to do? I don't have the too dark window frame. You can still see a few highlights, which is as it should be, I think.

  • Change the height and width of the video image...

    In Adobe Premiere Pro CS 5, I can't produce a video larger than the width of the frame (of output): 720 and frame height: 480. The video is recorded in full HD 1920 x 1080 p, but after editing and adding effects in first Pro CS5, changes in video for only 720 x 480.

    (1) where the settings in Premiere Pro are modified to produce a video size of the width of the frame: 1280 and frame height: width 720 frame or even: 1920 height: 1080?

    (2) is it possible to produce 1920 x 1080 or 720 x 480 max video?

    Your time is appreciated.

    File > new > sequence, then:

    1. Choose a preset that matches or is less similar to your videos, or,
    2. Click the general tab, change the editing for "Desktop" Mode and set the parameters as you need for your videos

    Otherwise, drag a film clip to the button new item at the bottom of the project Panel (it looks like the dog-swamp of paper sheet) and created a sequence corresponding to your images.

  • I can't load the video on any site with Firefox.

    In the last days, I was not able to load any video at all from any site. First of all, the video appears as a black box, then becomes a white box as if nothing is there yet, and my cursor continuously freaks out.

    I made a video of the issue by using a screen capture program-
    http://www.YouTube.com/watch?v=7bQ03hbty-s

    I tried the following things with no results-
    Launch FireFox in Mode safe
    Disable all addons / extensions / themes.
    Load of FireFox profiles
    Disable hardware acceleration
    Uninstall / reinstall Firefox
    Analyses of virus/Malware/Spyware
    Update Flash / Java

    I can load videos in all my browsers (Internet Explorer, Google Chrome and Opera), with no problem at all. It's heartbreaking, because I am a strong supporter and advocate of Mozilla Firefox and a user since 2.0, and it's the first big question I had.

    You said that you have updated to flash, but have you tried to uninstall completely and then return a version where you were?

    Try making sure no flash process or firefox processes are running in the background as well. You can have some locked files also: you have restarted your computer completely?

  • My Satellite P300 forget sometimes load the video driver

    My laptop (Satellite P300) sometimes "forget" to start to load the videodriver.
    If the resolution is by default in the Windows startup screen.
    No matter what version of Windows I have, all the drivers are up to date.

    When I restart for the most part, the problem is solved...

    To be honest I never heard of something like that. in recent years, my brother has P300. In the beginning he used with original Vista and 2 years its P300 works with Win7. No problem at all.

    I don't know which OS you are using now, but have you tried reinstalling the video driver (display)?
    I also hope that you are using driver on Toshiba download page.

Maybe you are looking for

  • iPad does not accept my network password, keeps from flipping me back on xfinitywifi.

    This is my second go round on this problem. Today I return to my home network and wow, it me dumped offshore and jumped to xfinitywifi. Whenever I try to go back on my home network, it tells me that my password is not correct. It IS true that I am on

  • How to launch OR monitor in the 2nd PC?

    Hello, Chris,. I just realized that I need a 2nd PC to run the monitor NOR with my Configurator running at the same time. so I implemented PC2 and bought an another USB-8486. After you have installed the driver software and hardware. I tried running

  • Dv6 A7M86EA: Pavilion dv6 overheating (7690 m thermal regulation XT)

    I really used to love my laptop... but now she don't be Butterfly game while... I cleaned the fan and the heat sink and still it overheats again like a crazy thing (degrees of CPU:92... GPU:103 degrees) so is my conclusion after reading many other po

  • Moves the position of the icons on the desktop

    Position of the icons on the desktop to reorganize (on the right side of the screen) of the position, I put them.  The switch "rearrange icons by" returns to a check on the "snap to grid" repeatedly after booting.  I changed the icon positions, chang

  • How can I increase the recovery of Windows system restore drive 7?

    I have windows 7 ultimate and I read someone's question on the increase in the recovery of the system and I was wondering how to find it on my laptop and desktop? Because if I can and have better if restore points I ever need to go back which would h