ActiveDen

Clean White Video Player

  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
neshanski says
Purchased

Can you please give me a function for the stop button I need it badly… I need stop function, not pause..

kind regards neshanski

1 year ago
Author
damojo damojo replied

I can only do modifications on a freelance basis. Send me details via my profile form if you are interested.

Regards, damojo

1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
neshanski says
Purchased

Ok, I’ve sent you details. neshanski

1 year ago
Author
damojo damojo replied

Reply send!

1 year ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
pwuj says
Purchased

I just purchased this file. After I extracted the zip file, I published the cwplayer.fla using Flash CS4 and CS5 and I get this error.

Error opening URL “clean%2Dwhite%2Dvideo%2Dplayer/undefined’

All I see is a gray background. This error is usually thrown when a path in the XML file is incorrect or the XML cannot load correctly. Any ideas?

11 months ago
Author
damojo damojo replied

Hi,

I also replied to your email.

There is one source which uses an external xml path (the one that causes the error) and one with a static path.

Regards, damojo

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

Hello I just purchased this item. When I test the player locally it works excellent, now when I upload all files to the server it shows everything, but the movie does not play. Do you have any idea of why this is happening? Thanks in advance for your help

9 months ago
Author
damojo damojo replied

Hi,

sorry for the late reply, as announced I was on vacation last week.

are the paths to the preview image/movie correct on the server?

Regards, damojo

8 months ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 100 and 499 items
Mediaworkx says
Purchased

Hi Buddy,

The player is not playing the video on the website, but it’s playing locally well both in IE and Chrome.

Can you pls help to resolve the issue, I have also PM you.

8 months ago
Author
damojo damojo replied

Hi,

if the player is not playing the video correctly, the encoding is bad.

Please try using the .h264 codec in a .mov or .flv container with meta data included (video duration).

Regards, damojo

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

Hello! how can I put 2 or 3 films on an HTML page? - it doesn’t works! Only the fist film goes, the others are not displayed. Thank you for this cool Player!!!

8 months ago
Author
damojo damojo replied

Hi,

in the html embed file there is a part with:
<div id="vid">
...
</div>
Copy that and give it a unique id. Then change the id here as well
swfobject.embedSWF("cwplayer.swf", "vid", "640", "360", "9.0.0",

Damojo

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

hi is it possible to turn off the caption/ ” you are watching” ?

7 months ago
Author
damojo damojo replied

Hi,

only possible if you remove the corresponding movie clip in the source file.

Regards, damojo

7 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
javiguerra says
Purchased

Hi, we have a problem unloading the player. We use it in the flash, not in the html. We have it in the main stage and we want to unload the player on click on a button, in order to go to another frame number. But we can´t unload it. What can we put on the button? I´ve read something about this : on (release){ container.ns.close(); container.nc.close(); container.clearInterval(vi); container.clearInterval(si); } or this: clearInterval(_root.modulecontainer.m.vi); clearInterval(_root.modulecontainer.m.si); removeMovieClip(_root.modulecontainer.m);

I also paste the script we are using in the flash for calling the player: Stage.scaleMode = “noScale”; //Regular image loader function regularImageLoad = function (link, item) { my_mcl = new MovieClipLoader(); mclListener = new Object(); my_mcl.loadClip(link,item); }; _root.createEmptyMovieClip(“container”,1); container._x = 162; container._y = 150,10; // regularImageLoad(“cwplayer_staticxml.swf”,container);

Thank you in advance Javier

5 months ago
Author
damojo damojo replied

Hi,

what you have read is correct. You will need to clear the intervals and close the netstream of the player. Make sure the path to the player container is correct and that you clear it before going to the next frame.

Regards, damojo

5 months ago
Purchased
Default-user javiguerra replied

sorry I click on report instead of reply! I finally solved it inserting this as code in teh button and it works:

on (release) { _root.container.unloadMovie();

Thank you!

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
argeade says

Hi damojo, I’m interested in your player, but I’ve a question: Is this player available in white style?

http://3.s3.envato.com/files/9722741/preview2_flv_xml.html

white semi-trasparent bg for commands

thank you so much! F.A.

PS: sorry… I’ve made a mistake posting this comment in slideshow section. The correct product is this! :)

5 months ago
Author
damojo damojo replied

Hi,

thanks for your interest.

This specific player is not included in white style but you can simply change the color values of all elements in the config file.

Regards, damojo

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
javiguerra says
Purchased

I ve got now some more problems in my flash when I insert more players. But there are in diferent frames, one plays first, and when you go to another frame plays another. The problems comes in the full screen, The first you play is working fine, but the second you play, do the full screen well, but not close full screen. Close the video player to normal mode, but the video is still in full screen.

Please help! (i can show you the link if needed) Thanks

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
muteflying says
Purchased

Hi, is it possible for me to play video with loop? Thanks!

5 months ago
Author
damojo damojo replied

Hi,

sorry this version of the player does not support a looping option. The as3 version does.

Regards, damojo

5 months ago
Purchased
Default-user muteflying replied

or play a group of videos from a xml?

5 months ago
Author
damojo damojo replied

Hi,

thats what the gallery version of this file does.

Please see my portfolio.

Regards, damojo

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
javiguerra says
Purchased

Hi again, I dont Know if you read my post about inserting in the same flash 2 video players. Those are not located in the same frame, but in diferent frames, so the gallery theme you created is not fitting in our proyect. The problem is that the first player is ok, but the second player don´t close the fullscreen of our video.

Thank you in advance

5 months ago
Author
damojo damojo replied

Hi,

this can only happen if not all elements of the old player are removed and intervals are not cleared properly.

Regards, damojo

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
javiguerra says
Purchased

I only put this as to unload it: on (release) { _root.container.unloadMovie();

...maybe this is not enough…

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
naslsevomi says
Purchased

Hello Sorry I do not know how much English After repeating the video in Flash container Is broken and the video back and forth would not

This is perhaps the player is not completely empty

What to do?

5 months ago
Author
damojo damojo replied

Hi,

what is happening exactly? Is the video looping?

Please make sure meta data is included in the encoding. I recommend .h264 codec in a .mov or .flv container.

Regards, damojo

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

Please give me an example how embed more then 1 video in 1 html page ? even if I copy the div twice the second video not visible in the page..

1 month ago
Author
damojo damojo replied

Hi,

look at the example embed code.

The flash is written into a div with the id “vid” this id also occurs in the line with “swfobject.embedSWF(“cwplayer.swf”, “vid”, “640”, “360”, “9.0.0”...

When copying the code block mae sure there is a unique id given!

Damojo

1 month ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
  • Referred between 10 and 49 users
amzee says

Very nice work.

1 month ago
Author
damojo damojo replied

Thanks!

1 month ago
by
by
by
by
by