Sorry about all the flash questions lately. But does anyone know how to make a flash link open up in the same browser???![]()
Sorry about all the flash questions lately. But does anyone know how to make a flash link open up in the same browser???![]()
same browser window?
the help menu should explain this. I don't know myself, not being a flash user.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Let me see what I can do.
EH! Sorry I didn't see this earlier... been quite busy and selfish..
in your AS window for the button put this:
homepage_btn.onRelease = function () {
getURL("http://www.macromedia.com", _self);
}
_self tells it to open in same window,
_blank opens in a blank window
_top is in flash to open in top layer of current frame.
~BLiZZ
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Those are also in a dropdown near where you type the url in if you're not looking at the code, I think.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Bookmarks