ActionScript 2.0 :: External SWF Resolutions (using WINK)?

Jan 5, 2006

I am trying to make a product demo in flash. I have 3 products with a few screenshots for each that link to 30 sec flash recordings of that particular product's features.I used WINK for recording these 30 second clips. I want to call them from a MAIN flash file as external swfs to cut down the load time. Wink renders them very very small. Does anyone know how I can make them a certain size once brought into my MAIN flash demo? Say 600px X 400px.

View 2 Replies


Similar Posts:


Developing For Different Resolutions?

Nov 7, 2007

I've recently started developing a big project in flash. I'm trying to tackle the resolution issue at the start, but not sure what to do. The way I see it, the only way to go is to make something for default resolutions such as 1028*768. Other then that there isn't much to do.

A browser stats site showed that something like 50-60% have that res, but other users have different resolutions. I dont want my users to see the game as too big or too small.

View 0 Replies

Keep Flash Project Same Size On Different Resolutions

Mar 30, 2010

I made my flash website on my wide screen laptop, and it looks fine in my browser but when i look at it on a normal monitor it looks too big and streches across the screen. Is there anyway i can get it to stay the same size on different resolutions. I'm currently using As2

View 3 Replies

How To Center Large SWF On All Screen Resolutions

May 3, 2009

I'm trying to make my movie look good on all screen resolutions and when the browser is resized. I want to center my movie, and have it stay in the center when resizing the browser, and I can do this to an extent. I usually use the liquid center template in Dreamweaver, like so - [URL]. However, this time I want a big movie to stay in the center like this - [URL], I've ended up with this - [URL].

View 1 Replies

Professional :: Detect Possible Webcam Resolutions

Jan 6, 2011

I searched forums and googled and not found anything on how to detect the Webcam supported resolutions in flash.The whole issue stems from the issue when I use Camera.getCamera() (only have one attached to my laptop) I'm always getting different values for camera.height and camera.width. Also some 720p cams have different aspect ratio then the old cameras.Is there possible to detect somehow what's the largets resolution is supported by a webcam? Or all possible resolutions supported?

View 2 Replies

Flex :: Position Objects On Different Resolutions

Feb 17, 2010

A Flex project exported as a Projector, showing fullscreen. The project has a background and several dots which each represent a "Location". These locations are fetched from an XML file and have their position set in percentages. The location in pixels is calculated (this works as it should) by the width and height of the Application. The dots are placed correctly. The background is a JPG with a resolution of 1280*1024. At this moment, the background is set on a Canvas with backgroundSize = auto. This places the image in the center without stretching it. Stretching results in ugly, pixelated images and tears the proportions apart.

Problem When we view the project on 2 different resolutions (1 = 1280*1024; 2 = 1024*768), the dots are in the good position, the background image is sharp. But - because of the background having the same resolution as 1, the background isn't fully shown in resolution 2 (because it isn't stretched. A logic result. That's why I tried stretching the background. The results:

[Code]...

View 2 Replies

ActionScript 2.0 :: Cd Presentation To Fit All Screen Resolutions?

Mar 11, 2008

i've made a cd presentation in flash. and i hav put in the code

fscommand("fullscreen", true);
fscommand("allowscale", true);

It gets fullscreen. but it doesnt fit all screen resolutions. Like in 1280x1024 resolution it fits perfectly. but in a higher one it doesnt fit the way it fits in 1280...

View 2 Replies

ActionScript 3.0 :: Detecting The Resolutions Of Webcams

Feb 27, 2011

who has ever messed around with this part of AS3 I've run into an issue with detecting the resolution of the webcams hooked up to the individual machines.

Now while the documentation on the Camera-class says that camera.height and camera.width are readable properties of that camera and also uses them as a way to find the camera's resolution in the examples, it just doesn't work that way on my end. No matter what webcam and what PC I try to use for this, it always tells me that my webcam has the dimensions of 160x120 pixels.

This is very frustrating to me since it forces me to impose a dialogbox onto the - possibly not too tech-savvy - user where they can chose a resolution that is closest to their webcam's native resolution.

I've looked around for a solution to this and came up totally dry. As IQAndreas approached me regarding this because of a twitteruser asking for the same thing, I'm pretty sure that I'm not the only one having this issue.

View 2 Replies

