Hi, I can use some help with making the player "click to play". When you first come to the page, the player will display a layer with a icon "click to play" to start the video. And when the video reaches to the end, it display a layer labeled replay and or to play the next video. Do we have similar functionality already. Thanks
You must log in to post.
-
Posted 1 year ago #
-
Hi, I purchased your HTML/XML Video List AS3.0. I found that the scroll bar is hard to manage, it does not stay to the top. Could I change my order to your HTML/XML Video List AS2.0?
I can also some help with my precious question about making the player click to play, the component parameter function seems not to be working.
Please advice. Appreciated.Posted 1 year ago # -
Hi,
Make sure you have all files on the server and all files paths are correct (recommended to use absolute paths not relative).
Best,
FTPosted 1 year ago # -
Hi,
The click to play feature is not included in this version but you can create your own by checking when the current video finished playing and displaying the corresponding states for your button.
Regarding the top scroller position please check a previous comment since this is already previously answered.
If you want to get also the AS2 version you can pay a small update fee and we'll send you a temporary link to your download. Contact as at contact [at] flashtuning.net for more info on this.
Best,
FTPosted 1 year ago # -
hi,
is there a way to remove the click function on just the text info cell of the html table?
i have this in a project that requires the numbers to be incremental starting at the bottom…
this means i need a cell marked “0” as the first cell, but this screws up the clicks (the image will load the correct video while the corresponding text will load the previous video in the list.)
so if i can remove the click function on the text that’d be great… or if you have a better solution to having the videos be numbered at the bottom of the html list while still keeping the 2nd cell in an odd number…
thanks
sPosted 1 year ago # -
@sank:
Sure, you simply need to add a test line of code in the activateHandlers() function, at the bottom, only for first cell like this:
function activateHandlers() { ..... var cellIdx = Number(cellMc.name.substr(1,cellMc.name.length-1)); if (cellIdx%2) { //if cell is odd number //add event handlers for cell /*cellMc.buttonMode = true; cellMc.useHandCursor = true;*/ cellMc.mouseChildren = false; cellMc.addEventListener("mouseDown",pressHandler); cellMc.addEventListener("rollOver",rollOverHandler); cellMc.addEventListener("rollOut",rollOutHandler); } ...... }Posted 1 year ago # -
Hi –
I am thinking of buying several of your components. I have a question first.
I am making a menu for a USB drive that will contain several training courses. Is it possible to take several components, put them on a stage and make a projector version for Mac & PC? Must everything be in a browser?
I understand the parameters would not be adjustable if there was no html, but could the list itself still be editable by xml? Is there any advantage to keeping it in a browser even if I run it locally? I would also want to include a live RSS reader in the page.
Thanx – Marcus
Posted 1 year ago # -
Hi,
Thank you for your interest.
Everything will work ok in both projectors and browsers for all components, the only thing I’m not sure if will work ok in projector is full screen mode for the video applications if you use fscommand so in this case you may need to make some adjustments to the full screen handler. Everything else should work ok.
Best,
FTPosted 1 year ago # -
Hello,
I used your code, but my video is stretched, looking elongated.
How can i adjust to present my video looking normal, even if i have to have black sides on video presentation.
Thanks for your cool code.
Posted 1 year ago # -
Hello,
It depends on how the video was created.
All you can adjust is:
1. For normal mode you simply adjust the video player width/height to match your video size.
2. For full screen mode you can edit the player movie clip and go to ReadMe layer and you will see the
var fullScreenVideoHeightGain = 2; //percentage to increase the vieo size in full screen mode var fullScreenVideoWidthGain = 2;
You can adjust these values till you get the desired result.
Best regards,
FlashtuningPosted 1 year ago # -
Posted 1 year ago #
-
Hi,
I understand that you replied to the scrolling issue in page 3/4. However, I have changed that piece of code several times and I have not been successful at getting rid of the large space below the scrolling field and making the dragger less sensitive. I love everything else about this component, but it would greatly appreciate it if you posted the EXACT code needed to fix this issue. Thanks!Posted 1 year ago # -
Hi,
Beside that code there might be another quick fix who was sent to us by another user.
You can try activation the easing option from the Advanced Options group of the Scroll Bar component / Components Inspector parameters and select and easing type and easing delay.
That code will be included in the next updated that will released in the next week and everyone will be notified automatically via email.
Best regards,
FlashtuningPosted 1 year ago # -
I just wanted to say, I love this component.
It’s very easy to use and is perfect for my website.
I am just wondering how soon you will be providing
the update. Thanks,
LBCPosted 1 year ago # -
Hi,
Thanks for your kind words, we’re glad you’ve found the application useful.
During the last weekes we’ve worked to improve the 2d zoom menu as 2 / as3 and 2d zoom gallery aaplications. The update for the Video List AS 2 and AS 3 is in the queue and hope it will be available soon but we can’t say a exact date when it will be released (a notification email will be automatically sent when it will be ready).
Best regards,
FlashtuningPosted 1 year ago # -
Hello,
Thanks for the component, it looks really nice. My problem is that I really don’t want the video player in the fla. All I want is the movieList scroller componet. I want to integrate the scroller into another flash project. In short, I have my own player and I want to use that. My flash skills are basic.
I’ve been trying to modify it so that I can take the scroller out but it breaks badly. Any suggestions on how to do this would be greatly appreciated.
Kind regards,
ErnestPosted 1 year ago # -
Hello,
Thanks for your kind words and sorry for late reply but we were busy with the next version v02 for the HTML News List (AS 2.0 is already done and it will be launched in the next days) and v02 for the AS 3.0 version hope it will also be available in the following weeks.
The applications as you can see was created to be easily break apart, customize, updated or integrated with your own specific player or other kind of component / functionality.
You need to make various adjustments to the list code in the ReadMe layer… inside the onTableRendered method and replace the video play() function with the specific instance name / play() function used by your video player..also inspect the pressHandler method and do the same thing…basically everywhere where you see a video player action you need to replace it with your own video player corresponding action.
Hope this suggestion will help you with your own video player integration.
Best regards,
FlashtuningPosted 1 year ago # -
As specified in the second description paragraph, yes (since it uses the Adobe FLVPlayback AS 3.0 and Adobe states it is working with RTMP and FVSS) but we didn’t tested this yet.
Posted 1 year ago # -
Before I buy it, 3.0 can the playlist when autostarts, play all in the list forever
Posted 1 year ago # -
The autoPlay list feature is not included in this version. It will be included in a future release and it will look similar to the HTML Video List AS 2.0 – v2 version.
Posted 1 year ago # -
Hello,
Love your player but having same issues that sank and diamondphoto are having. The scroll bar is still to sensitive and there is a large empty space at the bottom of the scroller.
Any suggestions other than the ones you have included.
Thanks again for your help and cool player,
Miro30Posted 1 year ago # -
Hi,
If you think the Scroll Bar is too sensitive edit the movieListBox Movie Clip / ReadMe layer and set the useRollOverScroll parameter to zero (and you will have less sensitive scrolling control using only mouseWheel and the scroll bar). You can also select the Scroll Bar component from the stage / open the Components Inspector Panel and adjust the acceleration parameter value.
Regarding the large empty space I can not confirm this issue since everything works fine on our side but make sure the Table Renderer component is positioned top left -> (x,y) = (0,0).
Let us know if after you reset the useRollOverScroll parameter to zero is working fine on your system
( what operating system / browser are you using to see the application / Flash Player version ? )
Best regards,
FlashtuningPosted 1 year ago # -
Thanks for getting back to me.
I am working on a Mac, using Leopard. When I downloaded your player I opened it up in Flash just to see how it worked and it has the same problem. I did not alter the video player. Are you going to have an updated release to these problems. It seems that other people on this forum have the same issues as I do.
Thanks again for getting back to me,
Miro30Posted 1 year ago # -
Hi,
It was updated and the respective guys resolved their issues so we can not replicate your particular issue since it is working fine on our side and their side. All we can do is to offer you suggestions for your particular case.
a. Make sure you are using the latest Flash Player
b. Did you reseted the useRollOverScroll parameter to zero and this fixed your mouse sensitivity problem?
Best regards,
FlashtuningPosted 1 year ago # -
Hello,
Yes, I reset the useRollOverScroll parameter to zero and it worked. Thank you, but I’m still having trouble with the Table Renderer component, I set the component on the stage to (0,0) but I still have that space. Is there any other solutions?
Also, is there a way to not have the video on auto play? I want the user to play the movie manually when they get to the video section.
Thanks again, your support is much appreciated,
Miro30Posted 1 year ago # -
Hi there,
I just used Windows to view your file and it works perfectly? Are you using a Windows browser to view your file?
Does anybody have a solution for the Mac using Firefox and Safari? Again the file works perfectly in Windows browsers but not for the Mac.
Many thanks,
Miro30Posted 1 year ago # -
Hello again,
For stopping the video on auto play do the followig:
1. To stop auto play video on start edit the movieListBox / ReadMe layer and look for the activateHandlers() method. Here you will see the
flvPlayerPath.player.play(firstVideo); call.
For the spacing issue you have try the following:
2. Edit the same movieListBox and look for the tableRenderedHandler(evt:Event) method and inside you will find the resetScroller(); method.
Comment the resetScroller(); method so to not execute that call, clear your browser cache and run again the application.
Let us know if point 1 and / or 2 helped.
Best regards,
FlashtuningPosted 1 year ago # -
Hello,
I’ll try it.
Thanks for your help.
Cheers,
Miro30Posted 1 year ago # -
Hi,
So I commented out the resetScroller(); and it didn’t work. I even updated to Flash Player 10 to see if this was an issue and same result.
Any other advise?
Many thanks,
Miro30Posted 1 year ago #


help
and feedback
latest
news
latest
forum entries