Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




How Can I Make The User Be Able To Download A Pdf?



Hi I have a pdf file in my site I want the user to be able to download it, can someone help me out?



FlashKit > Flash Help > Flash General Help
Posted on: 08-18-2003, 05:49 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

How To Make A PDF Download To User's Desktop
I am trying to figure out how to make a PDF download to user's desktop by clicking an icon on my website. I'm sure its just a matter of applying a certain "action script/code" to the button - but I don't know what that script is. Can anyone help me? Thanks. - Steve H

Make User Download File
Hi there

I believe this is an easy one but I cant figure it out. I have mp3s on a site that I want the user to be able to download when clicking on a button. Is there an easy way of doing this in flash MX?

thanx

How To Make A Link Prompt The User To Download In Flash
Can someon please explain to me how to make it when you click on a link it automatically prompts the user to download the picture or whatever you want it to?

User Download Swf As Pdf
Hello. I need some help on a project im currently working on. Ive made a small interface where the user can enter text, choose the colour, choose the images etc and then be given a final result of this. Basically i need a button at this stage for the user to download the swf as a pdf, which can then be printed off. Is this possible? If not, i suppose the user can print straight from the online swf. Thanks for your help

Download Wallpaper From CD Mac User
Please Help!!

Badly in need of info regarding downloading wallpaper from CD without browser window to open... I've used Flash MX for the main swf (which will be output as a projector/.exe file on final run)

I'm mac user, so Flash Studio Pro is out of the question.

And I need this to work on PCs and Macs...

Not good with paths, so your guidance on this would be very much appreciated.

For this purpose, lets name the CD as JESS.
Within JESS theres the projector file call JESS PROJECT, as well as a folder call WALL.
Within WALL there is a file call WALLPAPER1.pct.
How do i create my links in this case?

Thanks
Jess
PS i've posted this on Standalone section as well as m not sure which is the best thread for this question....

Enabling User To Download.
Need help, Does anyone know how to enable a user to download a file. I want to allow users on my site to be able to download my C.V., how would I do this.

Thanks

How To Allow User To Download A File
want the user to press button to dowmload a file from the site.

im looking for the code or direction to tutorials, etc.

thanks ahead of time.

Mike

User Download Functionality
Hi all,

Can anyone tell me why my download button (setup using the FileReference class - code below) will successfully download a PDF file from my server to a users PC, but will not download .ZIP or .RAR files?

Cheers,

Dave

CODE:

