#  /  posted on Aug 01, 2009
XML Video Player Gallery V1
Home / Forum / Components Discussions / XML Video Player Gallery V1
Started 2 years ago by quantatec
Last reply by quantatec
-
New tags have been added for the new component XML Video Player Gallery V1
#  /  posted on Aug 01, 2009
-
-
ramsis12 ::
No support for direct streaming. You will need to modify code inside fla file to support this feature.
#  /  posted on Aug 28, 2009
-
how can i change the code in the fla to play streaming online video
#  /  posted on Aug 28, 2009 -
@ramsis12 ::
well for on-line streaming you will need flash communication server with uploaded videos. I can not discuss it further as this is out of the scope of this video player. For custom flash work please email me for a quote.
#  /  posted on Aug 31, 2009
-
@ramsis12 ::
well for on-line streaming you will need flash communication server with uploaded videos. I can not discuss it further as this is out of the scope of this video player. For custom flash work please email me for a quote.
#  /  posted on Aug 31, 2009
-
-
@anodyne44 ::
Sorry no support. But I have a version of this player support FLV’s as hidden [ not user accessable ] adverts or commercials. Let me know if you are interested.
#  /  posted on Sep 18, 2009
-
So far I have not been able to get this to work. It works wonderful when I test it locally, but on my server, I get an undefined error. So, just to see if it is possible I have an editing error, I uploaded your original files, same error. This was a complete surprise. I would like to get this to work.
#  /  posted on Sep 27, 2009
-
@alysynwg ::
there sholdn’t be any problem. If you are uploading vidoes as well. Make sure you have uploaded your vidoes correctly / completely.
May I see, live preview of the gallery on your server.
#  /  posted on Sep 27, 2009
-
I had a similar problem when I began installing. It worked fine locally, but as soon as it got on the server no go. Turns out that IIS on the server was not set to allow .flv files. As soon as I adjusted the settings to allow .flv files it worked like a charm.
#  /  posted on Oct 22, 2009 -
Thanks for your info memerick
i am sure this will help other buyers.
#  /  posted on Oct 23, 2009
-
I was wondering if it is possible to have a unique addresses for every videos in the library. So, instead of browsing for videos in library, I could be able to use a unique URL for certain video and only have that video start playing in the video player?
#  /  posted on Nov 17, 2009 -
*gaudi12 *
Unfortunately this feature is not included in this video gallery. If you are interested, to customize this player/gallery. Please email me for a quote.
My email is: support@tabaheee.com
Thanks
..
#  /  posted on Nov 18, 2009
-
Everything is working great, except for the fullscreen feature. I have a simple html with two div layers, the video swf, being on the bottom (via dreamweaver). The fullscreen button responds to the mouse cursor, but when clicked, does not go full screen. If this component is on a separate, bottom div layer, would that prevent the fullscreen function from working? thx in advance!
#  /  posted on Dec 04, 2009
-
please disregard, I figured out why the full screen was not working, I had to add the following code to my embed html: allowfullscreen=“true”
thx for the template!
#  /  posted on Dec 04, 2009
-
hello, also a hit that may help the buyers of this template. I found that when you have this component on the 2nd div layer, the scroll bar on the video player does not work. I read (from a true genius in a dev forum somewhere) that you can fix this by changing your docment’s body margin to 0px. Its a weird fix, but much to my surprise, it worked!
#  /  posted on Dec 04, 2009
-
@jeff_and_taxes ::
I am glad video gallery is working for you.
I appreciate all you words.
Thanks
#  /  posted on Dec 05, 2009
-
Hello, I love the way this player looks, however it never played h.264 videos – Audio never played back. “All Categories” never worked properly – I had to add the same XML code for each video all over again.
The videos on the demo play great however regular flv videos had a lag time and played very choppy. I tried the same videos on other players and notice the player was the problem.
I like the player however it needs some work.
#  /  posted on Feb 18, 2010
-
Hi,
Well three shouldn’t be any problem.
H.264 MP4 require Flash plyer 9+ installed. Please send me a preview link. let me see what I can do.
#  /  posted on Feb 19, 2010
-
Hello,
Is a thumbnail mandatory? Is there a way to turn it off and only have the titles?
Thanks,
Randy
#  /  posted on Mar 01, 2010 -
@randyohhh ::
well I can update this gallery for you, with an additional cost of $40, not to show thumbs.
once purchased just email me your files.
#  /  posted on Mar 02, 2010
-
is it possible to play mp3-files with that player – in most players you only need to set a href to a .mp3 -file instead of .flv
#  /  posted on Mar 12, 2010 -
@flashcomp7:
unfortunately not. you can try this file of mine. this is an mp3 player.
http://www.flashcomponents.net/component/xml_mp3_player_v1.html
..
#  /  posted on Mar 12, 2010
-
I think this player would become the leading player in this portal, if you would add a more flexible media-support to it.
Most of all a streaming and youtube-support (same as mp3 or pictures) could shoot your player to a top sales ranking – because there is only one serious product in store, that combines this functionality with a good design, like yours.
Please think about – I’m seriously interested.
#  /  posted on Mar 27, 2010 -
@flashcomp7
Thank you for your words. I appreciate your suggestions.
I will make sure to put some updates..
#  /  posted on Mar 31, 2010
-
I want to rename the vgallery.xml, we need to republish and change the flv? thanks
#  /  posted on Apr 08, 2010
-
@newliteracies
well just simply rename it and use it. make sure to rename your HTML embed tag swf URL as wel. you do not need to republish the SWF if youare simplay renaming it.
#  /  posted on Apr 08, 2010
-
Hi,
Sorry not understand. Here is my html file:
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript" src="swfobject.js"></script>
<style type="text/css">
<!--
body {
background-color: #639C35;
margin: 0px;
padding: 0px;
}
-->
</style>
</head>
<body>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="center" valign="middle">
<td><div id="flashcontent"> You need to upgrade your Flash Player. </div>
<script type="text/javascript">
var so = new SWFObject("preparation.swf", "", "901", "410", "8", "#8A8A8A");
so.addParam("scale", "noscale");
so.addParam("menu", "false");
so.addParam("allowFullScreen", "true");
so.write("flashcontent");
</script></td>
</tr>
</table>
</body>
</html>How and where to rename the xml.file? Thanks
#  /  posted on Apr 09, 2010
-
Hi,
I was wondering how do you make the video that is playing moved to be left aligned and change the info’s height and width?
Thanks
#  /  posted on Apr 09, 2010





