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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

flash hyperlinks

Status
Not open for further replies.

dappster

Programmer
Joined
Aug 7, 2006
Messages
4
Location
GB
please help. how do i get hyperlinks created in flash to open within an html frame page. I have a flash header with mp3 incorperated so i had to create two page frame. When i click on the link within the flash file i need it to open a html page in the lower section of the frame. Is this possible?

please help!! thanks
 
yes, this is certainly possible, here is an example:
Code:
my_btn.onPress = function(){
   getURL("path/to/page.html","framename");
}
hope it helps!

Regards,

Martin

Computing Help And Info:
 
just like to personally thank martin for answering my query. My previous code was excactly like that but i went wrong with the frame name bit. i put the main page add instead. stupid!!

anyways if u was a girl id kiss but you aint, but thank you soooooooooooooo much for the quick response.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top