Embedding SWF Movie In HTML - Screen Resolutions

May 20, 2009

I have made a 1000 x 600 (px) swf movie for a web and I embedded it in HTML. Now the problem is for some screen resolutions above 1024 x 768, the web is aligned to top left. I tried to put it in a div which aligned to center, then scrolling happens.

View 4 Replies

Media Server :: Live Stream In Different Resolutions?

Apr 13, 2008

i have an urgent question for the following purpose. We plan to develope a solution consisting of a sender software for streaming live video to the streaming server. Now more than one client should be able to connect to the stream of the server. Because the different clients are connected with different bandwidth rates the server should be able to convert the video stream (e.g. the video width and height, framerate and quality) on the fly. Maybe a client with a better connection than DSL should get the video in a resolution
of 640x480, a DSL client should get the video in 352x288 and a client with ISDN in 176x144.

Is there a possibility to do this with the FMS server on the server with server-side ActionScript? Or can I limit the requested stream size on the client side? Or anything I can do?

View 8 Replies

Professional :: Fit Intro With Motion At All Screen Resolutions

Mar 9, 2010

I'd like to make an intro similar to this one used in this site:URL... In other words, I want the logo to appear firstly in the center and then go to the left side of the screen for every screen resolution. How can I make a motion for an object that will always starts from the center of every screen resolution and ends at the left side of the screen for every screen resolution?

View 11 Replies

Flash :: Make A Swf Compatible With All Screen Resolutions?

Jun 28, 2010

I'd like to have the swf get as big as possible for each user without requiring scrolling. Of course it would stick to a certain ratio, currently I'm using 2:1 but that could be changed (maybe I should use 16:9 since it is the standard widescreen ratio).

I am only using Actionscript 3 for code and MXMLC for compiling.

View 1 Replies

Android :: Targeting Multiple Resolutions Using Flex 4.5

Dec 26, 2011

I'm developing a game for Android tablets using Flash Builder 4.5. It has been implemented successfully on Galaxy Tab 7.0", but now I need to edit it in order to fit all android tablets. I attempted searching for information on this, but nothing I found was useful.

Should I use multiple graphics to target devices with different resolutions and, if so, how then should I detect the correct resolution? Or, on the other hand, should I use just one graphic and scale it to fit all resolutions required?

View 1 Replies

Flash - HTML5 Resizable Websites With Different Resolutions

Mar 12, 2012

I'm trying to build a website that looks the same (or at least very similar) even with different resolutions. I know it's a pretty simple thing to do with Adobe Flash, but I'm kinda trying to get into the whole "HTML5 scene" so I thought I could try building it without using flash at all. I know I can resize the canvas to fit the window of the browser it's being viewed in, but can I also resize images, text and other HTML structures that I place inside the canvas? Like s, s, s or images?

View 1 Replies

ActionScript 2.0 :: How To Resize Flash Site To Different Resolutions

Oct 11, 2011

people i am having a problem to adjust my site to different resolutions. i have tryed severral options like putting 100% to with and eight but what i really want is something like is told in this tutorial (see image)

the problem is that my site is done is as2.0 and the tutorial is done is as3.0, and it refers to a rectangle with a background, and i want to addapt it to my site and dont know how.

View 9 Replies

ActionScript 2.0 :: Resizable Document And Background For Different Screen Resolutions?

Aug 23, 2010

I am trying to achieve a flash project with a background that is required to be stretched. Otherwise it looks funny.

My idea was to create different dimensions of the background, and according to the screen resolution the visitors has, the flash document publishes the background that is meant for the visitors screen resolution.

* And, can the flash document "strech" also? So I can put the different backgrounds in the flash document, and the flash document widens so it covers the whole web browser window?

View 1 Replies

ActionScript 2.0 :: Flash Object Changes Position With Different Screen Resolutions?

Apr 13, 2011

I have attached screen shots that shows the flash objecting moving. I am not hosting the website yet so I have created an archive so you can view it here: [URL] Although if you do not have time to download and view my website, I will provide my website's HTML on my second post: how to keep my flash object in the same place. (regardless of screen resolutions)

View 2 Replies

ActionScript 2.0 :: Background Graphic - Four Corners At Multiple Resolutions

Feb 13, 2006

