thanks this was really helpful. It is a little disconcerting though, that the documentation for AS3 shows this class is supposed to be available as of OSMF 1.0, which is the version that is supposed to be in Flex (http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/org/osmf/net/MulticastResource.html). I guess the docs are wrong, though. I tried the OSMF 2.0 swc though and the class does show up now.
thanks again! Fuad Kamal Anaara LLC www.anaara.com 240.515.7578 (m) 214.279.1890 (f) twitter: @flexRonin linkedIn: linkedin.com/in/anaara photography: http://fuadkamal.org On Jul 30, 2013, at 3:23 AM, dev-digest-h...@flex.apache.org wrote: > From: Justin Mclean <jus...@classsoftware.com> > Subject: Re: MulticastResource class not showing up as part of Flex SDK > Date: July 29, 2013 7:51:43 PM EDT > To: dev@flex.apache.org > > > Hi, > > I'm not that familiar with FM4 but what version of OSMF is is expecting? > Apache Flex uses 1.0 and it may be that your code is expecting a later > version and need to use a newer version of osmf.swf. > > It looks like that class isn't in the current version of OSMF we use. > > Running this: > ./swfdump ../frameworks/libs/osmf.swc | grep "MulticastResource" > > Finds nothing. > > This has been open for some time: > https://issues.apache.org/jira/browse/FLEX-33119 > > Thanks, > Justin > > > > From: Nicholas Kwiatkowski <nicho...@spoon.as> > Subject: Re: MulticastResource class not showing up as part of Flex SDK > Date: July 29, 2013 7:57:16 PM EDT > To: dev@flex.apache.org > > > Justin is correct in this.. > > We are using an older version of OSMF than what is currently available. > The version that ships with our version is compatible with the streaming > features that were introduced in FP 10.2, which did not include Multicast. > You need to remove the OSMF.swc from your app's manifest and add the > newest version available from the OSMF sourceforge site. At that point, > your app will need to target FP11 or later (make sure to update the > swfversion accordingly). > > -Nick