Ask a Question related to Macromedia Flash, Design and Development.
-
Pixelate #1
Creating new link to folder location in actionscript code?
Hello everyone, your help is greatly appreciated!
Summary: How do I create a new path to a folder in an actionscript
file?
URL:[url]http://www.linkshare.org/flashgallery/[/url]
external AS file:[url]http://www.linkshare.org/flashgallery/cbgallery.as[/url]
NOTE: actionscript file is external to SWF file, not sure if that
matters or not in coding.
Current
link:[url]http://www.linkshare.org/flashgallery/galleries/Italytrip-day1/001la[/url]
la%20aeroplane.jpg
Future
link:[url]http://www.linkshare.org/flashgallery/galleries/Italytrip-day1/hi-re[/url]
s/001lala%20aeroplane.psd
Problem: A photo is displayed in a Flash photo gallery and if you press
the 'download image' button, it links to the JPG directly for viewing.
Goal: I want a link to a Hi-Res image for printing, so the link would
not be same as the image viewed in the Flash gallery. The actionscript
code would link to a 300DPI Hi-Res image located in a "hi-res" folder.
=======
I'm no AS expert, but I think the relevant code is:
var
imageNameSplit:Array=String(thumbLoader.content["gal"+whichPic].myImage).
split("/");
imagePath = imageNameSplit.join("/");
if(enableViewImageBtn){
downloadImageBtn.onRelease=function(){
getURL(imagePath,"_blank");
trace("word: "+imagePath);
}
Pixelate Guest
-
Installed folder location
After installing Shockwave Player I haven't been able to locate where it was installed. On the web download site indication show installation is... -
creating shared folder location hanges when creating a review
Hi All, I am using Acrobat Pro 8.1.2 for Mac. When I try to create a document for review, I get through all the steps until I get the pop up... -
Folder location of pre-recorded flv file
I have a pre-recorded flv file that I've placed in a sub-folder within the applications folder of Media Server. When I run my Flash movie within... -
Change Default folder location
How do you change the default folder location in Reader 6? When I Change the location save and exit it does not stay with the folder that I selected.... -
default location of connections folder
How do I change the default location of the connections folder? It always creates it one under. I'd search the help but there a too many results.



Reply With Quote

