ubernew
05-04-2007, 10:32 PM
I recently bought a book "programming flex 2" and am trying to go thru the examples with flex.
so, I'm trying out the part to stream media with flash. the book mentions rtmp that is used with FMS. however, i've seen other premade flash mp3 players that can play mp3s just by an xml playlist. so, how can i build an app that can stream mp3s without FMS?
Also, there is an example about using compc to add external classes to a swc file for compiling.
I keep getting this-- Error: could not find source for class com.oreilly.programmingflex.
I've saved the class as com.oreilly.programmingflex
the file contains:
package com.oreilly.programmingflex
{
some sample code from book
}
Since I'm new to programming, I don't know if class files need some special name or if there is something missing within the file... I know to build the final swf I would compile "something.mxml"
by the way, I'm using the free flex2sdk and a regular text editor on linux. I compiling via command line.
so, I'm trying out the part to stream media with flash. the book mentions rtmp that is used with FMS. however, i've seen other premade flash mp3 players that can play mp3s just by an xml playlist. so, how can i build an app that can stream mp3s without FMS?
Also, there is an example about using compc to add external classes to a swc file for compiling.
I keep getting this-- Error: could not find source for class com.oreilly.programmingflex.
I've saved the class as com.oreilly.programmingflex
the file contains:
package com.oreilly.programmingflex
{
some sample code from book
}
Since I'm new to programming, I don't know if class files need some special name or if there is something missing within the file... I know to build the final swf I would compile "something.mxml"
by the way, I'm using the free flex2sdk and a regular text editor on linux. I compiling via command line.