mikex Posted November 29, 2007 Report Share Posted November 29, 2007 How do I go from a flash intro to my home page. I have the flash running fine, but after the intro I can't get the page to load.M Quote Link to post Share on other sites
JSKY Posted November 30, 2007 Report Share Posted November 30, 2007 The way I set it up. Like the one on my main pages. You have two files you need for flash. One is your "SWF File" (the actual graphics), and one is the "Text File" (telling it how to act).This is the way my control text file looks like to get it to go to BTs when you click on it. The second line points it to the URL.&url=http://www.besttechie.net/forums/index.php?&urljumpto=http://www.besttechie.net/forums/index.php?This is how my whole text file looks.&label600=Dots&constructor=[type Function]&__proto__=[object Object]&globalsound=[object Object]&freeze=halt&url=http://www.besttechie.net/forums/index.php?&urljumpto=http://www.besttechie.net/forums/index.php?&loop=0&loaded=1&effect=600&colorbackground=0x2700FD&colortext=0xFFFFFF&line1=Have A Question?&line2=Need Help?&line3=Then Visit&line4= BestTechie Forums&line5=BestTechies&x1=5&x2=5&x3=5&x4=5&x5=5&y1=150&y2=150&y3=150&y4=150&y5=150&vol=0&s1=190&s2=190&s3=190&s4=190&s5=190&bg=&frameto=_level0.interfaceholder.frameonclick&license=You would have to add the line of code to your text fileDamn!!!! I can't get it to "Word Wrap" so it's goofing with the whole page......OOOPs. Reread your post. You have to click on mine as a link. Now I'm not sure how to get it to automatically switch to a new page... I'll have to play with it. Quote Link to post Share on other sites
mikex Posted December 1, 2007 Author Report Share Posted December 1, 2007 I am sorry, but thanks for the info. I may be using it in the future.What I need is when the intro is finished in flash, can it open the home page of the site that is not flash. Quote Link to post Share on other sites
Dragon Posted December 15, 2007 Report Share Posted December 15, 2007 I presume you are making this in flash yourself.in your intro page, add a blank key frame to the end of one of your layerss, usually I use the background layer, then using action script you do the followinggetURL("http://www.xxxxxxx.com/sitepage.xxxx","_self");then save and publish it, you will find that it loads the page you want it to. 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.