on (release) {
import flash.net.FileReference;
var listener:Object = new Object();

listener.onSelect = function(file:FileReference):Void {
trace("onSelect: "+file.name);
};
listener.onCancel = function(file:FileReference):Void {
trace("onCancel");
};
listener.onOpen = function(file:FileReference):Void {
trace("onOpen: "+file.name);
};
listener.onProgress = function(file:FileReference, bytesLoaded:Number, bytesTotal:Number):Void {
trace("onProgress with bytesLoaded: "+bytesLoaded+" bytesTotal: "+bytesTotal);
};
listener.onComplete = function(file:FileReference):Void {
trace("onComplete: "+file.name);
};
listener.onIOError = function(file:FileReference):Void {
trace("onIOError: "+file.name);
};

var fileRef:FileReference = new FileReference();
fileRef.addListener(listener);
var url:String = "

Allow User's To Download Jpeg.
Hi everyone,

actually I load dynamically external jpeg in flash and I would like user's to download some jpeg's.
Problem is that I'd like to have a standard download window and i can't figure out how to do this, only able to open the jpeg in a new window but no download

thanks in advance for a clue.

Mp3 Download Not Allowing User To Save
I am trying to put mp3's out for others to download.

When they are clicked on, REALONE opens and plays the file.

Somehow the mp3 has changed to a mpeg????? i dunno.

Why can't the user be asked to download the file??

Can someone help please?

Thank you very much!
kicia

Allowing User To Download A File
How can a file on my flash site that users can download. How would i make that button?
Also i don't know what is required to make my site live. Will the web host help me with that?

Mx 2004 User,please Download And Re-upload As Old MX
can someone help me out and save the last file on this thread and then save it as flash MX and not MX 2004 so that i can open it from my computer. and maybe re-upload it or email it to blueflood@gmail.com

http://www.flashkit.com/board/showthread.php?t=671344

id apreciate it, i havent been able to get hold of this guy who was helping me with my problem, nor could i download this file....

How To Let The User Download An Internal File?
Hi,

Does anyone know how to force the download of a file that currently resides within your SWF?

For example I've built up a sound file internally, which I want them to be able to download, but the FileReference download method only allows a download from a URLRequest object.

Is there a way to download a file built internally? I'm loathe to have to store the file on a web server somewhere just so I can then download it again.

Force User To Download Flash
What HTML code do I have to have to ask the user to download the latest Flash player to view my movies? right now, it simply does not play

How To Direct User To Download Flash 9
I just finished making a game. But Somone was trying it out and they received this error message...

"Alternate HTML content should be placed here.This content requires the Adobe Flash Player.Get Flash"

They didn't have Flash 9 and thus couldn't run the AS3 game. However, since they already had the Flash Player, they didn't think they needed to download the Flash Player again. Is there a pre-made javascript that can be used to tell people they need to upgrade to Flash 9 and then give them a link? I'm fairly new to ActionScript programming. Any help would be greatly appreciated. And if you have any feedback on the game, I'd love to hear it.

Here's the game link:
http://www.wooingskills.com/WooingSkillsTrivia.html

Nothing Happens When User Klicks To Download File
Hi there,

I´ve heard from some users that they can not download files from my homepage. It´s zipped mp3:s and when they click the link (get URL), it should open a prompt window asking them to save or open file. I can't figure out what is causing it, for me there is no problems, I've tried it out on a couple of computers.

Anyone?
thx

Nothing Happens When User Klicks To Download File
Hi there,

I´ve heard from some users that they can not download files from my homepage. It´s zipped mp3:s and when they click the link (get URL), it should open a prompt window asking them to save or open file. I can't figure out what is causing it, for me there is no problems, I've tried it out on a couple of computers.

Anyone?
thx

You Said NO Question Was To Stupid... HOw Do I Allow User To Download File?
I hate to ask... I am having trouble and have been stuck for 4 hours I am Very new to Flash so here it goes. Flash MX 2004

I am trying to have a button trigger "on release" to allow the user to download a file on my flash site. For example I have a animated gif and a jpg that I want to allow people to download. I want to provide a button that allows them to download it. I was trying to use the get url action script on my button instance but that only opens it into another webpage. Is there an easier way to trigger that microsoft message box that says " open" "download" or "Cancel"

I know this is prob. the stupidest question of all time. I promise to hit myself in the head with a hammer once some1 replies.


Heathbar

Dial-up User For Progressive Download Video
High speed internet is no problem to view big size video(progressive download), but how about for dial-up user??
I want to create flash video for business for all deaf people.

Should I put preloader for progressive download? If so, please help me how to do it!!!! I have been struglling for over 1 months. Thank you!!

FLASH CS3 User File Download Button?
This might be a dumb question
i've just finished builing my flash site, and all i need now is

a
"DOWNLOAD FILE" button so the user can download movie files,
exe files and pix etc etc...

does anybody have any ideas?? it would be a great help
using ACTION SCRIPT 2.0



thanx
FS

I Publish + The Page Asks For User Download
hey -

I've done a few flash projects and this has never happened b4. I published via Flash w/ FSCOMMAND and uploaded to find the browser trying to download the html page as a Shockwave Object.

Help! What's going on? I tried multiple publish settings and to not avail!

http://phylacteryfactory.com/gallery_2

thanks,

rustyritz

Can Flash Download Files To A Folder Of User's Choice?
I'm using Flash MX to build an on-line training course which uses .MP3 audio narration. Since some users may have slow connections to the Internet, I decided to make users take the hit up front and download the files to their hard drive to a folder of their choosing.

Since I'm familiar with InstallShield, I know I can build an installer to accomplish this, but there seems to be no easy way to tell my Flash program where the files get installed to.

Is there a way to accomplish this entirely in Flash so that my program knows where the files get downloaded to?

Thanks much.

Allowing Download Of PFD Files In Exchange For User Details
I am not sure on the right keywords to search for in the tutoral section so was wondering if someone could point me in the right direction. I want to allow users to download PDF files, but only once they have given me thier name and email address in sepearte dialogue boxes.

Many Thanks
Graham

Enable User To Automatically Upgrade/download Player
this is something I havent had to deal with in awhile, but I need to make sure that my users have a minimum level of Flash to view my content. They will need to upgrade the player to view content if they do not have minimum player.

I am familiar with how to detect flash version with js and as.

I want to make a streamlined process for upgrading the player and would rather they not leave my site to download the player.

It is my understanding that I can set the flash version at the end of the CODEBASE parameter to cause Windows IE to automatically download and install the latest ActiveX control player if the user's version is less than the version I specify in the CODEBASE.

Is there a similar feature for the plug-in or is it best to rely upon JS to detect major/minor version and redirect user to download page at MM web site?

I Can't Get My Sound To Stream... It Makes The User Download The Whole Thing First
Ok, my problem is that I embed my sound into the flash file, I go to properties and make sure it is on Stream (not event). But even once i've done this, it makes the user download the whole sound file before playing it... Anyway of getting it to play as it downloads?

Many thanks,
Holliday Kedik

Download The Content When A User Clicks The Play Button
Hello

I have a FLV/Swf movie on a web page and I would like it only to download the content when a user clicks the play button. As of now it starts downloading when you enter the page, not so good for slow conections.

Please have a look at the html and see WTF I am doing wrong, my head is getting sore from banging it.

The webpage may be seen here www.coosbayspeedway.us/index1.htm
Any input would be greatly apreciated

Mark http://www.coosbayspeedway.us/index1.htm

Have User Promted To Download File After Entering Email?
Hey guys,

I'm trying to create a quick splash page for a friend of mine who is an independent musician.

The idea is to have the user visit the splash page....have a section with a couple fields like name, and email address...once the user submits that information...they get a pop up to download an mp3.

Does anyone know how this can be achieved in flash....or even html?

Any help on this issue would be much appreciated.

Thanks!

User Created Flash Movie That Enables Download For Later Playback, Or...
Hi All,

I'm wondering if anyone has any pointers about how to go about the following:

1. Enable a flash movie to be created dynamically that stitches together images from a database based on user defined start and end images (I think I've got this part sussed but pointers still welcome);

2. Then have the option to save the movie and possibly email it (need help here);

3. Would prefer if the movie could be converted to a .wmv or quicktime format before download (No idea here if possible).

Also would it be the same for a Flex application??

Thank you.

Forcing User's Browser To Download XML File That My Flash Movie Loads
I have a movie that loads an xml.

1) Update the xml file
2) Upload to my server
3) open IE and load my flash movie.
NOTE : my flash movie still uses the xml before it was updated.
How do I force my Flash movie to download the xml again?

