Questions tagged [osmf]

Open Source Media Framework (OSMF) is a free, open source, development framework for building video experiences on the web and desktop. OSMF is a pure ActionScript3.0 based framework and is created by Adobe Systems.

Open Source Media Framework (OSMF) is a free, open source, development framework for building video experiences on the web and desktop. OSMF is a pure ActionScript3.0 based framework and is created by Adobe Systems.

103 questions
0
votes
1 answer

how to crossfade two AudioElements in OSMF?

I'd like to crossfade two AudioElements inside a SerialElement but I don't know where to start. Any clue?
0
votes
2 answers

How to resize a video

I'm building a player with two switchable sizes, changed by the user, but I'm not having results on that. That's my setupPlayer function, which works fine: function setupPlayer():void { layout.width = _playerWidth; …
Marcelo Assis
  • 5,136
  • 3
  • 33
  • 54
0
votes
2 answers

OSMF with Basic Authentication

How would one create a video or audio stream using OSMF when there must be basic authentication on the url? Can one feed in Audio/Video using HTTPService to provide the header authentication? All the examples available ignore the authentication…
Omar Mir
  • 1,500
  • 1
  • 19
  • 39
0
votes
3 answers

How to handle NetStatusEvents with OSMF

I am developing a video player using the OSMF library. I have the problem that I sometimes lose the connection to the server. So I set up an object that watches the connection to the server and in case of connection lost it tries a limited number of…
Julio Garcia
  • 1,904
  • 16
  • 26
0
votes
1 answer

detect event from SWFElement in OSMF

I use OSMF's SWFElement for my project to load SWF file in to main Application but the main app can't detect event from child SWF at all, tried to search around but not found any solution CODE in the Main App mediaPlayerSprite = new…
0
votes
2 answers

Can you export OSMF BitmapData to an HTML5 tag?

I've been doing some digging and haven't been able to figure out an answer to my question. I'm not a Flash developer, so please excuse any misinformations I might include. Essentially, I would like to export a frame of an OSMF VideoElement to an…
Kelly Sutton
  • 591
  • 5
  • 12
0
votes
2 answers

Resolve conflicting package name in Flash Builder

I am using Flash Builder 4 and need a VideoDisplay component that works with Cue Points. The newer version of theOSMF classes that Flex's VideoDisplay are based on handles this already. The idea is to roll my own VideoDisplay component rather than…
Laramie
  • 5,457
  • 2
  • 39
  • 46
0
votes
3 answers

Definition mx.binding:BindingManager could not be found

Why I'm getting this error in a actionscript project using flash Builder? I'm not even embedding anything, I'm just extending an OSMF class 'NetStreamLoadTrait' which has some metadata, that's it. [ExcludeClass] I'm using another OSMF project insted…
Mc-
  • 3,968
  • 10
  • 38
  • 61
0
votes
1 answer

Osmf Player quality chooser in as3

I'm using the osmf swc to develop a custom player for streaming, I´m using this tutorial: http://flashphorm.blogspot.pe/2012/09/play-m3u8-http-stream-through-flash.html Everything works fine but I want to know if it is posible to make a bitrate…
0
votes
1 answer

Overlap HTML elements using css

I am doing a project where I have to display video using Flash OSMF player. Also I have to display some text and image on top of the player. It's working pretty cool in chrome and IE. When it comes to Firefox and safari the text element is hiding…
Ilaiya
  • 21
  • 5
0
votes
1 answer

OSMF Media Player (implemented HLSPlugin) - Fullscreen Mode not working

I downloaded the OSMF Mediaplayer from here and implemented the HLS Plugin (Hardcoded in source with libs/HLSPlugin.swc) to play HLS Streams and m3u8 Playlists. However, once the Plugin is included the Fullscreen mode no longer works. If i switch to…
Jay Jay
  • 11
  • 2
0
votes
1 answer

How to Start with open street map for a web application

I am planning to create a new web application in which i want to use open street map, i need source code of open street map.In my web application i need features of see different shape file on layers, data plotting and Geo-referencing. Please give…
0
votes
1 answer

Get video progress of OSMF Player

A few years ago, Adobe had an OSMF video player wiki, and one of the examples on the wiki teaches on how to execute something for an specific ammount of time, while the video is playing using the javascript api's. The wiki is no longer online, so…
0
votes
1 answer

Where is StrobeMediaPlayback.swf in OSMF 2.0?

I just download the OSMF 2.0 zip on sourceforge (here) and there is no StrobeMediaPlayback.swf in the folder? I'm confused. Somebody can enlight me? Thanks,
GBMan
  • 475
  • 2
  • 4
  • 16
0
votes
1 answer

set video size in OSMF

OSMV is very thick so so I'm trying to put a series of minimalist tutorials and again I'm stuck with something that should be dead simple. I have a VideoElement that I added to a MediaPlayer. Now now do I set the size of the video? I'd like to just…
jspooner
  • 10,975
  • 11
  • 58
  • 81