Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
flashe11 #1
how to ad a direct link from a button to a pdf?
Help, I am a novice. How do you make a direct link from a button to a pdf file? thanks.
flashe11 Guest
-
Need Falsh 8 but no download, no info bar, no popup, no direct link!!!!
YES I'm stressed! -
i need direct link to download flash player 8 for lateruse
hi i need direct link to download flash player 8 for later use can some one help me with this plz? Thanks -
Opening a new window with a link button button column on a datagrid
Hi all, I have a datagrid with a button column set as a link button. When clicked I want it to open a new window in which to display the results... -
Page Through Image with Direct Link
Does anyone know of a cf tag that can do something similar to this page: http://www.alacasting.com/book6.asp Basically you choose a catalog and... -
direct link prevention on apache
I'm using PHP 4.3 and APACHE2.0. I have a website that requires people to log in before they can download files from my website. A person is logged... -
Kathy #2
Re: how to ad a direct link from a button to a pdf?
on (release) {
getURL("http://www.whatever.com/whatever.pdf");
}
flashe11 wrote:> Help, I am a novice. How do you make a direct link from a button to a pdf file? thanks.Kathy Guest
-
rlc5611 #3
Re: how to ad a direct link from a button to a pdf?
If you want it in a separate window:
on (release) {
getURL("http://www.whatever.com/whatever.pdf","_blank");
}
rlc5611 Guest



Reply With Quote

