Search  

AS-FLASH VIDEO PLAYER BASIC

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesAS-Flash Video Player Basic
Full_screen_preview

AS-Flash Video Player Basic

  • FLV Support
  • high-definition H.264 video and AAC audio support (.mov, .mp4… )
  • FlashVars driven
  • Query string driven
  • Alternate video content (low/high quality) *
  • Image preview *
  • URL protection *
  • Version test for Adobe Flash Player *
  • External loaded logo *
  • Keyboard shortcuts
  • Mouse wheel, doubleclick
  • Fullscreen button
  • Small file size 30kb (37kb encrypted)
  • AS 2 .0

* – optional

HD off = movie1.flv (2,7Mb)
HD on = movie2.mp4 (19,4Mb)


AS-Flash Video Player Basic - features


My other files

Posted 4 months ago

gardita : I don’t understand you

Posted 2 months ago

All I want to do is Import an FLV into this player and their is no documentation on how to do this. If I could get some help that would be great. Thanks

Posted 2 months ago

You don’t know how to create flv file? You can convert video files to flv with MediaCoder
If you already have flv file then you need to set video path with FlashVars (or query string) [check image… ]

Posted 2 months ago

Hi Djankey, Ha… No I have plenty of FLV files I’d liek to set up. But I’m not sure how to set that video path. It looks like that is HTML code right? I’m only working with a .Fla file. Can you point me in the right direction to set up the path to the flv file? What you, suggested I’m not sure how to proceed.

Thanks so much…

Posted 2 months ago

fisher : open index.html in notepad or similar program (HTML samples> SWF Object 1.5>index.html)

Change:

so.addVariable("videoLink", "video/movie1.flv"); 
so.addVariable("videoLinkHD", "video/movie2.mp4"); 

Posted 2 months ago

Great, I understand that… Thanks for the reply.

But I would like to use your player and an flv to create a stand alone .swf file. Then import the swf into my main flash project. Or another example would be to load the flv with your player as an external swf progressive download as you would with the flv playback component.

Hope that makes sense. And hope you can make this work for me.

Thanks

Posted 2 months ago

Just to make this a bit more simple, I’ll I want to do is to figure out the correct actionscript to place an .flv into my .fla file with your player controlling the .flv

That would be great.

Posted 2 months ago

djankey, I would really like to get working with this great player. Is their a way to add the .flv file into the acionscript between lines 65-79? Anyway to modify it to work?

Thanks

var newConnection:NetConnection = new NetConnection(); // NetConnection class provides the means to play back streaming FLV files from a local drive or HTTP address newConnection.connect(null); var myStream:NetStream = new NetStream(newConnection); // NetStream class provides methods and properties for playing Flash Video (FLV) files from the local file system or an HTTP address myStream.setBufferTime(bufferSize); // Specifies how long to buffer messages before starting to display the stream mediaDisplay.attachVideo(myStream); // Specifies a video stream (source)

if(!soundMC) this.createEmptyMovieClip(“soundMC”,this.getNextHighestDepth()); // sound mc soundMC.attachAudio(myStream); // Specifies the audio source to be played var soundVolume:Sound = new Sound(soundMC); soundVolume.setVolume(startVolume); videocontrols.volumeMC.volBar._width=videocontrols.volumeMC.posMC._x=(startVolume/100)*videocontrols.volumeMC.backgroundMC._width;

Posted 2 months ago

hi!
Just change liness 22,23 from

videoLink=_parent.videoLink;            // video 1 path (low quality)
videoLinkHD=_parent.videoLinkHD;        // video 2 path (high quality)
to
videoLink=yourvideo1.flv;            // video 1 path (low quality)
videoLinkHD=yourvideo2.mov;        // video 2 path (high quality)

Posted 2 months ago

AHHHH this is killin me. You did such a nice job on this player, I want it to work so badly.

I’m getting nothing when replacing that code in the correct spot you have told me. I have my .flv on the same level as the .fla. ( just thinking to myself) Do I need to add the correct dimensions and also ad a HD .mov file to that second line also. I just added the .flv to line 22.

Thanks so much for your time with this!!

Posted 2 months ago

fisher : send me your source .fla. Thanks

Posted 2 months ago

I know I didn’t purchase your player, but flash-junky purchased it on my behalf about a week ago.

I some how can’t get the flash player to play other files outside of my website. Everytime I place a http://www.website.com link it says error loading video.

Is there anyway I can fix that?

Posted 2 months ago

I highly recommend files created by djankey! The support that comes along with the creative work is very solid. Big Thumbs up! Responded to all my questions with in hours….

Posted 2 months ago

if only this player had a playlist… it would be the best one on flashden…by far

Posted 2 months ago

Moviedude : it’s Flash Player security (crossdomain). Google “Flash security sandbox”
ronjr : thanks

Posted 2 months ago

I can’t launch *.mov files from this player. “Error loading video” – this message have found. Please help. Thanks!

Posted about 1 month ago

How do I modify it so that it can play files from other servers? Most of the files that I am embedding are on remote server but I guess your player is build to only player files on 1 site?

Can I pay you to modify the code so that it plays files from remote server as well? (Ie. If I have the .flv source from a friend’s site, I can embed it on my site using your player?)

Posted about 1 month ago

Moviedude : I can try with proxy php script…
Stryker : your movie path is incorrect, or movie is not encoded ok. Please mail me…

Posted about 1 month ago

Won’t a proxy script use up my bandwidth as well? Because technically everything will be passing through my servers.

Posted about 1 month ago

Hi,

I would like to know how can I protect the source file (.flv)? I do not want people to see the path to the .flv.

Posted about 1 month ago

I can’t get the player to work when I change line 22 to “movie1.flv” either. Am I supposed to put the path from the server like “http://www.mysite/mymovie1.flv” or just put the movie into the flash movie?

Heeeeellllpp!

Posted 16 days ago

Melunhed : please mail me (tip: click on my avatar…;)

Posted 16 days ago

Is it possible to make this player support mp3 and AAC files ? What would need to be done to make this possible ?

Posted 16 days ago

Also … is there only a certain type of .mov file that is supported? I have some .mov files I am trying to load .. but I get the error.

Thanks,

Posted 16 days ago

applauz : this player support mp4, 3gp, m4v, mov and flv files

Posted 10 days ago

I know it supports those files…

Im asking 2 questions tho ..

1) Why doesnt it support ALL .mov files ?

2) What needs to be done to make it support MP3 ? Is there a solution to do this ?

Posted 9 days ago

applauz :
1) That is not my fault. Link 1 Link 2
2) It’s not easy. I am building new video player with mp3 support.

Posted 9 days ago

When do you anticipate your new player being developed ?

Is it going to be based on the same code that you used on this player ? ... or an entirely new project ?

Out of curiosity .. how long did it take you to develop the current player ?

Posted 8 days ago

How do you add multiple players to one screen for a blog type interface and what would be the best way to assign the source video to each player on the single HTML page? Thanks.

Posted 4 days ago