Professional :: Cs4 Source Files For Mp3 Player?
Jan 14, 2010Are there any cs4 source files anywhere for a simple mp3 player? I looked in the components for a mediaplayer component and I don't see it.
View 1 RepliesAre there any cs4 source files anywhere for a simple mp3 player? I looked in the components for a mediaplayer component and I don't see it.
View 1 RepliesHow can we run our flash files in client machine if they have no flash player. We should not give any link to install flash player. Should run automatically while opening our website..
View 1 RepliesI'm new to Flash and have the following problem: I've picked up a Flash project tat has an embedded .mov that I need to edit. I then need to save an .swf of my Flash project. I've edited to file in Premiere, but I can't import the new .mov file to Flash, only .flv. Saving as an .flv isn't a problem, but even when I import the .flv I still can't save to .swf because I get the following error:
WARNING: This movie uses features that are not supported in the Flash 6 player
Scene=Scene 1, layer=Layer 1, frame=1:VP6 Codec requires Flash Player 8 or higher
I need to export my .swf with the embedded video file for Flash Player 6 (client agency requirement). How do I solve this?
Can Flash Player files contain links to internet URLs
View 3 Repliesi found a source code that helps me get around a problem i have. but i do not kno how to use the source code.Do i have to put it in a certain folder or compile it so that the fla im working in can use the methods from it?
View 1 RepliesI am looking for an open-source iTunes style media player that I can use as a base for functionality I would like to develop. I am quite keen on Flex/Air, or C# or Java will do for languages.
View 3 RepliesNeed to customize the scrubbing code for an flvplayer. I'm aware of the OSMF project, but I need to target FP9.
View 2 RepliesI think i must be missing something very basic about packages and classes. I am often downloading source code from people who offer there source code on the internet. I think this is a good way to look at what people are doing and try to understand the code. Ideally I want to see the program in a .fla, see it in action when I "ctrl enter" and play with the code to change some things and learn a bit.
The thing is it always seems to be just .as files with public and private package/class code and never an actual .fla with the actual program. This is probably a really stupid question but is there a reason for this?
I'm trying to learn more about flash, and have found a couple of useful sites.However, I'm having trouble working out how to use their source files, and wondered if anyone here might be able to help please.url...I can't work out how to compile it - I know I need the Five3D files (url...), but even when I download that, and then create a .fla file in the same directory, nothing happens.I am probably missing something very obvious, but I can't work out what to do.There is a .fla file, but there is NOTHING in there that links to the .as file - there is no ActionScript at all I can see if the FLA file, that links to the .as file.
View 2 Repliesi'm trying to source a flash front end mp3 player, setup so that the user can change what songs play simply by changing lines in a text file (or similar, even something like 1.mp3, 2.mp3, etc). Whatever works.
View 4 RepliesI have a small flash project. I created a SWF from the flash sources.Unfortunately all my flash sources related to the project are deleted.
I left with the SWF file. Is there any way that I can retrieve all the flash source files from the swf file ?
It is fully finished and before the site was finished we discussed charges for updates. They just requested the source files. We had never discussed this, and I do not want to give away my source files and all of my code. What is standard? Am I wrong to have them go through me for updates since this is what was discussed?
View 8 Replies1. I was just wondering if anyone were able to save some of Erik Natzke's (Natzke.com) case studies especially Typography... His source files are available through Paypal but such Paypal is not offered in our country (I may not have 80$ to pay for that either
View 4 RepliesGrrrRrrRr been searching endlessly for days for tutorials or source files for the timer. Just a simple timer that counts down by minutes and seconds for 10 minutes. the closest i got are a bunch of codes that I'm not really good at translating...So could someone teach or give me a source file? just a simple timer that will trigger the end quiz page when time is up.
View 3 Repliestrying to use a CMS to import swf files. These swf files currently access source files through the standard code of: [url]...
and all works fine when testing on my machine because the swf is next to the file folder [url]....what I need to figure out is, is it possible to reference the [url]... folder as an absolute URL e.g. (http:url..) or is there another workaround I am not seeing?
I've created a custom video player which links to a specific Video with:
theVideo.attachVideo(ns);
ns.play("videoName.flv");
I have a client who wants multiple players on a page, each playing a different video. The tricky part is that they want to be able to add videos to their website with this custom player on their own, without having to go into the flash file.
Anyone have an idea or where I can find out how to do this? I dont' think XML would work, because it would still have to call a specific node inside flash...and this one swf should be able to work with any .flv they want.
I'm trying to create a webRadio player, wich different sources. On a click on a button, the player plays the corresponding flow. I would like to display some informations, like : current music, url, description, I think it's possible to have all those informations, because when I play my. files in my audio player (winamp), I've got them. Here is my code corresponding to this part :
[Code]...
Is the source for the demo player bundled with the FMS 4.5 install, available somewhere? It looks like a useful tool to debug playback of streams and I was trying to to see if I could port it to Air for IOS and Android for the purposes of evaluting the playback quality of various sample video files.
View 2 RepliesI'm basically looking for something that can play/stream a variety of formats if possible (or if not, to have an easy way for non-technies to convert them to the desired format). I'm also looking for something easy to setup - like including a javascript tag at the top of the page and then perhaps using a div, or just 1 line of script code to make it work. If it's flash, then have to be simple to setup too.
View 2 RepliesAny list which folders need to be excluded from a Flash Builder project when adding it to source control. E.g. bin-debug folder which is automatically generated when the project is compiled should not be in source control and etc.
View 1 RepliesAm I asking too much when looking for an open source Flash Player or AS3 compiler? C would be best if possible...
I found one player, but it's only for AS2.
I am trying to center align a caption for a Photo Gallery.But by default the captions are aligning to Paragraph Left.You can view the link here:
Photo Gallery
-------------------------------------------------
Here is the text format code from the accompanying *.as file:
-------------------------------------------------
var tf:TextFormat=new TextFormat();
tf.font='Verdana';
tf.color=0x3;
tf.align=TextFormatAlign.CENTER;
var t:TextField=new TextField();
t.embedFonts=true;
t.alpha=0;
t.selectable=false;
t.setTextFormat(tf);
addChild(t);
-----------------------------------------------
To have an idea i also included the source file *.as files.
I'm currently working on a Java/Flex project and I'm looking for a way to generate some parts of my Actionscript code from my Java files. One of the goal is to generate the AS valueObjects from the JAVA transferObject as well as some AS code to access the serverside function asynchronous.And other important point is that I want to be independent of some IDE. The code generation should run from Maven or Ant and take the Java source code as input.I looked a little bit around and found stuff like SpringROO, Groovy-GRAM, AST in eclipse,..
View 6 RepliesI have an FLV player on the stage. I'm setting the source (flvplayer.source) as a variable. When the proper file is in the right location it plays perfectly. I'm trying to set up an error report that is generated when the source FLV isn't there. So far I have:
import fl.video.FLVPlayback;
import fl.video.VideoEvent;
import fl.video.MetadataEvent;
import flash.events.IOErrorEvent;
flvPlayer.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);
function ioErrorHandler(event:IOErrorEvent):void{
trace("error");};
This doesn't work for some reason. The ioErrorHandler function is never run.
I need to find a flash video player that is free and open source. I love flowplayer and jwplayer but we fit into their most expensive licenses. It will cost us over $1400 to license flowplayer for our use. We don't have that right now.
I just need a flash player with a basic javascript api that is truly free. I have been googling for hours and nothing so far.
It would be a huge plus if someone knows of a chromeless youtube player that uses the youtube as3 api. I don't have time right now to code an entire chromeless player complete with all the controls and a progress bar.
I am using OSMF-Strobe Player for videos and I am trying to put my company's name below the video player as in the picture. how do I go about doing the same ? I dont have much knowledge about actionscript but with some online tutorials I can always manage.
View 0 RepliesI'm completely new to Flash and actionscript, so please bare with me. But I'm in a bind, so I thought I'd give this a shot.I'm needing to play a commercial before playing an actual video on my company's website. Once the commercials ends, I'd like for the video to start automatically. Is there an open souce (free) flash player that will let me do this?I've watched a tutorial on how to do so, but when I try to make it work with a player, it never works.
View 1 RepliesAccording to the answers to this question here, the reason why I'm not seeing errors as I work in Flash Builder is that FB is "optimizing" them out because they aren't referenced at any point in the code execution. Is there an option to force Flash Builder to compile all files regardless of whether they're used in the software?
View 2 RepliesI've created something that comes close.Download includes all open-source material and a manual to create your own audio-driven animations in Flash 5, and a player skinned by renascent of [URL]
View 8 RepliesI am using Flash Media server 4.5 and i read the tutorial if i want to stream the live feed, i may need to use the media live encoder.
but what i found in media encoder is i have to manually setup everything and it only support camera devices. But in my case i have multiple video files keep received from another program and place it on file system (server),my goal is use the Flash Media server to perform a live boardcasting with these video file one by one. That means when client watching a live streaming, they will not notice the server is playing mov1, then mov2, then mov3, then mov4... and so on.
You can imagine i am trying to boardcast a live footage say for 60sec, but the video file will not recorded entirely after 60sec, instead for every 10sec i will save a new video file, so that when client watching the live by HLS [URL]when the time reach to 10sec, a mov1 video file available and FMS should boardcast this video on live123.when the time reach to 20sec, a mov2 video file available and FMS should Immediately follow the mov1 boardcast on live123.and so on...Also can FMS dynamically create a new streaming session (invoke by code), so that when client A uploading some video files to the server, the FMS open a new streaming session only stream cilent A video files?the configuration to boardcasting like screen size, bit rate, etc should be pre-defined on the server. [URL]