|
Prev: Flash caches HTTP Requests?
Next: flash 8 list box
From: L0WRIDE on 4 May 2008 14:15 I'm sorry I'm not sure I'm following you here... How do I tell the files where to look in each folder? is there a simple command I can attach to the first line of code?
From: clbeech on 4 May 2008 15:06 how are you loading your music files - are you using the mediaPlayer component? there's a 'contentPath' parameter in which you enter the path to the file. So if the swf is in the root directory you would need to preface the file name with the folder name where it is ie. Mp3/filename.mp3 however if you wish to keep the file in the Mp3 folder, then you would need to make the change in the index html code - using the same principle 'target' the swf file: Mp3/filename.swf
From: L0WRIDE on 4 May 2008 21:33 Well I understand what you're saying but for some reason it's still not working? Here is the line of code that I'm trying to put in a table: <td><script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab# version=9,0,28,0','width','210','height','25','title','mp3 player','src','../mp3/mp3Player','quality','high','pluginspage','http://www.adob e.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','. ../mp3/mp3Player' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=9,0,28,0" width="210" height="25" title="mp3 player"> <param name="movie" value="../mp3/mp3Player.swf" /> <param name="quality" value="high" /> <embed src="../mp3/mp3Player.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio n=ShockwaveFlash" type="application/x-shockwave-flash" width="210" height="25"></embed> </object></noscript></td> </tr> Do you see any problem?
|
Pages: 1 Prev: Flash caches HTTP Requests? Next: flash 8 list box |