Creative COW SIGN IN :: SPONSORS :: ABOUT US :: CONTACT US
ADOBE DREAMWEAVER: HomeDreamweaver ForumDreamweaver TutorialsFAQAdobe FlashWeb Design

Re: Question on how to make index page show after intro?

Cow Forums : Adobe Dreamweaver
FAQ   •   VIEW POSTS   •   ADD A NEW POST   •   SEARCH   •   CHANGE FORUM
Respond to this post   •   Return to posts index   •   Read entire thread


Re: Question on how to make index page show after intro?
by Abraham on Aug 31, 2007 at 4:48:08 am

You would modify the flash file so that the last frame you want the viewer to see has an action script command:

getURL("http://www.creativecow.net","_top");

Make sure if you are using Flash CS3 you use ActionScript 2.0 or you will get a 1180: Call to a possibly undefined method getURL. error because getURL doesn't exist in AS 2.


If you are using CS3 and/or ActionScript 3.0 then you would use this method:

var request:URLRequest = new URLRequest("http://www.creativecow.net");
navigateToURL(request,"_top");

Abraham


Respond to this post   •   Return to posts index   •   Read entire thread


Current Message Thread:




Note: If you are a registered user please click here to login before posting.

Your post will not be accepted if your name and email address are not registered in our database. Click here if you do not have an account.

Name
E-Mail Address
Subject
E-Mail me when someone responds
Just This Message   Entire Thread   None  

Message:



Note: The following are HTML characters and may cause parts of your post to disappear if not used correctly: < > &
To include any portion of the post in your response, highlight the desired text and hit the "Q" key. Read more...



Add your message signature


 


Note: By clicking "Post Direct" button above, you are agreeing to the Creative Cow's Code of Conduct.



FORUMSTUTORIALSMAGAZINETRAININGVIDEOS - REELSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

© CreativeCOW.net All rights are reserved.

[Top]