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. ...
In ActionScript, what character does "\t" represent? I can see it in some ActionScript And was wondering what character it really was. ...
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...
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 ...
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 ? ...
Is the minimum version of Flash Player required 9? or 10? ...
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! ...
If I removeChild frame animated Movieclip, will it automatically stop running the frames inside it? Actually without calling mc.stop(); ...
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...
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. ...
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...
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...
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...
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...
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? ...
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. ...
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 ...
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? ...
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...
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...
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 ...