RE: Flash reload

2002-11-05 Thread dennis baldwin
Hey Neil, By default the movie will refresh. Here's a basic tutorial of how to get it around it (requires a little more work). I'm not saying this is the best example of how to accomplish something like this but hopefully it should spark some ideas.

RE: Flash reload

2002-11-05 Thread Robertson-Ravo, Neil (REC)
2002 13:47 To: CF-Talk Subject: RE: Flash reload Hey Neil, By default the movie will refresh. Here's a basic tutorial of how to get it around it (requires a little more work). I'm not saying this is the best example of how to accomplish something like this but hopefully it should spark some

Re: Flash reload

2002-11-05 Thread Stephen Moretti
Yep, I thought this was the case and actually, in my opinion this is still a HUGE flaw in a Flash movie. I will look into this, but I can say that if its an arse to implement, I wont be doing it! I don't think you can really call it a flaw with anything, least of all Flash. If a user hits

RE: Flash reload

2002-11-05 Thread Kevin Graeme
questions are Why does your flash looks so much like HTML that the user is reloading the page? How come the user is reloading at all? Is something missing from the page? Never underestimate what stupid things users will do. Good UI only goes so far in preventing these mishaps. I was

RE: Flash reload

2002-11-05 Thread Kevin Graeme
Hmm. Upon further inspection, that script I posted probably won't actually work to modified to disable the F5 key. -Kevin Graeme Upon further inspection, these are loafers. ~| Archives:

RE: Flash reload

2002-11-05 Thread Robertson-Ravo, Neil (REC)
Well, Irt.org is good for some things, but if a user disables .JS then you are stuffed! -Original Message- From: Kevin Graeme [mailto:kgraeme;facstaff.wisc.edu] Sent: 05 November 2002 15:22 To: CF-Talk Subject: RE: Flash reload questions are Why does your flash looks so much like

RE: Flash reload

2002-11-05 Thread Stacy Young
What about recording the users state in a local shared object? Stace -Original Message- From: Robertson-Ravo, Neil (REC) [mailto:Neil.Robertson-Ravo;csd.reedexpo.com] Sent: Tuesday, November 05, 2002 11:07 AM To: CF-Talk Subject: RE: Flash reload Well, Irt.org is good for some things

RE: Flash reload

2002-11-05 Thread Lee Fuller
Was going to be my suggestion! Hey now - don't steal my ideas Stacy! ;) | -Original Message- | From: Stacy Young [mailto:Stacy.Young;sfcommerce.com] | Sent: Tuesday, November 05, 2002 8:37 AM | To: CF-Talk | Subject: RE: Flash reload | | | What about recording the users state

Re: Flash reload

2002-11-05 Thread Sean A Corfield
On Tuesday, Nov 5, 2002, at 07:22 US/Pacific, Kevin Graeme wrote: I was wondering about disabling/remapping the keyboard keys with JavaScript, and while most say it can't be done, there was this interesting post I found. It may not be perfect, but it could be a place to start fiddling:

Re: Flash reload

2002-11-05 Thread Sean A Corfield
On Tuesday, Nov 5, 2002, at 01:41 US/Pacific, Robertson-Ravo, Neil (REC) wrote: How has people/MM got around the reloading of a Flash movie when the user decides to F5 their browser session? Does it still reload the movie from the beginning? If you want your Flash movie to 'remember'

RE: Flash reload

2002-11-05 Thread Mark A. Kruger - CFG
A Corfield [mailto:sean;corfield.org] Sent: Tuesday, November 05, 2002 11:31 AM To: CF-Talk Subject: Re: Flash reload On Tuesday, Nov 5, 2002, at 01:41 US/Pacific, Robertson-Ravo, Neil (REC) wrote: How has people/MM got around the reloading of a Flash movie when the user decides to F5

RE: Flash reload

2002-11-05 Thread Mike Chambers
, but they are mostly on the advanced level. mike chambers [EMAIL PROTECTED] -Original Message- From: Robertson-Ravo, Neil (REC) [mailto:Neil.Robertson-Ravo;csd.reedexpo.com] Sent: Tuesday, November 05, 2002 8:51 AM To: CF-Talk Subject: RE: Flash reload Importance: High Yep, I thought

Re: Flash reload

2002-11-05 Thread Sean A Corfield
On Tuesday, Nov 5, 2002, at 10:06 US/Pacific, Mark A. Kruger - CFG wrote: Just remember that there is a limitation on the amount of data you can store in a shared object. I think it's a 100k without a prompt for user permission. Yes, and the user can change that setting - to be zero, if

RE: Flash reload

2002-11-05 Thread Mike Chambers
PM To: CF-Talk Subject: RE: Flash reload Importance: High fyi, Flash 6 has support for named anchors, which in the case below could address your problem. basically, named anchors allow you to book mark or navigate to specific sections of a flash movie. since you are using Flash 5