Current location: Hot Scripts Forums » Programming Languages » ASP » loading sound from database in Flash


loading sound from database in Flash

Reply
  #1 (permalink)  
Old 10-24-05, 10:39 AM
toth toth is offline
Newbie Coder
 
Join Date: Oct 2005
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
loading sound from database in Flash

Hello,

I'm working on a site that loads variables from a datase through ASP.
It's no problem to load a tekst in a dynamic text field.
Here's the code:

Loading variable from data.asp in Flash
Code:
loadVariablesNum("data.asp", 0, "GET");
data.asp file
Code:
<%
Dim rsAudio
Dim rsAudio_numRows

Set rsAudio = Server.CreateObject("ADODB.Recordset")
rsAudio.ActiveConnection = MM_flashASP_STRING
rsAudio.Source = "SELECT * FROM pageAudio ORDER BY ID ASC"
rsAudio.CursorType = 0
rsAudio.CursorLocation = 2
rsAudio.LockType = 1
rsAudio.Open()

rsAudio_numRows = 0

Response.Write "AudioTrack=" & Server.URLEncode(rsAudio("AudioTrack")) & "&AudioFile=" & Server.URLEncode(rsAudio("AudioFile"))

rsAudio.Close()
Set rsAudio = Nothing
%>
The table AudioTrack is the name of the audiofile
The table AudioFile is the adress to the mp3 file (ex. audio/sound01.mp3)

I can load the text in a dynamic textfield by giving it the variable AudioTrack
But how do I do it to load the mp3 sound file??

greetz, toth 8D

Last edited by toth; 10-24-05 at 11:11 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Not loading from MySQL database, i dont know whats wrong with the code alfrin PHP 5 02-12-05 04:26 PM
Loading Box in Flash blip888 The Lounge 0 08-27-04 08:45 PM
Php with flash or without tables ? EraseR PHP 0 06-26-04 08:36 AM
Flash MX with sound and movies..have a look charlototo The Lounge 1 04-15-04 03:09 PM
Loading an image into database with customerID pecobrown PHP 2 02-27-04 02:11 PM


All times are GMT -5. The time now is 01:17 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.