flash-player

Is there any free embeddable 3gp player?

I would like to have a flv, 3gp player ( embeddable ) for my site. Till now, I found http://flv-player.net/players/maxi/ , http://flowplayer.org/ these are free FLV players. But how can i play 3gp files on my site. Please suggest me any free embeddable 3gp player. Note: I am not expecting anything like QuickTime ...

Flash player "now playing list" without interrupting current song

I am designing a website that plays music. I need a flash player that has or can handle a now playing list. The problem I am facing is that I cannot update the playlist without refreshing the player which means it will interrupt the song that is currently playing. I have trying with JW player in particular so far and have not been succes...

Security error accessing Service outside of FlexBuilder

I'm very new to Flex and I have what I think it a head-scratcher. I am building a little Flash app that will consume some web services over HTTP. When I am in Flexbuilder and run my app there, it works fine. When I goto to my FlexBuilder project on my OS and double-click on it, it works fine. When I zip up my bin-debug file, I get th...

jQuery Jcrop progress bar not working, is it a bug or am i doing something wrong?

I'm using this jQuery plugin http://deepliquid.com/content/Jcrop.html for images uploading. I'M on Windows Seven Right Now and and i've tested it on IE(flashplayer v10,0,2,54) and Firefox(flashplayer v10,0,45,2). i've tested it on a iMac and it's showing the upload progress bar perfectly. ...

Is it possible to auto-play .flv or .f4v file using SWFObject v2.2?

I am using SWFObject v2.2 http://code.google.com/p/swfobject/ to play swf/flv files. I have tried two different SWFObject files to auto-play same .flv file. Auto-play is not working in case of "SWFObject V2.2 but it worked when I used "SWFObject v1.4.4: Flash Player detection and embed - I can not use "SWFObject v1.4.4" because ther...

How to draw a triangle in a math graph?

How to draw a triangle in a math graph which displays X and Y axis. ...

Flash in VC++ Documentation

Hi I am trying to host a flash object inside an CAxWindow, I have managed to insert a shockwaveflash (SWF) and its working fine. I am trying to find all available API's that are available in the flash ocx. I am unable to find any documentation for the functions in the IShockwaveFlash interface. I know that Adobe doesn't have a documen...

How to do the auto update of Flash player version through actionscript 3

package { import flash.system.Capabilities; import flash.display.MovieClip; public class VersionCheck extends MovieClip{ public function VersionCheck():void { var versionNumber:String=Capabilities.version; trace("versionNumber: "+versionNumber); trace("-----"); // The ...

In what situations does Flash / SWF misbehave in different browsers?

Hi, Recently I had some issues with Flash in IE, involving a SWF which is something like a gallery. In Firefox its loads perfectly, but in IE it doesn't work properly sometimes. The first time it is loaded its works fine but when I refresh all the images are blank. The image data came from XML. I wish to get some tips regarding the...

DirectShow CSourceStream filter fails to unload properly

I am writing a DirectShow capture filter using CSource / CSourceStream as a base but when I access the cam in Firefox + Flash, I get a debug assert and the following debug error when closing Firefox. Cam6.ax(tid 1c98) 133506 : Cam6.ax(tid 1c98) 133506 : ID Object Description Cam6.ax(tid 1c98) 133506 : Cam6.ax(tid...

How do you make thumbnails of videos? Using flowplayer free.

I'm making a "video sharing site" just for learning and fun. I am using FlowPlayer as my player for videos. Now Im gonna make a page that will list every video, and a want preview picture of the video. Like: http://www.youtube.com/videos How do you do that? With the player or can you do it with php?? Ive looked true Flowplayer forums. B...

Is there a good library/way to split a big task in as3/flex?

As flashplayer has only one thread and is event driven, big tasks have to be divided to smaller tasks so that the application stays responsive. For now I've done this with the Timer by doing a small part of work in every TIMER event. Is there a better way of doing this (some library maybe)? What is your recommendation? ...

flash player: usage

i use Adobe flash player in my site, and now i need to increment some filed in database, when user click on player. here is the script <div id="conteiner" style="text-align: center;" ></div> <script type="text/javascript"> var s1 = new SWFObject("player.swf","ply","420","380","9","#FFFFFF"); s1.addParam("allowful...

Can i use the background process in flash

Hi All, I am working on a application where i am pulling the data from the database using the web services. but my Application is hand till all the data get downloaded. Is there any way in the flash where i can download some of the part and the flash player should be in working mode and i should download the other information in backg...

Catching uncaught exceptions

Hi everybody. In my workplace we are mantaining a lot of ecommerce websites, some coded better than others. On some of those, sometimes uncaught exceptions are thrown, and showed by the alertbox from the flash player debug (If you have it installed). To rise the average user experience I'd like to report all those exceptions throught a ...

Is it safe to use 72 FPS for Flash ActionScript animations?

I'm working on some generative art animations using Flash ActionScript which appear much smoother at a frame rate of 72 FPS compared to 30 FPS or lower rates. On a Intel Pentium E2200 Dual CPU @ 2.20 Ghz, Flash Player hardly uses more than 9% during the animations at 72 FPS. The animations are meant to run for a quite short period of tim...

sIFR3 smoothing and IE

Hi, i've started to use sIFR3. I don't know how to turn on smoothing of font. Do i need to change it in my font.swf file? In FF3 it work perfect, everything is okay, but when i turn on my IE8, nothing changes. Even live example doesn't work (http://work.likeaninja.co.uk/sifr/demo/). What's going on? My Flash Player is "WIN 10,1,51,95"...

Why does Flash Builder 4 use Flash Player instead of a browser to run apps?

I've got an old flex builder 3 project that I imported into Flash Builder 4, and I want this project to run its web applications in my web browser. However, the apps persistently run in the Flash Player instead. This is causing no end of problems because of the flash player bug documented at https://bugs.adobe.com/jira/browse/FP-209. Ho...

how can i use flash files in visual C++ without register ocx file ?

hi how can i use flash files in visual C++ without register any ocx file ? please help me thanks ...

How to play audio podcast file from libsyn rss feed? (drupal)

Got an established libsyn rss feed, got a new drupal website for the podcast. Libsyn provides a player but not correct aesthetic. I can upload and play mp3 files with audio module and mp3player module, and like the mp3 player's output, a simple flash player, but I don't want to be manually moving the podcast audio files (mp3) over every ...