PDA

View Full Version : Please help....trouble here!!


Galo
09-24-2001, 04:44 PM
Hi im new here so hi to everyone :)

Im in a little bit of a rush so i keep it short!

i have a php page which generates a variabelle $filename
so he writes that to flash by ?filename=<?php Print($filename); ?>
then in flash i gonvert the filename to the whole path by this

filename = 'http://www.scheetvandeweek.nl/http/content/scheten/' + filename + '.mp3'

Then i have a generator object imported to play extern mp3 files.....and in the "File Name" field (still with generator) i type "filename" so....i tought now he would understand to pick this url if i gave $filename the variabelle "10" :

http://www.scheetvandeweek.nl/http/content/scheten/10.mp3

at least thats what the dynamic textfield is telling me :)
and it happens that 10.mp3 is in THAT directory......

but he isnt playing the dams sound!!

can someone help me out here?

-Galo