Skip to main content
Participant
December 1, 2011
Question

import org.osmf.utils.FMSURL in Flash Builder 4.6

  • December 1, 2011
  • 1 reply
  • 978 views

I'm trying to go through a number of source samples to connect to a streaming service via Amazon's CloudFront and it appears as if the FMSURL package has been moved from import org.osmf.utils.*.

Has this been deprecated or moved in the 4.6 SDK?

This topic has been closed for replies.

1 reply

Participant
December 5, 2011

I was looking for it as well. It seems that it might have been relocatd to org.osmf.net. But this has an [ExcludeClass] set, so I can't import it.

Then I found a post for this instead; org.osmf.net.StreamingURLResource.

It worked for me with the following call:

var myURL:StreamingURLResource = new StreamingURLResource("rtmp://xxx:1935/cfx/st/video/dayout/socs_700", 'recorded', NaN, NaN, null, true);

(so drop the .flv)

ON http://python.mmitd.com/bugs.adobe.com/jira/browse/SDK-25302