Professional :: StageVideo And FP10.2 - StageVideoAvailabilityEvent Never Fires?

Oct 7, 2011

I can just create a new project, target Flash Player 10.2 and paste this into frame code:

[Code]...

The event never fires off. I look in the reference for StageVideo and I see it's available in Flash Player 10.2. What's up with this? edit: If I target AIR for iOS, this event does fire (I have AIR3.0 overlayed).

View 3 Replies


Similar Posts:


Professional :: StageVideo On IOS?

Aug 29, 2011

It would be so great if there would be stagevideo support for iOS devices. I know there's a workaround using StageWebView, but I need to be able to place objects on top of the video. Does anyone know if, and if so, when Adobe plans to release support for StageVideo on iOS?

View 14 Replies

ActionScript 3.0 :: AIR StageVideo For IOS?

Feb 28, 2012

What is the simplest/easiest way to setup a video for viewing in an iOS App created using Flash Pro CS5.5?
I've updated AIR to 3.1, and have tried following various tutorials and also reading this: [URL]..but I can't really wrap my head around it. I can't copy/paste either because I'm unfamiliar with using external classes & do most of my coding internally.

I have tried doing the dodgy and removing "private" & "public" in front of all the functions from a copy paste of the external classes but that doesn't seem to be helping.

View 1 Replies

ActionScript 3.0 :: Working Example Of A StageVideo?

Jul 26, 2011

Has anyone got a working example of a StageVideo avaible for FlashPlayer 10.2 ? I'mt trying to use the example from Adobe official web page. It doesn't show any errors in Flash Professional CS5.5 but still it doesn't show anything.

View 0 Replies

IDE :: FP10 GPU Wmode Resizing?

Jul 17, 2009

Anybody notice any issues when resizing windows that are embedded using the new "gpu" wmode? Like a noticeable lag and some scaling issues for about a second before it fixes itself? Its not a big problem but it is a lot less smooth than previously...Edit: I threw together a quick demo so you can have a look. I'm working on a site and it really has to use the new gpu wmode since it improves the performance quite significantly.

View 2 Replies

ActionScript 3.0 :: FP10 Perspective And Masking

Jul 29, 2009

So I am learning AS3 slowly.First project in it.I am having some troubles. (I know I need to learn to code class based, working on it, familiarizing myself with some of the basics before I change my style completely).I have set up my stage to have four instances of a movieclip named silverScreen0 - silverScreen3.Each of those has a content layer in it which I am dynamically loading an identical swf.I then have a mask I put over each clip so that it only show a specific area.

-First issue comes up that hte fourth mask seems to move/distort on load, as you'll see in the swf.

-Second issue comes up when the loaded swf comes in ... the mask seems to shift if the swf has a motion animation, click the second white circle above chapter1 to see this.

-Third issue comes up when I move the content layer inside of the silverScreen# clip ... the mask seems to move as well. No example of this but if you download the source files you can see it.[code]

View 1 Replies

Embedding SWF: Doesn't Recognize FP10

Jun 25, 2009

Flash files I embed have faulty plugin detection - it does not recognize FP10 as an upgrade from FP9. This is in the knowledgebase, but it does not suggest a solution. "Some websites will ask you to install or update Flash when you already have the Flash 10 plugin installed. This is not a problem with your Mozilla browser or your Flash plugin, but with certain websites that misidentify Flash 10 as Flash 1 due to a faulty detection scheme. Contact the website and ask them to correct the problem or, on Windows, you can try the site in Internet Explorer, since the Flash ActiveX detection may work even though the plugin detection does not."

View 4 Replies

Flash :: AS3 Fp10 Drawtriangles And Uvmapping

Nov 1, 2009

I'm messing around a bit with the new fp10 drawing api and drawtriangles. i've created a little something i think is kinda of cool, though i can't seem to get the uv-mapping working as i want. since i'm just moving points in z/y direction i don't really have and z-value to calculate the uv with. though the bitmap texture gets distorted. i've tried to calculate a "fake" z-value with x and y, but since my maths skills are terrible i can't really get it to work.

