ActionScript 3.0 :: External Video Is Displayed At Wrong Dimensions

Apr 14, 2010

I was working through the example AS code in Adobe's documentation[url]..

Usually, when working with video, I use the FLVPlaybackComponent, but for this project I don't really need any fancy skins/features, I just need to load and play an external video.

Anyway, I have a .MP4 video that when I right-click and look at its properties... its dimension is 640x480.However, when I try and test the [code]...

View 4 Replies


Similar Posts:


ActionScript 3.0 :: Any Method To Get The Dimensions Of What Is Displayed In A Display Object?

May 13, 2011

Is there any way to get width/height of a loaded movie, excluding any area that is not displayed? My problem is that I am loading swfs to use as icons in a menu and am unable to get the desired width & height in order to calculate dynamic spacing based on how large the icons are. Most of the swfs where published with a document size of say 50 pixels x 50 pixels but some vary in dimensions. When I access the width or height property of the swf, I get a value that includes objects in the swf that fall out of bounds of the size set in the fla. Basically I get values that include areas that are effectively masked. So my 50x50 icon (that displays just fine), gets me a width of 63x86 or something like that. My sloppy workaround that I would like to replace was that I republished all of them with a extra property that I can read when I load them instead of using the width and height.

View 1 Replies

ActionScript 3.0 :: GetBounds()s On Button Component Returns Wrong Dimensions?

Mar 3, 2011

So I've been building a colour picker, where you click an icon and a tooltip fades in revealing the colour picker. You make a selction and then click an "ok" button to close the tooltip(or mouse away from a couple of seconds and the tooltip closes)...Developing this was really smooth, untill I pushed the Button Component into the colour pickers containing Sprite. The problem seems to lie with getBounds. I use this to draw a background on the Colour Pickers container sprite. Now I have a button in there the first time I open the toolip I get a width and height of 250 - 100. Although the buttons dimensions are 25 - 18. The second time I click the colourPicker its getBounds() properties are correct and all is good.

If I add the Colour Pickers containing sprite to the stage before opening it then it opens with the correct dimension. Although this means the container is on stage. So I tried to just add and remove it in the one step but I get the same result as above.I'm thinking this has something to do with waiting for the button to be added to display list/stage or something but I can't work around it

View 1 Replies

ActionScript 3.0 :: Make A Video Class So Can Put In Src And Video Dimensions To Load Up A Video

Oct 13, 2011

Im trying to make a video class so I can put in my src and video dimensions to load up a video .. I am wishing to implement this in the following way

[Code]...

View 2 Replies

ActionScript 3.0 :: Video Stream Not Displayed?

Apr 23, 2010

I did a lot of reading and made my own AS3 class for a streaming video player. The class seems to work, i'm getting debug output from the player and hear the sound but the video is not being displayed on the stage. My AS3 code :

