| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Feb 2001
Location: North Vancouver, British Columbia, Canada
Posts: 9
|
how do you specify a target frame in html when embeding a flash button in a page? Dose it require JavaScript? Thanks for any help given.
|
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
You can't do a BASE HREF if that's what you mean. You simply need to include the frame name in each GetURL call like this:
getURL ("file.html", "theFrameHere"); Where theFrameHere is the name of the frame you want the content to load in. Cheers Jesse
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Feb 2001
Location: North Vancouver, British Columbia, Canada
Posts: 9
|
thanks for the help!
|
|
|
|
|
|
#4 |
|
Registered User
Join Date: Mar 2001
Posts: 3
|
Just use the target name flash default under stands _blank
to be a new window and _parent to be the entire same window. If you are trying to target like a main body page I have used _main or _mainFrame but to do this also look at the parent frame code for the naming convention of each page target you want to call. Hope this helps Ken |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Flash, JavaScript and the HTML DOM (dHTML) | drZoode | HTML and JavaScript | 10 | 08-21-2008 07:59 PM |
| Mixing HTML and Flash | gregp | Flash 8 General Questions | 2 | 07-31-2006 11:44 AM |
| Linking to an HTML anchor using flash buttons | ChrisB1981 | ActionScript 1.0 (and below) | 1 | 06-02-2005 05:09 PM |
| CyanBlue's 5000th Post - Useful Threads List | CyanBlue | ActionScript 1.0 (and below) | 104 | 02-25-2005 02:13 PM |
| Php, Javascript, and Flash 5 browser detect and more! | Redline01 | Server-Side Scripting | 2 | 08-11-2001 02:09 AM |