i've thrown together a little sample here below (code obviously needs cleaning up, but i'm gonna worry about that when i've got it working as i want to). in this example z-val will always be 1 and no perspective fixing will be done. so i really need your to figure out how i can take my calculated x and y point and turn them into a "fake" z-point and use that to avoid distortion in the map/texture.

[Code].....

View 1 Replies

Android :: StageVideo On Mobile Devices?

May 9, 2011

I wanted to display H.264 videos with air packaging for mobile and run into a problem.is StageVideo avaiable on mobile devices running IOS or android?I use air 2.6 sdk for packaging and it seems there is no StageVideo on ipad?I can use StageWebView but because of limitation of it ( it alwaysrendered on the top) this is not an option for me.Is any schedule when would StageVideo be available for mobile? maybeair 2.7 sdk?

View 3 Replies

Windows :: Why Does StageVideo Not Work Locally In IE

Aug 1, 2011

I'm having troubles testing a StageVideo file locally. The HTML file that contains the swf loads perfectly in Chrome & FireFox, but when I go to open it in Internet Explorer 9 nothing happens (it just shows a white screen).

I've added the permissions for the location to the 'Global Security Settings' tab of the Flash settings manager (on the Macromedia website). I've also checked in the IE9 settings to make sure that it allows GPU rendering.

why it might be blocked in IE9?

View 1 Replies

Actionscript 3 :: StageVideo Displaying Above Content?

Oct 5, 2011

So I'm building a video player that appears in a nested (display) hierarchy, and I would really like an easy way to preserve the background. I have a Loader SWF that contains a bg, and another SWF (which contains the video player) that toggles between StageVideo and Video per the end user's environment. I have StageVideo working, but it always shows below other content.Now I know that this is the desired behavior for StageVideo, as it allows the GPU to render content directly to the screen without having to composite the video feed with display list contentbut I really want to be able to show my background (if only as a 'picture frame') behind the video player. Drawing a simple rectangular frame around the player such that it appears to have a bg will not work; I need to be able to also display images and other DisplayObjects behind the video player itself

View 2 Replies

Actionscript 3.0 :: Swc Created In Flash Using StageVideo Api?

Feb 10, 2011

I built a video player that uses embedded movieclips and bitmaps with flash professional cs5. I would like to incorporate logic to use stageVideo. However, if I use flash the stageVideo api's are not available. If I use Hero, I don't know how to incorporate the embedded movieclips and bitmaps that are currently in the fla.So, my question.Using flashbuilder, is their a way to access assets from an fla? or Can I somehow gain access to the stageVideo api in flash?Would it work to create a swc in flashbuilder with stageVideo apis included, and then add it to flash professional?

View 1 Replies

ActionScript 3.0 :: Fp10 Drawtriangles And Uvmapping When No Z-val

Nov 1, 2009

i'm messing around a bit with the new fp10 drawing api and drawtriangles. i've created a little something i think is kinda of cool, though i can't seem to get the uv-mapping working as i want. since i'm just moving points in z/y direction i don't really have and z-value to calculate the uv with. though the bitmap texture gets distorted. i've tried to calculate a "fake" z-value with x and y, but since my maths skills are terrible i can't really get it to work.

i've thrown together a little sample here below (code obviously needs cleaning up, but i'm gonna worry about that when i've got it working as i want to). in this example z-val will always be 1 and no perspective fixing will be done. how i can take my calculated x and y point and turn them into a "fake" z-point and use that to avoid distortion in the map/texture.

[Code]...

View 5 Replies

ActionScript 3.0 :: Variables Passed Different To FP9 Versus FP10?

Sep 20, 2010

I have been using the flashvars from swfobject for a long time to pass info into my swf for specific outcomes. I am just starting to publish everything using flash player 10 and wasnt able to get my variable to be seen by the swf. maybe i was doing something incorrectly with this new file? but i then took code from my older files and they didnt work either... then i published down to flashplayer 9 and it worked perfectly... ???

i am using swfobject 2.2 and my code for passing the flashvar is

// Flash Code:

Code:
var r:int = root.loaderInfo.parameters.varName == null ? 0 : root.loaderInfo.parameters.varName;