Thanks in advance....

How To Make A User Login...
Does anyone know how to make a user login screen. I want user to be able to create a username and login just using Flash. Do I have to use PHP or something? If someone knows please let me know. Thanks.

Mike

How To Make A User Login...
Does anyone know how to make a user login screen. I want user to be able to create a username and login just using Flash. Do I have to use PHP or something? If someone knows please let me know. Thanks.

Mike

Make Folder Download
Please help!

How can I get a folder with a .pdf in it - from a server to a web user's desktop, via flash 5?
using getURL("folder/mydoc.pdf");
just tries to open the pdf, I want it to download to the computer.


My situation is that I've been asked to use a .pdf to show a portfolio online.
problem is - sometimes it takes a while on a dial up connection to actually view the .pdf in the browser - so I would rather find out how to get a folder to dowload from a server to the desktop where a user can open and view the .pdf fassster.

if the Download Manager pops up or something, the viewer will know something is happening.

if someone can help shed some light it would be awesome.

jaso

How Do I Make An Mp3 Download In Flash?
How do I link an mp3 file to some static text in Flash so that when clicked the file downloads as apose to opens/streams in the embedded windows media player.
Any help would be greatly appreciated.

To Make Cd Download To Computer
I need to put an oppening page on my project that allows the user to run from the cd or to download the cd to their hard drive can this be done in flash

How Can I Make/download A Very Simple..
guestbook for my website, the only difference being that instead of typing messages you use a very simple 'Paint' type thing to graffiti a wall.. Just something a bit different! Unfortunately I do not have a server, so this might be impossible.. Forgive my ignorance, I am very new to flash and I am not very good with computers!

How To Make A Pdf Download From Flash?
This may be a simple question but I cant figure it out!

[CS3][AS2] How Do I Make A Download Button?
I've been trying to find a tutorial on how to make a button that when you click, it downloads a file to your hard drive but I can't find any and I even posted a thread in another forum yesterday but still no responses. Can someone please help me?

Make .swf File Available For Download?
I cannot seem to find an answer to this question. Any help would be GREATLY appreciated.

