This is a discussion on "opening file in object player" within the JavaScript Forum section. This forum, and the thread "opening file in object player are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
opening file in object player
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
opening file in object player
<object type="application/x-mplayer2"
data="../audio/75743899.mp3" width="200" height="50" standby= "ready to play ..." > <param name="autoplay" value="true"/> <param name="src" value="../audio/75743899.mp3" valuetype ="data"/> Plug-in not found - Please install </object> why is it that i could only open file as "75743899.mp3" but not "../audio/75743899.mp3" ? isn't that the way to open files in other directory? |
|
|
|
||||
|
Re: opening file in object player
Is the 'audio' file in the same directory as the file that contains that code?
|
|
|||
|
Re: opening file in object player
up one directory
|
|
||||
|
Re: opening file in object player
ok so can you try:
|
|
|||
|
Re: opening file in object player
i mean
this code is in a file that's in the "project" folder the "audio" folder and the "project" folder are under the same directory say folder "a" |
|
|||
|
Re: opening file in object player
done!
i moved the whole "audio" folder into the "project" folder and used data="audio/75743899.mp3" and it played alright! Thanks very much! |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Asp not opening! | aspcam | Classic ASP | 2 | Jul 26th, 2007 22:38 |
| How to make XML file work with slide show player | OmiE | Starting Out | 0 | Jun 4th, 2007 21:49 |
| problem with opening IE | uddin | Web Page Design | 5 | Mar 29th, 2007 15:26 |
| File system object | madhuri.t | Classic ASP | 1 | Feb 20th, 2006 12:57 |
| FSO (File System Object) Performance | spinal007 | Classic ASP | 17 | Mar 16th, 2005 18:03 |