QUOTE (vatofale @ Jan 3 2006, 01:19 PM)
In the same way as oggflac allows flac playback on ogg-only devices, is there an "mp3ogg" that allows you to play ogg files on mp3-only devices?
short answer:
No.
long answer:
It looks like you are confusing container formats and codecs.
Ogg is a container format which can embed multiple codecs - audio (Vorbis, Speex, FLAC) as well as video codecs. When you refer to "ogg-only devices" I assume you mean devices that support the Vorbis audio codec. But then your statement that "oggflac allows flac playback" on these devices is not necessarily true because FLAC is a completely different codec than Vorbis. A Vorbis decoder can't handle FLAC data and vice versa. Of course there are devices that support Vorbis and FLAC but this is achieved by implementing specific decoders for both codecs.
MP3 is a different thing. It is an audio codec which also has its own file format. MP3 is not a proper container format, it's some sort of "raw data" stream. This lead to the development of things like ID3 tags and VBR headers, for instance. Meta information like that (title, artist, duration, bitrate, etc.) is normally stored in a properly defined way inside the container format. MP3 audio streams can be embedded in container formats, such as AVI, Matroska and also Ogg.
Your question about playing "ogg files on mp3-only devices" is a bit confusing. Assuming that your "ogg files" are Vorbis audio the answer is: no, a MP3 decoder can't handle that.
edit: ok, I was too slow. but my answer is the most detailed one.