ActiveDen

FlashMediaPlayer - Playlist & Fullscreen

  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
jordiemack says
Purchased

Just purchased this player and I really like it. I am using HD formatted video but the player always shows black space above and below the video. I’ve adjusted the player height but it just squishes the video with the black space still. Anyway to get the player to fit the movie exactly?

3 years ago
Author
jurgenv jurgenv replied

I just uploaded an update for this file. It should be accepted by the reviewers in a few hours/days. You can then redownload the file from your download page.

If that doesn’t fix your problem, please contact me.

3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
khidma says
Purchased

I have a problem with the video….

Please see http://www.lambopit.com/video.html

seems to have a setting off. I have to click the left box on the bottom right of the player for it to look right

any help plz

3 years ago
Author
jurgenv jurgenv replied

Khidma, see the above comment. I just fixed that bug.

3 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
erikdiamond says
Purchased

Hey, I have your video player on my website, www.tvicashflow.com, but the player does not appear in IE, but FF, chrome, and sarfri works fine. How come with IE?

Erik

3 years ago
Author
jurgenv jurgenv replied

Erik this has something to do with your html embed code and nothing with the Flash file. From the looks of it you’re not using the embed code that I added to the flash file as an example. I advice you to use that, if not I can’t help you any further.

3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
waltwooden says
Purchased

Great player. Everything works perfectly. I have one question, how do I get the auto scroll to scroll slower. It is a bit too fast. Thanks.

3 years ago
Author
jurgenv jurgenv replied

On line 71 in the actions layer, change the number 0.5 to a smaller number like 0.3

3 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
Nfabian82 says
Purchased

I would like to know how to hide all of the stage, ie: the scroll bar and controls when video goes into full screen. What code can I insert to do this?

3 years ago
Author
jurgenv jurgenv replied

In the actions layer, after line 144 write controlbar._visible = false; Then after line 125 write controlbar._visible = true;

This will make the controlbar disappear in fullscreen mode and reappear when switching back.

3 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
Nfabian82 says
Purchased

Thank you for the quick response!

3 years ago
  • Has been a member for 4-5 years
  • Bought between 1 and 9 items
daniel_teamzero says

Can you change the colors of the player easily in AS or XML or do you have to go into the FLA to do that?

Thanks!

3 years ago
Author
jurgenv jurgenv replied

You’ll have to open the fla for that

3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
cnsg says
Purchased

Hey jurgenv,

Do you mind sharing the code you gave tommywilde above to have the video’s stop looping and display the first video image once it’s played through the playlist?

Thanks!

3 years ago
Author
jurgenv jurgenv replied

Sure:

vp.complete = function() {

if (autoPlay == true) {
   currentVideo += 1;
   if (currentVideo>=allVideos.length) {
       currentVideo = 0;
       autoPlay=false;
   }
   loadVideo(currentVideo);
   if (autoPlay == true) {
       vp.play();
} else {
   vp.pause();
image.alphaTo = 100;
}
}
};
2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
akvilonn says
Purchased

Please help, this has been asked many times but no one gave a direct and simple answer:

my videos look choppy when they load, ONLY when i click the square on the buttom right panel of the player, my videos resize and look smooth and great. How do i turn this on by default? xml file doesnt have it, while editing .fla file i did not see anything that would make videos load in their auto-filled resolution.

Please answer anyone!

3 years ago
Author
jurgenv jurgenv replied

You can copy the code that’s on that button to the actionscript that’s executed after loading the video so it will immediately set it right.

2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
cheapwebdev says

Does this support MPG formats? Can I send you a MPG file to try and tell me?

3 years ago
Author
jurgenv jurgenv replied

No it doesn’t. Flash video only supports .flv files.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
frankliu says
Purchased

hi! jurgenv,

I’m trying to integrate your player to my web in slow progress since i am a newbie to flash components. I have problems doing my integration, wish you give me some suggestion: 1. how to modify the player to make it play my video randomly? 2. can i integrate playlist with mysql? 3. could it be possible to add function to this player? that makes it able to calculate how much people watched my video, also, data have to store in mysql. thank you very much!

3 years ago
Author
jurgenv jurgenv replied

1. I’m sorry that’s not included in the file 2. You can change the path to data.xml to a .php file that reads mysql and then generates a file structured just like the .xml file 3. I’m sorry, I can’t help you with that.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
Brisby says
Purchased

Hi Jurgenv,

Thanks for creating the Flash Media Player. It’s too bad there’s no way of styling the background color of the Index.html file. I’ve tried several times to change the color, but the color remains white.

The only color I can change is the background of my newly created html page…but not the color within (surrounding) the player.

This a an example code for black:

body{ background-color: #000000; }

2 years ago
Author
jurgenv jurgenv replied

the background color for the player is being set also in the html, but in the embedding part (the swfobject javascript) look for the ffffff code there.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
Brisby says
Purchased

Hi,

Sorry, it doesn’t seem to work. The color is always white. I’ve tried to delete the background color code but it’s still white.

There’s no Javascript file, only index.html has background color code, that won’t change…with object classid=...

The FlashMediaPlayer.swf has a bunch of symbols when I open it. It would seem dicey to fool with it.

I’ll probably just give up on this matter. Just to be sure. We’re talking about the Flash Media Player – Playlist, right?

2 years ago
Author
jurgenv jurgenv replied

My fault, I thought there was. Here’s the definitive solution:

In the html file, replace the object tag with this new one:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="900" height="600" bgcolor="#ffffff">
    <param name="movie" value="FlashMediaPlayer.swf" />
    <param name="allowFullScreen" value="true" />
    <param name="quality" value="high" />
    <embed src="FlashMediaPlayer.swf" quality="high" allowFullScreen="true" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="600" bgcolor="#ffffff"></embed>
  </object>

Now replace the #ffffff with your own color value. Note that there are two instances of that.

2 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • United Kingdom
martynb says
Purchased

Please can you provide step by step instructions on how to make the player loading with the video filling the player. I have run through all the solutions but it seems to have changed or doesnt work. I’ve also emiled for this.

2 years ago
Author
jurgenv jurgenv replied

I’ve updated the file a while ago. If you bought it long time ago you should redownload it. As you can see in the file preview, it should work fine.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
twwc says

Hi!

I have a question. Can I stream .flv and .mp4 videos over rtmp with this player?

Thanks for your answer.

2 years ago
Author
jurgenv jurgenv replied

hi! I think you can, but I haven’t tested. I know some people have done it, but I’m not sure if they have modified the script.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
  • Portugal
zas says

Hi,

Does this suport swf files? I want a player with playlist that playes swf files like it was a video file.

2 months ago
by
by
by
by
by