Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

frameset problem

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have a webpage with frames and a set of buttons made in flash 4. How do i make the page load in the proper frame. I know that in html i should use the TARGET="main" within the link, but how do i do it from flash? Thanks for your help.
 
Code:
On (Press)
      Get URL ("[URL unfurl="true"]http://www.yahoo.com",[/URL] window="main")
End On

;-)
 
right click on the button and open the "actions" window. the middle parameter is window. type the name of the window there.
 
I tried what was suggested in the above email. I put this code in:

on (release) {
getURL ("links.html#local", "main", "POST");
}

It doesn't go to the local section. It just loads &quot;index.html&quot;. the link is definitely right. I have an html link <a href = &quot;links.html#local> and it works fine. I am using flash 5. does anyone have any ideas why this doesn't work.

 
try mainFrame instead of just main... for some reason when I use Fireworks it always adds the word Frame to the end of all my frame names without any spaces...perhaps Flash expects the same.

Just an idea... Ya' Gotta Love It!:)X-)
 
So...OldNewbies suggestion did not work? It looks right to me.

Also...are you using Flash 4 or Flash 5? It does make a difference I beleive. Ya' Gotta Love It!:)X-)
 
Could someone just give me the lowdown on how exactly to IMPLEMENT framesets in Fireworks MX?

At the moment all I can output is a table. If I change anything, Dreamweaver and Fireworks can't work how to edit my image anymore.

I have an r shaped boarder for my site, with a blank area for the text - I would like this to be a seperate HTML frame. But if I do that, like I say - Fireworks stops playing.
 
*sigh* What a moron I am. Darn post in the wrong Forum.

Sorry folks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top