Safari On Windows Not Caching Files?

Dec 4, 2007

Why on earth doesn't Safari on Windows use cached files...

When the movie's been downloaded and cached for IE & FF, on a refresh, Safari insist on re-downloading a fresh file from the server, again & again...

If it does, where the hell in Settings can you set it so that it'll favor cached files if they exist, rather than downloading a fresh one from the server...

View 9 Replies


Similar Posts:


ActionScript 1/2 :: Flash Caching On Windows 7?

Sep 30, 2009

Just to warn everyone using Windows 7 that in some cases Flash uses code that seems to be cached. At a certain point in time I knew my code was OK, but still it did not work correctly. I started looking at my trace results and suddenly discovered that it outputted code that was not in my sourcefile anymore.

To solve it, I renamed all AS files and then everything worked fine again.

View 2 Replies

Windows Safari 5 Bug When Using Backspace In Flash Web Application

Sep 3, 2010

I have noticed this bug when developing my flash application on a windows platform. If typing text in to a text box in a Flash swf running in Safari 5 browser on Windows then press backspace the browser will jump to the previous page in history rather than performing the function that backspace is supposed to - here is a link to another report of this apple bug.URL...

View 4 Replies

Javascript :: Sending A Array Not Working In Safari For Windows

Jan 28, 2011

I am sending over a JavaScript Array to ActionScript. The JavaScript code is as follows:

[Code]....

When I run this on Safari for Windows, arrayInput is null. However, this method works fine in Safari for Mac, IE, FF, Chrome, and the variable holds the actual array.

View 1 Replies

ActionScript 3.0 :: Flash Keyboard And Mouse Controls In Safari 5 (Windows)

Aug 19, 2010

After Apple released Safari 5, it seems that even after you focus on the Flash (by clicking on it), Safari still recognizes those commands for itself. One annoying problem is than when I am editing in text field, Safari will go to the previous page upon pressing backspace. Is it possible to overcome the problem by any AS3 code?

View 1 Replies

Any Way To Force Caching Of FLV Files?

Jul 21, 2011

Is there way force the browser to retain previously viewed FLV files? I've noticed using the normal netstream set-up that even if you've fully loaded and viewed a video it will have to load it again from scratch each time you come back to it. Shouldn't the file be in the user's cache?

View 1 Replies

Flex :: Jsp - Caching Of Swf Files In Application

Aug 21, 2009

I've created a Flex application and the size of the swf file is ~900KB. My trouble is that the files are not getting cached. When I launch the application for the second time, the swf file is fetched again from the server. I'm including the swf file in a jsp, and I'm not modifying any HTTP Caching Headers. I assumed that the swf files will be cached automatically. Isn't it so? How do I forcefully cache the file? Do I need to provide anything in the MXML code or just a response.setHeader("Cache-Control","max-age=100"); is enough? Can anything be done from the flex side itself?

View 2 Replies

Flash :: Creating AMF Files For Caching?

May 3, 2011

I would like to create some AMF files for caching on a server.

I am wondering if the best approach is to reconfigure BlazeDS to create these files so it spits out local files?

Or if is possible to use as3 itself to create the files.

View 1 Replies

ActionScript 2.0 :: How To Prevent Caching Of Swf Files

Nov 22, 2005

How to prevent caching of swf files?Have somebody any link on tutorial.I read this page hurl...but | know is it possibilitity to generate somehow every time a new SWF name.

View 12 Replies

ActionScript 3.0 :: Caching Downloaded Files To Disk?

Sep 25, 2009

I am trying to write a client side app that would download a number of mp3 files, then cache them to the harddrive. I can download the mp3 files using URLLoader and access the raw mp3 data via URLLoader.data. But how do I save them to disk without the benefits of AIR only classes

View 2 Replies

ActionScript 2.0 :: Preventing Caching Of Loaded Txt And Xml Files?

Apr 24, 2005

I'm having trouble with my text and xml files seeming to be cached. They are altered by a php script called from flash, and this overwrites the text files correctly, but when they are reloaded into flash (eg. when the page is refreshed) the old data is still being used.I was reading this article and was interested in this line:

Code:
input_xml.load(xml_file + "?uniq=" + new Date().getTime());

could someone please explain why this would work, and whether this would prevent the problem that I'm having. I'm presuming that this unique number is never used in any way, it just forces the new file to be loaded, but I'm just a bit unsure why.

View 2 Replies

ActionScript 2.0 :: Class Files Caching In External SWFs

Jul 30, 2009