[code]....

View 1 Replies

ActionScript 3.0 :: Get StageVideo And Webcam / Capture Card

Jun 3, 2011

I have an AVER-TV HD Video Capture Card. Using Flash AS3 I can display HD content on the screen just as if the card was a WebCam. However, the performance is not that great as it get's quite 'stuttery' and is not smooth. I wondered if there were a way I could get StageVideo to help with this? It seems the StageVideo object needs a NetStream to operate. I've tried attaching a Camera to a NetStream Object and then passing it to StageVideo. The Camera seems to turn on, but it doesn't display anything on screen. Do I need to do something for the NetStream / StageVideo to display the output on screen? I really hope there is a way to use StageVideo with this HD Video Capture Card as I imagine it would be a lot smoother.

View 1 Replies

Actionscript 3 :: Adobe StageVideo Garbage Collection?

Oct 7, 2011

Does anyone know if it's possible to apply garbage collection to the new StageVideo component in AS3? I have tried with no success! Code is below:

if ( this._stageVideo == null )
{
this._stageVideo = stage.stageVideos[0]; this._stageVideo.addEventListener(StageVideoEvent.RENDER_STATE, stageVideoStateChange);
}

[Code]...

View 2 Replies

Flash :: StageVideo Makes Mouse Appear On A Kiosk

Dec 1, 2011

I'm developing a kiosk in AS3 that utilizes StageVideo (publishing for FP 10.2 on a Mac Mini). It works fine, except as soon as StageVideo is engaged the mouse becomes visible. This is a public kiosk so I need the mouse to stay hidden.

View 1 Replies

ActionScript 2.0 :: Does The XRay Debugger Still Work In FP10

May 27, 2010

I'm trying to debug an old AS2 project that uses an old version of MDM Zinc and its driving me mad not having a decent debugger.
Especially as I need to debug on several platforms,e.g by Zinc exe works fine in XP but not in Vista.I tried downloading the latest XRay stuff from GoogleCode but it doesn't seem to work as my player is the lastest FP10 I suspect that this could be the result of FP10 sandbox security changes to local connection.

PS. I did look at DeMonster debugger but I can only find an AS3 version

View 3 Replies

ActionScript 3.0 :: Use The Camera Video GetCamera On The Stagevideo?

Nov 24, 2011

I just came across the new stageVideo, as I am not very Savvy using AIR i was wondering if i could use the camera video (getCamera)on the stagevideo, and how to implement it?

View 1 Replies

Media Server :: Capture Images From StageVideo Container?

Dec 1, 2011

I am developing video conference application in flash with FMS4.5 and integrating StageVideo API for rendering video on hardware and it's working very nice but, I am not able to capture picture from StageVideo.

View 5 Replies

Actionscript 3 :: FP10 Causing Text To Flicker And 'bloom'?

Dec 9, 2009

I have run into a small graphics glitch in Flash.It seems to be both in FP9 - Exported via Flash CS3, and FP10 Exported via the Flex 4 beta SDK.The glitch /problem manifests itself as embedded text at a small point size "blooming" under certian conditions.It basically looks like the antialiasing becomes fatter at some level of text brightness. I have made a small test case below. (Obviously) You will need to embed the Arial font in your compiled SWF for the below code to work.[code]You can see an example of the problem by rolling over the graphical element here: url..It's not really an option to change to AntiAliasType.NORMAL as it makes the text way less readable at this point size.

View 1 Replies

ActionScript 3.0 :: [FP10] : Sound.extract And Saving Mp3 File?

Jan 29, 2009

how to convert bytearray of samples from Sound.extract to bytearray of mp3 file? I want to save editied mp3 to user's local disk.

View 0 Replies

ActionScript 3.0 :: Tweening 3d Objects Using The Built In Fp10 3d Engine

Jan 13, 2010

i'm having problems tweening 3d objects using the built in fp10 3d engine. i have a timeline tween that i want to create a tweenlite tween from and then duplicate it for other objects. i am using the bezierthrough plugin as well to tween along a path. i have used the motion editor in the ide to copy all values that change along the path into a tweenlite instance as follows:

