FLV / H.264 VP III (AS2)
Home / Forum / Components Discussions / FLV / H.264 VP III (AS2) / Page 20
-
-
@jua72 After the update is made, and if you bought the player already, you will be able to redownload it freely.
#  /  posted on Mar 24, 2010
-
-
@redbird We are still working at it. The code lines just keep on adding.
#  /  posted on Apr 15, 2010
-
I do need the files with the controlbar background fix too. Please email them to me.
#  /  posted on Apr 18, 2010 -
@deltakid Please sned me your email address on private, so I can send you the files. Best regards
#  /  posted on Apr 19, 2010
-
Hello,
Apologies if this message was posted twice, however is it possible to set the default for captioning display to off? We would like the viewer to select the option.
Thanks!
#  /  posted on Apr 22, 2010
-
@bwiebusch Yes, it is possible. On the controlsbar, notice the hide/show caption button. It toggles captions on and off.
#  /  posted on Apr 23, 2010
-
The AS2 version of Player <span class="caps">III</span> was updated, with the following:
Improvements:
– autoresizing of controls background no longer needs the splitting of movieclips into the three standard sections (mcLeft, mcMiddle, mcRight)
– the font used throughout the player was changed, now is more legible and unexpected spaces between letters were eliminated
– the parameters from controllerBackground and controllerButtons tags are moved in controlsBar tag in the settings fileNew features:
– video ads are now supported;
– you can play RTMP files even if the video file is under subfolders on your Streaming server; you need to use base parameter for server and video parameter for video: <videoPath base=“rtmp://yourserver.com” video=“subfolder/video.flv” />
– the information for the current video can now be read from JavaScript
– the player is better adapted for use on content delivery networks: SMIL files are now supported
#  /  posted on Apr 27, 2010
-
Hi FlashXpert,
Can I please free update my FLV/H264 video player III(AS 2) to:
FLV/H264 video player III(AS 3)
Regards,
jak099
#  /  posted on May 24, 2010 -
The player has been updated. The updated version has several improvements and a few found fixes.
#  /  posted on Jun 03, 2010
-
I’m using the video player and I have multiple videos on one page. All of which are hidden in divs. When I open the div and close it again in IE(7,8) The video keeps playing. I see that you have a file that includes JS callbacks. But the actions do not work. What I would like to do is have the “stopVideo” command execute when the div closes.
I am using jquery 1.4.2 as well.
#  /  posted on Jun 11, 2010
-
@gavin.simpson I tested “videoPlayer (with JS callBacks).html” on IE 8 and the stop function working fine. I’m not sure where are the issues that you have. Can you provide me a link where to look at?
#  /  posted on Jun 12, 2010
-
Hello FlashXpert
Woul you help me .. figure out ... why the player is not jumping automatic to the next category??
I have set the following settings ...
<controlsBar hide="true" hideDelay="3"/>
<videos buffer="5"
keepAspectRatio="true"
autoLoad="true"
autoPlay="true"
playContinuously="false"
jumpToNextCategory="true"
loop="false"
random="false"/>
it should work i guess!!
Thank you
Humberto
#  /  posted on Jul 13, 2010
-
-
-
FlashXpert... I tried .. but the player is goin o a loop... back to the first video on that same category! Please HELP!!
#  /  posted on Jul 13, 2010
-
@Humberto Please provide us a link where to look at, you can write it on a private message if you don't want it to be public.
#  /  posted on Jul 14, 2010
-
-
@ Humberto
You have a very old version of the player. I have just went to your link and noticed that. I checked your xml videos on the new version and everything works perfectly.
Please redownload the player (you can do that for free if you are logged in).
Let me know if you feel there is anything unclear.
#  /  posted on Jul 15, 2010
-
Is there anyway to include a short advertisement before each video using the FLV / H.264 VP III player? Thank you, Pete
#  /  posted on Jul 21, 2010
-
@pmbarber Of course. Open the settings.xml file (you can open it with any text editor).
Each video has an "ad" tag. You can set the properties of the ad there. Set the "start" property of the ad to "0", and the ad will be played at the beginning of the video. You can set any value there: the ad will be played when you set it. You can do this for any video.
Let me know if you got it ok.
#  /  posted on Jul 21, 2010
-
FlashXpert, I don't see the "ad" tag in the .xml file that I used to create my playlist nor do I see it in the original .xml file that came with the player. Please help...
Pete
http://hainescityfootball.com/Video%20Archives.html
#  /  posted on Jul 21, 2010
-
You have player III. In the original xml, see line 56 of the xml file. It reads:
<ad start="30" path="videos/ad.mp4" url="http://dsc.discovery.com/"/>
You can put a similar line in each video tag:
- the ad starts when the playback reaches the second you set in ad "start"
- it plays the video ad whose url you set in ad "path"
- if the viewer clicks the ad, it opens up a new page with the link you set at ad "url"
Best regards
#  /  posted on Jul 22, 2010
-
-
This looks great. I have 3 questions.
1) Will this work in a flash file only (.exe file) rather than relying on html for flashvars?
2) Do you have an example with the captions working? I can't seem to find one above!
3) Will it work if dragged and dropped into an exisiting file or imported as an external swf? I have a 800 x 600 file that uses fullscreen command.
Hope this makes sense!
#  /  posted on Jul 28, 2010
-
@kekekiko Hello,
1) Yes, not as an exe, but as a swf (the extension for compiled flash), which is also included in the archive you purchase. In order to make it work, the swf needs the settings file as well.
2) Yes, have a look here: http://www.flashxpert.net/products/videoPlayerIII/
3) Yes, it will work, but not simply dragged and dropped. Instead, use loadMovie, like this:
- Open your main fla. Create an empty movieclip named mc1 on a separated layer on your main fla.
- Give it an instance name using the properties bar below (name it mc1 as well)
- Add the following code on the same frame where you put the empty movieclip: stop(); mc1.loadMovie("videoPlayer.swf?settingsFile=settings.xml");
- Copy the entire content of the deploy folder you received when you bought the player and paste it in the same directory where your main fla is.
- Compile your fla.
Note: don't worry if it seems it doesn't take the xml when you compile. It can only take it when in browser.
Best regards
#  /  posted on Aug 03, 2010
-
Hi, I just got this software. When I unzip it, and put the videoPlayer.html in my browser, it works fine. (After doing the adobe settings for files, etc.).
I moved the entire directory under my htdocs folder (i'm running a MAMP setup, and serving thigns on apache on my local machine.)
Again, when I view the file locally, as a file, it works fine. When I view it as served by apache, it is blank!! The source code is fine, the page will show flat HTML, etc. So, it's just not executing the swf. Is there something I am missing -- do I need to install FLASH into my webserver, or under my webserver somehow? I am so confused.
I tried using complete paths to things, in case that was an issue, but it has not made one bit of different.
Thanks for any help!
Phoebe
#  /  posted on Aug 04, 2010 -
Hi, Please disregard my earlier message yesteray, I figured out my problem, and it's all working great!
I have a followup question tho:
I need for the player to play a dynamically chosen movie file -- meaning, I need to put some php into the equation, and have it select the movie based on the php variable. I see that it seems to be using the settings.xml. I am wondering what people have found to be the php solution to choose a video on the fly.
Thanks so much, Phoebe
#  /  posted on Aug 04, 2010 -









