Flash - Problem to call an mp3 file from a swf file
am 17.01.2008 00:42:18 von StephHello,
I have a flash file (accueil.swf) that calls an mp3 file (the_song.mp3) to
load a song when the swf animation is launched.
Both files are stored on the same root directory (in my PC and onto the web
server).
When i click directly on the swf file right on the directory from my PC, the
animation works and the song is correctly loaded (we hear the song).
When i launch from my web server the script below that is supposed to do the
same thing, the animation works but the song is not loaded (so no song is
launched).
codebase="http://download.macromedia.com/pub/shockwave/cabs/ flash/swflash.cab#version=7,0,19,0"
width="170" height="240">
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="170" height="240">
Can someone explain me why ?
Many thanks in advance
Steph