![]() pallavi_saksena
|
Last Activity: 12-08-2012 12:59 AM
Blog
View pallavi_saksena's BlogRecent Entries
Latest Entry
Posted in Uncategorized
hi everyone...i am a web designer...i was working for a flash website and i m stuck.. my problem is
i have made a page on flash and it has a button "gallery" in it which is supposed to be linked to "gallery.html" page. i tried this code
button_1.addEventListener (MouseEvent.CLICK, fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage(eve nt:MouseEvent):void
{
navigateToURL(new URLRequest("http://www.adobe.com"), "_blank");...
i have made a page on flash and it has a button "gallery" in it which is supposed to be linked to "gallery.html" page. i tried this code
button_1.addEventListener (MouseEvent.CLICK, fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage(eve nt:MouseEvent):void
{
navigateToURL(new URLRequest("http://www.adobe.com"), "_blank");...















