flash

Best way to determine user's locale within browser

I have a website (Flash) localized into a dozen of languages and I want to auto-define a default value depending on the user's browser settings in order to minimize the steps to access the content. FYI, I cannot use server-scripts due to proxy restrictions, so I guess JavaScript or ActionScript would be appropriate to solve the problem....

Custom Video Player in Flex

Hello, I have been developing a custom flash player in flex for use in a web site. I am running into a strange issue and was wondering if I could get some help. I use an hslider component for video navigation. The problem I am running into is when I drag the slider to another point in the video it is not precisely setting the video play ...

Is the source code for fl.containers.ScrollPane (and the other fl.* components) available?

I'm using the CS3 fl.* controls in a flash application, and there appears to be a bug in the ScrollPane implementation. It would be great to have the source code to find a work-around. Is this available anywhere? ...

Widget for facebook problem

I've just finished making a widget for use on facebook, through Clearsprings. This is the second one we've made and the first one was fine. This time I ran into some problems when trying to embed it into facebook. The problem is the SWF won't embed, so I've gone for HTML option. However this puts it in an iFrame which then sits on top ...

Threads in Flash and Flex

Are threads possible in Flash, Actionscript and Flex just like in C# and Java? ...

Camtasia Flash output always wrong

Does anyone have Camtasia Flash output format experience? Sorry I can not post attachment here for my error screen snapshot. Please refer to link here. :-) http://forums.techsmith.com/showthread.php?t=10673 thanks in advance, George ...

Browser scrollbars for a flash website

I've made a page entirely in flash (flex actionscript project), and for weird reasons, should'nt scale when opened with a small windowed browser (low resolution or not maximized); in this case I need to have to browser scrollbar active to show the full flash application. How can that be done? Note: I don't want to implement a scroll me...

any experts of Windows Media Service

Hi guys, anyone know whether Windows Media Service supports streaming flv on Windows Server 2003? I tried but failed to find any claim documents. http://www.microsoft.com/windows/windowsmedia/forpros/server/server.aspx thanks in advance, George ...

Localization in Flash

I have a Flash project that I'm working on that will eventually need to be ported to multiple languages. My approach was going to be to load an XML file that held the localization information, much like the resource files in ASP.NET I was wondering if there is a better approach to this, or if this is going to be the most straight forwa...

Calling a flash external interface AS3 function on page load

I have a function defined in AS3 that's gonna be called from client side via JavaScript. The AS3 functions simply print some value on SWF screen when it's called. It works fine when I set an onclick event handler to a button and call the AS3 function. However I want to call this AS3 function as soon as the page loads. I am using jQuery ...

Reverse Engineering Flash

I have some Flash SWF files that I need some insight into how they are working. Are they any good tools out there to reverse engineer a SWF file? Thanks. ...

Replacing ScrollPane Scrollbar with OS Native Scrollbar

Is there an easy way to replace the ScrollPane scrollbar with the OS's native scrollbar? Flash applications look much more integrated if they have the same skinning as the user's operating system -- which isn't always easy to detect (Vista Aero vs. Classic?). Have you guys come across any examples of Flash apps doing this? ...

Can Flash or Silverlight be used for kiosk applications? How?

My experience is only with Flash and I'm afraid I have not kept up to date. The last time I tried this I was vaguely remember having a problem with Flash where it would slowly eat memory until eventually the OS locked up. That was a couple of years ago and maybe it wasn't due to Flash. Are there issues with using Flash or Silverlight ...

throttling control in Windows Media Service

Hello everyone, I am wondering whether on Windows Server 2003, in Windows Media Service, we could setup/configure throttling settings for any file types (even the file types not supported by streaming by Windows Media Service), for example, setup .flv file download/streaming throttling bit rate to 100k or setup the bitrate throttling co...

Do you know free Download slideshow animation URL Using flash ?

Duplicate of http://stackoverflow.com/questions/680539/do-you-have-flash-or-flex-or-jquery-header-animation-like-this-url-site-http-w Do you know free Download slideshow animation URL Using flash ? ...

do you have Flash or flex or jquery header animation like this url site http://www.zhoyosoft.com?

Please very urgent ------- do you have Flash or flex or jquery header animation like this url site http://www.zhoyosoft.com? is it possiable can do in jquery and also flex ? anybody help me ...

Animate onRollover onRollout with TweenMax

I'm using TweenMax to animate some arrows to move when I roll over a link, and the animate back, when I roll out. But it's not working, it animates on rollover, but not rollout. function boxLink(mc_function:MovieClip, mc_target:MovieClip) { mc_function.onRollOver = function() { var myTween:TweenMax = new TweenMax(mc_target,0.5,{_x:"2",...

Box2D: How to detect an object no longer collide with another object?

Flash Box2D Question (But I guess the "flash" part doesn't matter) Suppose there is an object A, which is the character and an object B, which is the ground Suppose the character can only walk when he touches the ground. There is a box 2d contact listener, which I can detect when an object touches another objects, so I can use it to l...

Change color of a dynamic textfield problem

I have this code that should change the color of a dynamic textfield when I rollover the link movieclip, and then back when I rollout. I get no compiler error, it just doesn't work. function textColor(mc_function:MovieClip, tf_text:TextField) { mc_function.onRollOver = function() { tf_text.textColor = 0x7cb0b7; }; mc_function.onRollOu...

Embed characters in multiple dynamic textfields

How can I embed some characters one time, and have them embedded in all my dynamic textfields? ...