Where is the AC_RunActiveContent.js DW creates for you at?

i believe i can almost get my videos working,[i made some flash videos using insert>media>flv] but out of the 3 things, it found 2, but it cannot find AC_RunActiveContent.js
so i decided to look for it, but even i can't even find it, so were is it at. i found swfobject_modified and expressInstall in the Scripts folder, but i wasn't in there.
i was told to move them and changed the paths and it work, but i cannot find AC_RunActiveContent.js so wheres it located?
http://www.cis.monroeccc.edu/dream10/sarmer/final/freeware/cave_story.html
thats one of my pages if it helps.

That page does not make use of the AC_RunActiveContent.js file, so that may be why you can't find it.  The page you linked is using swfobject_modified.js instead...
<script src="swfobject_modified.js" type="text/javascript"></script>

Similar Messages

  • Where to see activities, which are created for the campaign with target group

    Hi
    I have created a Communication Method in SPRO -> CRM -> Marketing -> Marketing Planning & Campaign Management -> Campaign Executtion - Define Communication Method : Activity has been configured
    Activities are not appearing after creation of campaign with target group.
    Where to see activities, which are created for the campaign with target group?
    Regards
    Hamid

    Hello,
    alternatively to check  table CRMD_ORDERADM_H directly you can use the related transactions search for the campaign:
    This should bring all activities generated by the campaign. If this is empty first check the job log of the campaign execution job again:
    This gives information if any target group members have business transactions created. If the log does not contain the required information you can debug from SM37. The business transactions (activities, leads, sales orders) are generated from function module CRM_MKTTGGRP_PROC_CREATE.
    best regards,
    Johannes

  • Where are the official microsoft ISO's for windows 10 preview?

    Hi All,
    Where are the official Microsoft ISO's for Windows 10,  10051 and 10056 preview?   They are all over the web, but I don't trust them unless they comes from Microsoft itself.
    Many thanks,
    -T

    To ToddAndMargo,
    RE : Is there a way to manually go to Windows Updates and manually download a particular file
    No. All updates will be downloaded and installed automatically. You don't get to choose which to install and which to decline.
    RE : And I can't find 10049's ISO either (from Microsoft). 
    As of now, the only most current ISO available is for build 10041. Build 10049 ISO is not yet available.
    When build 10049 is released from Slow ring, usually it is also the time its ISO will be released.
    RE: ESD file. How?
    One cannot download an esd file of build 10049 from Windows Update.
    You download and install the entire build 10049 via Windows Update. When it is done, you can then find its Installed.esd file from RecoveryImage folder and use it to manually create an ISO fie. You will need a specific program to create an ISO from Esd.
    You might ask " why do I need an ISO fie if the operating system is already installed ?"
    Some users are advocates of "clean install". They prefer clean install over upgrade install. Clean install can be done by burning the ISO file into a bootable DVD or an USB with at least 4 GB capacity and use it to install.
    You can also use the same media and install in another compatible computer.
    It can also serve as an emergency backup incase you need to reinstall.

  • How to find the number of references created for a given  object ??

    How to find the number of references created for a given object in a big application environment.
    That means, if i give any object name (of my application) as input, then how can i find the[b] number of references created for that particular object ??

    Please do not post the same question multiple times.
    As for your original question, there is no direct way to do it.
    Especially not the way you phrased it,
    since objects don't have "names".
    Applications also don't have "names".
    They have classes and instances.
    Also, there are 2 related issues, and I'm not sure which one is the one you asked.
    #1. Finding the number of references to the same object.
    Eg.
    Map<String,String> a = new HashMap<String,String>();
    Map<String,String> b = new HashMap<String,String>();
    Map<String,String> c = a;In this case, there are only 2 objects.
    The first object has (at least) 2 references pointing to it.
    The second object has (at least) 1 reference pointing to it.
    (There may be more, if the HashMap library keeps
    references to these things, or if the HashMap object has
    some internal cyclic references...)
    If you're asking this, then it can't be done.
    It's an active research topic in universities
    and software research labs, called "alias analysis".
    Type it in google, and you'll see people are working hard
    and having little success so far.
    #2. Finding the number of instances created from a class.
    In this case, what you have to do is to add a counter to
    the constructor of the class. Every time an object is constructed,
    you increment the counter. Like this:
       class MyClass
           public static int counter = 0;
           public MyClass( )  { counter++; }
        // Then later in your program, you can do this:
        MyClass a = new MyClass();
        MyClass b = new MyClass();
        System.out.println(MyClass.counter); // It should show 2Note: you won't be able to do this to every class in the system.
    For every class you care about, you have to modify its constructor.
    Also: when an object is deleted, you won't always know it
    (and thus you won't always be able to decrement the counter).
    Finalizers cannot always work (read Joshua Bloch's
    "Effective Java" book if you don't believe me), but basically
    (1) finalizers will not always be called, and
    (2) finalizers can sometimes cause objects to not be deleted,
    and thus the JVM will run out of memory and crash

  • Where is the "variations" feature in photoshop for adjusting color?

    where is the "variations" feature in photoshop for adjusting color?

    There is also a forum for Photoshop General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • The usual - Where is the new 10.5.8 for My Settings

    The usual … Where is the new 10.5.8 for My Settings

    Would it be possible to post a notice in this forum that a new OS version profile setting is available when the settings have been updated? This might help reduce the speculation but primarily it would serve as a reminder for users about keeping their profiles updated....

  • [svn:fx-4.0.0] 13527: changed how the mpl package is created for easier maintainability.

    Revision: 13527
    Revision: 13527
    Author:   [email protected]
    Date:     2010-01-15 10:59:08 -0800 (Fri, 15 Jan 2010)
    Log Message:
    changed how the mpl package is created for easier maintainability.  Previously I had been duplicating what the main pkg target was doing and just omitting the files that were not intended to be in the mpl pkg.  After the main pkg is bundled up the files not needed will be removed from the stage directory and then bundled up as the mpl package. fixes SDK-25039
    Straighten out the confusing packaging targets. 
    -sdk-packages is now packages -> calling this will package the flex_sdk_4 and mpl zips
    QE notes: the mpl + add-on package should give us the flex_sdk_4 pkg
    Doc notes:
    Bugs: SDK-25039
    Reviewer:
    Tests run: packaging targets
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25039
        http://bugs.adobe.com/jira/browse/SDK-25039
    Modified Paths:
        flex/sdk/branches/4.0.0/build.xml

    Hi Harshall,
    You have to enter the value as 1 in Installed base field and then press enter.
    You will be taken inside and then you will be able to see the Goto - Partner screen.
    Hope this will help.
    Please reward points suitably.
    Regards,
    Naresh.

  • Why are documents on the Lion upgrade so impersonal: Save a Version(where is the original that I created)?

    Why are documents on the Lion upgrade so impersonal: Save a Version(where is the original that I created)?

    I keep thinking of the old, original TV show, "Outer Limits" in which the narrator tells us that he has control.
    We are entering into the new nanny state, in which personal control is being minimized.

  • How to find the TCODE that is created for the table maintanance generator

    Hi ,
    How to find the TCODE that is created for the table maintanance generator of particular table,if we only know the table name.
    Regards
    Ramakrishna L

    Hello,
    I try it this way
    1. Goto SE16 --> enter table TSTCP.
    2. In the selection-screen displayed, enter
    PARAM = *<ZTABNAME>*
    You will get the t-code for the TMG.
    BR,
    Suhas
    PS: Are you sure a t-code has been created for this TMG ?

  • TS1389 where is the "authorize your computer link" once you are in the apple store????????????

    where is the "authorize your computer link" once you are in the apple store????????????

    erinsawyer wrote:
    where is the "authorize your computer link" ...
    On your Computer...
    Open iTunes...  
    If you're using iTunes 11 click on the box icon in the top-left corner to see the " Show Menu Bar "  
    and from the Menu Bar select Store...
    From the Store menu, choose Authorize This Computer.
    (In earlier versions of iTunes, access this option from the Advanced menu).
    When prompted, enter your Apple ID and password, then click Authorize.
    See Here for full details...
    About authorization and deauthorization

  • HT4095 2 Some movies may not be available from iTunes in the Cloud. These movies, if purchased in HD, will download both the HD and SD versions for you to sync to your compatible iPod and iOS devices. Previous purchases may be unavailable if they have bee

    2 Some movies may not be available from iTunes in the Cloud. These movies, if purchased in HD, will download both the HD and SD versions for you to sync to your compatible iPod and iOS devices. Previous purchases may be unavailable if they have been refunded or are no longer available in the iTunes Store, App Store, or iBookstore.

    Do you have a question ? Not all content is available for re-downloading e.g. if the content provider (or Apple) removes them from the store, and there are also some film studios (in countries where film re-downlaoding is possible) who haven't agreed to allow their films to be re-downloaded.
    Otherwise, re-downloading : http://support.apple.com/kb/HT2519

  • Where is the .m2v menu file located for saved projects?

    Hi, i've done this before, but seem to have forgotten...I was wondering where is the location of the .m2v files of a saved project. The reason why i would like to find the .m2v file, is so i could convert the .m2v to .dv in order to create a menu on motion. From my remembering, the menu file could possibly be under the project file under "show package contents", but i seem to not have any success of looking for it recently. Can anyone help verify where the menu files are located?
    thanks for your time.
    Leonard
    i've burned the project and looked at the contents of the dvd and found a file with a .evo extension, would this have any relation to my question?

    evo is HD DVD file, not SD, so this may not apply (and you probably want to double check your project settings.)
    The items that DVD SP makes are in the PAR & MPEG files in a folder in the level where the assets are located, and if you do the show package contents on the project and look in the Render Data Folder what you are looking for should be there (when DVD SP has to render, there are some times it will not have to render)- Check out the manual DVD SP 4 (Pg 230 of the PDF) for certain instances (not all) where menus willl have to be compiled/rendered
    To do the show packkage http://dvdstepbystep.com/ira/ shows how to do it, just Highlight the DVD SP saved project (instead of the app intself) as shown in Step 1 on that link, then drill down

  • Where is the location of isight photo for new osx account?

    Hi all - my first post....
    When a new account is created and the (inbuilt) isight camera is used to take a login photo, where on the OS is that photo stored and in what format?
    Sorry if it's basic, but I've searched high and low for ages...
    David
    intel laptop   Mac OS X (10.4.9)  

    Welcome to Apple Discussions, David
    While your question may be basic, the answer is not so simple.
    Yours is actually a question about how OS X works rather than iSight.
    See Niel's Nov, 2006, response to Bernhard VonZastrow1's question in:
    http://discussions.apple.com/click.jspa?searchID=-1&messageID=3532758
    Because this old post has been archived and will be removed from view before this topic is, I quote Niel's response here for the record:
    The login picture can be anywhere on the hard disk; to find its current location, open the NetInfo Manager in the /Applications/Utilities/ folder, and check the picture property for your user account.
    To find this property for a system other than the one currently used to start up the computer, open the Terminal application in the /Applications/Utilities/ folder and run the following command:
    sudo nicl -raw '/Volumes/volumename/private/var/db/netinfo/local.nidb' -read users/username/
    This command will prompt you for your administrator password; nothing will appear in the Terminal window while it is being typed. Look for the picture line in the output to find the path.
    (17705)
    If Niel's response answers your question, please let us know, but wait for Niel to post here so you can credit him with the "Solved" points he deserves.
    If you need more help of info about this topic, you might want to post in Tiger Forums > Administration, Accounts & Login Discussions. Niel and other very smart folks will help you with your OS X questions there.
    Cheers,
    Jim
      Mac OS X (10.4.9)    G5 DP 1.8  External iSight

  • Where can I find Firefox 7.0 to install? Is there a link maintained where all the firefox releases are available for users

    Hello Team,
    Is there a link maintained where all the firefox release and its patch are available for users to download & install

    You can get Firefox 7 here
    * http://releases.mozilla.org/pub/mozilla.org/firefox/releases/7.0.1/
    buit its reccomend to use Firefox 8

  • Where are the auto recovery files stored for Visio 2010?

    I have auto recovery set for every 5 minutes.  I have been working on a file that has been saved several times a day.  Today when just moving a shape Viso 2010 crashed after I had been working on the file for over 2 hours.  Auto recovery popped
    up every 5 minutes indicating it was saving the file.  After the crash the ony file I could find was the file as it was when I first opened it this AM.  None of the work done today was saved. 
    Did auto recovery completely fail?  Where can I look for the auto recovery file? 
    I have not done a reboot because I am afraid that if the file exits it will be gone for sure if I reboot.  Any suggestions are welcome.
    There must be a temp file or something that I can look for but not sure what the extension would be or the location.
    Hopefully someone here can help.
    thanks,
    greg
    Greg J Wilson

    How do I know? You state the the auto-save file extension is .vxd - that's the Visio document XML format.
    You can change this in File -> Options -> Save
    As for the crashes, are there any messages when a crash occurs?
    Check that the video drivers you have are the latest, try a different screen resolution to see if that changes anything and turn off or change any screen accelerators.
    -- Paul Herber, Sandrila Ltd. http://www.sandrila.co.uk/ Engineering and software shapes for Visio.
    My mistake - the file format is .vsd - standard visio format
    Here is the info from the event viewer for the specific crash that caused me temporary pain.
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider
    Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated
    SystemTime="2011-07-25T17:15:25.000000000Z" />
    <EventRecordID>83552</EventRecordID>
    <Channel>Application</Channel>
    <Computer>gw-Tosh_laptop</Computer>
    <Security
    />
    </System>
    <EventData>
    <Data>VISIO.EXE</Data>
    <Data>14.0.6022.1000</Data>
    <Data>4d6eacd6</Data>
    <Data>unknown</Data>
    <Data>0.0.0.0</Data>
    <Data>00000000</Data>
    <Data>c0000005</Data>
    <Data>8469f91f</Data>
    <Data>1668</Data>
    <Data>01cc4ae02611b81c</Data>
    <Data>C:\Program
    Files\Microsoft Office\Office14\VISIO.EXE</Data>
    <Data>unknown</Data>
    <Data>af70a4ff-b6e1-11e0-82fc-001e33913568</Data>
    </EventData>
    </Event>
    Greg J Wilson

Maybe you are looking for