I'm working on a full flash site with a target resolution of 1024x768. My main content fits within these dimensions and is a fixed size. What I'd like to do, Is have a background graphic in each of the four corners so that stays fixed to the four corners at multiple resolutions. (The background is sort of a grunge/distressed design that is dark in the corners and gradually fades to white towards the center.)

For example:
- at 1024x768 it would start at each corner and go partly behind my main content box.
- at higher resolutions such as 1680x1050 (Apple Powerbook) the graphic(s) would still be in each corner but wouldn't quite go behind my site content.
That's sort of irrelevant - mainly what I'm after is how to stick the graphics to the corners while keeping my primary swf at 1024 wide.

View 1 Replies

ActionScript 3.0 :: DragEase Fluid Site - Different Result At Different Resolutions?

May 20, 2011

The thing is when I press "GREEN" in the Navigation menu I would like to focus on the green movieClip. I was thinking I could just use the greenZone.x and y to position the bgObj correctly but that gives a different result at different resolutions(the site is Fluid).

Code: PHP Code:[code].....

View 7 Replies

ActionScript 3.0 :: UIloader With Autoresize Is Pixelating Loaded Images On Different Resolutions?

Jul 1, 2010

My publish settings are Flash Player 9 with Bottom up Load order, and the Size of the stage has been set to 900x561.The HTML is published to load the SWF file as 100%x100% Additionally I added the following to the HTML Headers to disable scrollbars:

<STYLE TYPE="text/css">
<!--
body {overflow:hidden}
-->
</STYLE>

I writing the movie with AS3, and I am building a 4 image, gallery.I have 4 Adobe UIloader components that are side by side and have arrows that allow you to browse the images back and forth. The UIloader is configured to auto-resize the images that it loads.The UI Loader Size Is:

W: 175.0
H: 264.0

I am using an XML file to hold image info and I use an URLLoader to import the data into an array which is then feed to the UIloader to load via URLRequest().

Here is my AS:

// Stop the timeline
stop();
// Import functions

[code]....

I first created an image that is the exact dimensions of the URLLoader and it looks OK but somewhat pixelated 1024x768 but on larger resolutions the images are very pixelated. So I created a picture that was 1024 x 1542 and again this looks OK on larger resolutions but is horrible on smaller resolutions.

View 1 Replies

Professional :: Adobe Media Encoder CS5 Hangs When Adding Files Of Varying HD Resolutions

Jul 29, 2010

I have been encoding 1920x1080i mov files (h.264/aac) to 1280x720p (vp6/mp3) flvs.However, when I add older HD content into the AMC que, content with non-standard presets, the program hangs.I tried to import about 15 files last night and the program just sat there all night in a 'NOT RESPONDING' state.The video's have different audio and video settings and it's little difficult to pinpoint exactly what they were.Some are 1440x1080, some are 1280x900, some have PCM audio some of mp3.Now I temporarily resolved this issue by simply using cs4 master on my mac pro which worked great.However I have noticed a huge speed increase in CS5 64bit AMC.It takes 2-3 hours to encode 1 flash video on my mac pro (dual quad core xeon 2.9Ghz/32GB ram) with CS4.It takes ~20 minutes on my windows 7 station (single core 2 quad 3Ghz/8GB ram) with CS5.
 
If I drop a single file into the AMC CS5 que, regardless of the resolution, frame rate, or sound codec; it will import.If I then add another file with a different resolution AMC will hang and become non-responsive.It never crashed but I can't wait 12+ hours to see if it accepted a job or not.As I said before this problem was not observed on CS4 for mac it worked flawlessly, albeit a little slow.[code]

View 1 Replies

ActionScript 3.0 :: External Interface Call Doesn't Work With Function That Is On External JS File

Apr 17, 2012

I am using in AS3 "External Interface ". When I call the JS function that is on the same page as swf everything works fine.

I added a link in the html page to an external JS file, when I move the JS function to the external JS file the website crushes.

I would prefer to have all my JS functions on an external file so I can use them in the future in other project and it also makes it easier for me to update the site.

how to call a JS function that is on an external file from AS3?

View 6 Replies

ActionScript 2.0 :: External Text Files Wont Load Into External Swf File?

May 28, 2007

