need help simplifying some AS quickly!

Hey all, I'm working on a project, and I'll give you a brief summary of the code AS I'm looking.  Right now I have a global chart.  I have several MC such as earth_mc, mars_mc, etc.  When I mouse over these planets, I want a display hovering on the planets.  For each planet, I have a MC, labeled as presentation box; earth_mc_info, mars_mc_info, etc.  I would like to have code know what planet_mc_info to display, depending on what planet my mouse is above, i.e. If I pass on my earth_mc I want that it displays the earth_mc_info box and I want to do all this without having to add a child for each planet or every information box.

I thought the script would look something like this, just to give you a brief idea, but I can't wrap my head around it, to do exactly what I want to do.

evt.target.gotoAndStop (2)

addChild (+ evt.target.name + _info)

evt.target.gotoAndStop (1)

removeChild (+ evt.target.name + _info)

Sorry if it's a bit confusing, I hope I'm convey exactly what I'm looking for, but I understand that if I am not explain very well.  If someone could help, I would be EXTREMELY grateful.

Thanks in advance!

What do you mean when you say that you do not want to add a child for each planet or every info box?

If you want the target objects that you have planted on stage using the a MOUSE_OVER evt.target, I suggest that you use "evt.currentTarget" instead and use in the rating of support...

addChild (this [evt.currentTarget.name + "_info"]);

removeChild (this [evt.currentTarget.name + "_info"]);

Tags: Adobe Animate

