Can I add YOUTUBE Video? How?
Posted about 1 month ago
FAQ
reverse mouseWheel
please find the mouseWheel function and change it as like this:
//mouseWheel code
if (mouseWheel == true) {
var mouseListener = new Object();
mouseListener.onMouseWheel = function(delta) {
if (dragger._y < bottom){
dragger._y -= delta;
updateContentPos();
} else {
dragger._y = bottom;
}
if (dragger._y>top) {
dragger._y -= delta;
updateContentPos();
} else {
dragger._y = top;
}
};
Mouse.addListener(mouseListener);
}
If you are interesting with our customize for my clients advanced using. please visit Here
My Portfolio:
flash website template
Dynamic image or video gallery
Dynamic news with xml
Dynamic Text scroll with easing
Dynamic xml scroll with easing
Dynamic Auto slideshow
menu and button
other*
Posted about 1 year ago
@marcusmota. @gato001. I am not sure it can using youtube videos. but you can try it with change the video path as youtube video path from the xml .
Posted 27 days ago
i want to buy this item, but i would like to know if there is a way it can auto play the next video without having to select from the menu?
Posted 27 days ago
Hi wangrui.
I tried the code for the reverse mouse wheel but it still doesnt work. I get this error:
Posted 22 days ago
@mrpiper, please find the mousewheel code and change it as like this:
//+++++++++++++++++++++++++
//mouseWheel code
if (mouseWheel == true) {
var mouseListener = new Object();
mouseListener.onMouseWheel = function(delta) {
if (dragger._y
dragger._y -= delta;
updateContentPos();
} else {
dragger._y = bottom;
}
if (dragger._y>top) {
dragger._y -= delta;
updateContentPos();
} else {
dragger._y = top;
}
};
Mouse.addListener(mouseListener);
}
//++++++++++++++++++++++++++
@mrpiper. oh. I think the comments make the error.
if (dragger._y dragger._y -= delta;
this line should be :
if (dragger._y < bottom>{
dragger._y -= delta;
and I have add these code into FAQ of this file .please check it.
Posted 22 days ago
How do you make the xml loaded button keep it’s “over” state while it’s playing?
I just want to it to stay highlighted so you can see which is playing
thnx
Posted 14 days ago
in order to use youtube video you must download the video then add them from there.
Here’s a free converter http://tubezoid.com/
Posted 14 days ago
Please make a version that streams videos from Youtube and I will buy it immediately! Surely there are others that would want this functionality too…?
Posted 10 days ago
@m1rogers. please select the layer named “actionscript”, find the line 39 code. add comment ”//” or delete it like this :
//playBut.onRelease();
then find line 47 code. before this line code add a new line code like this:
pauseBut.onRelease();
That will be ok.
Posted 9 days ago
@misiu77. ok. I am think about to do new vesion , anyone have other suggest? please leave your comments.
Posted 9 days ago
Hey, I would like to add a buffer before each video loads. So lets say I want a video to load 20 percent before it starts playing, or load about a megabyte before it starts to play. How would I implement this into the code?
Posted 9 days ago
I will be buying this, but a feature i will need would be for the user to be able to go full screen when doubleclicking the player. Can this be implemented? If so how, thanks.
Posted 8 days ago
i purchased this and when i hover my mouse down it goes down but when i try to go back up it doesn’t scroll back up. I have to click on the scroll bar/arrows in order to see the first video. It only does this when I embed it into an HTML file. it works fine in the swf but i need to know why it does this in the HTML file.
Posted 8 days ago
@christina. I think you have checked this preview html page on FD. the swf have embed into html page in preview html page. it works fine. How do you embed ths swf into html page ?
Posted 7 days ago
hello how can I resize the entire document in terms of pixel width and height
Posted 6 days ago
i have purchased this file…when i change some video (with same name), i listen only the sound but i don’t see the video…why? sorry for my bad english
Posted 4 days ago
hi wangruyi, before i buy this file, i wanted to just make sure. you say:: xml driven, easy add video title,video links, item intro,thumb.
do you mean that all i would have to do to add and/or remove videos would be to alter only the xml file? so the xml controls what thumbnail gets placed, the title, and the link to the video? thanks for you help on this!
Posted 3 days ago
Help!
I bought this item, and inserted it into a page I’m working on. When I open the file on its own it runs fine (I can see the sample videos, the scrolling, etc…
but embeded in my page doesn’t work. I can only see the frames but none of videos show… Help?? (I’m new to flash)
Thanks!
Posted 3 days ago
@moomerh. yes. the thumbnails. the title and descripiton are all in fixed positions like you see. you only need add or remove the thumbails.movie,title from xml.
Posted 1 day ago
@iguana7. If you embed the file into a html page. please note your video,thumbnails paths in xml .
Posted 1 day ago