Cache issues with include Actionscripts

I am currently working on a project that uses the same file
name for its banners - PROMO_SHOP.SWF. In this banner there are
three promo squares that when each is clicked will go to different
URLs. What I have done is the URLs are in a seperate .AS
actionscript file that the client can update.
Some background: I use to include the URLs within the final
SWF file but because I charged the client everytime I made a URL
update change, the client did not want to have to pay for it. The
alternative was to create an include that would reference the URL
"links.as" file.
The issue: It seems that when I place this onto the web (in a
JS2 template) each time you update the URLs the cache (of either
the browser or the server) is retaining the original link from the
included .AS file. The only work around solution is to change the
name of the "links.as" file to something else which means I have to
update the SWF file to reference the new file name. This really
doesn't help the client out.
Does anyone know why the SWF file will not recognize a new AS
file when the AS file is updated?
Thanks
Jeff

I am assuming you are using #include to include your .as
file. When you compile a swf, any #include code will be compiled
too. After you have made your swf, changing the .as file will have
no effect on your swf at all. You would need to re-compile your swf
to use the changed code in your .as file.
Hope that helps.

Similar Messages

  • Directory Caching issue with Cisco Jabber client for Windows

    Hi ,
    I am facing cache issue with Cisco Jabber client for Windows. If I do any change related to modification or deletion of contacts in Active Directory/ Callmanager, it does not reflect in the Jabber. Because jabber takes the contacts from the locally stored cache file in the Windows system.
    Every time I have to remove the cache file to overcome this issue, practically it's not possible to do the same with all the Widows users. As, if any employee leaves the company and still I can see his contact appears in the "Cisco Jabber client". I have not seen this issue with Android/Apple iOS.
    Is there any automated way to remove the cache file? 
    Here is the detail of CUCM,Presence and Jabber.
    CUCM version: 9.1.x
    Presence          : 9.1.X
    Jabber              : 10.5 and 10.6

    Hello
    On our environment we had to install a dedicated Microsoft Certificate Authority "just for Cisco Jabber usage" to house the
    Network Device Enrollment Service.
    Our certificate for the CUPS were generated on this Certification Authority too.
    I discussed this certificate matter with my colleagues this afternoon and nobody seems to remember how these certificates were deployed into the
    Enterprise Trust store for the users.
    But I think they asked all 400 users to accept the 3 certificates by answering "yes" to the popup instead of using a script deployed by GPO...
    I wish you success with that deployment and really hope you have a technical partner that *Knows* this subject.
    Our partner left us alone with that unfortunately.
    Florent
    EDIT: If the "Certutil script method" works, please let me know. This could be useful in our own deployment.

  • Caching issue with VO

    Hi,
    I deployed my OAF application on the server, things work as expected. I made a change to the VO select statement. I put the VO xml, new file on the server.
    I have cleared the cache in R12 using the caching framework, bounced Apache.
    I still see the old select getting executed for the VO. I could confirm this using "About this page".
    Can someone please tell me what am I missing?

    Did you copy the *.class file for your VO over to the server? I've made that mistake many times.
    Maybe you can help me out while you're at it. Are you using a profile option to disable caching of your VOs? I'm on 11i EBS and having issues with cached VO data. Do you mind telling me how you're disabling the cache?

  • Query caching issue with Toplink version 10.1.3.5.0

    We are in the process of upgrading the toplink version from 9.0.4.7 to 10.1.3.5.0
    We are finding an odd issue with insert statements generated for an aggregate collection mapping with addTargetForeignKeyFieldName.
    We have a Table Ticket and Table Task with Table Activity as a child for both.
    Table Ticket
    Ticket_Key (PK)
    Table B
    Task_Key (PK)
    Table C
    Activity_Key (PK)
    Task_Key (FK)
    Ticket_Key(FK)
    Notes
    Version
    Here are the mappings from
    Ticket Project
    AggregateCollectionMapping activitiesMapping = new AggregateCollectionMapping();
            activitiesMapping.setAttributeName("activities");
            activitiesMapping.setReferenceClass(com.common.Activity.class);
            activitiesMapping.dontUseIndirection();
    activitiesMapping.privateOwnedRelationship();
            activitiesMapping.useCollectionClass(java.util.ArrayList.class);
            activitiesMapping.addTargetForeignKeyFieldName("ACTIVITY.TICKET_KEY", "TICKET.TICKET_KEY");
    activitiesMapping.useBatchReading();
            descriptor.addMapping(activitiesMapping);
    Task Project:
    AggregateCollectionMapping activitiesMapping = new AggregateCollectionMapping();
            activitiesMapping.setAttributeName("activities");
            activitiesMapping.setReferenceClass(com.common.Activity.class);
            activitiesMapping.dontUseIndirection();
    activitiesMapping.privateOwnedRelationship();
            activitiesMapping.useCollectionClass(java.util.ArrayList.class);
            activitiesMapping.addTargetForeignKeyFieldName("ACTIVITY.TASK_KEY", "TASK.TASK_KEY");
    activitiesMapping.useBatchReading();
            descriptor.addMapping(activitiesMapping);
    The tickets and tasks with activities gets inserted in the same transaction.
    Here are the queries that what we get from the toplink version 9.x
    2013-10-29 10:30:50,582  - SELECT SEQ_ACTIVITY.NEXTVAL FROM DUAL
    2013-10-29 10:30:50,582  - INSERT  INTO ACTIVITY (TASK_KEY, VERSION, NOTES, ACTIVITY_KEY) VALUES (?, ?, ?, ?)
    2013-10-29 10:30:50,582  - bind => [2900830, 0, Create Task, 8590870]
    2013-10-29 10:30:50,926  - INSERT  INTO ACTIVITY (TICKET_KEY, VERSION, NOTES, ACTIVITY_KEY) VALUES (?, ?, ?, ?)
    2013-10-29 10:30:50,926  - bind => [326450, 1, Created Ticket, 8590860]
    Here are the queries generated from toplink version 10.x
    2013-10-26 23:31:10,426   SELECT SEQ_ACTIVITY.NEXTVAL FROM DUAL
    2013-10-26 23:31:10,430   INSERT INTO ACTIVITY (TASK_KEY, ACTIVITY_KEY,NOTES, VERSION) VALUES (?, ?, ?, ?)
    2013-10-26 23:31:10,430   bind => [2900690, 8590500, Create Task, 0]
    2013-10-26 23:31:10,509   INSERT INTO ACTIVITY (TASK_KEY, ACTIVITY_KEY, NOTES, VERSION) VALUES (?, ?, ?, ?)
    2013-10-26 23:31:10,510   bind => [null, 8590490, Created Ticket, 1]
    It appears like the new version of the toplink caching the prepared statements and it is not recognizing the targetForeignKeyFieldName mapping of the Ticket Project.
    Any help in resolving this issue is appreciated.
    Thanks

    Hi James,
    1)Yes it supports IE 8 .Please review the below link for certification details on browers :-
        http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html#BAJGCBEA
         Note: Oracle Application Server supports only those browsers.
    2)Forms only support Windows 7 32 bit only.
        Please refer to the note:1292919.1 "Certification of Oracle Developer Suite 10g (10.1.2) on Windows 7 (32-bit)"
    3)Could you provide more information of JVM because when you install 10gR2 it has JDK and JRE present in it.
    Regards,
    Prakash.

  • Is there a caching issue with DPS

    Facing a unique issue. When I am creating a folio it references to redundent files while build which are not used in the folio, and then the build does not upload to folio producer. Could there be a caching issue and how can I clear the DPS cache (Not the indesign cache.) After some time it shows the dreaded network error message.

    Hopefully you are using Windows:
    Close InDesign and follow the steps below:
        1.       Go to C: drive.
        2.       Click on Organize button on top left hand side.
        3.       Click on Folder search option.
        4.       Click on view tab and select show all hidden items.
        5.       Apply and ok.
        6.       Then  c:\users\username\AppData\Roaming\StageManager.BD092818F67280F4B42B04 877600987F0111B594.1\Local Store.
        7.       Delete dmp and shared object folder.
        8.       Empty Recycle Bin.
    Then re-launch InDesign

  • System Cache Issues with Windows Server 2008R2

    Hi,
    I'm trying to deploy Java version 1.5.0 (build 1.5.0_14-b03) on a new Windows Server 2008R2 installation. I want to use the system cache feature and have used it successfully on Windows XP workstations and Windows 2003 servers in the past. I even got it to work on a test Win Server 2008R2 server earlier this week. But on my production machine I can't get the system cache to configure.
    I installed Java as usual and it installed into the Program Files(x86) directory. I copied my deployment files to the c:\windows\sun\java\deployment directory.
    Deployment.config contains:
    deployment.system.config=file\:/c\:/windows/sun/java/deployment/deployment.properties
    Deployment.properties contains:
    deployment.user.cachedir=C\:\\Program Files\\HCN
    deployment.user.cachedir.locked
    deployment.system.cachedir=C\:\\Program Files\\HCN
    deployment.javaws.shortcut="NEVER"
    deployment.javaws.autodownload="NEVER"
    Not sure what's missing here especially since it worked fine the other day.
    Both of these servers are virtual, VMware ESX 3.5 and were created from the same template. Only real difference is the production system will be a XenApp application server so it has XenApp installed.
    Error I'm getting is that in Javaws it reports that the system cache is not configured and every time I launch my application it has to download from the source because we are deleting the local profiles when the user logs out.
    Any suggestions?
    Thanks in advance,
    Linn

    >    I just wanted to know whether there will be any sort of communication or support issues between PROD and DEVE systems with such diverse configurations.
    No.
    You could even use HP-UX on the DEV system - as long as you're able to share a common directory to ensure transporting it's not a problem. Transports are OS and DB independent.
    However, memory management and security in Windows 2008 changed significantly, you may have to use different configurations for W2K8 vs. W2K3.
    Markus

  • Issue with include

    I have an include that links to the social networking icons. For some reason, my two icons on the far right are sort of masked off so as not to allow the cursor to hover over them as a pointer finger - only in Firefox though. Issue does not occur in IE or Safari. The very edge of the graphic seems to be functioning as an active "hotspot", but not the entire icon button.
    Any idea as to why this might be?
    Thanks.

    I'd start with cleaning upall the coding errors
    It may very well solve the problem
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.beekley.com%2F&charset=%28detect+automa tically%29&doctype=Inline&group=0

  • Cache issue with CS6 Bridge

    I'm getting an annoying issue when I open Bridge in CS6. I am informed that there is a problem with the cache and that I have to go to preferences, purge the cache. I've done this, but get same error message every time I open Bridge subsequent times. It is really slowing down my workflow. Am using latest version. Any ideas please?
    Many thanks
    Baxter

    2. Reset preferences, reset the default workspace, and purge the cache.
    Damaged preferences or workspaces can cause unexpected behavior in Adobe Bridge. Purging the cache can fix display issues for thumbnail previews.
    Start Adobe Bridge and immediately press Ctrl+Alt+Shift (Windows) or Command+Option+Shift (Mac OS) until the Reset Settings dialog box appears. 
    Select all three options--Reset Preferences, Reset Standard Workspaces, and Purge Entire Thumbnail Cache--and then click OK. 
    You can also purge the cache by doing the following:
    Choose Edit > Preferences (Windows) or Bridge > Preferences (Mac OS). 
    Select the Cache panel. 
    Click Purge Cache. 
    Or, you can manually purge the cache by doing the following:
    Choose Edit > Preferences (Windows) or Bridge > Preferences (Mac OS). 
    Select the Cache panel. 
    Look at Location and note the path for the Cache folder. 
    In the Explorer (Windows) or Finder, navigate to the Cache folder. 
    Drag the Cache folder to the Recycling Bin (Windows) or Trash (Mac OS). 

  • Caching Issues with Adobe Flex and HTTPservice

    I faced a strange issue a coupla days back. In one of my Applications I had a Timer which would fire every 10 secs and would fetch data using a HTTPService call when fired. Surprisingly though, the initial results fetched by the HTTPservice was cached and would not reflect any changes when the data changed in the background, in IE, however the problem would not occur in Firefox !
    I sort of hacked the HTTPService url to add a random number at the end of the call to make it believe that it was calling a different URL every time and it worked. But I would definitely like to know the reason for this behavior

    Hi, Abesh. 
    I ran into the same thing, but it did not do this until recently!  I had recently installed Flex 3.0 beta, so maybe something changed with the compiler and/or the Flash VM in this regard.  Also, you can change the behavior of the Flex/Flash runtime by changing the caching settings in IE (check page for newer version on each visit).
    Rick

  • Cache issue with Firefox 29.0.1.

    Since latest Firefox 29.0.1 update, I noticed my hard drive space was losing 1-2gb/day. I ran the CCleaner and found out that since the date Firefox has accumulated ~18gb of cached files in the C:\Users\user\AppData\Local\Mozilla\Firefox\Profiles\zm2ibzxb.default\cache2\entries. I have since removed those files.
    Prior to this, my "Cached Web Content" was set to allow automatic management in the Advance > Network setting. If I check the "Override" feature and limit the cache size to 350mb, some of the webpages load up very slowly even if the current cache size is nowhere near the 350mb limit, i.e. it's currently reading ~50mb.
    Is there a solution to this where I can get decent performance with automatic cache management but limiting the file max file size at the same time? What's causing such drastic change in latest update?
    Using Windows 7 Home edition.

    Clear your cache entirely and try it again
    *https://support.mozilla.org/en-US/kb/how-clear-firefox-cache
    Check in safemode
    *https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode

  • Caching Issue with Java Portal....Need Help ASAP!

    We are deploying a JAVA & .NET enviornment. We have a Java Portal Server that connects to the .NET enviornment. We seem to have a problem with the caching on the JAVA portal...any help you could provide would be much needed!!

    We are running Apache 2.0.48 with TomCat 4.1.18LE using JK2 as a conduit between them. We are not using mod_cache at all. we are using mod_proxy in the Apache Server. We have disabled caching in Tomcat:<Host name=..................... <Context path=............................ <Logger className=........................... <Manager className=.............................. <Resources cached="false" caseSensitive="false" /> This didn't seem to help the problem. Now am wondering if the browser is caching even though it's set to get a new page each time. The symtoms are: create a community page edit the pagecreate a portletfinishthe portlet shows upfinishfinishportlet is not on the pageclick refresh......the portlet is on the page.edit the communityedit the pagethe portlet is not on the edit pageclick refreshthe portlet is on the page..... regards and respect... Rod

  • JAXB : Issue with include XSDs

    Hi..
    I fail to generate JAXB Schema Driven Classes when I try to use a XSD which has xsd:include tag inside. Due to this include XSD, I am getting compilation error while I try to generate files using xjc command.
    Hope JAXB will have solution for handling include tags in XSD Schemas.
    Pl provide me the solution.
    Thanks in advance.
    Venkki.

    Thanx for ur quick response.
    Can u pl send me the xjc command to generate JAXB Schema Driven Classes?
    sothat I can verify whether any changes I need to do with that command for including schemas?
    Regards,
    Venkatesan R

  • Caching issues with IE and HTMLPanel and DataSet

    I have a div
    <div id="liw" class="HTMLPanel"></div>
    var liw = new Spry.Widget.HTMLPanel("liw");
    liw.loadContent("/subscriber/subscriber.py/getSubscriberHeader");
    A python method that lives at
    "/subscriber.py/getSubscriberHeader" this returns dynamic data
    based on logged in value.
    def getSubscriberHeader(req)
    if isLoggedIn(req):
    return "<p>Welcome User</p>"
    else:
    return "<p>You are not Logged In<form> login
    form here </form></p>"
    In Firefox when the user logs in with the login form and the
    pages reloads they get the welcome message. In IE even forcing a
    new page load using "ctrl F5" or "Shift reload" doesn't get the
    welcome message. Only closing IE and reopening it will get me the
    welcome message.
    Is there anything I can do about this?
    Another issue I have is with an Add/Browse page.
    I use a dataset to get me all the info on a bunch of cast
    members
    var ds2 = new
    Spry.Data.XMLDataSet("/admin/manage_cast.py/getCastMembers",
    "data/row",{sortOnLoad:"stage_name",sortOrderOnLoad:"ascending",distinctOnLoad:true,useCa che:false});
    I have a form in the same page that will add cast members to
    the same database that "/admin/manage_cast.py/getCastMembers" reads
    from.... when they add a new cast member in FireFox I see the new
    person added after page reload.... in IE I do not see the new
    person and I have to shut it down and open it to see the new data.
    Is there anything I can do about this? I am setting
    distinctOnLoad to true and useCache to false.

    For my dataset problem on the Add/Browse pages I forgot to
    mention I have tried using:
    updateContent
    Spry.Data.updateRegion
    Spry.Data.updateAllRegions
    Once that dataset is loaded I am unable to get it to fetch a
    newer version of the file, even with page reloads.

  • EJB 3.0 Cache Issue With OC4J Instance With Multiple JVM's

    I created an EJB 3.0 project in JDeveloper 10.1.3.3.0 and everything works fine in the embedded OC4J server. I am deploying the application to an OC4J instance consisting of 3 Java Virtual Machines in Oracle Application server 10.1.3 and seem to be getting a different persistence context for each virtual machine. i.e. I'll have 3 browsers that can view the same data even after updating, another 2 browsers that can't see the first 3's changes but can see changes by any browser in this group, etc.
    I tried adding the below to the persistence-unit tag in the persistence.xml but it didn't seem to help.
    <properties>
    <property name="toplink.cache.shared.default" value="true"/>
    </properties>
    How do you get all connections to use the same cache?

    here is the code for my bean.
    package com.ups;
    import java.util.logging.Logger;
    import javax.ejb.ActivationConfigProperty;
    import javax.ejb.EJBException;
    import javax.ejb.MessageDriven;
    import javax.ejb.MessageDrivenContext;
    import javax.jms.JMSException;
    import javax.jms.Message;
    import javax.jms.MessageListener;
    import javax.jms.TextMessage;
    * Message-Driven Bean implementation class for: MessageBean
    @MessageDriven(
              activationConfig = { @ActivationConfigProperty(
                        propertyName = "destinationType", propertyValue = "javax.jms.Queue"
    public class MessageBean implements MessageListener {
         private MessageDrivenContext mdc;
    * Default constructor.
    public MessageBean() {
    // TODO Auto-generated constructor stub
    * @see MessageListener#onMessage(Message)
    public void onMessage(Message message) {
         TextMessage tmsg = null;
    try {
    tmsg = (TextMessage) message;
    System.out.println("MESSAGE BEAN: Message received: " + tmsg.getText( ));
    System.out.println ("The onMessage() is called");
    } catch (JMSException e) {
    e.printStackTrace( );
    mdc.setRollbackOnly( );
    catch (Throwable th) {
    th.printStackTrace();
    public void ejbRemove( )throws EJBException{
         System.out.println("ejbRemove() is executed >>>>>>>");
    I have configured my JMS Distributed queue in the Weblogic.
    If possible please provide more details so that I can get rid of this error as soon as possible.
    Thanks for reply.
    Piyush

  • Issue with including.

    Hi BW Experts,
    I am facing problem with my query:
    In filters,for ZPLANT i am giving the value 1000.
    My Doubt is when i inlcude a value of 1000 for ZPLANT do the other values appear for  ZPLANT(i.e 2000,2500) in report?
    please inform me

    Hi JR,
      I did a listcube and i get values related to Info-provider with ZPLANT=1000.I think problem might be with the Query.
    But i am not using any exits,i am using only Characteristic value with Manual entry/Default value.With Default value as blank.
    Any other ideas?

Maybe you are looking for