Stage video capability in flex mobile - the whole truth

I am finding it confusing to work out the capabilities of different types of Flex. So I have been trying throught trial and error. Hopefully forum members can shed light on this
In flex mobile apps you can access actionscript. Actionscript contains the stage video classes. Does that mean we can use stage video in a flex mobile app by using the actionscript?
In an Air app we can access actionscript - does that mean we can do the same in Air.
I hear stage video is only available for GoogleTv and other tv applications, but is that news out of date, seeing stage video classes are available in actionscript?
I managed to get stage video working in a Flex "Actionscript" project (on the web, but not on my desktop) - yippee-yai-yo.
But tried and failed to get it working inside a Flex "Flex" projext, or a Flex "Air" project. Is that because I don't know what I am doing, or because it is not possible?
Also "IF" Stage Video can work in a pure Actionscript project, which it seems to be able to, does that mean I can use it in a mobile actionscript project and use it across android, iphone, blackberry. Or not...
All help gratefully received, thank you.

Unfortunately, I did not find a solution and at that point stopped working with Flex for iPad. If you do find a way to stream secure video I would really appreciate knowing!

Similar Messages

  • One of my videos is not filling up the whole screen. What do I do to resolve this?

    I recently shot a video using 2 cameras. One was Canon & the other was a Nikon.
    When editing the video in FCPX - The Canon video was working fine but the Nikon video was not filling up the whole screen. (Had black spaces on the left & right of video).
    What do I need do to resolve this?
    Any help would be GREAT!!!! Thanks.

    If you are working on a multican project, open the angle editor by double-clicking the multiclip. Select the Nikon clip and in Transform, increase the scale until you get the results you're after.
    Russ

  • Imovie will not import the whole video, only a portion. How can I import the entire video?

    I am new Imovie user and I am having some difficulty importing video from my desktop. The whole video is on my desktop, but when I try to import it in imovie, only a few minutes of the video imports. How can I fix this issue?

    Hi
    A. How much free space is there on Your - Start-Up (Macintosh HD) Hard disk ?
    The movie in Your Camera / Stored on Your Mac (from Camera) - is very Compressed.
    For iMovie (or FinalCut) it has to be in an Editable format - and this is massively LARGER
    I've movies on 500Mb when un-folder are 50Gb or even more.
    B. Is there other external Hard Disks connected ?
    How are it / they formatted - HAS TO BE - Mac OS Extended (hfs) to work for VIDEO
    UNIX / DOS / FAT32 / Mac OS Exchange - Works for most other things but not for VIDEO
    Yours Bengt W

  • Any Skype Video that will work with the A1 ?

    Is there a version of Skype Video that will work with the A1 ?
    Moderator Note: Edited subject to match content.

    Skype works wonderfully on the HTC Thunderbolt. The Tegra single core is just fine. It's not the chip, it's this device. As I've written as well, playback of any video is poor and any HD video is unwatchable. The phone plays HD video reasonably smoothly.
    The Skype issue is the same - the app sees that it is video capable but cannot find the front facing camera (or any camera for that matter.) I'm surprised to find that video functions on this device don't work very well. Hopefully the company will be behind supporting this device. I'm surprised that it has Gingerbread only but you can't expect them to dump these out without having made sure they worked properly just for simple things that have worked properly on comparable devices.

  • How to Play all type  audio or video file in Flex 4.5 mobile

    Hi,
    I need audio player and video player include by Mobile app.
    <s:VideoPlayer - not mobile optimized.

    First of all, thanks for your reply.
    second, the way i found is this: http://www.sparkfun.com/products/10748   sparkfuns IOIO device. i'm planning to use its UART port for real time serial communication.
    yet the thing i couldnt understand is, how people never feel the need to use threading in Flex. I mean, HOW?

  • Need Help With Video In Flex Mobile

    Hi,
    I have been searching quite a bit for information on this and have found really nothing useful for my problem. So far, I've converted the actionscript code posted here: http://www.adobe.com/devnet/flash/articles/osmf-media-player.html
    to work within my ios mobile project. The problem is that no matter what I have tried, I can hear the video but not see it. That codes uses the OSMF framework, which uses StageVideo I think, so I've tried setting the application background alpha to 0 as has been posted about; still no video though. The project is also set to use direct rendering. I've even tried some bare bones AS code to implement the StageVideo, as others have posted here, but still same thing. So can anyone either show me a working example or provide any suggestions on what I might be doing wrong?
    thanks

    Hi, Keith Lee -
    I'm sorry that I cannot help with your problem, but I'm posting a few URLs that may perhaps help - 
    Working with video: http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7e1a.html
    Getting started with stage video: http://www.adobe.com/devnet/flashplayer/articles/stage_video.html
    Stage video articles and tutorials: http://www.adobe.com/devnet/flashplayer/stagevideo.html
    ActionScript reference: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/StageVideo. html
    Thanks,
    Mallika Yelandur
    Adobe Community Help & Learning

  • Why am i not able to see any video on Flex Mobile project on tablet

    I am using the strobe media playback in my flex mobile application. I am able to play audio but no video is visible, if i double tap to change to full screen i can see a brief flash of the video then it gets dark again. i am streaming a mp4 file over http. The video displays properly in the emulator but not on my tablet. Can the video encoding have anything to do with it?
    I have the rendermode set to "direct" in the app.xml, my project is based on a ViewNavigatorApplication.

    Safari 5.0.1 or later: Slow or partial webpage loading, or webpage cannot be found

  • Flex Mobile 4.6 introduces Stage Text - how do you render HTML text with it?

    I have a little chat component in a Flex Mobile app that I just upgraded to SDK 4.6.  The chat component has a text area displaying messages and they are HTML formatted via the following:
    StyleableTextField(textArea).htmlText += myHTMLText;
    Worked in SDK 4.5 but StyleableTextField is not a part of the new Stage Text framework introduced in SDK 4.6.
    How do I HTML format the messages in my chat text area now?

    Thanks much for your response.
    Hmmm...  That appears to work but also causes a runtime exception where there was none before the 4.6 upgrade.  It occurs when I autoscroll on receiving a new message in the chat, something that worked fine in 4.5.
    I guess I'm kind of wondering what the best practice is here.  Maybe I'm just doing this wrong altogether.  I'm finding it very difficult to implement probably one of the most basic features one would find in any collaborative app - something that was very easy in Flex 3 - the chat pane.  I've had one functioning fine for about 3 years.  Not so much in Flex mobile.
    Chat is very simple functionality.  When you receive a new message from afar...
    1.  add it to a TextArea with some nice formatting
    2.  auto scroll far enough so the user can see the new message in its entirety. 
    Nothing difficult at all.
    Why are these two things difficult to find in the TextArea in Flex mobile?  It almost seems as though it's something we're not supposed to be doing? 
    The answer here seems to be don't use Stage Text.  Revert to an older TextArea skin.  Why?  What text area doesn't need formatting as an option?  What text area doesn't need to be auto scrolled here and there?  Or am I just going about this wrong?  Maybe using the wrong components?
    I guess for now I can revert to 4.5 skin, but now the code I used to auto scroll on receiving a new message throws a null pointer exception.  I've been using the valueCommit property to auto scroll, as follows:
    valueCommit="textArea.scroller.verticalScrollBar.value = textArea.scroller.verticalScrollBar.maximum"
    Haven't had a problem prevously.  But this now throws:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
              at com.components::ChatWindow/__textArea_valueCommit()
    What's the best practice to accomplish this and also to be able to take advantage of the latest and greatest?

  • Streaming live videos on flex mobile

    Hi I have a flex mobile application targeting the mobile tablets and I was wondering if you guys know of any tutorial
    about putting live feed videos on flex, I have this code that I'm using on my flex 3 to target mac and pc that uses on adobe air, the services of ustream.tv
    here it is.
    But when I try to use it on flex mobile, nothing happens..
    import tv.ustream.viewer.logic.*;
              import tv.ustream.viewer.logic.Display;
              import tv.ustream.viewer.logic.Logic;
              import tv.ustream.net.Connection;
    private var viewer:Logic = new Logic();
    public function videoViewer():void{
               viewer.display.width=800;
               viewer.display.height=400;
               holder.addChild(viewer.display);
               viewer.createChannel("4705238", true, null);
    this one works flawlesly on flex 3 and spark, but no in flex mobile, there is another way to read an rmtp on flex mobile?
    Gus

    OSMF (Spark VideoDisplay) works. It has a few garbage collecting issues, but they can be avoided somehwat.
    See my following post for a kludgy work around on the garbage collection:
    http://forums.adobe.com/thread/904638
    I have also seen a few home-brewed NetStream solutions, but you will need to implement a lot of functionality found in OSMF if you're going to need it.

  • YouTube Video Issue - when I fill the wrapper it left aligns on mobile & tablets

    Example: http://www.hollywoodunderground.com
    When I set the width of the video to 1000px, it looks fine in browsers, but when you look at it on a mobile device it left aligns the whole page. My only fix so far has been to change it to 990px but obviously that doesn't look quite as good. I have the iframe inside a video DIV with the dimensions set in HTML, would CSS dimensions be better or is this something with YouTube?

    In the following example, I have embedded a YT video inside a FluidGrid Layout (% width).  The video and layout respond to device width.
    http://alt-web.com/FluidGrid/Fluid.html
    The relevant CSS code for video-container is this:
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    The HTML:
    <div class="video-container">
    <!--YOUTUBE CODE-->
    <iframe width="560" height="315" src="http://www.youtube.com/embed/your-code-here" frameborder="0" allowfullscreen></iframe>
    <!--end video-container--></div>
    Nancy O.

  • TS3772 I made a 3 minute movie with my iphone 4s. when I attempt to share it by message or email, a message says the movie is too long and that I must make clips. Is there any way to get around this and send the whole video? I think everything is in the c

    I made a 3-minute movie with my iphone 4S. When I attempt to share it via email or message I get a message that says it is too long, that I should try to make a clip. Of course I had rather send the whole thing. What are the possibilities? I think my music and likely my videos and pictures are in the cloud.

    SadisticIron wrote:
    i just baught my first iphone and it is a jalbroken
    Buzz! Thank you for playing!
    Discussing jailbroken devices is forbidden here by the Terms of Service.
    You can not get help here.

  • How can I Copy/paste the pixels within a frame in a video layer to another frame? (It duplicates the whole frame instead.)

    I'm making a handdrawn animation in the timeline using video layers, so each video layer contains the frames for the animation. The method works great..except for this -
    If lasso select a section of one frame and try to paste into another frame, it duplicates the the whole frame and pastes it with an arbitrary long frame duration for some reason (not the same duration as the frame its copied from)....not at all what I'm trying to do. Any work around? I've tried all the variations of 'paste special' to no avail.
    Thanks.

    Images and other object can either be floating or be inline. Yours are floating and will not move with the text. Inline object will move with the text but can't be outside the text layer. It doesn't help if you have created section in the document. Floating images doesn't care. Nor will it help if you create several documents that you want to merge later. Doesn't make any difference.
    My suggestion is that until your text is finished you have the images inline. Then as a last editing you can start make the images floating and move them a little.

  • My video i have successfully worked on for seven days now won't open at all.  It says there is no sequence of this type found... But in the very bottom bar I can see the whole project load.  But the only option from the error screen is exit out of Premier

    My video i have successfully worked on for seven days now won't open at all.  It says there is no sequence of this type found... But in the very bottom bar I can see the whole project load.  But the only option from the error screen is exit out of Premiere Pro CC.  I am on a PC withe Windows 8.1 and apps are up to date.  Thanks much for any help!!

    Hi Bryan,
    My video i have successfully worked on for seven days now won't open at all.  It says there is no sequence of this type found... But in the very bottom bar I can see the whole project load.  But the only option from the error screen is exit out of Premiere Pro CC.  I am on a PC withe Windows 8.1 and apps are up to date.  Thanks much for any help!!
    Sounds like an activation issue. Quite Premiere Pro. Sign out of Creative Cloud. Restart Premiere Pro. Sign back in: http://bit.ly/CC-sign-out
    Hope that works for you.
    Kevin

  • HT1926 I've successfully updated itunes and quicktime on windows XP but itunes won't run properly, the video tutorial loses audio after about 1-2 minutes and when I plug in my iphone 4s to sync the whole thing freezes, any ideas?

    Hi everyone,
    was prompted to upgrade itunes on my PC and also upgrade the software on my iphone 4s.Went through as usual but took 3 goes to get a successful upgrade of itunes on the PC. Then was prompted to update quick time, this was done successfully.
    Thought I'd look at the tutorial video for itunes - the sound went off 11/2 minutes into it, then I couldn't stop it. I had a quick look around itunes and decided to sync my phone. The program recognised the phone then everything froze. Windows message for a non responding program came up and had to pull out of the program. So far after several hours I have not been able to get beyond stage 2 of 7 of syncing the phone; it keeps freezing up at different stages.
    Any ideas?? I haven't had this kind of trouble before with any other version of itunes.
    Cheers

    Still nothing? Wow... maybe the quality of this discussion board really has gone down. Dissappointed.

  • Adobe Flash Player 10 when installed closes the whole computer as soon as it is selected to 'play' a video clip from U Tube or any other source, I have uninstalled it and the problem goes away but I cannot play the clip.any answers?

    Adobe Flash Player 10, when installed, closes the whole computer when it is used to play any clip from U Tube or other source. I uninstalled it and there was no further trouble but, of course, I cannot view the clip. If I reinstall it the same problem persists. I have contacted my 'computer guru' but his comment is that many of his clients have the same problem but it appears to be a problem with Adobe however many other friends have put in the version 10 Flash Player and have no problems. I do not appear to have any other problems with the computer such as viruses etc and it is scanned very day for such items. I would appreciate any advice you can give as it is very annoying, thanks, RAB

    Me too!
    On both IE8 and Firefox. Win 7 32 bit on IBM T42 - 1GB ram.
    Old laptop I know but the 10.1.x.x Flash Players worked just fine. Problem started with 10.2.152.26 flash player.
    Now BBC TV live and iPlayer work just fine, however YouTube does not - audio but no video. Just a black rectangle where the video should be.
    Right click to get the menu and "settings" is greyed out. However select the pop-out option and the video plays. Right click on the pop-out and "settings" is available. So deselect "enable hardware acceleration", close the pop-out and refresh the window (F5) and now YouTube videos play. Switch hardware acceleration back on and now they don't.
    This video works fine with hardware acceleration enabled. http://www.adobe.com/products/flashplayer/features/video/h264/
    These also work. http://www.adobe.com/devnet/flashplayer/stagevideo.html
    Something broken in 10.2, I think.

Maybe you are looking for