Brightcove player is not loading in Adobe Connect - brightcove

I created a application in flex, a swf files is generated. When I open this file in browser, I can able to view the video. But if I drag and drop this swf file in Adobe Connect sharing pod, no video is getting loaded.
Please help..

There is some unknown problem with brightcove player, when using in adobe connect environment. Hence according to suggestions of my manager, I used the brightcove API to get the videoIds and played videos using the "VideoDisplay" control in adobe flex. It is working very much fine.

Related

How to play uploaded videos in an iframe on a Mac system

I have tried using iframe and also video tag and object tag to play the video. In some cases, it plays only the audio from the video, but video doesn't show up.
Secondly, the same video file plays well on a separate tab in the browser, but not within my iframe.
This issue is on all browsers on my Mac, but on a windows machine it plays well.
I finally found it. Apple has a good documentation of its own for this. https://developer.apple.com/library/mac/documentation/quicktime/conceptual/qtscripting_html/QTScripting_HTML_Document/ScriptingHTML.html#//apple_ref/doc/uid/TP40001525-2-GettingaBrowsertoLoadQuickTime
I simply had to use the embed tag properly as they have explained.

Shockwave and PowerPoint

I tried finding information on the web, but could not, so I was wondering if anyone has some information:
We have made a Flash animation
We have embedded it in a PowerPoint slide
Everything is working on our side
I just want to make sure before I send it to the client that it will work if someone has no Shockwave plugin installed? In other words, does PowerPoint include the "Codec" to view the item when the PowerPoint file is generated?
I tried uninstalling my Shockwave, but for some reason I am unable to, so I am not sure how to test this.
Any ideas will be appreciated.
Thanks!
Kobus
If the playback computer doesn't have the correct plug-in, it won't be able to play the Flash animation. Flash playback doesn't use CODECs in the same sense that WMVs and other movie formats do.

Flash Builder cannot locate the required version of Adobe Flash Player

Im using flex 4
While running a application i got this error
Flash Builder cannot locate the required version of Adobe Flash
Player. You might need to install the Flash Player or reinstall Flash
Builder.
Which version flash player required for flex 4.0?
Problem solved...I have clicked Link 'flash player downloads' on the error message then downloaded and installed Flash Player 10.3
It works for me.
Have a look at this thread at Adobe Forums - http://forums.adobe.com/thread/606832
The above thread is about the exact error message.
In all there are following things suggested in the thread.
1.
Associate the Flash Debug player as the standalone player with SWF
files.
2.
To use HTML wrapper, just right click on your project and select
'properties'. Select 'Actionscript Compiler' on the left column, and
in the resulting properties pane on the right, check the option for
'Generate HTML Wrapper File'. That should force FB to launch the web
browser for debug. This will require the ActiveX or Mozilla flash
debug player, depending on which browser you're using for debugging.
3.
I did a search in the registry and found two instances where Flex was referrenced rather that Flash builder changing this to flash builder seemed to eliminate the problem.

wp7 player freezes if html5 <video> and isolated storage

I have video file located in my application isolated storage and would like to play it from html using video tag. Video player runs and then hangs on "loading..". Can someone manage to get video played using html5 video tag and isolated storage?
My observations and tests (HTC HD7, Mango Beta 2 - 7.10.7712.60).
I can play this video file using MediaElement or MediaPlayerLauncher. So the file is correct.
If I publish this file in internet and change reference to absolute (src="http://absoluteUri.mp4") video file is opened correctly. So it seems there is a problem with relative path and isolated storage.
If i specify incorrect relative path I see another message so relative path in my experiments is correct.
audio html5 tag works with isolated storage files very well; video - doesn't (freezes) but works correct if I reference to audio file in internet
For "/folder/video.mp4" and "\folder\video.mp4" device opens different playback screens, but both freeze with 'loading' and 'opening' messages.
There is MediaPlayerLauncher C# class that works with "folder/video.mp4" name (doesn't freeze)and does not work with leading slash in path - "/folder/video.mp4" - throws file not found; contrariwise tag can't find file w/o leading slash, even in root folder.
Playback screens triggered by MediaPlayerLauncher and html tag look identical but in first case it works and in second it freezes.
EDIT:
Application overview: the app is general Windows Phone Silverlight app with embedded WebBrowser control where html is hosted. Why I need this? - I'm working on cross-mobile platform where application is defined as html + js.
Erick Fleck covers this pretty good at the MSDN forums in this blog post - http://social.msdn.microsoft.com/forums/en-us/wpdevelop/thread/190abd75-3b45-4454-96ab-c32fb19c4664 . Looks like it comes down to 'where you store your content', so the other apps would have to adapt their structure if you want it to be truly xplat. Or you could do some 'adaptive urls'.

Generating thumbnails for movies from iTunes file sharing data?

i´m using the itunes file sharing feature to import customized data from the user.
I need to play videos when tapping on a customized UIButton. Therefore i want to know if its possible to set a thumbnail image from a video to each instance of MyButton.
I´ve played already with the MPMoviePlayerController and its "thumbnailImageAtTime:timeOption" function. It works great after selecting and playing that one video. But i need to generate thumbnails for all videos before.
When syncing videos on any iOS device via itunes, apple generates thumbnails for the camera roll instantly. So thats the way i´m looking for.. Any ideas how apple is doing it?
I´ve got it. Using the AVFoundationFramework with "AVAssetImageGenerator" ;)
Getting a thumbnail from a video url or data in iPhone SDK

Resources