Hi bobocel!
I have one question, its possible work only in flash? or i need to work with html file?
Sorry for my english…
Hi bobocel!
I have one question, its possible work only in flash? or i need to work with html file?
Sorry for my english…
@jselva: you can use html OR flash.
I cant get the background color to change on this, I pass the xml and it WON ’T affect it. What the heck???
@kevincompton: it is the HTML where you need to change the background color.
Hey bobocel
What is that song? I seem to be hooked on it.
thanks L
I really don’t know the name of it. It was on the radio, when we were crossing Death Valley in US. 
the song is crazy by gnarls barkley
how do you place larger flv file? what are all elements that need to be re-sized?
when adding to an html page is it necessary for all the table and div tags to copy as well?
Yes, you need to embed the swf file the way I did, so that the js resizes it. You simply pass the flv file as I do, and write the appropriate size for the swf.
somethings is creating a padding of like 15-20 px. of black on the left side of resized flv. please help me figure out what else needs to be modified to lose this.
Please send me a link and the files by email. Thanks.
what is the reason for passing the data through the html when this thing uses xml?
trying to figure out paths with the fla is absolutely rediculous.
the player is very cool, but it is not set up well. you should allow the paths to be controlled either by flash or the xml, but you have paths all over the place. you must set the paths within the .as file, then you have to set the path in the html. you should allow the paths to be controlled via the as and xml, not the html.
it makes no sense.
I have having the same issue as jpsaltlake, with padding on the left and top of the video player.
I am trying to use this player in a larger video format. I edited the javascript on the page to the dimensions of the larger video size i want to use. i also edited the default image this video shows to the appropriate size.
When I view the video, the video is pushed within the container from the top and left side, creating a black gap along the top and left side of the video, and pushing the right side of the video off the viewable stage.
The .FLV i am using has height and width metadata information in it.
does it play mov files?
does it play mov files?
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
It actually makes sense. Imagine you want to use it multiple times inside an html page. This means you need to pass different videos to the file. You can either do that by passing different XML files, or different videos. I choose to actually pass different videos. It works the same way as youtube player works. Which I think is the right approach.