Similar Questions

  • I need help deleting these accounts quickly because I'm not going to use the most.

    Cancel/delete email

    Hello look at these emails I created just a mess.

    I need help deleting these accounts quickly because I'm not going to use the most.

    I want just all my information wiped out of these emails

    & When they are removed and all of my information are wiped out, I want these emails to become available and new to others for their use.

    E-mail address is removed from the privacy *.

    E-mail address is removed from the privacy *.

    E-mail address is removed from the privacy *.

    E-mail address is removed from the privacy *.

    E-mail address is removed from the privacy *.

    E-mail address is removed from the privacy *.

    E-mail address is removed from the privacy *.

    E-mail address is removed from the privacy *.

    E-mail address is removed from the privacy *.

    E-mail address is removed from the privacy *.

    E-mail address is removed from the privacy *.

    E-mail address is removed from the privacy *.

    E-mail address is removed from the privacy *.

    E-mail address is removed from the privacy *.

    E-mail address is removed from the privacy *.

    Please thank you.

    It is just a JOKESTER, but you're talking about Hotmail accounts? If so, please ask here.

    Windows Live Solution Center Hotmail Forum
    http://windowslivehelp.com/forums.aspx?ProductID=1

  • Need help with some cluster power shell scripts

    Guys,

    I need help with 2 scripts.

    Text 1.

    I need a power shell script that will get all the virtual machine in a specific cluster.  Virtual machine names as well as the number of processors, output allocated RAM and size of CSV file.

    Text 2.

    I need a script that will get all data warehouses in a specific cluster and store name data as well as the amounf of free space for a CSV output.

    Thanks in advance guys.

    Greetings, @peter79 -.

    For the first part:

    Get-Cluster myClusterName | Get-VM | Select-Object Name, MemoryMB, NumCpu | Export-Csv -NoTypeInformation c:\temp\myVMInfo.csv
    

    And for the second, how about:

    Get-Cluster myClusterName | Get-VMHost | Get-Random | Get-Datastore | Select-Object name, FreeSpaceMB, CapacityMB | Export-Csv -NoTypeInformation c:\temp\myDaterstoreInfo.csv
    

    The first would be quite a bit faster by using Get - view instead of Get - VM.  It would be like:

    ## get an array of VM View objects with just the desired/needed properties
    $arrVMViews = Get-View -ViewType VirtualMachine -SearchRoot (Get-Cluster myClusterName).MoRef -Property Config.Hardware,Name
    ## make the two filters for displaying the desired info
    $hshCPUCountFilter = @{n="NumCPUs"; e={$_.Config.Hardware.NumCPU}}
    $hshMemAmtFilter = @{n="MemoryMB"; e={$_.Config.Hardware.MemoryMB}}
    ## display the info, and export to CSV
    $arrVMViews | Select-Object name, $hshCPUCountFilter, $hshMemAmtFilter | Export-Csv -NoTypeInformation c:\temp\myVMInfo.csv
    

    Enjoy.

  • novice needs help with some questions

    I was myself ball how to design a website that is now almost complete, I need help, ensuring that everything is in order.
    My question is;
    at present, all the img sources are in a file in my computer IE... My Documents\My webs\site\image.jpg
    Now is this good? When I send this through the server it will be placed in another file and then the source will be incorrect?
    Matter that has any help, I know I'm a little sore but I'm just learning!

    If the path you have for your img tags has my documents... then Yes, it will be incorrect when you move the images on your web server. I'll put just generally in the way, I use on the server and worry about the pictures once I get the downloaded pages.

  • I need help with some Applescript for Postbox

    I was wondering if any of you can help me?

    I am writing a very simple script for my Postbox email application. It takes the selected message and turns it into a reminder. Everything works fine, but I want to take the subject assigned to the message and use it as the name of the callback list, and that's where it breaks down (topics are tags, as in Thunderbird and Mail).

    According to the dictionary, a message object counts among its subjects msg properties which is a list of subjects. According to the dictionary, a subject has three properties so, id, name , and color.

    I need only the first topic, so I do something like

    set theTopics to msg topics of theMessage.
    set theTopic to item 1 of theTopics

    no error reported, it returns a list, but when I then try to access the properties of the first article (= first subject), it is clear that something is wrong, and I think it's a bug/bad programming in the mailbox, but I'm not sure.

    When I do something like

    set ReminderList to name of theTopic

    He begins to complain. It is said that name (or id or color) is not available, as I can't get this to other classes, and it does not even return the class type for the element.

    It will return something that looks like this:

    class {show id "some topic"}

    no name for the class.

    And it seems that the text, but it behaves differently.

    How can I know what I'm actually deal with this object "topic"?

    What is - this actually to return?

    I don't know the app, but try to go back to theTopic properties.  That could make things a little clearer.

  • Need help with some oracle basics

    Hi friends,

    I would like to know if my abt to understand some concepts as described below is just?

    1) active user : when a user issues a command SQL to oracle to perform.

    (2) * user inactive: * when oracle wait for users to issue commands and the user is INACTIVE.


    Please help me to find these answers:

    A user become active when they click submit button/backup/restore?

    I would like to know how much resources a user oracle uses (network traffic, memory, I / O)?

    Is a user uses some resources if it is inactive and sitting idle for long time?



    Thank you

    Oracle marks a session as a session inactive if the user will not do anything with the database for some time. I don't know what is the explanation for the status of the session that you see a toad, since I do not use it. Maybe someone else would have a better explanation then wait for others to participate.

    Aman...

  • Need help! Some kind soul take these small 3 files and then save them in 8.2 or lower?

    Mindsensors was less useful - not sure why - I remember well the theory that software sells hardware.  In any CASE, I need to have three small files (which are used to run their infrared distance sensor) that was saved in LabView 8.5 to load and then (saved file, except for the previous version) under 8.2.

    Many blessings to follow!

    Thank you

    Gil

    Nevermind - my apologies to mindsensors - they say they write only in labView 7.1 - so why I can't load into 8.2 - and why the error message indicates that it is written in 8.5 - I do not understand.

  • Need help with some files

    Then I opened the Task Manager today only to find 3 things I'd never seen before, they were atieclxx.exe, csrss.exe and winlong.exe. I did a bit of googoling (?) and I'm a bit confused. I see a few similar questions on other forums were people said that they were a form of spyware, while others apparently say it is just a process about my graphics card and normal to run, but I had never seen before.

    I would be grateful if someone could give me some clarification.

    Thank you.

    For peace of mind I suggest you run a malware check

    I recommend that you run Disk Cleanup or cCleaner to remove temporary files as this will reduce the time to scan security software.

    Start the computer in safe mode with network and download and install Malwarebytes (free version for individuals only), updated definitions and run in normal mode. Disable other security software while you do the analyses.
    http://www.computerhope.com/issues/chsafe.htm

    http://www.Malwarebytes.org/products/malwarebytes_free
    http://helpdesk.Malwarebytes.org/entries/21892442-should-I-scan-with-Malwarebytes-anti-malware-in-safe-mode-

    Download and run SuperAntiSpyware (Free Edition)
    http://www.SUPERAntiSpyware.com/download.html

  • I need help with some files missing error Muse - crazy customer

    I get the error that some files are missing or incorrect. I have cleared the cache, I downloaded all the two to Muse, FTP etc. I cleaned the server and reloaded. Make the same mistake everywhere and can not find out what is happening.  www.Authorizedagents.com is the Web site. Site is horrible, but looks great in the preview. I'm in trouble

    Thank you

    Call your hosting provider. The hosting server is back a '503 Service temporarily unavailable' error rather than serve properly good number of files of your site.

  • Need help for some objects Flash weird error... Please!

    I have a bit of a problem to my page in Dreamweaver CS4, I don't know why I can't see my flash animations in internet explorer, but in another browser I can do! My page is www.jmelectric.com.mx and the error I have her:

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)
    Timestamp: Tuesday, December 29, 2009 22:12:48 UTC


    Message: Object doesn't support this property or method
    Online: 452
    Char: 19
    Code: 0
    URI: http://www.jmelectric.com.mx/Scripts/swfobject_modified.js

    and the code of this JS code is...

    /*! SWFObject v2.0 <http://code.google.com/p/swfobject/>
    Copyright (c) 2007 Geoff Stearns, Michael Williams, and Bobby van der Sluis
    This software is distributed under the license MIT <http://www.opensource.org/licenses/mit-license.php>
    */

    SWFObject var = function() {}

    var UNDEF = "undefined."
    OBJECT ="object", ".
    SHOCKWAVE_FLASH = "Shockwave Flash",
    SHOCKWAVE_FLASH_AX = "ShockwaveFlash.ShockwaveFlash."
    FLASH_MIME_TYPE = application/x-shockwave-flash"."
    EXPRESS_INSTALL_ID = "SWFObjectExprInst"

    Win: a window,
    doc = document,
    NAV = navigator,

    domLoadFnArr = [],
    regObjArr = [],
    Timer = null,
    storedAltContent = null,
    storedAltContentId = null,
    isDomLoaded = false,
    isExpressInstallActive = false;

    / * Centralized function for browser detection
    -Owners (conditional compilation) detection is used to detect features of Internet Explorer
    -Detection of string user agent is used only when no alternative is possible
    -Is executed directly for optimal performance
    */
    var ua = function() {}
    var w3cdom = typeof doc.getElementById! = UNDEF & & typeof doc.getElementsByTagName! = UNDEF & & typeof doc.createElement! = UNDEF & & typeof doc.appendChild! = UNDEF & & typeof doc.replaceChild! = UNDEF & & typeof doc.removeChild! = UNDEF & & typeof doc.cloneNode! = UNDEF,
    playerVersion = [0,0,0],
    d = null;
    If (typeof nav.plugins! = UNDEF & & typeof nav.plugins [SHOCKWAVE_FLASH] == OBJECT) {}
    d = nav.plugins [SHOCKWAVE_FLASH] .description;
    If (d) {}
    (d = d.replace(/^.*\s+(\S+\s+\S+$) /, '$1');
    playerVersion [0] = parseInt (d (/ ^(.*)------... * $/, "$1"), 10);
    playerVersion [1] = parseInt (d (/ ^. * \.)) (. *)\s.*$/, "$1"), 10);
    playerVersion [2] = /r/.test(d)? parseInt(d.replace(/^.*r(.*)$ /, '$1'), 10): 0;
    }
    }
    else if (typeof win. ActiveXObject! = UNDEF) {}
    var a = null, fp6Crash = false;
    try {}
    a = new ActiveXObject (SHOCKWAVE_FLASH_AX + ".") 7") ;
    }
    {catch (e)}
    try {}
    a = new ActiveXObject (SHOCKWAVE_FLASH_AX + ".") 6 ») ;
    playerVersion = [6,0,21];
    a.AllowScriptAccess = "always";  Introduced in fp6.0.47
    }
    {catch (e)}
    If (playerVersion [0] == 6) {}
    fp6Crash = true;
    }
    }
    If (! fp6Crash) {}
    try {}
    a = new ActiveXObject (SHOCKWAVE_FLASH_AX);
    }
    {catch (e)}
    }
    }
    If (! fp6Crash & & a) {/ / a will return NULL when ActiveX is disabled}
    try {}
    d = a.GetVariable ("$version");  Crash fp6.0.21/23/29
    If (d) {}
    d = d.split("") [1].split(",");
    playerVersion = [parseInt (d [0], 10), parseInt (d [1], 10), parseInt (d [2], 10)];
    }
    }
    {catch (e)}
    }
    }
    var u = nav.userAgent.toLowerCase (),
    p = nav.platform.toLowerCase (),
    WebKit = /webkit/.test(u)? ((parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?). * $/, '$1')): false, / / returns the version of webkit or false otherwise webkit
    IE = false,
    Windows = p? (/Win/.test(p): /win/.test(u).
    Mac = p? (/Mac/.test(p): /mac/.test(u);
    /*@cc_on
    IE = true;
    @if (@_win32)
    Windows = true;
    @elif (@_mac)
    Mac = true;
    @end
    @*/
    return {w3cdom:w3cdom, pv:playerVersion, webkit:webkit, IE: IE, win: windows, mac: mac};
    }();

    / * OnDomLoad Cross-browser
    -Based on the solution of Dean Edwards: http://dean.edwards.name/weblog/2006/06/again/
    -Triggers an event as soon as the DOM of a page is loaded (supported by browsers based on Gecko based - like Firefox - IE, Opera9 +, Safari)
    */
    var onDomLoad = function() {}
    If (! ua.w3cdom) {}
    return;
    }
    addDomLoadEvent (hand);
    If (ua.ie & & ua.win) {}
    try {/ / avoid a possible abandoned operation error}
    doc. Write ("< scr" + "ipt id = __ie_ondomload reporter = true src = / /: > < / scr" + "ipt >"); String is split into pieces to prevent Norton AV to add code that can lead to errors
    var s = getElementById ("__ie_ondomload");
    If (s) {}
    s.onreadystatechange = function() {}
    If (this.readyState == 'complete') {}
    this.parentNode.removeChild (this);
    callDomLoadFunctions();
    }
    };
    }
    }
    {catch (e)}
    }
    If (ua.webkit & & typeof doc.readyState! = UNDEF) {}
    Timer = setInterval (function () {if (/ loaded|complete/.test(doc.readyState)}) {callDomLoadFunctions() ;}}, 10);
    }
    If (typeof doc.addEventListener! = UNDEF) {}
    doc.addEventListener ("DOMContentLoaded", callDomLoadFunctions, null);
    }
    addLoadEvent (callDomLoadFunctions);
    }();

    function callDomLoadFunctions() {}
    If {(isDomLoaded)
    return;
    }
    If (ua.ie & & ua.win) {/ / check if we can really add to the DOM model; we do not want the fire too soon}
    var s = createElement ('span');
    try {/ / avoid a possible abandoned operation error}
    var t = doc.getElementsByTagName ("body") [0] .appendChild (s);
    t.parentNode.removeChild (t);
    }
    {} catch (e)
    return;
    }
    }
    isDomLoaded = true;
    If {(timer)
    clearInterval (timer);
    Timer = null;
    }
    DL var = domLoadFnArr.length;
    for (var i = 0; i < dl; i ++) {}
    domLoadFnArr [i] ();
    }
    }

    function addDomLoadEvent (fn) {}
    If {(isDomLoaded)
    FN();
    }
    else {}
    domLoadFnArr [domLoadFnArr.length] = fn; Array.push () is only available in Internet Explorer 5.5 +.
    }
    }

    / * Cross-browser onload
    -Based on the solution of James Edwards: http://brothercake.com/site/resources/scripts/onload/
    -Triggers an event as soon as a web page, including all of its assets are loaded
    */
    function addLoadEvent (fn) {}
    If (typeof win.addEventListener! = UNDEF) {}
    win.addEventListener ("load", fn, false);
    }
    else if (typeof doc.addEventListener! = UNDEF) {}
    doc.addEventListener ("load", fn, false);
    }
    else if (typeof win.attachEvent! = UNDEF) {}
    win.attachEvent ("onload", fn);
    }
    else if (typeof win.onload == 'function') {}
    var fnOld = win.onload;
    Win.OnLoad = function() {}
    fnOld();
    FN();
    };
    }
    else {}
    Win.OnLoad = fn;
    }
    }

    / * Main function
    -Will preferably run onDomLoad, onload otherwise (as a backup)
    */
    int main() {/ / static publishing only}
    RL var = regObjArr.length;
    for (var i = 0; i < rl; i ++) {/ / for each element of the registered object}
    var id = user.user regObjArr [i];
    If (ua.pv [0] > 0) {}
    var obj = getElementById (id);
    If (obj) {}
    regObjArr [i] .width = obj.getAttribute ("width")? obj.getAttribute ("width"): "0";
    regObjArr [i] = obj.getAttribute ("height") .height? obj.getAttribute ("height"): "0";
    If (hasPlayerVersion (regObjArr [i], .swfVersion)) {/ / Flash plugin version > = version of Flash content: Houston, we have a match!}
    If (ua.webkit & & ua.webkit < 312) {/ / older webkit engines ignore elements nested in the element of the object param}
    fixParams (obj);
    }
    setVisibility (id, true);
    }
    ElseIf (regObjArr [i] .expressInstall & &! isExpressInstallActive & & hasPlayerVersion ("6.0.65") & & (ua.win | ua.mac)) {/ / display the Adobe quick installation dialog box if defined by the author of the page web and if supported (fp6.0.65 + on Win/Mac OS only)}
    showExpressInstall (regObjArr [i]);
    }
    else {/ / invalid plugin Flash and Flash version content: display the alternative content instead of Flash content}
    displayAltContent (obj);
    }
    }
    }
    else {/ / if no fp is installed, we let the object element do its work (show alternative content)}
    setVisibility (id, true);
    }
    }
    }

    / * Difficulty nested, param elements that are ignored by older webkit engines
    -This includes Safari until and including version 1.2.2 on Mac OS 10.3
    -Fall back to the property include element
    */
    function fixParams (obj) {}
    var nestedObj = obj.getElementsByTagName (OBJECT) [0];
    If {(nestedObj)
    e var is createElement ("embed"), a = nestedObj.attributes;.
    If (a) {}
    var al is. Length;
    for (var i = 0; i < al; i ++) {}
    If (a [i].nodeName.toLowerCase () == 'data') {}
    e.setAttribute ("src", a [i] .nodeValue);
    }
    else {}
    e.setAttribute (a [i] .nodeName, a [i] .nodeValue);
    }
    }
    }
    var c = nestedObj.childNodes;
    If {(c)
    CL var = c.length;
    for (var j = 0; j < cl; j ++) {}
    If (c [j] .nodeType == 1 & & c [j].nodeName.toLowerCase () == 'param') {}
    e.setAttribute (c [j] .getAttribute ("name"), c [j] .getAttribute ("value"));
    }
    }
    }
    obj.parentNode.replaceChild (e, obj);
    }
    }

    / * Difficulty suspended discussions audio/video and force open sockets and NetConnections disconnect
    -Occurs when unloading a web page in Internet Explorer using FP8 + and innerHTML/outerHTML
    -Dynamics of publication only
    */
    function fixObjectLeaks (id) {}
    If (ua.ie & & ua.win & & hasPlayerVersion ("8.0.0")) {}
    win.attachEvent ("onunload", function () {}
    var obj = getElementById (id);
    If (obj) {}
    for (var i in obj) {}
    If (typeof obj [i] == 'function') {}
    obj [i] = function() {};
    }
    }
    obj.parentNode.removeChild (obj);
    }
    });
    }
    }

    / * Display the Adobe quick installation dialog box
    -Reference: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75
    */
    function showExpressInstall (regObj) {}
    isExpressInstallActive = true;
    var obj = getElementById (regObj.id);
    If (obj) {}
    If {(regObj.altContentId)
    var ac = getElementById (regObj.altContentId);
    If {(ac)
    storedAltContent = ac;
    storedAltContentId = regObj.altContentId;
    }
    }
    else {}
    storedAltContent = abstractAltContent (obj);
    }
    If (!) () / %$/.test(regObj.width)) & & parseInt (regObj.width, 10) < 310) {}
    regObj.width = "310";
    }
    If (!) () / %$/.test(regObj.height)) & & parseInt (regObj.height, 10) < 137) {}
    regObj.height = "137";
    }
    doc.title = doc.title.slice (0, 47) + "-Flash Player Installation";
    var pt = ua.ie & & ua.win? "ActiveX": "PlugIn."
    DT = doc.title,
    FV = "MMredirectURL =" + win.location + "& MMplayerType =" + pt + "& MMdoctitle =" + dt.
    replaceId = regObj.id;
    For IE when a SWF file is loading (AND: not available in the cache) wait for the onload event to remove the original object element
    In IE you can not properly cancel a loading SWF file without breaking the browser load references, also does not work obj.onreadystatechange
    If (ua.ie & & ua.win & & obj.readyState! = 4) {}
    var newObj = createElement ("div");
    replaceId += "SWFObjectNew";
    newObj.setAttribute ("id", replaceId);
    obj.parentNode.insertBefore (newObj, obj); Insert the placeholder div will be replaced by the object element that loads expressinstall.swf
    obj.style.display = 'none ';
    win.attachEvent ("onload", function() {obj.parentNode.removeChild (obj) ;});
    }
    createSWF ({data: regObj.expressInstall id: EXPRESS_INSTALL_ID, width:regObj.width, height:regObj.height}, {flashvars:fv}, replaceId);
    }
    }

    / * Functions of abstraction and display alternative content
    */
    function displayAltContent (obj) {}
    If (ua.ie & & ua.win & & obj.readyState! = 4) {}
    For IE when a SWF file is loading (AND: not available in the cache) wait for the onload event to remove the original object element
    In IE you can not properly cancel a loading SWF file without breaking the browser load references, also does not work obj.onreadystatechange
    var El = createElement ("div");
    obj.parentNode.insertBefore (el, obj); Insert the placeholder div will be replaced by alternative content
    el.parentNode.replaceChild (abstractAltContent (obj), el);
    obj.style.display = 'none ';
    win.attachEvent ("onload", function() {obj.parentNode.removeChild (obj) ;});
    }
    else {}
    obj.parentNode.replaceChild (abstractAltContent (obj), obj);
    }
    }

    function abstractAltContent (obj) {}
    var ac = createElement ("div");
    If (ua.win & & ua.ie) {}
    ac.innerHTML = obj.innerHTML;
    }
    else {}
    var nestedObj = obj.getElementsByTagName (OBJECT) [0];
    If {(nestedObj)
    var c = nestedObj.childNodes;
    If {(c)
    CL var = c.length;
    for (var i = 0; i < cl; i ++) {}
    If (!) () c [i] .nodeType == 1 & & c [i].nodeName.toLowerCase () == 'param') & &! (c [i] .nodeType is 8)) {
    ac.appendChild (c [i] .cloneNode (true));
    }
    }
    }
    }
    }
    return ac;
    }

    / * Creation of dynamic Cross-browser SWF
    */
    function createSWF (attObj, parObj, id) {}
    var r, el is getElementById (id);
    If (typeof attObj.id == UNDEF) {/ / If no 'id' is defined for the object element, it will inherit the 'id' of alternative content}
    attObj.id = id;
    }
    If (ua.ie & & ua.win) {/ / do not combine the IE, the purpose and methods of the W3C DOM element: return to outerHTML}
    att var = "";
    for (var i in attObj) {}
    If (attObj [i]! = Object.prototype [i]) {/ / filter out other potential libraries prototype additions, like Object.prototype.toJSONString = function() {}
    If (I == 'data') {}
    parObj.movie = attObj [i];
    }
    ElseIf (i.toLowerCase () == "styleclass") {/ / 'class' is an ECMA4 reserved keyword}
    att += "class =" "+ attObj [i] ' + '" '; "
    }
    Else if (I! = "classid") {}
    att += ' ' + i + "=" "+ attObj [i] ' + '" '; "
    }
    }
    }
    by var = "";
    for {(var j in parObj)
    If (parObj [j]! = Object.prototype [j]) {/ / filter additions of other potential libraries prototype}
    "by += ' < param name =" "' + j + '" value = "" + parObj [j] + "" / > ';
    }
    }
    el.outerHTML = ' < object classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ' + att + ' > ' + by + ' < / object > ";
    fixObjectLeaks (attObj.id); This bug only affects dynamic publishing
    r = getElementById (attObj.id);
    }
    ElseIf (ua.webkit & & ua.webkit < 312) {/ / older webkit engines ignore elements nested in the element of the object param: fall to property incorporate element}
    var e = createElement ("embed");
    e.setAttribute ("type", FLASH_MIME_TYPE);
    for (var attObj k) {}
    If (attObj [k]! = Object.prototype [k]) {/ / filter additions of other potential libraries prototype}
    If (k == 'data') {}
    e.setAttribute ("src", attObj [k]);
    }
    ElseIf (k.toLowerCase () == "styleclass") {/ / 'class' is an ECMA4 reserved keyword}
    e.setAttribute ("class", attObj [k]);
    }
    ElseIf (k! = "classid") {/ / filter the specific attribute IE}
    e.setAttribute (k, attObj [k]);
    }
    }
    }
    for {(var l parObj)
    If (parObj [l]! = Object.prototype [l]) {/ / filter additions of other potential libraries prototype}
    If (l! = 'movie') {/ / filter the IE specific param elements}
    e.setAttribute (l, parObj [t]);
    }
    }
    }
    el.parentNode.replaceChild (e, el);
    r = e;
    }
    else {/ / good browsers behave}
    var o = createElement (OBJECT);
    o.setAttribute ("type", FLASH_MIME_TYPE);
    for {(var m in attObj)
    If (attObj [m]! = Object.prototype [m]) {/ / filter additions of other potential libraries prototype}
    If (m.toLowerCase () == "styleclass") {/ / 'class' is an ECMA4 reserved keyword}
    o.setAttribute ('class', attObj [m]);
    }
    Else if (m! = "classid") {/ / filter the specific attribute IE}
    o.setAttribute (m, attObj [m]);
    }
    }
    }
    for {(var n in parObj)
    If (parObj [n]! = Object.prototype [n] & & n! = 'movie') {/ / filter additions of other potential libraries prototype and the IE specific param element}
    createObjParam (o, n, parObj [n]);
    }
    }
    el.parentNode.replaceChild (o, el);
    r = o;
    }
    Return r;
    }

    function createObjParam (el, pName, pValue) {}
    var p = createElement ("param");
    p.setAttribute ("name", pName);
    p.setAttribute ("value", pValue);
    el.appendChild (p);
    }

    function getElementById (id) {}
    Return doc.getElementById (id);
    }

    function createElement (el) {}
    Doc.createElement (el) return;
    }

    function hasPlayerVersion (rv) {}
    var pv = ua.pv, v is rv.split(".");.
    v [0] = parseInt (v [0], 10);
    v [1] = parseInt (v [1], 10);
    v [2] = parseInt (v [2], 10);
    return (pv [0] > v [0] |) (pv [0] == v [0] & & pv [1] > v [1]) | (pv [0] == v [0] & & pv [1] == v [1] & & pv [2] > = v[2])) ? true: false;
    }

    / * Creation of dynamic Cross-browser CSS
    -Based on the solution of Bobby van der Sluis: http://www.bobbyvandersluis.com/articles/dynamicCSS.php
    */
    function createCSS (salt, VAT statement) {}
    If (ua.ie & & ua.mac) {}
    return;
    }
    var h = doc.getElementsByTagName ("head") [0], s = createElement ("style");
    s.setAttribute ("type", "text/css");
    s.setAttribute ("media", "screen");
    If (!) () UA.ie & & ua.win) & & typeof doc.createTextNode! = UNDEF) {}
    s.appendChild (doc.createTextNode (salt + "{" + VAT statement + "}"));
    }
    h.appendChild (s);
    If (ua.ie & & ua.win & & typeof doc.styleSheets! = UNDEF & & doc.styleSheets.length > 0) {}
    ls = doc.styleSheets var [doc.styleSheets.length - 1];
    If (typeof ls.addRule == OBJECT) {}
    ls.addRule (salt, VAT statement);
    }
    }
    }

    function setVisibility (id, isVisible) {}
    var v = isVisible? "visible": "hidden";
    If {(isDomLoaded)
    getElementById (id).style.visibility = v;
    }
    else {}
    createCSS ("#" + id, "visibility:" + v);
    }
    }

    function getTargetVersion (obj) {}
    If (! obj)
    return 0;
    var c = obj.childNodes;
    CL var = c.length;
    for (var i = 0; i < cl; i ++) {}
    If (c [i] .nodeType == 1 & & c [i].nodeName.toLowerCase () ==' object ' ') {}
    c = c [i] Sublst.ChildNodes(1).ChildNodes(0);
    cl = c.length;
    i = 0;
    }
    If (c [i] .nodeType == 1 & & c [i].nodeName.toLowerCase () == 'param' & & c [i] .getAttribute ("name") == 'swfversion') {}
    Return c [i] .getAttribute ("value");
    }
    }
    return 0;
    }

    function getExpressInstall (obj) {}
    If (! obj)
    Return ' ';
    var c = obj.childNodes;
    CL var = c.length;
    for (var i = 0; i < cl; i ++) {}
    If (c [i] .nodeType == 1 & & c [i].nodeName.toLowerCase () ==' object ' ') {}
    c = c [i] Sublst.ChildNodes(1).ChildNodes(0);
    cl = c.length;
    i = 0;
    }
    If (c [i] .nodeType == 1 & & c [i].nodeName.toLowerCase () == 'param' & & c [i] .getAttribute ("name") == "expressinstall") {}
    Return c [i] .getAttribute ("value");
    }
    }
    Return ' ';
    }

    return {}
    / * Public API
    -Reference: http://code.google.com/p/swfobject/wiki/SWFObject_2_0_documentation
    */
    registerObject: {function (objectIdStr, swfVersionStr, xiSwfUrlStr)
    If (! ua.w3cdom:! objectIdStr) {}
    return;
    }
    var obj = document.getElementById (objectIdStr);
    XI var = getExpressInstall (obj);
    var regObj = {};
    regObj.id = objectIdStr;
    regObj.swfVersion = swfVersionStr? swfVersionStr: getTargetVersion (obj);
    regObj.expressInstall = xiSwfUrlStr? xiSwfUrlStr: ((xi! = "")?) XI: false);
    regObjArr [regObjArr.length] = regObj;
    setVisibility (objectIdStr, false);
    },

    getObjectById: {function (objectIdStr)}
    var r = null;
    If (ua.w3cdom & & isDomLoaded) {}
    var o = getElementById (objectIdStr);
    If (o) {}
    var n = o.getElementsByTagName (OBJECT) [0];
    If (! n |) (n & & typeof o.SetVariable! = UNDEF)) {
    r = o;
    }
    else if (typeof n.SetVariable! = UNDEF) {}
    r = n;
    }
    }
    }
    Return r;
    },

    embedSWF: function (swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj) {}
    If (! ua.w3cdom:! swfUrlStr |! replaceElemIdStr |! widthStr:! heightStr |! swfVersionStr) {}
    return;
    }
    widthStr += ""; Automatic conversion of string to be stupid
    heightStr += "";
    If (hasPlayerVersion (swfVersionStr)) {}
    setVisibility (replaceElemIdStr, false);
    var att = (typeof attObj == OBJECT)? attObj: {};
    att. Data = swfUrlStr;
    att. Width = widthStr;
    att. Height = heightStr;
    by var = (typeof parObj is OBJECT)? parObj: {};
    If (typeof flashvarsObj == OBJECT) {}
    for (var i in flashvarsObj) {}
    If (flashvarsObj [i]! = Object.prototype [i]) {/ / filter additions of other potential libraries prototype}
    If (typeof par.flashvars! = UNDEF) {}
    by. FlashVars += "&" + i + "=" + flashvarsObj [i];
    }
    else {}
    by. FlashVars = i + "=" + flashvarsObj [i];
    }
    }
    }
    }
    {addDomLoadEvent (function ()}
    createSWF (att, par, replaceElemIdStr);
    If (att.id == replaceElemIdStr) {}
    setVisibility (replaceElemIdStr, true);
    }
    });
    }
    ElseIf (xiSwfUrlStr & &! isExpressInstallActive & & hasPlayerVersion ("6.0.65") & & (ua.win | ua.mac)) {}
    setVisibility (replaceElemIdStr, false);
    {addDomLoadEvent (function ()}
    var regObj = {};
    regObj.id = regObj.altContentId = replaceElemIdStr;
    regObj.width = widthStr;
    regObj.height = heightStr;
    regObj.expressInstall = xiSwfUrlStr;
    showExpressInstall (regObj);
    });
    }
    },

    getFlashPlayerVersion: function() {}
    return {major: ua.pv [0], minor:ua.pv [1], release: ua.pv [2]};
    },

    hasFlashPlayerVersion:hasPlayerVersion,

    createSWF: {function (attObj, parObj, replaceElemIdStr)
    If (ua.w3cdom & & isDomLoaded) {}
    Return createSWF (attObj, parObj, replaceElemIdStr);
    }
    else {}
    return undefined;
    }
    },

    createCSS: function (salt, VAT statement) {}
    If {(ua.w3cdom)
    createCSS (salt, VAT statement);
    }
    },

    addDomLoadEvent:addDomLoadEvent,

    addLoadEvent:addLoadEvent,

    getQueryParamValue: {function (param)}
    var q = doc.location.search | doc. Location.Hash;
    If (param == null) {}
    Return to q;
    }
    {if (q)}
    var pairs = q.substring (1) .split ("&");
    for (var i = 0; i < pairs.length; i ++) {}
    If (pairs [i] .substring (0, peers [i] .indexOf ("=")) == param) {}
    peers return [i] .substring ((peers [i] .indexOf ("=") + 1));
    }
    }
    }
    Return ' ';
    },

    For internal use only
    expressInstallCallback: function() {}
    If (isExpressInstallActive & & storedAltContent) {}
    var obj = getElementById (EXPRESS_INSTALL_ID);
    If (obj) {}
    obj.parentNode.replaceChild (storedAltContent, obj);
    If {(storedAltContentId)
    setVisibility (storedAltContentId, true);
    If (ua.ie & & ua.win) {}
    storedAltContent.style.display = 'block ';
    }
    }
    storedAltContent = null;
    storedAltContentId = null;
    isExpressInstallActive = false;
    }
    }
    }

    };

    }();

    Hello

    It is a problem with the code you are using, to remove the lines marked in red and check if it works then. Or move the code of swfobjects, (6 off) above any other javascript code you have at the bottom of your page.

    
    

    PZ

  • need help on car videography transitions

    Need help on some video tips that I think involve time mapping, but I could be wrong.

    Just to make sure that you know the basic steps of time remapping, don't forget to check out this tutorial. There is also some advice at the bottom of the tutorial page: time slowed down with a flow perspective and time remapping.

  • Need help with Flash - really basic!

    Hi, I really need help with Flash and quick. I have to create an auto-run cd, but before I can create that, I have to make everything works! I took a class in College Flash, which up to 1 1/2 ago so im kind of knowledge missing!

    My first problem is as follows:
    I have the homepage, and it contains a button English and french.
    When you click on buttons, it brings you to the next page, either resourcesFr or resourcesEn.
    I tried to use the loadMovie script but and it works but the new page loads on the home page you can still see the English/french under buttons. How can I fix? I know its simple but I am short on time... Should I still use the loadMovie script?

    My other problem is that im trying to have another button to link to a folder. Use the script for getURL for this as well?

    Help!

    I was able to solve my problem... it was only the forward slash that were in the wrong way... so the correct code is:

    on (release) {}
    DRV = _url.substr (8.1);
    getURL (drv + ": / English/brochures");
    }

    Only took me 5 days... I think I need to buy a script book action! Laughing out loud

  • Need help to take down the netkey password so I can get some things, he won ' t let me in.»

    Original title: Netkey

    I need help for the netkey password so I can get some things, he won ' t let me in..

    We can't really help a lot with that here, but you can contact the company that makes NetKey here:

    http://www.NCR.com/contact-us

    They can help how to use them (or remove) their system.

  • I have the windows product key sticker, but some of them are deleted. I really need help to send a photo to show him what it's like.

    Original title: product key

    Hello

    I have the windows product key sticker, but some of them are deleted. I really need help if I can send a photo to show him what it's like. I formatted my laptop and he asks the authentic copy. I really need help coz 2 days left to activate.

    Thanks in advance

    Best regards

    You can extend the activation period of 30 days by running slmgr /rearm since the Admin command prompt.

    Then take a picture of your COA sticker with your phone, blow as large as possible to try to detect all the characters input for Activation.  You can also use a magnifying glass.

    If you can not use the key to product then you will need to either the order of the restoration of the factory of the manufacturer of your PC media, or if you have a C:\windows.old folder you can try to reinstall the factory to SLP activation file.  However we do not support this so you will need to search on your own.

  • All my photos are displayed such as BW because somehow I saved a preset to quickly develop and it records in BW.  This is for all of my photos.  Individually, I can cancel their but did need help how to get rid of the pre-selection, so he's going to defau

    All my photos are displayed such as BW because somehow I saved a preset to quickly develop and it records in BW.  This is for all of my photos.  Individually, I can cancel their but need help how to get rid of the preset then all photos of goes to Default or in the shot. Thank you

    Go to the develop module and highlight all the images in the film at the bottom of the screen. Enable automatic synchronization, and then click the reset button. To reset all the images in your camera default settings.

Maybe you are looking for