PDA

View Full Version : Flash Newbie:


bruce
01-24-2006, 07:25 AM
No.. I do not think so.

THe file must be cached somewhere.

Have you tried clear your browser cache?

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

joelnet
01-24-2006, 11:10 AM
Double check your paths, make sure you are not removing the file in a second location.


Joel Thoms

DiscountASP.NET
http://www.DiscountASP.NET

mikeymac
01-24-2006, 12:26 PM
After adding the code to embed a flash movie into one of my .aspx pages (which worked just fine.) I made changes to the .swf offline, and attempted to replace the old one on the web server. After I ran the page, no changes were evident. I then deleted all .swf files from the web server, but the page still loads the first flash file, even though it has been deleted.

Does ASP.NET 2.0 merge the flash file into it's code somehow? When I place a different .swf file(different name) on the web server, and then change the name accordingly in the HTML, that loads fine. If I delete the .swf from the web server, it STILL runs fine?

Any ideas? If someone could explain how Flash works in ASP.NET 2.0...I would appreciate it.

mikeymac
01-30-2006, 02:03 AM
Thank you for responding. Everything is working fine now. I must have done something terribly wrong the first time around.

Thanks, again!

Mikeymac

JerSchneid
01-31-2006, 02:07 AM
I've had this happen when my browser caches the swf file. After you upload a new swf file, make sure to clear your local cache as Bruce suggested.

mikeymac
01-31-2006, 02:43 AM
You know, that makes complete sense. However, it's not clear to me why I didn't think of it.http://community.discountasp.net/emoticons/smilewinkgrin.gif


Thanks for your help!


-Mikeymac