|
-
Hi.
When I click a link at my flash page, it will go and open another swf file. But when it opens the other file, it doesn't open it on another IE.
1) How to I get that link, upon click, open another IE and load the other swf.
2) My initial though was to have another swf open up in my main swf file. Like a window in the same screen. But I do not know how to do it.
Sorry if my explanation above is bad. Perhaps it would help if you go to http://www.geocities.com\lydia_gal\MyHomePage.swf.
then click on Workshop -> Flash -> Welcome Home.
help!
-
on (release) {
getURL ("yoursite.com", "_self");
}
// flash gets the url // then puts it in SELF the same window
// other variables for the window would be _blank
//(puts it in a new window)
// _parent: puts it in the main frame
// _top puts it in top frame
anyone correct me if im wrong... but im pretty sure that right
**mail me if u need more help**
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|