flash-player

In ActionScript, what character does "\t" represent?

In ActionScript, what character does "\t" represent? I can see it in some ActionScript And was wondering what character it really was. ...

Flex 4.1 installed on a Mac: how do I target pre-version 10 flash players

I just installed (or copied) the Flex SDK 4.1 on my Mac to: /Developer/SDKs/Flex/4/1/ For now I'll only be using a plain text-editor to use it. No fancy IDE. However, it only seems to support flashplayers version 10 and 10.1. At least that's what it looks like from the folders: ./frameworks/libs/players/10.0/ ./frameworks/libs/playe...

what Adobe flash player runtime and API build top on?

Dear guys I wanna know how Adobe engineers build and extend flash player runtime and API? you know , the AS3 just is a language for using the Flash Player API and it is not build on the AS3 language so how and what language Adobe folks use to build these APIs? this question can be use for Java too? I''l really appreciate . BR Farid ...

Show Youtube Videos

Hi I want to show youtube videos (not website) in my software (winform) , how can I do this ? Is there any way so do not require Browser ? ...

Minimum Flash player for Youtube

Is the minimum version of Flash Player required 9? or 10? ...

Experience using Strobe Media Playback (OSMF)?

Does anyone have an experience of using Strobe Media Playback (OSMF) in a real project? How is it compared to JW Player and Flowplayer? Any answers are kindly accepted. Thank you! ...

RemoveChild frame animated MovieClip, will stop frame running?

If I removeChild frame animated Movieclip, will it automatically stop running the frames inside it? Actually without calling mc.stop(); ...

Is there HTML embeddable audio player which prevents downloading of the audio it plays?

I'm looking for an audio player (like jplayer) which can be embedded in a HTML page which will allow MP3's to be played but not downloaded. The problem: Flash players request the audio file from the server so the URL of the MP3 is present in the HTML source and can be copy/pasted in to the address bar to download the track. This will i...

Frameless flash player needed

Hello, i need a flv player like in this site(video of woman at the bottom left). I could not find a free one, do u know any free flash player that i can play flv videos in a frameless player like in this site? I have a transparent flv movie. ...

Flash Player 9 vs Flash Player 10 with FLEX 3, ?_method=PUT/DELETE not working???

I have a FLEX 3 frontend that worked fine in FlashPlayer 9. But now that I've upgraded to FlashPlayer10, the ?_method=PUT/DELETE hack is not working anymore. All those requests show up as a POST on the backend now. I did some reading and it sounds like I need to use as3httpclientlib AND run a socket policy server to give access to po...

How do I make embeddable radio autoplay?

I'm embedding a flash radio player and I've changed the flashVAR to true: <param name="FlashVars" value="autoPlay=true"> Yet I've only gotten the player to autoplay in IE, but not other browsers. Thoughts? mark's code from an answer: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedi...

Make Flash CS5 publish for Flash Player 10.1

I'm compiling a swf using Flex 4.1 SDK that loads another swf that is created by a designer using Flash CS5. The 4.1 swf throws an error, "VerifyError: Error #1053: Illegal override of removeChildBridge in mx.managers.SystemManagerProxy." A few people around the web have said that they had this same error when their 4.1 swfs were loadi...

The image gallery i created in flash does not show online

I created a site in dreamweaver and have a flash gallery slide show in it. When i view the site in preview it works great. When it is live, online, the flash gallery does not show. I am wondering if I did something wrong, for this is the first time I've used flash in any of my websites. I am wondering if i did something wrong when uplo...

Web Music Player than can play song samples

Hey all, I am writing code for a website that plays artist music. But I currently need a player that plays only sample of songs and not full song, like Itunes and this kind of player seems hard to fun thus far. Does anyone know of one? And know of a player that can play other formats besides mp3? ...

Determine if someone is on with flash?

I want to update a row in mysql when a user uses an application with flash. And when they exit that application, I want to change the row to reflect that the user has left. Is there a way to do this easily? Currently, I'm thinking of writing a connection manager with sockets. ...

A way to play mp3 samples

I am currentyl developing a site for a client who requires artist to upload their music but only play samples of it, sorta like iTunes. The site has a php backend and is currently using a basic mp3 flash player to play mp3s. My question is there a flash player that can be configured to play only samples or is there a way through php or ...

how to embed a flash movie with a full player in a web page?

i want to play some swf movie in my page and i need a player with stop/pause/play and forward/backward button. what is the best option? ...

Loading external SWF file issue.

I am building a SWF player which loads external SWF's. Rite Now. I could call the external SWF using URLRequest. but I am getting 2 problems How to run the SWF with the frame rate of the actual SWF movie. How can I know the frameRate of external SWF dynamically from within AS3. I have set a layer of 450px by 350px. How do I scale the...

Flash projects with flash player above 7 don't work since CS5

Hello, I have somewhat simple problem with my Flash projects. I've installed Flash CS5, created new project (AS2), made a simple button which on(release) is gotoAndPlay(2), published and... It doesn't work! After some research I noticed that none action scipt works when i choose to publish my project with flash player 8,9,10. This is re...

play a video using real address of the video problem

I download some videos to disk from video websites like youtube, after extracted frames of the videos, I delete them from disk immediately. I want to do get the video from video website again, further more, locate the frame in the video. One method I think out: I know the real address of the video(e.g. www.youtube.com/../xxx.flv), so I ...