ActionScript 2.0 :: ScreenResolutionX/Y Realtime Refresh Not Supported?

Oct 27, 2006

I have following issue: System.capabilities.screenResolutionX and System.capabilities.screenResolutionY doesnt seem to refresh realtime while the movie is playing and user changes the resolution of the desktop.Although this is somehow unprobable - that user will change resolution of the desktop while viewing websites - i would like to detect this user's action and resize the website content accordingly.

[Code]...

View 4 Replies


Similar Posts:


IDE :: System - Capabilites ScreenresolutionX - Get The Size Of My Screen

Feb 21, 2009

I'm working within flash, and I'm just trying to get the size of my screen, apparently simply:

[Code]...

View 1 Replies

ActionScript 2.0 :: Dual Monitors And System.capabilities.ScreenResolutionX & Y?

Jun 29, 2010

i am currently developing a standalone video application that will interact with our backend database and display the proper video, video title, video description and color scheme that you choose.Everything's working hunky dory, until I asked some of cohorts to see if they could break it before I show it off to the world. On the very first try, when my colleague went to full screen, the video was distorted, cut off by the bounds of the monitor, and not perfectly centered as it has been performing on my monitor.

And then it hit me... He was opening the browser in one of his computer's monitors, bringing the browser to the other monitor (we all have a dual monitor thing going on here), and THEN clicking the full screen button.I noticed that when you refresh the page, the variables I get to determine the fullscreen dimensions are being set, but NOT on EnterFrame.

After quickly changing this little glitch, I saw that the variables are still not being changed when you drag your browser window from one monitor to the other (hopefully they are set at two different resolutions, otherwise it defeats the purpose of even checking for this)how I can get my Flash application to recognize when it has entered into a new resolution.

View 1 Replies

Professional :: Refresh Button Does Not Refresh Flash Website

Sep 30, 2010

I had an issue with my index.html testing on IE and the preloader just stalls on "loading 0%". he told me that locally the progress event doesn't have time to load and to try uploading it to your server and see if it works. It worked just fine. Rah Rah Kglad.
 
So today I'm fine tuning the swf/ fla to clean it up. Reduced some picture sizes and deleted unused files and reduced the swf from 4000 KB to 350 KB Rah Rah Gene. replaced the swf in Dreamweaver and re-uploaded with Filezilla. Rah ah Filezilla.
 
Everything working great and my preload went from 23 seconds to less than 3. So I'm real happy except for one small issue. Firefox and IE both do this. If I hit the refresh button, it stalls on "loading 0%" once again just like it did locally.
 
If I hit the refresh several times it WILL refresh randomly....2 times refresh......10 times refresh etc.
 
[URL]
 
Spoke to my hosting company who said everything seems fine on the server. BTW he said Chrome did NOT have this issue Rah Rah Chrome.

View 1 Replies

Php :: XMPP Or Websocket Or Others For Realtime App?

Apr 25, 2011

I heard of XMPP, websocket. I'm confused about what to use. For example let's say I'm a financial broker and distribute real time quotes to client platforms on the web and on desktop in Flash, .NET or PHP. What should I use ?

View 1 Replies

ActionScript 3.0 :: How To Get The Realtime Weather

Jul 9, 2011

I want to make a flash game by actionscript. Now I want to get the real time weather in my game. But I don't understand how,about this.p/s: I'm Vietnamese, my English is not good. I hope all you understand properly.

View 3 Replies

ActionScript 3.0 :: Add Realtime Sound Effects?

Aug 14, 2009

I'm playing around with the new Sound API in flash player 10 and I managed to load a mp3 from HD, extract it's bytearray and let it play. While playing I can play around with the pitch in realtime.

Now I want to add distortion, bass and echo on the sound, the only thing is I'm not a music specialist. I don't know the mathematics behind the effects.

View 3 Replies

ActionScript 3.0 :: Change The Scaling In Realtime?

Jul 2, 2009

my flash site is a full flash site...

Flash CS4 - AS3
swfObject2 / dynamic / embed

in default the scaling is "noscale" because i don't want to scale whether a bit the browser the full flash site... there is a button to go in fullscreen, that's works fine...

BUT

in the flash doc will be another button and WHEN the user wants it, click that button and the scaling changes in realtime without the browser reload the entire page... the button sets the scaling to "showall".

that's what i want... is it possible to change the scaling in realtime?

View 4 Replies

ActionScript 3.0 :: Realtime Audio Recognition In Flash?

Sep 20, 2009

i am currently working on a audio visualizer in flash but is stuggling to get flash to detect sound off my onboard sound card. Is it even possible now with flash 10? Something like an audio fft but in flash.

View 4 Replies

Media Server :: Using FMS As Realtime Video Monitoring

Jan 5, 2011

I have some experience with FMS and Red5 development for simple online video publishing application, I am not sure if FMS is viable for my new application). Here is the requirement

1. I need record real-time video to disk file from a 8-way video-capture-card.(the card is supported by FMS). The recording procedure starts just after the system startup without any manul operation by user. In another words, I need the recording procedure start with the Windows automatically without interaction

2. If the answer to my first question is YES, then: If the FMS record videos from a 8-way video-capture-card, with 640pxX480px each way. What is the minimal requirement on the hardware? A machine with 2.0GHz CPU with 512MB, is it enough?

3. What is the best practice do you think to organization the 7x24 video record files?

View 3 Replies

Flash - Modifying Sound Data (MP3) RealTime

Dec 24, 2009

var sound:Sound = new Sound();
var req:URLRequest = new URLRequest(url);
sound.load(url)
I want to modify the sound data (an mp3) as it comes in. Specifically, the mp3 will be encrypted using a stream cipher and I want to decrypt the data as it comes in. Is this possible using some type of event?

View 3 Replies

Actionscript 3 - Use Flash Read Realtime File.txt?

Dec 10, 2010

How can I use Flash AS 3.0 read realtime file.txt ?

View 1 Replies

Flex :: Realtime Effects On A Video Component

Jul 27, 2011

I have a flex 4.5 application that uses a mx:VideoDisplay component to display the webcam. how can I add realtime effects to that VideoDisplay component? for example: changing colors, particle/grain looks, wave effects,

View 1 Replies

Flash :: Realtime Update And Push Data In AS3

Aug 13, 2011

i want to make a real-time update for my flash application. Instead on making it refresh each 30secs, i would prefer the push technology. What is the best way to push data in Actionscript 3?

View 1 Replies

Flash - Implementing Realtime Connection Between Players

Oct 11, 2011

I need to implement a realtime connection between 2 or more players, that will play a Flash game. I've read that RTMFP is a good choice to make this connection the best possible (were best=less lag between actions), but, I am quite new to this kind of things, what documentation/tutorial/guide you think would be the best to get started and finally make a good implementation of RTMFP?

(Also, I read that there are differents servers or frameworks that provide the same, like Cirrus, Red5, etc, what pros and contras have this?, taking cost into account). I was reading the adobe documentation, there is an example too, but I'd love to see some more flash game based example, even a very basic one, so I can extend that functionality and start making tests. I got it working, now, I need to know how to make a webservice for the peer ID interconnection.

View 1 Replies

ActionScript 2.0 :: Variables From Flash To The Url Address In Realtime

Mar 28, 2007

Any one know how to (or if it is possible) to send variables from flash to the url address bar in realtime ?

View 3 Replies

ActionScript 2.0 :: Control Flash With Realtime Sound?

Jun 20, 2008

I was curious if anyone knows of any experiments or API's out there that would allow a user to control flash interaction/display etc...via voice or sound commands in realtime with their cell phone? Let me know.

View 7 Replies

Media Server :: Streaming Live Video In Realtime?

Aug 11, 2010

I am a Wedding/Events Photographer/VideographerOne of my client want his events be live streamed over internet, I am quiet new for this type of jobas to what Software / Hardware I have to purchase for Live Streaming of Video over Internet.. and how it will encode in realtime.?

View 8 Replies

Flash - Picnik-like Signup Form With Realtime Validation?

Nov 7, 2010

I'm about to build an OOP signup form in AS2 with realtime data validation. There are 3 fields 'Username', 'Password' and 'Email' and two of those will check with the server to see if the the username or email is taken. This is almost identical to the signup form on [URL] The way I've experimented with so far is to begin an onEnterFrame event on the textField as it receives focus. This onEnterFrame function checks for spelling, character count etc When the textField loses focus it then sends the data to the server and checks if it already exists. If it doesn't, it will validate. What I've written works rather well (up until the submitting - haven't worked that out yet) but the code is rather unwieldy and seems too long.

What is the best way to go about building this? Are onEnterFrame checkers the best way to go? Should the data send to the server onKillFocus? Should the submit button trigger all the onEnterFrame validation functions to run again (in case the user didn't wait for validation)

View 1 Replies

Actionscript 3 - Flash 10.1 - Applying Realtime Effects To Microphone?

Feb 9, 2011

I'm trying to write a flash application which takes a Microphone stream and applies realtime effects and outputs this back to the speakers. I'm finding I'm having problems with stuttering when taking the output from the mic, copying this into a ByteArray amd then using a seperate

sound = new Sound();
sound.addEventListener(SampleDataEvent.SAMPLE_DATA, processSound);
sound.play();

to read from this ByteArray and play back the sound.I have noticed that the input from the mic's bytesAvailable changes, and also that the two events (the mic's SAMPLE_DATA and the sound's SAMPLE_DATA) aren't firing A B A B A B A B like would be needed but is more random.

Am I right in thinking that the mic.SAMPLE_DATA event fires at different intervals with different amounts of data and a working implementation would need to read the available data in and buffer the input so that the Sound SampleDataEvent would always have something to play back to avoid the stuffering?

View 1 Replies

Media Server :: Record Microphone Modify In Realtime Bytearray?

Sep 16, 2011

I would like to access to microphone bytearray in realtime to modify the sound to record.How can i do this?

View 4 Replies

ActionScript 3.0 :: Grab A Sound And Make A Realtime Waveform Graph?

Mar 7, 2012

I found on Adobe website this cool as3 code to grab a sound and make a realtime waveform graph (I cannot post the link..The problem, to me, is that I cannot create in the same stage 2 graph from 2 input: the mic and an mp3.In my purpose, I'd like a stage with just 2 waveform graph. the upper one with the realtime voice from the mic input.the second one (just below the previous one) with a similar waveform graph but drawn by an MP3 file (or wav).

At the beginning I tried to use 2 inputs ".microphone" but I can always see just 1 graph. It's like the resources cannot be shared (al least not so simply).

View 3 Replies

Flash :: Realtime RTMP Streaming Of User-uploaded Files, As They Upload?

Jan 12, 2010

I want users to be able to upload audio files to my server (say, over HTTP.. mechanism doesn't matter much), and then I'd like to assemble those files into a playlist and stream them out over a live RTMP stream to a Flash widget.The catch is: I'd like to begin streaming the audio files before they completely finish uploading. For example, if a user uploads an hour-long mp3, I'd like it to be able to begin playing on the RTMP stream once, say, the first minute has been uploaded.I'd like to support mp3 and AAC, and would hope to avoid re-encoding the files. Is is there a way to make this work with Wowza, Flash Media Server, or some other clever solution?

View 2 Replies

Actionscript 3 :: Stop Google Analytics Realtime Tracking On Adobe AIR App After Closing?

Feb 29, 2012

I'm using Adobe's Google Analytics SWC library for flex. What I'm trying to achieve is to simply be able to utilize the realtime features of Google Analytics to know when users have my AIR desktop application open.Making it detect an open application was easy enough. I can visually see the count on Google Analytics getting updated in a matter of seconds whenever I open up my application. However, the problem occurs when I close my app. Google Analytics doesn't seem to detect a closed app and still detects it as open on the realtime view. How would I go with making Google Analytics know that the application has stopped?

So far, it seems the realtime counter only reverts back to 0 after some 30 or so minutes that I have already closed the app. This leads me to believe that it was considered to be idle by Google and so decided to update the statistics. That might be good and all but I really want to utilize the realtime capability so I need it to reflect when an app closes with only a few seconds of offset.

View 1 Replies

Flash :: External Audio Processing Technology Player Interact With In Realtime?

Apr 3, 2012

There may be more than one answer to this, but I'd like to know if there's some technology out there that exists to handle Audio Processing / Playback in realtime, so that Flash can:

Interface with the technology / plugin to generate sounds with no delay or lag. Apply DSP effects (Reverb, Delay, Dynamic Range Compression / Expansion, Distortion, etc). Manipulate DSP parameters in realtime (sweeping an EQ filter's band or Q).

The most important thing of all, would be for this technology to be available to most users, as it would likely be used for Gaming environments or online Audio production, even. So far, Flash has a few ways to manipulate Audio Data, such as the SampleDataEvent, Andre Michelle's Popforge library, chiptune libraries like SiON, and possibly some other unheard of libraries.

I'm not really convinced though, that these methods are the optimal ways to create interactive sounds - sounds that change depending on game conditions, sounds that closely responds to the users actions. Nothing (that I've seen so far) easily allows developers to create or communicate with a DSP effect in order to manipulate the sound in this way, in realtime.

I know that Flash has the ability to communicate over sockets / ports, so perhaps there is an existing library that can communicate with an external plugin, and can be easily distributed to users at the same time.

Is there such an audio solution out there?

View 1 Replies

ActionScript 2.0 :: Soccer Game - Showing Classic Results Realtime With Scores

Jul 19, 2003

I want to make a soccer score game. A game that shows classic soccers results realtime with the score at the point they where scored.

An example:
World Cup 1986 Mexico
West Germany - Argentina
The final score 2 - 3
The players who scored and the exact time:

---West germany---
Rummenigge (74 min)
Voller (82 min)
------------------

---Argentina------
Brown (23 min)
Valdano (56 min)
Burruchaga (85 min)
------------------
The total of matches with data like above is 45.
The total time of a soccergame is 90 minutes.

And further more I want a start player selection kind-of-thing like this:
USER INPUT
select game [] (ex. VM 86 mexico, VM 94 USA etc.)
select number of players: [] (ex. 4)
select number of games pr player [] (ex. 5)
Select total time of playing [] (ex. 60 minutes)
Write the name of the players

1. Load external data (the pool of matches)
2. Get user input
3. Select random matches for the players
4. Calculate the time (90min/60min etc.)
5. Tell clock countdown the time and start the countdown from 90min to 0min
6. When a scoretime is equal to clockcountdown time then display game score and the soccerplayer who scored and the name of the player who got the match.

View 2 Replies

ActionScript 3.0 :: Chroma Keying Realtime Webcam Input, Converting It To A Transparent Video?

Mar 5, 2011

i am taking video input directly input from the webcam, what i want to do is to chroma key the input and run it over another swf, but the problem is i am getting a white background after chroma keying. i have been reading many blogs about how to get it done using bitmap/pixels.but i am just an interaction designer and very bad at coding and stuff

View 1 Replies

ActionScript 3.0 :: Make A Small Realtime Game Using Sockets But Some Packets Simply Get Lost

Jun 19, 2011

[URL] I'm trying to make a small realtime game using sockets but some packets simply get lost (Wireshark says they arrive properly!)

View 1 Replies

Server - Create A Flash Game Eviroment Where A Client's Members Can Play Each Other In A Realtime Environment?

Apr 1, 2011

I'm looking to create a flash game eviroment where a client's members can play each other in a realtime environment. Mostly trivia question type things, and maybe some shared animations. I've done this over RTMP before with a host that also provided video streaming, but I only need the Shared Object communications this time. does Shared Object communication take just as much resources as video to support?

View 1 Replies

ActionScript 1/2 :: Far In The Future Will Be Supported?

Feb 2, 2011

I've been developing Flash stuffs for almost a decade, i consider myself advanced in AS2 .. i am also very advanced in PHP..Throughout all my projects I've always used Flash, AS2, mySQL and PHP, and have made tons of applications , some mission critical, w/ that combo..

[Code]...

View 7 Replies







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