Location of AC_RunActiveContent.js

I'm trying out 8.02 - specifically for the fix of the "Click
to Activate" problem. DW now creates a nice javascript call to
AC_FL_RunContent when I click the Insert/Media/Flash menu option,
but it also creates a new Script directory and puts the js file
there. I don't want to have a new js file for each directory in my
web site structure. Is there any way I can tell DW to use a common
source for the js file (ex.
http://www.mywebsite.com/common/AC_RunActiveContent.js),
whenever it inserts new flash content, rather than chaining off the
current directory?

On Tue, 26 Sep 2006 18:12:06 +0000 (UTC), "TomBrennan112"
<[email protected]> wrote:
>> Just put the Scripts folder at the root of the site,
and make all of your
> > links into it root relative.
>
> I've tried making mods to the code, but it doesn't work
as I expect. For
>example. If I create a new html file and add a flash
document, I get the
>default script include line of:
>
> <script
>src="DWConfiguration/ActiveContent/IncludeFiles/AC_RunActiveContent.js"
>type="text/javascript"></script>
>
> If I change that before saving to a common file, such
as:
>
> <script src="
http://websysa.sce.com/common/AC_RunActiveContent.js"
>type="text/javascript"></script>
>
> ... then DW does not make a script file. Exactly what I
want!
>
> When I add another flash document to the same html, DW
must already see I''ve
>included the js file and does not create another include
line. Good so far.
>But when I save those changes, DW creates a new
subdirectory named
>websysa.sce.com/common/ containing the js file!
>
> I just don't understand what the designers have in mind
:) I've searched the
>Help doc, but it looks like it's not updated with the
8.02 fix. I thought I'd
>ask here before giving the support folks a call.
I sure don't mean to make light of what's bothering you, but
personally, I would not have invested this much effort in
solving it.
Instead, I would let DW do whatever it wants and then used
search and
replace to change all instances of the script pointer to what
I want,
such as <script src="/common/AC_RunActiveContent.js"
type="text/javascript"></script>
hth.

