Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
zorg #1
CFContent and passing mp3s to flash
Ok,
I've been trying to use FLASH as an mp3 player (to help over come illigal
downloads/saving) but my issue arrises in that (a) I need to pass the path of
the file to the player and a 'view source' will allow any savy user to browse
to the file.
I've had luck serving the mp3 from a cfm template using cfcontent...(meaning a
browse to the cfm template and passing an ID - the browser launches my mp3
player - just as if i wee a direct link to the mp3.)
BUT - when I try to get FLASH to access the sme emplat to serve up the file -
I get nothing...
Any one done this type of thing?? Really need a solution.
My thought was that a user could click on a flash movie and hear the mp3 - the
flash movie would actually be passing an ID (to identify the mp3 on the server)
and a UUID (or secret KEY) so that a user couldn't browse to a file and
download (cause they wouldn't know the UUID).
thanks
zorg Guest
-
mp3s file don't always play in this flash site
Hello! I'm having some trouble with mp3s in a flash site. (www.thejunglegroove.com) There is a page with four songs, but it's not always possible... -
Playing MP3s
I am trying to play an MP3 file from coldfusion. The code im using is the following: <cfsavecontent variable="ButtonClick"> var... -
Passing VAR from Flash(a) in a CFM to Flash(b) in a CFMall in a CFM Frameset
I'm having a problem trying to figure this out. Never worked with ColdFusion but was told this was the best way to do things when working with... -
CFContent Problem - Passing parameters in URL with imgsrc tag
Hi All, My code is like this on the ViewImage.cfm page <img src="GetImage.cfm?id=123"> on the GetImage.cfm page <cfcontent type="image/gif"... -
passing a variable in flash to another flash file
Hello, I am very new to Flash MX and would like to know how to pass a variable from one flash file to another flash file. The first flash file...



Reply With Quote

