Forums
This topic is locked
Linking frames with flash menus...
31 Jul 2007 22:41:20 c clark posted:
Hello all - just wanted to say i just found this site and its great, and i got a question for you...I have a menu that i created in Flash, and a website created in Dreamweaver which has a floating frame in it called 'MyFrame'.
I just want the webpage that the menu button links to to appear in that floating frame. BUT no matter what I do to the code in Flash, it still opens up a new page. This is also the case when it is online.
My current example code for the menu button:
on (release) {
getURL("Flash/tropical fish.html", MyFrame);
}
ive tried the target url and frame as expressions, ive tried uploading it online, ive tried different names etc etc but nothing seems to work - every time the page gets loaded into a new page.
Please help !
Thanks
Chris
Replies
Replied 02 Aug 2007 11:20:22
02 Aug 2007 11:20:22 Georgi Kralev replied:
Hi Clark,
Try to set wmode to transparent for your Flash object.
To do that you check the following FAQ:
www.dmxzone.com/ShowDetail.asp?NewsId=13896
I hope that you will find it useful.
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Try to set wmode to transparent for your Flash object.
To do that you check the following FAQ:
www.dmxzone.com/ShowDetail.asp?NewsId=13896
I hope that you will find it useful.
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Replied 03 Aug 2007 23:16:00
03 Aug 2007 23:16:00 c clark replied:
Thanks for that, i will give it a try <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Replied 04 Aug 2007 17:00:49
04 Aug 2007 17:00:49 c clark replied:
unfortunately it hasnt worked either. Thanks for the idea though George.