Similar Messages

  • 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>

  • Flash in Dreamweaver site  AC_RunActiveContent.js problem

    I have a site created at www.backtothebasics.net. I have
    Flash banners running at the tops of each page. The home page
    works, as does all of the main category pages (ie Sprouting,
    Gardening, etc). However, when you click further, to an article
    within a category, the Flash banner just shows up as a blank white
    box. Each page has the same code on it-the script call in the head
    "<script src="AC_RunActiveContent.js"
    type="text/javascript"></script>", and then the code
    within the page. The only difference is that the article pages are
    one more level down in the folder structure, so the head code reads
    Scripts/AC_RunActiveContent.js on the home page, ../Scripts/ on the
    category pages, and then ../../Scripts/ on the newsletter article
    pages. I have tried taking out all AC references, as well as
    putting the js script in the same folder and adjusting the head
    code accordingly, and none of these things seems to work. Any ideas
    on what I need to do to fix this?

    This is the portion in the <head>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml"><!--
    InstanceBegin template="/Templates/dehydrating_short.dwt"
    codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Back to the Basics : Benefits of Dehydrating
    Article Page 1</title>
    <!-- InstanceEndEditable --><!--
    InstanceBeginEditable name="head" -->
    <link href="../../print.css" rel="stylesheet"
    type="text/css" media="print" />
    <script src="
    http://www.backtothebasics.net/Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    <!-- InstanceEndEditable -->
    <link rel="stylesheet" type="text/css"
    href="../../theme.css" />
    <script type="text/javascript">
    This is the body portion:
    <table width="820" border="0" cellspacing="0"
    cellpadding="0" align="center">
    <tr>
    <td width="150" valign="middle"><img
    src="../../images/top_left.gif" width="160" height="180"
    /></td>
    <td width="670" valign="middle">
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','660','height','180','src','../flash/Dehydrateing_Banner','quality','high','pluginspag e','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash',' movie','../flash/Dehydrateing_Banner'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="660" height="180">
    <param name="movie" value="
    http://www.backtothebasics.net/flash/Dehydrateing_Banner.swf"
    />
    <param name="quality" value="high" />
    <embed src="../../flash/Dehydrateing_Banner.swf"
    quality="high" pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="660"
    height="180"></embed>
    </object></noscript></td>
    </tr>
    </table>
    The paths to the script and flash files are both correct.
    Here is the code on a page that is working correctly: The
    only difference is that this page is located at root/dehydrating/
    and the one that is not working is at root/dehydrating/articles/.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml"><!--
    InstanceBegin template="/Templates/main_page.dwt"
    codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Back to the Basics : Dehydrating Main
    Page</title>
    <!-- InstanceEndEditable --><!--
    InstanceBeginEditable name="head" -->
    <script src="../Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    <!-- InstanceEndEditable -->
    <script src="../Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    <link rel="stylesheet" type="text/css" href="../theme.css"
    />
    <script type="text/javascript">
    And the page code:
    <table width="820" border="0" cellspacing="0"
    cellpadding="0" align="center">
    <tr>
    <td width="150" valign="middle"><img
    src="../images/top_left.gif" width="160" height="180"
    /></td>
    <td width="670" valign="middle"><script
    type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','660','height','180','title','Dehydrating
    Flash
    Banner','src','../flash/Dehydrateing_Banner','quality','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','../flash/Dehydrateing_Banner'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="660" height="180" title="Dehydrating Flash Banner">
    <param name="movie"
    value="../flash/Dehydrateing_Banner.swf" />
    <param name="quality" value="high" />
    <embed src="../flash/Dehydrateing_Banner.swf"
    quality="high" pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="660"
    height="180"></embed>
    </object></noscript></noscript></td>
    </tr>
    </table>
    Thanks!

  • Stream 8 tablet location does not work on T-mobile broadband

    On my HP Stream 8 tablet, location works fine with GPS only (GNSS on; Mobile Broadband, Wi-Fi, and Bluetooth off).
    However, if I turn on Mobile Broadband and connect to T-Mobile and turn off GNSS (or GNSS on inside where there is no GPS signal) and keep Wi-Fi and Bluetooth off, the location gives very odd results.  Last week the map showed Phoenix as my location (I am actually located in San Francisco).  This week, it gives Brentwood or Clayton, CA, both more than 30 miles away.
    HP tech support said call T-Mobile.  T-Mobile said they had occasionally seen equally odd locations.
    I went to a nearby T-Mobile store.  They had a Samsung Galaxy Tab 4 which always gave a correct location, within 100 feet using T-Mobile alone.  Manually moving the map to a different location in an attempt to confuse it and turning it on and off, it would still find the correct location.  No surprise there, my three year old Virgin Mobile LG android cell phone does just as good a job at finding locations.
    (The T-mobile store also had an iPad Mini 3 that I was able to confuse.  On T-Mobile alone and clicking on My Location in maps, it produced a grid that was blank except for a line saying that it was unable to find a location, no info or link to what to do next.  The T-Mobile store did not have a Stream 8.  The Microsoft Store has a Stream 8 but it is not connected to Mobile Broadband.)
    Does anyone else have this problem?  Is my unit defective? There  are times that a GPS signal is unavailable and a T-mobile broadband signal is available, and it seems that this unit should be able to find a location at least as well as my cell phone.
    Thanks.

    I see the same basic results, wifi=off, bluetooth=off, gnss=off, t-mobile=on. Open win8.1 map-app shows my location in LA south of the 101/110 junction. I'm in SF Bay area near San Jose about 400 miles away. Turn on wifi and map-app shows me at my real address. With t-moile only, opened win8.1 IE, went to www.bing.com/maps location also shows LA.
    My only t-mobile account is the stream8 free 200mb/month data plan, don't think they have my real address anywhere. My t-mobile "phone" number is 720 area code in the Denver area. No idea why middle of LA is the t-mobile location. Must be a "feature, not a bug".

  • Delete file from original location and when copied size of file increases.

    hi !
    I have 2 exe's both of 1.15MB which I want to move to another folder. The files are copied to the folder but the size of exe increases to around 350MB each. What can be the problem ?
    BufferedOutputStream bos=new BufferedOutputStream(new FileOutputStream(filename));
    int o=bis.read();
    do{bos.write(o);}while (o!=-1);
    boolean del=this.fpara.delete();
    System.out.println(del);          Also, the file is not deleted from the original location even though I have used the delete function. The last line produces null output.

    And do follow coding conventions
    {color:0000ff}http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html{color}
    If your original source is all jammed up like the snippet you posted, I'm not surprosed that you can't spot your mistakes.
    db
    Edited by: Darryl.Burke on Mar 9, 2008 12:40 AM

  • Delete File from URL located on HTTP Server.

    Hello All, could you anybody help me with my Problem. I need to delete some File in URL located on HTTP Server. The File was created via using of the Function 'DP_CONTROL_SEND_STREAM_TO_URL'. Any Times I need to delete this File from the url Location, but I cann't find any Functions or Method of any Class (GUI 6.20) to realise that. I read lot of very good Blogs from Thomas Jung about HTTP classes, but I cann't find somthing relevant for me...
    Sincerely Yours,
    Lubomir

    Hi,
    You can try with GUI_DELETE_FILE and give http location in FILE_NAME
    or WS_FILE_DELETE.
    I am not getting any CNDP function module for your purpose.
    Hope you will get sucess..
    Thanks,
    Chetan Shah

  • When i login to pc or some another iphone to find my iphone Web it show me wrong location

    When i login to pc or some another iphone to find my iphone Web it show me wrong location.
    and whn i check my location to map tht show me correct.......
    Today i wast my 1Hr to search my friend va find my iphone it show me wrong loction 4km wrong location...
    ThankQ

    Try signing out, then back in on your phone: Settings>Store>Apple ID, tap the ID shown, sign out, sign back in.  If that doesn't work, reset your password here: https://iforgot.apple.com.

  • Manage-bde command is not generating recovery key on network location

    Hi,
    I am trying to save the recovery key to the network share location and start up key in the USB drive while enabling bit locker.When the OS drive gets encrypted, the default folder for recovery password shows that it contains 1 file but not getting anything
    inside it when i checked the properties of the folder.
    i have already changed the group policy as "choose default folder for recovery password".
    I am using the command to enable the bit-locker as "manage-bde.exe -on C: -rk
    <network location to save recovery key> -sk <location of the USB drive>
    -rp to enable the bit-locker. It is generating the start up key in the USB but not the recovery key on network share.
    Can anyone suggest what i am missing or what else i should do to generate the recovery key on network share.
    Does manage-bde process be able to save the recovery key on network share or it hand over to some other process to perform this task.
    Thanks
    Gaurav Ranjan

    I got you Manoj, but I want to ask you one think that what if i lost the startup  key or my USB stick. I have my recovery key on the network share.  In order to log-in my machine I need the recovery password. From where i will get the recovery
    password(48 digit). Surely from the recovery key on the network share. So how can i get the recovery password if only we have the recovery key.
    I know both are different in context. Both are two different thing. I have lost my USB stick along with the recovery password and I have to log-in my machine. How can i do that i want to know that. Do there is any method to get recovery password from the
    recovery key on network share. I have retrieved the recovery password when the recovery key in AD. But this time it is on network share.
    Also one think which I need to solve is that the manage-bde -protectors -add command creates a new .bek file along with the older one. So the .bek file which get shown at the time of the start up of the machine is different from that stored in the network.
    So i am getting confused as which .bek file is for which machine and hard to retrieve the password.
    Is there any method to store recovery key on network without the -protectors -add command line so that both the .bek file should be matched and can easily be known for indiviual machine in an OU. As if both the .bek files will be different it would be difficult
    to to retrieve the recovery password for the machines.
    Please do inform if you need some more information about the scenario if i missed something.
    Thanks
    Gaurav Ranjan

  • Opening and closing stock at storage location level

    Dear all
    I need a std report which will give the opening and closing stock at storage location level, Or should I go for dev. if yes please guide me.
    Regards
    Samuel

    Hi,
    check if you can use S_P00_07000139 report, select "Display stock movement by plant (with amount) and further select Sloc from layout.
    Regards,
    Vikas

  • Report including open purchase order quantity for one storage location

    Hello gurus,
    I am looking for a report giving me the total/available stock and the open purchase order quantity for all materials stored in a certain storage location.
    I.e. like this:
    Plant 0001, storage loc. 01
    Material        stock        open purchase order quantity
    100000        200 pcs.   50pcs.
    Is there such a report in SAP standard?
    Thanks
    Alicia

    hI
    U want the report like this ,
    MAterial stock availablein storage location and with Open PO quantity for the same material.???
    This report u can get in 2 different transaction . the n u can combine and create one custom transaction .
    One is for materil stock in storage location is MB52 or MB5B
    THen ME2N for open PO quantity for that material.

  • Power view in SharePoint - Changing the default save location?

    Is it possible to change the default location when saving Power view back into SharePoint?
    Our users are creating their own power view reports by clicking a power view shared data source in SharePoint document library.
    When saving their reports, the default location is always the same location where the data source is. This is described here also:
    https://support.office.microsoft.com/en-us/article/Power-View-in-SharePoint-Server-Create-save-and-print-reports-f616575e-02bf-46cd-b94a-b744245ef9d1?CorrelationId=a852221e-b063-4020-a20a-53d8e8fb8b8b&ui=en-US&rs=en-US&ad=US
    Quote from the link: "The first time you save the
    report, the default location will be the folder where the model is located."
    Ok, understood. But is it possible to change this???

    Hi again
    Ouch! Not the network!
    One of the hard learned issues that folks are unaware of until they encounter problems is that Captivate does not do well when a project is stored on a network. It's fine to keep projects there in order to back them up or as a transfer pivot location to allow others to edit, but you never want to open Captivate, click File > Open and browse to a network location to open a project for editing.
    Best practice at this point is to keep projects on your local C drive when you make edits.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Date Wise and Storage Location Wise Stock Qty & Value Report......

    Hi Experts,
    We want a report Date Wise(As on 31.03.2008) and Storage Location Wise Quantity & Value Report for only Finish Materials. Is there any report ?
    From Mb5b we canot get storage location wise report as we get only plant level qty and value.
    Pl. guide us.
    Regards,
    Yusuf

    Hi Yusuf,
        Try the Tcode: MC.9 there enter the site and article and executeYou will get details of the article
    stock, value. if you double click the article you will get the details of storage location.
    Hope it will be help for you
    Regards
    GK

  • Stock on posting date -storage location and batch wise

    Dear All
    I need to developa report exactly same as MB5B but with storage location and batch wise.
    We need  storage location wise opening stock, total receipts, total issues and closing stock, and values for given time period.
    I have gone through some history tables like MCHBH and MBEWH.
    But all the history tables are having fileds for period wise but not date wise.
    Any focus on this?

    You have to read the coding of MB5B to see how SAP is doing it.
    The stock per date is calculated, starting from a month end, adding or reducing quantities based on movements until the date in question is reached.

  • Storage location wise Opening/Closing Stock on posting date (mb5b)

    Hi,
    Report mb5b gives opening stock and closing stock as on date. In the selection screen, if we do not enter specific storage location then the opening/closing stock is displayed as sum of all storage location stocks for a given material.
    Where as if we enter storage location, it gives storage location specific output. (with Storage loc/batch stock radio button)
    My requirement is - without entering storage location in the initial screen, the system should display storage location specific opening/closing stock.
    To get this, presently I need to execute mb5b transaction individually for every storage location.
    Warm regards,
    MS

    Hi Madhavi
    This report you can have in T code MC.6 and another t code for opening and closing stock in t code MC.9
    Regards
    Vivek
    -- Reward if helpful
    Edited by: Supergene on Feb 28, 2008 3:17 PM

  • Opening and closing Stock report at Storage location level- date wise

    Dear all
    Is there any standard report to view opening and closing stock at storage location level? ( we have MB5B which resets the entry screen if we enter SLOC details).
    Thanks
    Sam

    Do  I have the option of  selecting Storage Location wise opening and closing stock on a particular date or period, that is what I have requested? Is it possible, evenafter selecting storageloc/batch stock and entering all the SLOCs in the selection creen, the report output does not contain any SLOC, and using ctrl+F8 or display variant does not have SLOC as a field also.
    pls gudie
    sam

Maybe you are looking for