Structure: There is 1 main file that loads external SWF files depending on what is clicked on.One of the external SWF files loads its text from external text files. This works fine when viewing the SWF applet on its own. But when viewing as a whole site, the text doesnt appear. Very annoying.I made that particular SWF on my mums computer running Flash MX 2004The flash file itself uses the Scrollbar component from MX.Could someone tell me why the text doesnt load in this scenario? It runs fine on its own, just not as an external SWF.

View 4 Replies

ActionScript 3.0 :: Unloading A Loaded External SWF With A Close Button On The External SWF To Unload?

Aug 15, 2011

[URL]I have: main.swf (a menu) and I have module.swf (content)If you navigate to Subsea Wellhead Systems/SS-15 BigBore II and click on that I have it load an external swf which covers most of the parent. So far so good. My problem is unloading the loaded 'Child' swf with the button provided on the loaded 'Child' swf.below is the code I used to load the file but I cant, for the life of me, find a way to unload it. 
 
var bigboreLoader:Loader = new Loader();btnbb2.addEventListener(MouseEvent.MOUSE_UP, bigborecontent);
function bigborecontent(event:MouseEvent):void{var bigboreRequest:URLRequest = new URLRequest("moduletemplate.swf"); bigboreLoader.load(bigboreRequest); stage.addChild(bigboreLoader);
 
I am certain it requires the Child to communicate with the parent somehow but I am at a loss. If I could get a bit of advice or a link to something deal with this, it would be a big help. I just need to have my links load my modules and the remove them when the close buttong is hit on the loaded swf. I promise I have done searches and I admit I have found asnwers but still they are not working. I found the code below:
 
Main FLA: 
function removeF() {
removeChild(bigboreLoader);
}

[code]....

View 10 Replies

Flash :: Loading / Unloading External SWF Using Buttons From Loaded External Files

Feb 23, 2011

I spent almost a week trying to figure out how to unload a currently loaded swf using its button and loading a new swf... I have three files, a main.fla, file1.fla and file2.fla. In my main.fla, I have a code which loads the other two files. If i will click the "unload" button in the file1.swf, I would like the main.fla to unload the file1.swf and load the other file, file2.swf. Here is the code to load the file1.swf:

[Code]....

View 1 Replies

ActionScript 2.0 :: Loading External XML On An External Server Into Flash Movie When It Is Uploaded

Jun 4, 2004

[FMX] I am having trouble loading an XML file on an external server into my flash movie when it is uploaded. The data loads in fine when the flash file is on my local computer with the xml file on a server. As soon as the flash file is uploaded the XML data will not load in.

View 2 Replies

ActionScript 3.0 :: Loading In And External Swf And Unloading It From A MC Button Inside The External Swf?

Nov 2, 2010

I used to do this fine with AS2 and now i'm struggling to get it to work in AS3.my code is as follows:

PW1.addEventListener( MouseEvent.CLICK,loader1 );
//==================== PS function =============================================
var ldr:Loader = new Loader();

[code].....

View 3 Replies

ActionScript 3.0 :: Loading External SWFs From Another External Swf Into The Main SWF Container?

May 4, 2011

I have created a main "site.swf" file that loads a "default.swf" file into a container after a preloader. On this default.swf file I have buttons that needs to load new external SWF files in its place in the container. All of the external SWFs contain buttons and navigations that will also call up other external SWFs into this container. So, I would like to know how to program each button (some are movieclips as buttons) to unload itself and load the respective SWF into the container (eg. AboutUsButton to call up aboutus.swf into the container). I do not have a main navigation on the site.swf file bacause the navigation changes on each SWF that needs to be loaded into the container.

View 2 Replies

Actionscript 3 :: Access Function In External Class Located In External Swf

Oct 22, 2011

I am trying to access a function in a loaded swf that has external class.. I would like to avoid having to put the function on my "Main" Doc class in the external swf and instead access the function directly from the class

This is what ive tried so far and it's a no dice:

private function startLoad(){
var loader:Loader = new Loader();
var req:URLRequest = new URLRequest("one.swf");

[Code]....

View 1 Replies

ActionScript 2.0 :: Preloader For External Swf's - Doesn't Work For The External Movies?

May 22, 2005

... I've had my preloader successes already, but something still doesn't work for the external movies... I'm loading the main movie - which contains several chapters, loaded as external swf's - with the following preloader on the first frame, rest content from second frame on:

[Code]...

View 5 Replies







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