I require a scipt change to the way this file opens, what’s the best way to contact you to discuss?
Posted 4 months ago
Dynamic flash video gallery 2
Feature:
1.xml driven,easy change video info from xml
2.dynamic xml scroll thumbnail with easing. support mouse wheel, mouse coordinates scroll,drag scroll.
3. add fullscreen function
4.add dynamic selected menu function
5.included using fonts and help documents.
btw: for smaller zip files ,I only using one video clips.
If you are interesting with our customize for my clients advanced using. please visit Here
My other portfolio: http://www.flashden.net/user/wangruyi
Posted 7 months ago
I require a scipt change to the way this file opens, what’s the best way to contact you to discuss?
Posted 4 months ago
@flyingfea. a script change to the way this file opens? sorry I cannot understand. you can email me through my profile.
Posted 3 months ago
Hi, I’ve modified this to play 640×480 videos, but I’m having difficulty with the preloader bar and play progress bar and the video control scrubber displaying and behaving correctly. I’ve shorten the instances of all the elements of the bars from 670 pixels to 580 pixels to fit my video format. But the preloader bar and progress bar still displays at 670 pixels when I publish. So I made the following changes: //preloading bar controll_mc.percentBar.onEnterFrame = function(){ var loaded = videoDisplay.bytesLoaded; var total = videoDisplay.bytesTotal; if(loaded == total && loaded>1000){ this._xscale =86; }else{ this._xscale = int(loaded/total86); } }
//play progress bar
controll_mc.progressBar.onEnterFrame = function(){
this._xscale = videoDisplay.playheadTime/videoDisplay.totalTime86; controll_mc.scrubBut._x = this._x+this._width; }
...but now the video control scrubber does not track to my mouse position when I click on the progress bar.
Any ideas?
Thanks, Brad
Posted 3 months ago
nevermind re: progress bar. I was altering the instance, as opposed to the library item itself
Posted 3 months ago
I do have another question. How do I make the video controls auto hide and reappear on rollover? Thanks.
Posted 3 months ago
@bwillidesign. looks more complex. you can add a new transparent button on VideoDisplay. when on rollover set the controll_mc ’s _visible as true. when rollOut set the controll_mc ’s _visible as false.
Posted 3 months ago
HI I just purchased this file few day ago, Does anybody know how to make the menu (thumbnails) bar vertical instead of horizontal?
Posted about 1 month ago
@mars79, here is a vertical one: http://www.flashden.net/item/dynamic-flash-video-gallery/3716
Posted about 1 month ago
Hi, a like your file, so, i need to know what kind of AS use. If the fullscreen is make with AS3 i´ll can´t use the file using loadMovieNum(); if the root is on AS2 . Do you know what i mean? Thanks for you answer!!
Posted 16 days ago
Hi i purchased this file from you a while ago, i’m trying to fix a problem i’m having with a scroll bar that i have added to the video player. It doesn’t seem to work properly, and i know the scroll bar works cause it on many other pages of the website i’m doing. Do you know of any reason your video player won’t work with the scroll bar?
Posted 15 days ago
@nebur_ayar. this file using As2.0 and not using As3.0.
@mfriends4ever. Sorry. I don’t know which scroll bar you mean .
Its a scroll bar (created by me) that i have personally added to the page with the video player. For some reason the video player is affecting the scroll bar (making it not function properly). I know for a fact it works fine, cause i have used it many times. Do you have any idea were i can start to try to fix this problem?
Posted 10 days ago