How can I make my .swf file available for download from the click of a button within the movie? I read that it could be done in AS 1.0 with the fscommand - so surely there must be a way in 2.0?

If not, is there any way I can use JavaScript or PHP to do it?

Ultimately, I'm creating Flash Paper files (originated in Flash 8), but I would like to add a "save" button to the movie.

My company wants to replace PDFs with FlashPaper, but users can't save the .swf file from within the FlashPaper UI!

Mason

How To Make A Download Link.
I want to make it so people can download a mp3 from my website but I cannot figure out how to make this work in flash. Right now i'm hyperlinking to the mp3 but that just opens it in a media player and does not let the user download the file to there comptuers. Can anybody point me in the right direction?

Thanks
Sith

How To Make A Download Link.
I want to make it so people can download a mp3 from my website but I cannot figure out how to make this work in flash. Right now i'm hyperlinking to the mp3 but that just opens it in a media player and does not let the user download the file to there comptuers. Can anybody point me in the right direction?

Thanks
Sith

How Do You Make A Multi User Game?
1.It may seem like a stupid question to some, but how do you make a multi player game? Can it be done by an idiot like myself or do I need to know
scripting up the wazoo?

2. Is there a tutorial or sample script to look at to do it?

thanks for humoring me...

Andy
http://www.art-barn.com

Make User Frendly TextFeleds
I have Two TextFeleds One for the Height and one for the Width.

need it to make it so that the user can imput A meserment "5" which is five feet. or what ever the user inputes. Do this for Height and Width.

I would like to make what ever the user imputes in to the text feald and it will convert it to Pixales.
Every 1 foot = 25 pixales.


Thanks.

Can User Make Jpeg Of A Movie?
I have this animation where you can build something. I'd like to give the user the ability to save a jpeg of the movie he/she just created without using their print screen/screen grab function.

In a perfect world, they could then e-mail this jpeg to a friend.

Anyone have any ideas?

Thanks!

[F8] HOW Do You Make A Swf Play Only Once During A User's Session?
I have a little spokesperson video, that should automatically play the first time you come to the site, but say the user visits other pages then comes back to the page where the video resides, or hits refresh, the video should not play. How do you accomplish this?

thanks in advance!
Barbarino

How To Make The User Able To Upload It's Own Images Into The Swf
Hello everyone,
I really hope that someone can help me solve this problem. I need to write a code which will make the users able to upload their images from their PC to the swf file which is on the web. I have no idea how to do that. Then they will have to be able to interact with the image- resize, move and so on, which I gues has to be done as first is created empty movie clip and the custom image is placed in it, then just will use the usual movie clip control scripts.
I will apreaciate any help in that matter.

How To Make The Bar Grows To The User Size
if u check my web u will see that the bars grow to an extent, how can i make them grow to the users size, the animation?

Jon

How To Make A Banner With User Input
http://www.planetps2.com/metalgear/indexmain.html

I am trying to make a banner similar to this, I definetely don't want the same thing and I'm not gonna do it with MGS, but its just so damn cool. I know I have to animate different masked layers with onMouseOver or whatever but I'm not sure exactly how to do so. If anyone could give maybe a step by step brief thing for me I would be very grateful. Thanks!

Make A Balloon Bigger By Different User?
I'm a beginner of Actionscript.

Would anyone help me to solve this problem?
I have a stepping animation, which should be active/count frame by frame when one new visitor hit (mousehit a button). ie. when 10 people hit, gotoAndplay frame1, when 11-20 frame 2...etc.

It maybe a off-line version (just LAN with 3 computers), or a on-line version (with PHP...) Is this the same actionscript?

Please teach me to finish this simple project. Thank you.

User Control Panel--how Do I Make One?
I'm pretty well-established on how to make a neat website in flash. But now I'm to the point where I have so many clients that keep coming back to me to make changes on their sites.

How can I create a user control panel where my client can log in, and change the pictures/text that's in their flash site?

I would imagine that I'd first create the site using dynamic text that would be loaded from external sources. Then I suppose I'd create a separate page where the client could log in, select which section they want to change, change the text, press the submit button and voila, it would update. I would also imagine this would involve php scripting.

I just don't know what script I would need in order to have the flash movie first retreive the text/picture from the external source, allow the user to change the text/picture, and then have the flash movie send the sources back out along with the changes.

Can anyone help me with this??

Copyright © 2005-08 www.BigResource.com, All rights reserved