Nice looking file. Can you use ANY font with this file? or just fonts like arial, helvetica, verdana, etc.
Posted about 1 year ago
Just released V3.0 and here’s V4.0 already! It’s got the same functionality as V3.0 but as you can see this one can load more than one page. Here’s some features:
- Every page is loaded from it’s own .html file
- Every page has it’s own .css file!
- Automatically generates the tabs and puts your text in them.
- One xml file containing information about every page: > buttonText > pageURL > cssURL
More files by JurgenV
Image Galleries
Video Players
Carousels
Navigation
Dynamic text displayers
Mp3 players
Preloaders
Miscelaneous
Posted about 1 year ago
Nice looking file. Can you use ANY font with this file? or just fonts like arial, helvetica, verdana, etc.
Posted about 1 year ago
This is like, everything you would ever need for the core of your website 
Hello, I just purchased this but I just noticed something in the v2 that is not in the new V4. I liked how ifn the v2 the page floats back to the edge when you change the page size or Remove the pop up infor boxes. Ist there a code you can give me to put that back in?
Paul
Posted about 1 year ago
I just purchased this scroller but I am having an issue when I loading it into a movieclip. Can you pls tell me what I need to do so the text is visible? Other that one issue the scroller is great everything I was looking for.
Craig
Posted about 1 year ago
paul, i think this will do. Replace the complete actionscript of the first frame on the main timeline with this:
import mx.transitions.easing.*;
import mx.transitions.Tween;
t = 10;
Stage.scaleMode = “noScale”;
Stage.align = “left”;
var myListener
bject = new Object();
Stage.addListener(myListener);
this.onEnterFrame = function() {
var tween:Tween = new Tween(b1, “_y”, Strong.easeOut, b1._y, Math.round(dynamicField._y+35), t, false);
var tween:Tween = new Tween(b2, “_y”, Strong.easeOut, b2._y, Math.round(dynamicField._y+dynamicField.theBackground._height/2), t, false);
var tween:Tween = new Tween(b3, “_y”, Strong.easeOut, b3._y, Math.round(dynamicField._y+dynamicField.theBackground._height-35), t, false);
//
var tween:Tween = new Tween(b1, “_x”, Strong.easeOut, b1._x, Math.round(dynamicField._x-10), t, false);
var tween:Tween = new Tween(b2, “_x”, Strong.easeOut, b2._x, Math.round(dynamicField._x-10), t, false);
var tween:Tween = new Tween(b3, “_x”, Strong.easeOut, b3._x, Math.round(dynamicField._x-10), t, false);
};
//
myListener.onResize = function() {
centerIt();
};
//
function centerIt(){
var tween:Tween = new Tween(dynamicField, “_x”, Strong.easeOut, dynamicField._x, Math.round((Stage.width-dynamicField.theBackground._width)/2), 40, false);
var tween:Tween = new Tween(dynamicField, “_y”, Strong.easeOut, dynamicField._y, Math.round((Stage.height-dynamicField.theBackground._height)/2), 40, false);
optionsmenu._x = Stage.width – 10;
}
centerIt();
//
function showComments(val){
b1._visible = val;
b2._visible = val;
b3._visible = val;
sb._visible = val;
dynamicField.b4._visible = val;
}
I like this file, except I can’t seem to get it to load into an another movie clip without turning invisible. Any suggestions on how to fix that? I tried to use the code you posted, but it still didn’t work…
Posted about 1 year ago
Awesome tool!!!!!
If I add Meta Data to the html pages do you think i will have any problems.
Posted 11 months ago
Just purchased. Was supposed to include 2 fla’s (resizable and non-resizable)... received only one fla (dynamicfield)... Is there another one available?
Posted 11 months ago
pixel_pusha, i think those won’t be recognised by a search engine, but they won’t give any problem in the flash file.
iscapes, i think that was still from v2.0. but it’s easy to make a nonresizable one: just set the resize buton’s _visible to false;
Posted 11 months ago
Will I have problems if I’m using Xhtml???
I think I’m experiencing a few glitches.. Was is the best format to use??
Posted 11 months ago
Flash only can handle a few html tags, search the flash help (F1) for htmlText
Posted 11 months ago
Hello, Great file! However I am having the same problem as dancer4lyfe and strillogy. When loaded into a different movie clip the font becomes invisible. The scroller appears and works normally. I have been able to make it work in a different movie clip on a different template though. Could the template I am using be causing the problem? Everything is AS 2 . Thank you
Posted 9 months ago
can this have the blur effect of the other file that you did if yes I would buy it
Posted 9 months ago
I have bought a couple of your items and they work great. I do have one suggestion though. Although I am pretty good at flash, it would be much easier if you made this into a component that you can edit the source of the location xml file and others in the component window. This would also make very easy for people to use. I am sure some people are unsure how to move everything to a different movie clip so they can use it multiple times in one movie. Just a suggestion! : ) Nice work !
Posted 6 months ago
I have an issue. On the bottom of every page viewed in the flash movie online at the end of the text appears geovisit ( );
What is this?
Posted 6 months ago
Hi great file
I have a pre purchase question.
What happens when you have created many top category tab buttons? do does a scroll bar appear to accommodate them all? How does the file manage this?
Posted 4 months ago
Note to (potential) buyers: Due to my absence I have not been able to answer a lot of questions on my files. I will not get back to any questions asked earlier, but I will answer those asked from now on. So please, if you still have the same question, repost it here.
Regards,
Jürgenv
Posted 3 months ago
(i REPEAT pREVIOUS tRANSPARENT qUESTION)
What happens when you have created many top category tab buttons? do does a scroll bar appear to accommodate them all? How does the file manage this?
Posted 3 months ago
duneglow, The file doesn’t manage this at all, considering you usually don’t have that many tabs.
Posted 3 months ago
I would like to make my own separate button that loads a specific html in the dynamicField. What’s code will do this?
Posted about 1 month ago
Try something like this:
xml.load('dynamicfield.xml');
It should then reload everything.
Posted 20 days ago
Hi jurgenv,
I need ScrollWheel support for Mac. I know the best way to do that is the Script from Pixelbreaker: http://blog.pixelbreaker.com/2006/11/08/flash/swfmacmousewheel/
But I don’t know how to integrate it in your file.
Could you help me with that?
thanks
Posted 16 days ago
Hi,
Can I change the color scheme from the css or xml? Not fonts enstuff, but srollbar color, background color, etc… thanks…
-Riff
Posted 7 days ago