Acts nested SWF different when it is loaded through the skin

OK, I had to make a flash swf file to add drag and drop functionality to Captivate. I have built and tested my movie and it works perfectly, when I loaded in captivate and tested the movie, it didn't work. I added in a trace to see the _droptarget location. When I test the movie in flash, he returened _level0.target01_mc so I reloaded the captivate movie and published the file.

I opened the published file captivate swf in flash with the skin (if I can see my trace I added) I had _level0.slide7__color_mc.s7_i0_swf_mc.m_swf_mc.target01_mc, but when I open the file published skin which was published from captivate I _level0.contentShade_mc with no other depth.

So I don't know if I should just make my own skin for the file or if there is a work around. If I do my own skin file I lose my SCORM tracking or statement in the content file?

I used _droptarget when I should have done a hitTest

Tags: Adobe Captivate

Similar Questions

  • How can I list the main on a SWF timeline when it was loaded in another?

    I have a swf with functions of animation custon using actionscript 3. I am referring to the main timeline with Movieclip (root) and it works fine.

    However, the swf will be loaded into another (a custom player), and when this happends, everything stops working.

    I think it's because the Movieclip (root) now reference the swf loader and not the loads more, but I can't find any information on how to fix this.

    The key would be to break with the use of references to the root.  Whether or not this will be an easy task for you in this case depends on saturated how your code is with these references.  The shortest route for you may be to replace the references to the root by parent references instead.

    It is a reason say that your code should be limited to an image in the scenario primary (in fact they are more likely to say that it should be in a class of document - separate fla files/timeline).  If you have all the code forward in the file, and no code search backward, what ios and made a reference to root, so you don't have to worry about how it is loading in another file.

  • Problem with Audio when it is loaded on the main Clip

    Hi, I have this problem with a clip containing audio. I'm doing a website.

    The home.swf is the main element and when I want to go to the 'Audio' this audio.swf charge in home.swf , that the problem is that once it has loaded it plays the audio. The mp3s are inside audio.swf, it is not streaming. When I play just audio.swf by himself, it sounds good, but if it is loaded within home.swf it doesn't.

    I hope you can help me!

    Thanks in advance.

    If you are using as2, in audio.swf, whenever you have:

    var whateverS:Sound = new Sound();

    use

    var whateverS:Sound = new Sound (this);

  • JavaScript written in Dreamweaver behaves different when it is inserted into the Muse

    I have a simple list javascript that is written in Dreamweaver and works as expected, but when I copy and paste this exact javascript in html-object-section insert the result in Muse is different.

    Is there a place I can go to research on what I need to do different to make the code behave properly in the Muse? I don't understand what I need to change or do different.

    Here is the code that I had to work in Dreamweaver:

    <! doctype html >

    < html >

    < head >

    < meta charset = "utf-8" >

    list of < title > < /title >

    < script type = "text/javascript" >

    function fixTheList() {}

    var msg = "";

    var msg = "";

    If (document.getElementById("appleQty").value > 0) {}

    MSG += "apples";

    MSG += document.getElementById("appleQty").value;

    MSG += "< br >".

    }

    If (document.getElementById("orangesQty").value > 0) {}

    MSG += "Oranges";

    MSG += document.getElementById("orangesQty").value;

    MSG += "< br >".

    }

    If (document.getElementById("tangerineQty").value > 0) {}

    MSG += "mandarins."

    MSG += document.getElementById("tangerineQty").value;

    MSG += "< br >".

    }

    If (document.getElementById("kiwiQty").value > 0) {}

    MSG += "Kiwi";

    MSG += document.getElementById("kiwiQty").value;

    MSG += "< br >".

    }

    If (document.getElementById("pearsQty").value > 0) {}

    MSG += "Pears";

    MSG += document.getElementById("pearsQty").value;

    MSG += "< br >".

    }

    If (document.getElementById("grapesQty").value > 0) {}

    MSG += "grape";

    MSG += document.getElementById("grapesQty").value;

    MSG += "< br >".

    }

    If (document.getElementById("canteloupeQty").value > 0) {}

    MSG += "Canteloupes."

    MSG += document.getElementById("canteloupeQty").value;

    MSG += "< br >".

    }

    If (document.getElementById("strawberryQty").value > 0) {}

    MSG += "strawberry."

    MSG += document.getElementById("strawberryQty").value;

    MSG += "< br >".

    }

    document.getElementById("outputDiv").innerHTML = msg;

    }

    < /script >

    < / head >

    < body >

    < div id = "outputDiv" >

    < table >

    < b >

    < Td > < table > element

    Amount of < td > < table >

    < /tr >

    < b >

    Apples < td > < table >

    < td > < input type = "text" size = "3" id = "appleQty" > < table >

    < /tr >

    < b >

    Oranges < td > < table >

    < td > < input type = "text" size = "3" id = "orangesQty" > < table >

    < /tr >

    < b >

    Tangerines < td > < table >

    < td > < input type = "text" size = "3" id = "tangerineQty" > < table >

    < /tr >

    < b >

    Kiwi < td > < table >

    < td > < input type = "text" size = "3" id = "kiwiQty" > < table >

    < /tr >

    < b >

    Pears < td > < table >

    < td > < input type = "text" size = "3" id = "pearsQty" > < table >

    < /tr >

    < b >

    Grapes < td > < table >

    < td > < input type = "text" size = "3" id = "grapesQty" > < table >

    < /tr >

    < b >

    Cantaloupe < td > < table >

    < td >

    < input type = "text" size = "3" id = "canteloupeQty" >

    < table >

    < /tr >

    < b >

    Strawberry < td > < table >

    < td > < input type = "text" size = "3" id = "strawberryQty" >

    < table >

    < /tr >

    < /table >

    < input type = "button" value = "Stack" onclick = "fixTheList (); ">

    < / div >

    < / body >

    < / html >

    Hello

    Only difference I see is with the entry tag CSS properties.

    You can set the style of these tag by adding a few lines of code just belowtag in the code you paste in object > insert HTML code.<p class="reply"> <p class="reply">For example, you can add following codes</p> <p class="reply"><strong><style type="text/css"></strong></p> <p class="reply"><strong>  input {</strong></p> <p class="reply"><strong>    border: thin solid #AAA2A3;</strong></p> <p class="reply"><strong>    margin-bottom: 7px;</strong></p> <p class="reply"><strong>    margin-left: 9px;</strong></p> <p class="reply"><strong>}</strong></p> <p class="reply"><strong>  </style></strong>

    According to your requirement you can change.

    One tip more. Break your 3 codes part, tag Scripts, Style and tag Div in the body tag.

    Insert the Div tag in the body to object > insert HTML code

    Insert tags to Scripts, tag Style in Page > Page Properties > metadata > HTML for

    This will help you avoid unexpected in the preview behavior when you have stuff more inserted into the Muse Page.

    1 script tag (insert in the Page > Page Properties > metadata > HTML for))

    2 style Tag (insert in the Page > Page Properties > metadata > HTML for))

    3 Div tag in the body (insert in the object > insert HTML code)

    Agenda Quantity
    Apples
    Oranges
    Tangerines
    Kiwi
    Pears
    Grapes
    Cantaloupe

    Strawberry

    Concerning

    Vivek

  • Environment variable folder is different when it is shown in the console and read by programs

    Hi all

    On our Windows Server 2008 machine, the TEMP and TMP environment variables all point to C:\Users\\AppData\Local\Temp as seen in system properties. However, they appear like C:\Users\\AppData\Local\Temp\3 in Windows console command line. I also feel the same behavior in Windows Vista. This causes problems in our program. I don't know whence the '3' subdirectory and why these environment variable appear differently in the console.

    You have an idea about this problem? Thank you very much in advance!

    Lini

    http://www.Microsoft.com/windowsserver2008/en/us/community.aspx

    http://www.Microsoft.com/windowsserver2008/en/us/forums-blogs.aspx

    Server 2008 Forums at the link above.

    See you soon. Mick Murphy - Microsoft partner

  • Works fine in Dreamweaver, when I up load on the hosting company connections fail

    Hello

    I nave a website http://www.onenessfirst.com/ on my page of Animation, I have several of my animations identified by name. Everything works well in Dreamweaver. I check completely. When I download on Aabaco, my server, connections that break everything and the animations are 404 not found. What's up?

    I found your problem. At least one of them. You have no directory in the images directory, called 'animations', so the links are impossible:

    entertainment http://www.onenessfirst.com/images//heady1. MP4

  • my audio waveform looks different when I put it in the timeline?

    IM using a song for a lyrical video and im trying to align things with the pace but my calendar shows not only the full waveform as it does in the preview

    The drop in the part of the sequence.  Next to the name of the sequence.

  • CarPlay audio quality of the voice when it is connected through the USB port is poor vs Bluetooth on Pioneer AVH-4200NEX

    Hello!

    I recently installed a Pioneer AVH-4200NEX unit, I was super excited to improve my car with the support of CarPlay, and everything works great except for one thing.  When I connect my iPhone (6s +) to the unit via a USB cable and a standard phone call, the audio quality is very bad - hail, very downsampled, and metallic sounding compared to the use of Bluetooth via the unit to pioneer for the same phone call (I'm on LTE, using HD voice, although the quality difference is quite noticeable on the calls not HD and on the 4 G calls).  I looked for an answer to this question, but the best that I can find mention of limited USB bandwidth and try to juggle than the bandwidth for the rest of the CarPlay experience, although I don't buy not because audio via the iPhone connected with USB playback is just as clear that it is through Bluetooth.  So my question is: How can I submit a bug report Apple about this behavior and (b) do you have other CarPlay users also be known this recent problem on a unit of Pioneer NEX (AppRadio included)?  It would be great if this is a bug of Pioneer for which they can release a firmware update, I'm just worried that it is a codec problem specified by the CarPlay, so non repairable.

    Thank you!

    -Seth

    Hello served,

    Thank you for using communities of Apple Support.

    I understand that when you use the USB cable for your iPhone in your car with the audio CarPlay is mediocre. I know how it is important for you to hear your calls clearly. In a situation like this, I recommend the steps described in the following article to help solve the problem.

    Configure CarPlay to use with your iPhone

    Specifically the section to get help:

    Get help

    If CarPlay does not work as you expect, here's what you can check. After each step, try to use CarPlay again.

    1. Make sure that Siri is turned on.
    2. Restart your iPhone and your car. Depending on your car, you can see the CarPlay home screen when you turn it on. If you do not, look for the CarPlay logo on the screen of your car.
    3. If possible, connect your iPhone to a different USB port in your car.
    4. Try a different lightning to a USB cable. Make sure that the cable is certified.
    5. Update to the latest version of iOS.
    6. Check the manual using your car. You may need to install updates of firmware for your stereo.

    See you soon

  • Is it possible to choose between different targets (different configurations NI 6587) FPGA through the host VI

    Hello

    I use card FPGA 7966R with Module of e/s 6587. I have two sets of screws FPGA, one that uses 6587 mode series (Serdi channel) and the other in parallel mode (Serdi connector). I'm trying to select one of the FPGA VIs via the host VI and I don't know if it's possible.

    Some things to note:

    • All IOs have the same names, FIFO has the same data type and name.
    • Because they use the IO 6587 controller in a different configuration, I can't parallelize them and combine them into a single VI.

    Thank you

    MILIN

    You should take a look at the function of Bitfile dynamic reference opened .

  • HP P1102W does not print and does not open when it is connected through the USB port on the road

    I bought this printer and I set it with a fixed IP address. After a few months, he has simply stopped working. So I decided to connect to the console and I wasn't able to do it either. I printed the test page and the ip address is 0.0.0.0. I, then, tried to plug in the USB cable on my computer and the drive that contains the software, it does not appear. He is a second and then disappears.

    I would like to get a solution to this problem before I throw this piece of 'material' on the discharge.

    Thank you!

    The 1102W uses what is called USB wireless.  The installation of the printer is the only way to recover the printer on a network in this case.  There is no place to set the IP address without getting a DHCP address first, which is not the case here.

    First, retrieve the default network printer.

    Restore the default wireless settings.
    a. turn off the product.
    b. press and hold the wireless switch and the
    Cancel button and then turn on the product.
    c. hold the button until all lights flash in unison.
    and then release the keys.

    This should reset the default settings of the network.

    Then, uninstall all the software of the computer printer.

    Reinstall the printer from here click on software and Driver Downloads and select your operating system.

    It will take a computer on the same network and USB cable.  Click network installation and connect the USB cable when prompted.

  • Works very well in the Simulator, but when it is installed through the Desktop Manager questions

    OK so as well Hello world and production apps work correctly on the Simulator... I had some advanced api like blackberry.identity but I removed it because he yelled at me for code signing... I removed the advanced permissions but usually always open... I can see the application in the list of downloads, but clicking nothing

    I tried with the sample application engines and the same thing... click on the application icon, but nothing happens...

    Once again any word on sim and no not use any "features" except the blackberry.ui (on production app)

    blackberry 9630 tour

    Thanks for your help!

    All the BlackBerry Widgets require the signature, even if you are not using a single line of JavaScript.

    The software BlackBerry Widget SDK generates the Java code required to create the widget.  The display of web content in a Java BrowserField, which requires a signature.  Therefore, all the widgets must be signed.

    Code signing keys are usually issued within 2 days of the order, but may take up to 10 business days.

  • Why does an image seem different when I'm going to point to the library back

    Why an image look different when I go to develop the library or back.  The histogram doesn't seem to change, but you can see a difference and I printed the and see the difference.  Very strange and I don't know how to process the image

    > Person adobe and they said it's because develop use proPhoto and library use sRGB and users go between D L & until they get the picture they want.

    Yes it is misinformed. Only on a few screens of high quality should you be able to see a difference, and even then it will only appear in a few images and be quite subtle. If you see differences between the library and to the point, it is almost always a bad monitor profile that is fixed by the recalibration of the screen using calibration material (essential equipment when you do photography on any computer) or it's the problem has already been mentioned with the gpu acceleration not loading right monitor profile. Which is fixed by disabling GPU acceleration in LR 6/CC.

  • In FF4, why my site is different when www is omitted

    My site is different when I use www in the address and when I omit www. Look at http://www.dynapipe.co.uk and http://dynapipe.co.uk.

    This does not happen with FF3 or IE7, 8 or 9 or Google Chrome, only FF4

    Try to reset the Zoom factor on each of these pages, a 'domain' is probably zoomed in or out.

    https://support.Mozilla.com/en-us/KB/page+zoom

  • How to upgrade Vista to Win 7, when the upgrade wizard does not load in the Windows Anytime Upgrade window.

    How to upgrade Vista to Win 7, when nothing is loading in the Windows Anytime Upgrade window.

    After the purchase of a new license to upgrade from Vista to Windows 7, after the opening of any time upgrade window, nothing happens. He sends you open app Windows Anytime Upgrade and it suppose to open the wizard to enter the new product key, but Wizard does not open, and there is no option under app anytime upgrade win to open the wizard. There was no link to download the upgrade, follow the instructions to upgrade through win app anytime upgrade.

    The Windows Anytime Upgrade was not designed to be upgraded to Windows 7.  It can only upgrade from one edition of Windows Vista to another edition of Windows Vista.  In order to upgrade to Windows 7, you must follow the upgrade procedure described here: upgrade Windows Vista to Windows 7

  • gif of loading in the problem of flash player 8!

    Hi all

    Can anyone help please?

    I'm having a problem of dynamically loading a gif file in my swf, running with flash player 8.

    I use flashMX to develop my site but I do not understand that dynamically loading GIF and png has recently introduced in the new flash 8 player so I test my swf in a browser window to see the correct result.

    First of all, let me explain what im trying to do.

    I use myMovieClip.loadMovie("http//:myURL.picture.gif"); I want to load the image into a target clip.

    It works well when I load jpg or swf files, but when I try to load a gif file in the same way, nothing happens?

    I then used loadMovieNum ("http//:myURL.picture.gif", 2); to see if I got a different result.

    This loads correctly the gif into a new level in my flash animation which is good in a way because I know that the flash player to view the gif.

    BUT I don't want the image into a new level in my flash movie, I need it in a target movieclip?

    Can anyone suggest why the loadMovie does not load the gif.

    Thanks for any help

    Claire Wall

    Thanks Kglad

    I thought that this might be the case, I'll have a go at loadMovieNum, but I think it will be difficult for it intergrate into the rest of my film. My employer will decide wheather than it's worth.

    Bravo guys back there solverd the mystery at least; _0

    Claire Wall

Maybe you are looking for