The problem is class files being cached in external swfs when they are loaded into another swf. (as2-cs3). In a nutshell, we've got a clip on the stage that is linked to a class. You can make changes to the class, pub the swf and everything works fine. When we then load that swf into our application swf, the changes are all lost, and it "reverts back" to a previous version of the class.

View 9 Replies

ActionScript 2.0 :: Stop Caching Of Files Loaded By Flash?

Nov 21, 2004

When not cacheing an HTML page, any movies or anything you load INTO that flash file through loadMovie or loadVars still gets cached... I use senoculars script to prevent this...

[URL]

and 2) Yes you can stop the cacheing of your page...

[URL]

Use this information wisely my friend

i came across this post by lostinbeta to stop cacheing, but the link for the one to stop cacheing files loaded through loadMovie and loadVars doesn't work. know how to get to it, or what the as was?

View 1 Replies

ActionScript 2.0 :: Caching Of Swf Files Loaded Into Main Movie?

Apr 28, 2005

In my main movie I am loading external swf files. The proplem is that these files are cached so when they load the updates aren't shown. I've read some stuff about loading vars or xml with a random function to prevent it from caching, can that work with swf files? Maybe something like:

loadMovie ("news.swf?="+random(1000),_root.dropPage_mc);

I've placed the meta tags in the main html to stop that from caching; which doesn't really work. Could the same be applied in the html? Or maybe a php function when loading the main flash movie?

The files that are loaded are only a few kb so I'm not worried about the user having to load the files everytime.

View 3 Replies

Actionscript :: Safari WIndows And Transparent Flash - Reducing Interference By Using Tags As Opposed To Scripts To Embed The Flash?

Jan 20, 2010

// Edit: The issue now appears to be confined to Safari for Windows.

Around the time Safari for Windows 4 came out I started hearing from users that wmode=transparent was no longer working in Safari.I have tried reducing interference by using tags as opposed to scripts to embed the Flash but with no success.An example is here: [url]... alternately embedded with script at http://hiv411.org/

All videos use wmode=transparent and are embedded via tags. All work fine in every browser I have except Safari.Code looks like so on safari.php

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" name="test" width="289" height="263" align="middle" id="test">[code].....

View 2 Replies

Running Swf Files In Windows XP?

Jun 21, 2009

Is there a setting in Windows XP or Internet Explorer which prevents swf files from playing? If so, where is it? (The Flash player is installed.)

View 2 Replies

Windows :: Can FDT Deal With FLA Files Or Not?

Jun 16, 2010

I'm trying to find an all-in-one IDE for flash, one that can deal with various flash related files. I just read this answer and it recommends fdt, but seems fdt can only deal with scripts but not .fla ones. Which IDE should I use so that I can use it to develop various files involved in flash developing?

View 2 Replies

ActionScript 3.0 :: Click On Another Greeting The Original Greeting Still Plays In Ie - Swf Caching Or XML Caching?

Dec 30, 2009

I have this PHP page that lists several people. When someone clicks on one of the people they are sent to another PHP page that has their video greeting in a .swf embedded into the page. This works by the php writing the path to the greeting video to the xml file that the .swf loads and plays.

Well in firefox it works perfect, but in IE when they try to click on another greeting the original greeting still plays. Its like the swf is caching the first greeting and refresh of the page does nothing to alleviate this. Is this a problem with the swf caching? or XML caching? or am I totally clueless?

[Code]...

View 1 Replies

ActionScript 3.0 :: Projector External Files Don't Work At Windows?

Nov 23, 2009

I have a projector published from Mac into two formats: Mac and Windows. The main movie loads an intro flv, and it has a button to skip which loads another swf.When I run the .app in MacOS, it works fine. The video is displayed and the button jumps to the mentioned swf. However, when running the .exe in Windows, no video is showed and the button does nothing.I think it's a path problem. I'm using relative ones, and have tried in all forms:

./video/myvideo.flv
/video/myvideo.flv
video/myvideo.flv

[code]......

View 3 Replies

Flash :: Ffmpeg On Windows: Use Mp3 As Audio Codec To Create Mp4 Files?

Nov 29, 2010

I'm using ffmpeg on Windows to create mp4 files for web distribution. As libfaac isn't available, I use libmp3lame to encode the audio tracks. The mp4 are played back with a falsh player (JWPlayer).I was wondering if there were any shortcomings to use mp3 instead of aac on certain devices?

View 1 Replies

Flash :: Generate Certificates And Provisioning Files For IPhone Development In Windows?

Sep 11, 2010

I would like to do some iPhone development from my Windows box using the Adobe iPhone packager. I get how to do pretty much everything except creating / obtaining the certificates and provisioning files needed to complete the packaging process. What is the easiest and quickest way to get up and running?

