Hi. The video Player looks similar to this one http://www.flashden.net/item/xml-video-player/17604
#  /  posted on Apr 17, 2009
Home / /community/ / Components Discussions / FLV Player Black
Hi. The video Player looks similar to this one http://www.flashden.net/item/xml-video-player/17604
It’s only similar. Its coding is different with other effects. Also, there’s a preview image and auto-play true/false option.
Also, I did it similar because digitalscience stole my item design.
Look at these:
http://www.flashcomponents.net/component/banner_image_gallery_xml.html
http://www.flashcomponents.net/component/product_image_gallery_xml_v2.html
And this:
http://www.flashden.net/item/xml-banner-rotator-3/15383
how do you get started with it… I can’t find any instructions? Flash ext manager doesn’t work, do I import the swf????
I know $10 isn’t a lot… but a few lines of instruction would help.
thanks
There’s sample usage in index.html. Just copy-paste codes in <body> tag.
Add swfobject.js to your <head> tag.
Change flashvars parameters. All you need to do is that.
thanks samiyilmaz for reply
Yes, have seen the index file. However, I want to put the component within our own flash own flash movies., not as a stand alone in a webpage.
How would I go about doing that?
Can I in fact do that with this componenet?
Thanks again
E
Hi,
I just bought this FLV player, and need to ask about few things:
- I’ve set the aoutoPlays to “true”. Would it be possible to make the autoPlays only once? So when people go back to the page it’s not auto play again.
- Can we make the flvplayer to be transparent? Because I have drop down menus on the site and they show up behind the player.
Please let me know.
Thanks!
Hello
I just purchased this file and the video is not show up nor the picture. HELP please
@orasi: Please, send me your test url.
@clarence: Make params like that:
var params = {
scale: “noscale”,
allowFullScreen: “true”,
menu: “false”,
bgcolor: “#000000”,
wmode: “transparent”
};
It starts playing flv automatically if you make autoPlays true. It plays again when you go to another page and return flv player page. You need to use cookie to not play it again.
Hi,
Thanks for the advice. And can you tell me how to set cookies to not to play the flv again? Do we need to modify the action script?
Thanks.
Could you please tell me how to add cookies creation functions to AS or JS? Is there any specific funtions?
Thanks.
Hi Flashblue,
great player and work mate. I come from AS2 and still scratching my head with how this is done in AS3. Particularly when I try to load it (this player) within and another swf. The class files can be hard to figure out… would you have a suggestion or tips? Thanks in advance for your help and time!!!
You should use it in an AS3 project. There’s also AS2 version included. If you send me your files, I can help you better.
Can this component be imported inside of another SWF? I am looking for a player to embed in an FLA and control the play features.
To import it you need to change some parameters. You need to know a bit AS3.
Just bought it. Wondering what files I need to upload with the site, and which ones I can leave out.
Thanks
Delete fla source, sources folder, readme.html file. Please, send me a private message to send you sample file.
Hi
I added this to my site last night. Works very well, great job!
I just have one question, is there a way to tell the player to reload the image once the video has finished playing?
I’m a complete novice and don’t know any AS or JS, I got this working on my site simply through a bit of common sense and trial and error.
Thanks in advance!
Hello
I am trying to add this file to my site and by the looks of it, I am the only one having problems. It looks totally different when I open it with flash and when I preview it, it tells me that error reading video please help. Thanks
Write imageUrl or videoUrl like that if you have “&” or other special character in URL:
encodeURIComponent(“path/to/file”)