Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > ActionScript Forums Group > Simple Stuff (Newbies)

Reply
 
Thread Tools Rate Thread Display Modes
Old 03-13-2001, 09:34 PM   #1
TSan
Registered User
 
Join Date: Mar 2001
Posts: 1
Lightbulb

PLEASE HELP! I'm not a techie or a designer...just trying to help problem solve since they are really busy...here goes:

The Flash site we programmed is working well on ie, but not so well on AOL. Trying to determine if it is a problem with the embedded code or the way it was produced in Flash.

SCENERIO: The user can view the movie fine the first time in loaded using AOL. If they hit "refresh," it comes back a blank screen. Tried the usual, reopening browser, rebooting, etc. Doesn't help.

The only way it will come back is if cache is cleared. Of course if refresh is used again...same problem.

Any suggestions on the cause and cure?

Thanks.

TSan
TSan is offline   Reply With Quote
Old 03-14-2001, 03:23 AM   #2
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

I can't say I've ever heard of this problem before but you could try to cure it by using dynamic pages (perhaps PHP) and changing the embed code from

Code:
<embed "file.swf"
to

Code:
<embed "file.swf?noCache=<?php rand() ; ?>"
Or something like that. This will maek the embed call on the SWF different every time so it wont reload from cache...

It might fix your problem

Cheers

Jesse
__________________
Cheers

Jesse Stratford
ActionScript.org Cofounder
Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org

Please don't email or PM me Flash questions, that's what the Forums are for!

Please don't rely on me reading my PMs either. Email me about important stuff.
Jesse is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Scroll problem in browser due to components? adamr1001 Components 1 12-12-2006 02:35 PM
problem with full browser flash in firefox Nix ActionScript 2.0 4 05-29-2006 06:47 PM
Flash Browser problem shan9211 Other Flash General Questions 2 05-20-2006 09:06 AM
Php + flash problem, flash gets values but browser also prints them al024597 ActionScript 1.0 (and below) 3 08-10-2005 04:56 PM
Problem with scrolling in browser chesite Other Flash General Questions 0 05-13-2005 03:32 AM


All times are GMT. The time now is 02:09 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.