[Code]....

View 1 Replies

ActionScript 3.0 :: Use The StageVideo Object For Hardware Acceleration Capabilities

Feb 25, 2011

I am trying to use the StageVideo object for hardware acceleration capabilities. I am compiling code in FlashBuilder4 and am using sdk Flex Hero (4.5.18623), and Flash 10.2 I think given these settings I should be able to use StageVideo. However when I import flash.media.StageVideo, I just get an error message, telling me that flash.media.StageVideo cannot be found. How can I get StageVideo to work, are there some settings that I should be changing.

View 4 Replies

ActionScript 3.0 :: Using FP10 Classes Within A FP9 Wrapper In Flash Player 10

Oct 6, 2010

We create Flash games which are embedded within third party wrapper SWF files, which are exported for FP9.If I create an FP10 SWF which uses classes specific to FP10 (Pixel Bender classes such as Shader, ShaderData), when I run them in an FP9 wrapper within an FP10 player, an error is thrown VerifyError: Error #1014: Class flash.display::Shader could not be found.I thought this may be something to do with ApplicationDomains - maybe the child SWF was forced into using the global classes from the parent SWF, but assigning a new ApplicationDomain to the child didn't make any difference. Is there any way to get access to these FP10 classes - or does the version of the outermost wrapper SWF always determine what's available to child SWFs? It seems odd that the FP10 classes are not available in a FP10 player.

View 2 Replies

ActionScript 3.0 :: Flex Upload Images Without Server - FP10?

Mar 25, 2011

i have code:

Code:
private function load_image(evt:MouseEvent):void {
loader.contentLoaderInfo.addEventListener(Event.COMPLETE, onLoaderComplete)
loader.load(new URLRequest("images.jpg"));
}

[code]...

working good, if i use only one images, but i need load images with local machine and display in flash, how can modify my code?

View 1 Replies

Flex :: Swf - HTML Templates Disappearing In Builder When Target Fp10?

May 19, 2009

When I target flash player 10 in flex builder 3, the index.html template along with some other files (history.js, etc) are removed and no wrapper html page is built.Anyone else experiencing this? I have an ant build script as well, but I was trying to run the built in fb builder.

View 4 Replies

ActionScript 3.0 :: StageVideo Not Showing Live Stream Video (non-H264)?

Sep 12, 2011

I'm trying to use Flash's StageVideo object through the example ActionScript file in this page(http:url....), the problem is it's just showing up a black screen (no video) for live streams which are not using the H264 codec? and also it is not even throwing up a StageVideoEvent.RENDER_STATE event to say that it cannot play the stream. Actually it can seem to play the stream because I can hear audio but it is just unable to show up any video.

Someone commented on some other sites to check if the "Enable Hardware Acceleration" in the Flash settings is checked, and I can confirm that it is checked, again this is only happening whenever I'm viewing a non-H264 stream.Can the StageVideo be used to view live stream using screenshare codec (SVC2)? I have tried viewing H263 stream and it plays fine, only when viewing live stream using screenshare codec that I'm encountering this problem

View 14 Replies

Flash - StageVideo Not Showing Live Stream Video (non-H264)?

Sep 12, 2011

use Flash's StageVideo object through the example ActionScript file in this page [URL] the problem is it's just showing up a black screen (no video) for live streams which are not using the H264 codec?and also it is not even throwing up a StageVideoEvent.RENDER_STATE event to say that it cannot play the stream. Actually it can seem to play the stream because I can hear audio but it is just unable to show up any video, anybody encountered this scenario before?Someone commented on some other sites to check if the "Enable Hardware Acceleration" in the Flash settings is checked, and I can confirm that it is checked, again this is only happening whenever I'm viewing a non-H264 stream

View 1 Replies

ActionScript 3.0 :: Universal Video Player Which Runs On FP9 And Uses FP10 Features When Possible?

Apr 7, 2011

As in subj. Is it possible to make a video player which will run on FP9 and when FP10 is detected use some of its features as Stage video API or pixel bender shaders?.I've tried to access FP10 classes via getDefinitionByName but it doesn't work

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved