ActionScript 2.0 :: When Someone Is Watching To The Swf?

Mar 19, 2008

Is there a way to find out when someone is watching to the swf? For example i have a swf loader but it preloades all swf behind each other [swf]-[swf]-[swf]

I can slide between each [swf] but the swf contains animations, they start playing when he preloads the [swf]'s. Is there a way i know when someone is watching the swf and then start the animation?

My first solution was a onmouse but it doesn't work when you don't have your mouse on the [swf].

View 1 Replies


Similar Posts:


ActionScript 1/2 :: Watching For A Variable In An External Swf

Feb 15, 2010

I'm trying to load an swf game, and then repeatedly run a check to see if the game has ended by accessing one of it's variables.  Reading the forums and searching the web has gotten me this far:
 
[Code].....

"testing" appears on the output window so I know it's being loaded correctly, the game is also playing correctly.  When I run the game in debug mode, it shows that the variable _level2.LOCAL exists and has a value, but the main loop just keeps kicking out "undefined."

View 1 Replies

Flex :: Watching A Bindable Property?

Sep 8, 2009

In my flex app I have a public bindable property.I want it so that every time the value of that property changes, a function gets triggered. I tried using ChangeWatchers, but it seems those only apply to built-in components like a text box change.i would like to do that same behavior with a property that changes at runtime.

View 4 Replies

ActionScript 2.0 :: [FMX] Preloader Watching Ind Clips?

Apr 9, 2003

How can I get my preloader to look at the size of individual clips?I have taken the percentage preloader code from this site and simply added the instance name of the clip I want to preload, but it doensn't work?

bytes_loaded = Math.round<b>(_root.images.</b>getBytesLoaded());
bytes_total = Math.round<b>(_root.images.</b>getBytesTotal());
getPercent = bytes_loaded/bytes_total;

[code]......

View 1 Replies

Media Server :: Check Who Is Watching Stream?

Nov 15, 2011

how can I find that on server side which user is watching a stream

View 2 Replies

Flash :: Get Number Of Users Watching A Stream?

Jan 10, 2012

I'm using a regular flash video player to play rtmp streams hosted on a cdn. Does anyone know if it is possible to get a count of the number of users watching a stream, through actionscript or flash?

View 1 Replies

ActionScript 3.0 :: External Loading Of Swf And Watching Behind The Scenes

Mar 7, 2009

I'm currently working on a portfolio site, which, among other things, loads external swf files into the stage. The problem starts when I load a 400x300 swf file into the stage, which is 900x800. The result is that I get all objects which are outside the stage area in the loaded swf, on my main stage. I tried everything from changing the width and the height to loading it into a movieclip. It's always the same, I get all the elements from outside the stage of the loaded swf (if I try to change the width/height, the objects outside the scene still remain) This is the code I'm using to load the external AS2 swf:

[Code]...

View 2 Replies

Media Server :: Start Streaming Only When People Are Watching?

Aug 26, 2009

I've got a page laid out that houses a nightly live webstream of music at a venue. Every night (except Sunday) the stream turns on from 8pm-2am Eastern Standard Time. Some nights, I notice there is nobody watching the stream, yet the stream plays everyday no matter what. In the interest of saving bandwidth per month, I'm trying to figure out how to only stream if somebody is watching.So basically the camera would be recording locally, and when someone connects to the website something tells the server to start broadcasting. If the person leaves, the server stops broadcasting. Has anyone ever tried doing this? I'm using Influxis for my media streaming and they've assured me I can execute server side scripts.

View 12 Replies

Actionscript 3 :: Watching An ArrayCollection's Length Property In Flex?

Nov 12, 2009

I would like to put an eventListener on an ArrayCollection's length proprety, but I don't know how to go about this.

I want to do this because I only want code to execute when a certain number of things are in a certain ArrayCollection. I want Flex to wait to execute this code over the next object until that length property drops back to an acceptable level. I think I should do this with events instead of a while loop that sits there spouting NOOPs forever (which I don't know how to do either).

View 2 Replies

ActionScript 2.0 :: Watching Netsteam Video (only Audio Works)

Nov 14, 2011

So I'm having a problem with AS2 when loading a netstream video.[code]I can actually listen to the audio in background but for some reason I can't see any picture. I tried with only a video object without a movieclip, and the other way around and the result is only audio, no video whatsoever.

View 4 Replies

Media Server :: Record A Live Stream At The Other Side When Watching?

Nov 28, 2010

It's natural for users to find something interesting and record it when subscribing to a live video,

but so far I can only record it when publishing,

View 14 Replies

Professional :: Watching Ustream Live Webcam Continually Buffers?

Dec 5, 2010

I have Windows 7, 64bit and Flash V 10,1,102,64My problem is with watching a Ustream live webcam on an Eagle nest in Maine, USA,Whilst I can watch it, the streaming keeps on and on buffering, or just stopping and starting. I don't lose the picture but it plays and freezes and then plays and freezes every few seconds. It's off more than it's on.Is there something wrong with my version of Flash, my video card, my computer? I've tried it with Internet Explorer 8, Firefox and Google Chrome and still have the same issue

View 3 Replies

Flex :: Debugging Or Watching Static Variables Within Flash Builder 4

Dec 16, 2010

When I set a breakpoint and debug my application, Flash Builder 4 is not displaying static variables within the variables window. I'm using flash builder 4 to execute flex unit tests on one of my AS3 classes. I set a static variable within the [Before] function, which is accessed in each of the tests. I've set a breakpoint within one of the tests to see why it is failing, but I notice that static variables don't appear when I expand the 'this' object within the variables window. (In this case my static variable is the only variable associated with the class, so the only object in the variables window is the "this" object). How to make static variables appear in the variables window?

View 2 Replies

Media Server :: Why Does Audio Stop After Minute When Watching A Live Stream

Apr 6, 2009

HI installed flash media server 3.0.4 on a Windows 2003 server.I am using the default LIVE application and broadcasting to it using FME version 3.0 Inside FME I choose MP3 as the audio codec, stereo and 128kbps When I watch the stream everything works fine but after a minute (sometimes 2 minutes) the sound disappears and I can only see the video run.If I refresh the page that contains the SWF that plays the stream then the sound works again but then again after a minute the sound stops and only the video continues to play. It is important to say that this only happens when I play a live stream from a server that is located outside of my local LAN. If I play a stream from my development FMS server in my local LAN this problem doesn't happen using the same SWF and same settings in FME.Moreover, if I use the nellymoser audio codec then everything works fine and this problem doesn't happen also. The thing is that I want to broadcast a live event and it is very important that the audio sounds good (stereo and 192kbps) and if I use the nellymoser codec the results aren't that good.

View 5 Replies

Professional :: Watching Videos On Brand New Laptop - Picture Is Badly Distorted

Oct 20, 2010

I just received a new Dell Studio. I have the latest Flash installed. I can view Flash websites fine, and I can watch videos on all sites... except, [URL]. In fact, the video loads and a picture is displayed. The problem is that the picture is badly distorted. See the screenshot below. The top of the image is crystal clear, but the bulk of the video can not be viewed. This is different than the other threads with Flash/NHL problems. I can see something, and hear the videos fine. but... Its as if the video is in digital purgatory.

View 2 Replies

Media Server :: Embed Timecode When Publishing Live Video And Render It When Watching?

Oct 4, 2010

I've managed to publish video now: ns.attachAudio (mic);ns.attachCamera (cam);ns.publish ("name","record"); But without time information.

View 22 Replies







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