ActionScript Code:
//
package net.edje{
import flash.display.*;

[Code].....

View 1 Replies

F4V Video File Duration Metadata Is Wrong

Oct 21, 2010

I am using Flash Media Server 3 hosted by Influxis.I use to upload flash videos (flv) to view from our company website, which uses Flowplayer.I got a new video which is F4V, but this video is little wierd, It plays well but the duration shows as 3:00:00 (3 hours) which is actually 11minutes 30 seconds.

[Code]...

View 1 Replies

Get Video Dimensions Before Upload Client-side?

Feb 8, 2011

I have an upload form for an video. The user clicks browse and selects a file. How can I get the video dimensions the moment the user selects the file (before the file is even uploaded to the server). It obviously has to be something client-side with maybe javascript/jquery or flash/flex (prefer js//jquery though), but can either of them do this?

View 1 Replies

ActionScript 3.0 :: XML Video Playlist With Variable Dimensions?

Dec 14, 2010

I built an AS3 based XML controlled playlist as taught by republic of code (I can't post the link apparently).

Now however I have videos that are done in 16:9 as well as 4:3, which means I've got to get the FLV/F4V player to change sizes. Is this possible? As of now it only distorts the images to get them to fit.

View 1 Replies

Html :: Video Not Displayed On Mozilla And IE7 But Works On Chrome?

Mar 2, 2010

I have in my page a movie that i call with :

<object width="500" height="405"><param value="http://www.youtube.com/v/_wKFwii6LF0&amp;hl=fr_FR&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;border=1" name="movie"></object>

In Chrome it is displayed, in IE and Mozilla, there is an error.How can i debug.(For info, this is the link to the real page :[URL]At the bottom:

Chrome : plays the video
IE: shows a placeholder with error
Mozilla: shows nothing...

View 1 Replies

Flex :: FLV Video Shows Wrong Playhead Time?

Jan 2, 2012

I am recording FLV videos with Red5 server and playing them back in a Flex app. I am aware that Red5 does not properly inject the FLV MetaData, so I am using an external commandline tool to get the metadata in there.

Because I am injecting the metadata, my duration of the video is correct.

The problem I am having, and this is true with all FLV players I try to play the video with (even 3rd party stand-alone video players), is the PlayHead time is never started at 0. When I load up the FLV to play and lets say the video is 10 seconds long, the current time label on the playhead starts at 1-2seconds instead of 0 and the horizontal slider current time indicator also is moved away from 0 and is set to 1-2 seconds along the slidebar. the video plays back fine from what I can see though.

Is there a byte in the FLV that I need to change so that it will start the playhead at 0? I realize this is probably something to do with Red5, so if anyone has any work-arounds or potential things to watch out for that may be causing this

View 1 Replies

ActionScript 3.0 :: Type The Name Of Some Video Albums In Order To Be Displayed In The SWF File?

Nov 20, 2011

I have the following script and I would like to modify it: 1.On this file I need to type the name of some video Albums in order to be displayed in the SWF file. 2. What I wanr is that this file read the specific folder and read the directories which they will be the names of the Albums
 
How can I do this?One more thing is that this file was created to work with Flas CS3 and I am trying to test it with CS5.
 
[code]...

View 7 Replies

ActionScript 3.0 :: Control External Swf Dimensions?

Oct 31, 2009

I'm creating a gallery for my swf files. Now I can open the external swf files in the gallery. But a lot of my swffiles use stage.stagewidth for dimensions, so they get streched across my screen.

Is there any way i can control the size? Make a virtual stage or something and load them into there? Any workarounds cause I really dont have time to rewrite all my swf's

View 2 Replies

ActionScript 2.0 :: External Txt Refreshed - Old Values Are Still Displayed

Apr 13, 2006

I use an external txt to load some vars... works fine... But when I change the values of vars in the txt, and reload the txt in my swf, the old values are still displayed. Only when I take a new browser I can see the changed values. Does enybody know how to make sure I can load my changed vars from the txt without refreshing the internetbrowser?

View 2 Replies

ActionScript 3.0 :: External Swf Ended Up Having Wrong Parent?

Jun 25, 2010

i need to know why my loaded swf ended up having wrong parent, i mean i load multiples external swf and then add it into a main swf which have one mainContainer( an instance of sprite class) to hold background image and it also hold several SWFcontainer which will hold the loaded swf.what went wrong is that the the loaded swf parent is the mainContainer (or if do not use the mainContainer it wil become the child of the stage).

here is the code i used:
import flash.display.*;var myXML:XML;var SWFList:XMLList;var xmlLoader:URLLoader = new URLLoader();var totalSWF:int;var mainContainer:Sprite;var myCounter:Number = 0;var

[code].......

View 29 Replies

Actionscript 3 :: Finding An Original Rectangle's Dimensions From Rotation And Bounding Box Dimensions?

Jan 25, 2010

In AS3, I have a Sprite that has a Z axis rotation applied.How do I calculate that Sprite's dimensions (it's original size) from Sprite.rotationZ and Sprite.getRect(...)?

View 2 Replies

ActionScript 3.0 :: Fixed Movieclip Not To Change Dimensions If The User Starts Playing With The Dimensions Of His Screen

Jan 31, 2012

What do I have to write to keep the movieclip not to change dimensions if the user starts playing with the dimensions of his screen ? I remember it was a line of as3 written at the beginning.

View 3 Replies

Flash :: Webcam Video Dimensions Not Carrying Over Into New BitmapData - Defaulting To 320x240

Jan 27, 2012

I am attempting to capture a 1920x1080 webcam capture and create a new bitmap with the capture. I feel like I have all the dimension settings correct but the final 1920x1080 bitmap only contains a small 320x240 version of the video capture. Help!

import flash.display.Bitmap;
import flash.display.BitmapData;

var bandwidth:int = 1000; // Maximum amount of bandwidth that the current outgoing video feed can use, in bytes per second. var quality:int = 100; // This value is 0-100 with 1 being the lowest quality.

[Code]...

View 1 Replies

Professional :: Can An External Html File Be Loaded Into And Displayed In Flash

Mar 11, 2010

I currently pull an html file into our site via iframe.  (due to various factors, I cannot host the information in the html on our site and need to host it elsewhere).  Is it possible to use a loader or other method to pull this information into flash?

View 2 Replies

ActionScript 3.0 :: Setting External SWF Dimensions To Root Stage Size?

May 15, 2009

I am loading the SWF just fine, but I want the SWF to fit the root stage exactly. What happens instead is that the external SWF seems to include white space from around itself.

For example, the author-set width of the Tanks game (an example file I was using) is 550px, but when I set the width of loadEvent.currentTarget.content.width to 550px, the game is resized to maybe 350px width. I have to set the value of loadEvent.currentTarget.content.width to something like 640 in order to get the game itself to make full use of those 550 pixels.

Code:
package {
import flash.net.URLRequest;
import flash.display.Loader;
import flash.events.Event;

[Code].....

I have CS4 with AS3. I hard-coded values for cWidth and cHeight instead of getting them from flashvars because I am just testing in the IDE right now. Normally I would get those vars from flashvars.

View 1 Replies

ActionScript 2.0 :: Accessing The Stage Dimensions Of An External Movie Clip

Oct 7, 2008

Im trying to downgrade an AS3 project i have and i've run into a bit of an issue. Specifically... when loading an external movieclip using MovieClipLoader i want to access the stage height and width of the movie. I have tried using:

[Code]...

View 2 Replies

ActionScript 3.0 :: External Preloader That Loads The Swf, Then Once The Swf Is Displayed The Flvplayback Component Buffers?

May 16, 2010

have a swf that plays an flv in the flvplayback component. Currently, I have an external preloader that loads the swf, then once the swf is displayed the flvplayback component buffers. I would like the external preloader to also load the flv buffer. I had done it before it AS2 by having the first 50% of the preloader be the swf,and then have the flvplayback component invisible and have the last 50% of the preloader do the flv buffer.Maybe this is a crazy solution, is there a much easier and logical way to do this?My real problem is that my external preloader loads the swf and the preloader bar using the addChild method and I can't figure out how to have the swf communicate with it's sibling to update the progress bar on the progress of the flvplayback component.

View 3 Replies

ActionScript 2.0 :: McCain Potato Parade - Creating The Text From User Input And Getting It Displayed Over An Image / Video?

Jan 14, 2009

I'm sure most have seen [URL], my question is how does one go about creating the text from user input, and getting it displayed over an image/video?

View 1 Replies

ActionScript 3.0 :: Loader Disappearing - Set The Dimensions Of The Loader So The External Swf Doesn't 'spill Over', The Result Is A Blank Screen?

Mar 26, 2010

I have the following code which simply loads an external swf, puts it in the right place and should all be hunky dory.This works:

Code:
var myLoader:Loader = new Loader();
addChild(myLoader);
var url:URLRequest=new URLRequest("foobar.swf");[code].....

to set the dimensions of the loader so the external swf doesn't 'spill over', the result is a blank screen. No matter how high I set those dimensions it just doesn't display anything.

View 4 Replies

Professional :: Playing An External Video File And Upon Video Being Played, Move Onto Next Frame?

Dec 16, 2011

I suppose the title says it all.  I can load an external video file (FLV) and I can have it play.  I also have the custom buttons made to control the clip.  The only thing I have left to do is to have the main timeline move onto frame 2 once the external video reaches its end.  I am using actionscript 3 and flash cs 5.5. 

View 7 Replies

ActionScript 3.0 :: Mp3 And Video Player - Load External Video Gallery Or Mmedija.swf

Oct 25, 2011

I make my base swf in which I load external swf's. In my base swf I have mp3 player. Everything works fine until I need to load external Video gallery or mmedija.swf. In video gallery I have

import flash.media.SoundMixer;
SoundMixer.stopAll();

to stop my mp3 player sounds and play video files.... But then when load some other files I want to stop playing video files and restart mp3 player.

[Code]...

View 0 Replies

ActionScript 3.0 :: Embedded Video And External Video With Playback Component

Nov 9, 2010

I have trouble in choosing between external video with playback component and embedded video . I have tried adding video to dynamic page and everything is perfect .This video I have imported using the option File ->import video -> external video with playback component. If I try to execute flv on another system , the video is not playing eventhough it is in library.

So, I have imported video using the option of embedded video and this worked fine on another systems as it embeds video. The video plays for only 2 min 54 sec. I have compressed the bit rate to how much ever I can in premier pro. It resulted in reducing the size of the file but still I see the video occupying more than 3500 frames in the timeline. I feel this is not optimal.

View 1 Replies

IDE :: Video Streaming - Loaded An External Video With Playback Component?

Feb 18, 2010

I have loaded an external video with playback component in Flash CS4.

Now the question is do I need to add streaming script or not?

View 2 Replies

Professional :: External .mp4 Video?

Jun 16, 2010

I have imported an .mp4 video into Flash using the option "Load external video with playback component." It creates a swf file which references the mp4 file. I chose this option because the video is large. I have used the published html code and it is working perfectly. I am just concerned that I might require other formats to ensure everyone can view it. In the past, I have seen people load mov and mp4,

View 6 Replies

Professional :: Use External Video In Swf?

Apr 8, 2011

why wont my video work live but work locally?

View 1 Replies

ActionScript 3.0 :: Video In External Swf?

Mar 9, 2012

For crazy reasons, I need to load an external swf (desktop application, wrapped in SWFStudio) which in turn loads an external video using the Video() class, NetStream etc.The external swf works fine on it's own, but when loaded into a "parent" clip the video will not play. There are no errors being thrown

View 1 Replies







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