DarkMatterOfHeaven 0 Posted September 26, 2010 Report Share Posted September 26, 2010 Hi.I'm sort of into creating my website/online portfolio using flash. I was wondering if there's any way to link or redirect a user to a specific frame in my flash. As it is now I can only link to my index page, but if I want to show someone else a special page or item it would be great to be able to link to the exact location instead of letting this someone find it on his/her own.Any ideas? Quote Link to post Share on other sites
[dx] 4 Posted September 26, 2010 Report Share Posted September 26, 2010 Yeah,Try with <iframe src="location.here/something.php">Your browser cannot support iframes.</iframe> Quote Link to post Share on other sites
Synook 47 Posted September 26, 2010 Report Share Posted September 26, 2010 Err, I think he means, specific frames inside the Flash document. You can do this by appending a querystring when you load the Flash document, and reading it with this._url. Then just use gotoAndStop(). Quote Link to post Share on other sites
DarkMatterOfHeaven 0 Posted September 28, 2010 Author Report Share Posted September 28, 2010 Err, I think he means, specific frames inside the Flash document. You can do this by appending a querystring when you load the Flash document, and reading it with this._url. Then just use gotoAndStop().Yes exactly, thanks for your help! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.