View 2 Replies

Flash 9 :: Detecting Modified/created Files In Windows (specifically Due To CS4 Installer)?

Nov 15, 2008

I am wanting to install flash CS4, but I want to know exactly which files and registry keys it creates and changes. Spybot informs me of all registry changes, but that is it.Is there any antivirus software or something that will tell exactly which files get changed, created, or deleted during a set period of time or by a specific program? Otherwise I could just search for all files that have been created or modified within the last 45 minutes,

View 1 Replies

Flash :: Write Component To Upload Files Directly To Windows Azure Blobs?

Oct 22, 2010

I've been experimenting with Windows Azure Blob storage using the samples using Silverlight.

I was wondering if it's possible to write a file upload component in Flash instead of Silverlight, since the former is installed almost everywere. I've never programmed in Action Script but I have a solid background in C# so that must not be hard.

View 1 Replies

ActionScript 2.0 :: Files Such As "windows Media Audio/video" File?

Mar 3, 2003

ok im having some trouble importing video files.files such as "windows media audio/video" file , import fine but everything else, it just imports the last like 9 frames.

ive only had this problem after i switched to my new computer, which is WINDOWS XP, and before it was WINDOWS 98. not sure if that has to do with it.

View 2 Replies

Actionscript 3 :: Detect "hidden Files Extension" (windows System ) From Flash App?

Sep 3, 2010

i'm working on an app (flash/As3) that lets the user upload and edit an image, and then save it to the computer, using FileReference. it's posible to know if the user computer have the option "hidden file extensions" (windows system) selected? How can i do it?

View 3 Replies

Windows :: PDF Displaying Correctly In Flex Mx:HTML Control In Windows / Reader X

Oct 28, 2011

I'm having an issue with the PDF displaying outside the viewable area of the mx:HTML control in Flex. When the application starts up - the mx:HTML is set to a certain size, but can be enlarged if the application is maximized. These are the following conditions to replicate it: Issue only happens in Windows (Windows 7, not on Mac) Issue only happens with Reader X installed (not with previous versions) Issue only happens when running the built app, does not happen in debug / development mode from FlashBuilder

[Code]...

View 1 Replies

Embed Flash Games Into Windows Forms Application.net Compact Framework Under Windows Mobile 6?

Feb 5, 2010

I want develop an application on windows mobile.In this app, i need to show some Flash games to the end user.ow should I do?embed an Flash ActiveX Control (in Windows mobile Form application) ?embed an IE control?BTW (because i do not have a windows mobile device now)Can I views flash in IE of the windows mobile device?for play flash, Macromedia Flash Player 7 for Pocket PC should be installed on your windows mobile emulator.DIT2:after practice i found following package should be installed before your windows mobile progr

Vista SP2
Visual Studio 2008 SP1
Windows Mobile Device Center

[code].....

View 2 Replies

Windows :: Flex - MXMLC Throws A Java.lang.NullExceptionPointer When Compiling In Windows (not In Mac Nor Ubuntu)

Feb 23, 2011

I'm running ant to compile a Flex application, and the build keeps failing when running it on a windows command line. Other people in my team can successfully run the very same build under mac and linux. This is the error shown in the command prompt:

[Code]...

All tokens are set in corresponding build.properties and filter .properties files (and, as I said before, it compiles perfectly under mac and linux). The windows version is 7 Ultimate, FLEX_HOME is set as an environment variable to the Flex SDK 3.5 (the 3.5.0.12683 build that comes with Adobe Flash Builder Burrito). ${compiler.fork} is set to false, to avoid an issue with the SDK and the source files being in different logic drives.

View 1 Replies

Windows :: Flex - FileReference: Loading A Windows-locked File?

Mar 8, 2010

I'm using Flex in Flash Player 10 on Windows, using FileReference to load a file into memory, as below.My issue is that when a file is locked by Windows, my FileReference is not giving me any feedback that the file is inaccessible--it simply never dispatches any events after my calling load().Does anyone have insight into how to tell that Flash Player is unable to open the file?

var fileReference:FileReference = new FileReference();
private function onClick():void {
fileReference = new FileReference();
fileReference.addEventListener(Event.SELECT, onSelect);

[code]....

View 1 Replies

Windows :: Flex - Adobe Air - Lauch Windows Virtual Keyboard Osk.exe

Nov 25, 2011

From an Adobe Air application, I need a function to launch the Windows Virtual Keyboard (c:windowssystem32osk.exe). I tried the Native Process, but it didn't work when telling it to execute cmd.exe /C osk.exe. How should I launch the keyboard application from an Adobe Air application?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved