Flash Redirection Problem

LadRak

Registered Member
Joined
Jun 11, 2009
Messages
99
Reaction score
80
Hey all,

I've been building a webpage for a CPA offer (I hate to use wordpress), so I decided to include a little swf movie in the index page, and after it's done, redirect it to the home page where all the info it's at.


Everything goes fine, until when the movie is done it redirects to www.domain.info/home instead to www.domain.info/home.html, which returns the user a blank page instead of a page with actual content.


In my last frame of the swf I added geturl("home.html");
Tested index page with the movie on the desktop folder, and it redirected to home.html... so, the problem is online.

Is it something to do with permissions? Any ideas?
 
you'd probably get some good response to this question on this forum --->

Code:
actionscript.org
 
Ok, someone sent me a PM, after all, all I needed to do was delete Firefox temporary files, and it is now working as it should.

After I edited the files the first time, I kept using firefox for testing with the same result... all because firefox was using temp files.

I guess I'll never spend another 2 hours debugging shit like this ever again :D
 
Back
Top