Download A Music File In Flash MX2004
Hi,Can anyone help me with this problem. I have developed a music site using Flash MX2004 and would like to offer a small download facility. After searching forums it seemed that the best way to do this was to use PHP and ASP because MX2004 did not have the inbuilt ability to do this. Unfortunately when I use the PHP I only get 1K of data downloaded (it completes extremely quickly). The PHP script I'm using is in the attachment.Can anyone suggest what I can do. Thanks,GarethAttach Code<?php// downloading a file use http://somewhere.com/download.php?filename=name of file$filename = $_GET['file'];if(!$filename){ echo "ERROR: No filename specified. Please try again."; }else {// fix for IE catching or PHP bug issueheader("Pragma: public");header("Expires: 0"); // set expiration timeheader("Cache-Control: must-revalidate, post-check=0, pre-check=0");// browser must download file from server instead of cache// force download dialogheader("Content-Type: application/force-download");header("Content-Type: application/octet-stream");header("Content-Type: application/download");// use the Content-Disposition header to supply a recommended filename and// force the browser to display the save dialog.header("Content-Disposition: attachment; filename=".basename($filename).";");header("Content-Transfer-Encoding: binary");$root_path = "./audio/";$myfile = $root_path . $filename;//header("Content-Length: ".filesize($myfile));readfile("$myfile");exit();}?>
Adobe > Flash General Discussion
Posted on: 11/30/2006 12:44:42 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Progressive Download/Flash MX2004
I decided to use the mechanisim "Progressive Download" on my web site, so i imported mymovie.mov to flash and then exported as a mymovie.flv, and i noticed that it was a big compression, and lost of quality resolution. So when i download it on my site looks pretty bad!! what can i do?
By the way the site i'm working on is www.dkt.com.mx and the video is under productos/frenzy/comerciales
Progressive Download/Flash MX2004
I decided to use the mechanisim "Progressive Download" on my web site, so i imported mymovie.mov to flash and then exported as a mymovie.flv, and i noticed that it was a big compression, and lost of quality resolution. So when i download it on my site looks pretty bad!! what can i do?
By the way the site i'm working on is www.dkt.com.mx and the video is under productos/frenzy/comerciales
Playing .swf Flash Trax Without Waiting To Download Music?
Please Help!
I downloaded a Flash Player off this site. I modified it and I can get my music .swf tracks to play off my hard drive fine.
But when the seperate music data files are on the server, the music .swf tracks do play, but take a really really long time to start.
Question is:
Do I save the data.swf music files as streams or event movies. I saved the music files as seperate individual movie .swf tacks and uploaded them. Each one is abaout 4 megs. The Flash Player plays them but not right away.
How can I get the music to play as soon as the track is clicked so there is no delay.
Mx2004 Music On/off Button
sorry i think i posted this in the wrong forum before :oops:
anyway, i have made a music on/off button for a site in flash mx 2004 pro, however every time you jump to a new marker/page, the music starts again, resulting in the same piece of music playing several times over the top of each other. how do i remedy this so the off button keeps the music on/off throughout the site?
thanks.
Mx2004 Music On/off Button
sorry i think i posted this in the wrong forum before :oops:
anyway, i have made a music on/off button for a site in flash mx 2004 pro, however every time you jump to a new marker/page, the music starts again, resulting in the same piece of music playing several times over the top of each other. how do i remedy this so the off button keeps the music on/off throughout the site?
thanks.
Convert A File For Me From Flash MX2004 To MX
Hello,
I was wondering if someone could convert this file to MX for me. It was originally done in Flash MX2004. I would be forever grateful!
LOL
** Also-anyone have or know of any good tutorials for craeting a flash sliding puzzle game or something similar. you know- an image cut into tiles with one tiles missing and you slide the pieces into the apprpriate spots to creat the image?
If anyone know where I can find this or related games in flash I would appreciate the direction...
The file is located at this link in my online briefcase- I can't upload the file here becuz it exceeds the file limit by a coupl hundred KB:
http://ca.f1.pg.briefcase.yahoo.com/iceman72@rogers.com
in My Document folder
Thanks for the help
I Have A Corrupt Save File With Flash MX2004
I've been making a game for 2 weeks straight, I went to save the .fla tonight and it wouldn't save, so I tried saving it to two new filenames only 48k saved, while the original file is still a big 3 MB.
Anyway, I tried to open the files and they don't open. Does anyone know how to fix this?
Can I Change My Sound/music File After I Imported Into My Flash File?
Hi,
I want to know can i change my sound/music file after i imported into my flash file (or put it on the work stage)? I mean can i change the length or make the volume louder or softer, like those kind of basic changing.... ?
can somebody help me plz !!!!!! Thank you !!!!!
by Ryan...
Flash File In Centre Of Html Issue With MX2004
hi. in dreamweaver MX I often create a table 100% wide and 100% high, then centre align, to place my flash in the centre...i.e. the flash is in the very centre no matter the browser size.
When I follow the same steps in dreamweaver MX 2004 my object always sits at the very top no matter what I do...I have looked at the code and can't figure it out. If copy the html code from dw MX then the table works fine....so something is different with MX 2004?
Anyone got any ideas?? Seems simple but frustrating for me...????
Download Music
how do you attach a music file (.mp3 or .wav) to be downloaded by the user?
Download Music
Hello
I'm trying to find out how I can let someone download music from my site.
Any help welcome as I don't have a clue.
Download A Pdf File From Flash
I need to know the script to put in my button for downloading a file whitch is in the same folder than the movie.
I would be pleased if someone could help me with this.
thanks
File Download From Within Flash
Hello
Just wondering how to create a button in my FLA that will download a file (in this case a windows media player file) to the viewers computer when it is pressed. I'm assuming it will bring up the windows dialogue box which gives them a choice over where to save it.
Thanks for your help
Download File In Flash
hi,
I like to include a link to download a file, so that when the user click, the "save file" pop-up will appear.
I'm trying to let user download a JPG file, but instead of opening a new broswer window, I let them save it straight away.
many thanks
Lawrence
Download File From Flash
i am trying to have a button that will allow the user to download a file from my site, or open a pdf with axcrobat. the file will be a pdf. what is the code i put on my button. i have searched online, but i am only finding "upload" tutorials.
Please help if you can.
thanks
DK
Download A File (PDF) From Flash 5
morning everyone
does anyone know if its possible to download a file from flash?
what I'd like to do is have a button in the flash movie that sends a pdf file to the user.
the pdf file will be in the same directory as the flash movie.
would it be easier just to send the user to a separate html page and have them download it from there?
just wondering.
thanks
ig
Download Pdf From Flash File
Hi,
I would like to have a button in a flash file. When the user clicks on the button a PDF file would automatically download.
Does anyone know how I can do this? I'm using flash mx.
Thanks,
Can I Download A Zip File Using Flash?
HI i'm working in an application, one of the elements of the interface is a button that ideally when clicked would download a zip file, is this possible?
Download File From Flash.
Hi all,
I know there is a way to download zip files through flash like you would with a normal html page but I was wondering if you can download an uncompressed file, like an mp3?
The reason behind this is that I could save on web space by only having the raw uncompressed mp3 instead of the mp3 and mp3 zipped.
Thx for any advice!
Best.
BRb
Flash Download File With Php
I'm making a flash movie that loads a file that the user will then download. The url to the file is in a MySql database and is found by sending a variable to the php file. (download.php?id=43) The flashmovie can be found on download.php
download.php uses the id and gets the url and sets it onto the varaible $fileurl
How do I get that variable into flash? The flash movie will be a small part of download.php, so I don't think I can reload it or things like that. Is it posible to send it to flash in the embed object tags?
Download A File From Flash
Hi,
how do i link out of a swf to download a file.
I want to link out so a screen saver file downloads.
Do i just set the url to the files url?
on (release) {
getURL("");
}
if you can help thanks
Download Flash File
Is there a method to download a flash file from the internet so that I can look at it?
Don't Want Music To Download At First Frame.
As long as I put a linkage to a sound file, the movie tries to download the sound at the very first frame, regardless of where the sound is played in the movie.
I need to keep the linkage to use action script, but want to download the sound later in the movie so the sound file doesn't hold the preloader to download.
I appreciate any help,
Tsugi
Fast Music Download
I want the fastest download possible.
I am putting classical piano music on a website, and I would like to err on the side of speed of download over quality (but both would be nice). Also, I would like the pieces played directly from a music player on the site rather than having the files downloaded to the users computer.
Is streaming audio the best way, or are there Action Sctipting options?
The pieces have been recorded on a keyboard with a piano sample and turned into MP3s.
Thanks in advance for any help.
Why Can't I Download Music Loops
When I go to the music loop page and try to download music it takes me to a new page but nothing is in my effects categories.
What do I need to do to download music?
Thanks
Download And Stream Music
I'm building a flash website with a music section. I want the user to be able to click on a track to stream a music file or have the option to right click and "save as" to download it. Anyone have any experience with this? Not quite sure how to set it up.
Any help would be much appreciated!
Thanks,
Sean
Download And Stream Music
I'm building a flash website with a music section. I want the user to be able to click on a track to stream a music file or have the option to right click and "save as" to download it. Anyone have any experience with this? Not quite sure how to set it up.
Any help would be much appreciated!
Thanks,
Sean
DOWNLOAD AND STREAM MUSIC
I'm building a flash website with a music section. I want the user to be able to click on a track to stream a music file or have the option to right click and "save as" to download it. Anyone have any experience with this? Not quite sure how to set it up.
Any help would be much appreciated!
Thanks,
Sean
Download Music In Progress
hi, I'm working on a website project right now, and my friend gave me a turntable mix he made, the length is about 4:50 min, quite large mp3 file, is there anyway to download music in progress without using streaming server? just like downloading video...thank you.
Cannot Open MX2004 Flash File In Flash 8
I have a serious problem. I created a website using Flash MX2004 and have since upgrade to Flash 8. Now he wants me to update his website and every time I try to open the origional file in Flash 8 it just locks up the program. I really need to find out what I can do to correct this. Please help me.
Download Files From Flash File?
Please help!
I have a flash file ready to post to my web site and for cds..but I have a link to my resume and to a multimedia project I once worked on. Is there any way I can create my picture of my resume so that someone just click on it and download the pdf?!
THANKS!
Erin
Should Flash Download Speed Be Same As Any Other File?
This is probably a dumb question, so sorry in advance.
My first novel is being published next year and I'm building a website for it. I've used Flash (Swish actually)
to generate a simple text effect on the page
http://www.cherubcampus.com/preview2.htm
The file size is 13K, but when I first went to download it online my browser took ages to display the item and downloaded over 400K of stuff ending in a pop up from macromedia asking if I wanted to install an update. (I already have flash player 6)I was wondering what was happening.
Subsequently the file downloads quickly but I was wondering if this is just because it is cached. Can I assume that a flash file of a given size will download in an identical time to, say, a GIF or JPEG of the same size?
Help: Download Pdf File From Flash Site
i think this is a simple question but i just dont know the code for it.
i have a flash website in a pop up window, and there is a "download pdf file" button where someone can download my resume. the resume link is
ex. www.mysite.com/filepdf
My question is, what is the code to make the button in my flash site download this file in another pop up window(www.mysite.com/filepdf) which begins an automatic downlaod?
thanks a tons
Download A File From A Flash Page
how do I build a button with the correct actionscript to download a file,for example,a word page,called nico.doc?I built the button and I don't know which is the correct actionscript to do what i want.
Please someone help it's for my work job....HELP!
Download A File From A Flash Page
how do I build a button with the correct actionscript to download a file,for example,a word page,called nico.doc?I built the button and I don't know which is the correct actionscript to do what i want.
Please someone help it's for my work job....HELP!
Download Links In A Flash File
Hi is it possible to have in a flash file, a button that when pressed will save a document to the users hard disk. ie a download link
Flash Wont Download Zip File In IE
Hey guys,
I'm writing about a problemI’m having with Flash MX 2004.
I have a window that is opened with java that has flash only inside it and there is a button in the flash movie that downloads a zip.
This is where the problem is..
The zip file that is linked via the below script will not download in IE, but downloads fine in Firefox. The actual IE browser flashes up but then disappears and then nothing happens…. So annoying!
I'm just wondering what some of the potential problems could be why IE wont download the Zip.
Code:
on (release) {
getURL("resources.zip", "_blank");
}
Thanks in advance guys
Learningseat
Open Up A Download File Box From Flash
I want to allow people to save a file by clicking on a button. How can I do this?
I've tried getURL but I don't want it to open the file I want it to allow the user to save the file to their computer.
Anyone know how to do this. Please share with me I'd really appreciate it.
Thanks
jason
www.envirojay.com
Linux Flash 9.0.48.0 Tar Download File Is Still 9.0.31.0
Per the July 10, 2007 security alert from Adobe I downloaded the current linux flash tar file from the Adobe download page. It's supposed to be 9.0.48.0. However, when I install it, the version still shows 9.0.31.0 and the dates on the untarred files are December 15, 2006 dates. Is this really the current flash for linux? If not, where might I obtain the latest version? Thanks.
Download File From Flash Movie
I've just done a website solely in flash(mx) with a page of MP3's that I want people to be able to download. In an HTML page you would just right-click and choose 'download link to disk' but if you do this in Flash you just get the Flash player options. How do i fix it so that people can download the mp3's without embeding these huge files in the SWF?
Cheers.
Biscuit.
|