Font Issue With Scrollpane Component
Has anyone run into this situation (need Mac users if possible):
I'm just starting a Flash project, on a Mac, and using the scrollplane component.
I want my fonts in this scrollpane to be crisp, but not necessarily pixel fonts (they actually seem to blur in most scrollpanes, even when on a "1.0" px coordinate). So I'm using the "use device fonts option."
On a PC, the fonts scroll fine when using this option. However, on most Macs, the 'mask' for the scrollpane becomes useless. The fonts stick out over the edges.
I want crisp fonts-pixel or otherwise, for the scrollpane component. Any suggestions out there?
URL for mac users: http://csg4.lrdc.pitt.edu/lw
FlashKit > Flash Help > Flash MX
Posted on: 07-31-2003, 09:43 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Component : ScrollPane Issue
ok, im loading one mc into the scrollpane and it doesn't require scroling.. but upon the first time i load the 2nd mc, that requires scrolling, a scrollbar dosn't showup.
Is there any know way to fix this?
you can load new mc's into scrollpanes
by
scrollPane.contentPath = "";
scrollPane.refreshPane();
Scrollpane Component Issue
ive been wrestling with this for a couple of days, I cant get a scrollpane to scroll the full length of the movie clips that I am adding dynamically. Any body got any ideas??
Issue With ScrollPane Component
I'm trying to use a ScrollPane component and I'm using it's addChild method to add items to my ScrollPane instance and I've set the ScrollPolicy to ON and I see the scroll bar but it's not active like there's no content outside of the visible area??? there is content outside of the visible area and I can partially see it. How do I force the ScrollPane instance to be scrollable?
The ScrollPane instance seemed to be the logical choice for this, but since it seems to be fighting me, are there better choices for doing this? If ScrollPane is what I should be using, is there a certain property or method of the ScrollPane I should be focusing on changing?
thx in advance!
V2 ScrollPane Component Border Issue
I'm having trouble turning off the border on an MX 2004 ScrollPane Component.
I want no visible border.
I've tried applying custom themes, but can't seem to locate what is controlling the bounding box. Yes, I tried messing with the Bounding Box clip in the theme. Evidently, this is controlling something else.
Any suggestions?
Loading Component Inside Scrollpane Component
Hello,
Can anyone help me out in adding a scrollpane on to the screen through actionscript and after that adding any component inside the added scrollpane component.
Thanks in advance.
[Component] Targeting Flash 6 ScrollPane Component
Hey All,
Been a while... hopefully somebody can provide some insight into what I am missing here.
I have a Flash 6 ScrollPane - yes, I know it's old, but it is also easy to do custom skinning. I had data loading into it from the library by using createEmptyMovieClip and then attachMovie to grab an MC from the library.
This all worked fine until I had to place the ScrollPane into a MC in the library, dynamically attach it to the stage and then assign the content. Now I can only get my content MC to display on top of the ScrollPane, not in it. Here is a sample:
ActionScript Code:
function showPop(popType) {
popContainer = _root.createEmptyMovieClip("popWindow_mc", 350);
popWindow = popContainer.attachMovie("pop", "pop_mc", 1);
popWindow.pop_sp.boundingBox_mc._visible = false;
popScrollClip = popWindow.createEmptyMovieClip("scrollClip_mc", 400);
popScrollContent = popScrollClip.attachMovie("scrollMC_disclaimer", "scrollContent_mc", 1);
popWindow.pop_sp.setScrollContent(popScrollClip);
};
"pop" is the linkage name of the MC that contains the ScrollPane and "scrollMC_disclaimer" is the linkage name of the MC that is the content to be scrolled.
Any ideas as to what I am missing? Any help is greatly appreciated. Thanks in advance!
Font In Scrollpane
Ladies and gentlemen,
I'm using an embeded font and have to place it in a scrollpane, it has the requried parameters to work under usual circumstances (i.e. 8pt, even co-ordinates....) but it continues to appear blurry when placed into a scrollpane? Any past experiences that someone could share with me?
Thank-you.
AS1: Text Overflow In Scrollpane - Dont Want To Embed Font
Is there some clean way to deal with creating a scrolling for text and graphics MC's without embedding fonts? I am building a data table that dynamically generates, and I read in multiple posts that text breaks the mask of the scrollpane component. Embedding the font seems really stupid since I am using Arial. Why go through this nonsense?
So my questions are:
1. Is the scrollpane still the best component to use for creating scrollable windows of text and graphics (last time I used it was a year ago).
2. What is the best way to get the text and all the graphics in there nicely?
Here is my code:
Code:
//ATTACH SCROLL PANE and size it
_root.attachMovie("FScrollPaneSymbol", "scrollpane", 1);
this.scrollpane.setSize(600, 50);
//CALL THE FUNCTION THAT CREATES THE DATA TABLE
CreateTable (); //creates the MC "myTable_mc" on _root
//SET SCROLL CONTENT
_root.scrollpane.setScrollContent(_root.myTable_mc);
_root.scrollpane.refreshPane();
ScrollPane Issue
Hello all,
I'm creating an empty movie clip in a movie and dynamically adding various text fields and jpg's to it. This is all working beautifully. However, when I attach the new clip to a scroll pane, all of my jpg's disappear. Not only are they gone, but all of the text fields that I had created to the right of them are not all the way to the left. Any ideas or has anyone else fought this battle?
Thanks
Scrollpane Issue
Hi everyone,
There is a way to bring the scrollbar of a scrollpane on the left side? If so how?
I'm still using Flash MX. Components set I or II.
thanks
Scrollpane Issue
Hey everyone.
This is my first time posting here so please bare with me.
Ive encorporated a flash scrollpane into a web site i'm designing and in the scroll pane loads another swf file.
When the page is first visited the scroll bars on the scrollpane do not show, but upon refresh they apear. I have tested this on numerous pc's and it seems a concistent error.
I have upadted my version of mx using update_fmx_2004.exe from the macromedia web site which fixed some issues for various components but unfortunately hasnt helped me with my own issue.
Thanks for taking the time to read this, i hope someone can assist me.
Regards
Jay
Scrollpane Issue
i did the tutorial below and after i test the movie, everything works almost right except i still see text above and below the pane where i thought the text should only appear. any ideas on what i need to do to correct?
thanks
http://www.developingwebs.net/flash/...gtextboxes.php
Issue With Scrollpane And I.E , Anyone Help?
Hi there,
Im the designer of www.whyjag.com its basically a games clan site but thats besides the point. The issue im having is with the scrollpane. When Internet explorer first loads the swf file the contents of the first scrollpane (the long jpeg) overspills across the movie, on refreshing the image sits neatly within the scrollpane as its supposed to.
This only happens on page load and only in I.E. (its fine in firefox) wondering if anyone knows why this is? Just looks a little unprofessional to those using i.e. who first visit the site.
I followed the flash mx 2004 help tutorial to the T on using the scrollpane component so am alittle unsure as to what to do.
Many thanks,
Daz
Scrollpane Issue
Hello
I am making a website using flash. All has been going well so far, however i ran into one problem.
I made buttons that link to other pages and placed them inside the movie clip that is linked to a scrollpane. The buttons show up when i test the site,and when i hover my mouse over them they do what they are supposed to do. But when i click the buttons nothing happens. Can anyone help me with this problem, or tell me how to make a custom scrollpane that allows you to click buttons placed in it?
Thanks,
Matt
Scrollpane Issue
Hi,
I'm adding dynamic content to my scrollpane, but for some reason when Its filled so that it should scroll vertically it doesn't.....i've set the vertical scroll value to "auto" so any ideas why its not working?
boombanguk
Scrollpane Issue
Hi,
I'm adding mc's to a scrollpane, and that works fine, the only problem is when there are more then can be displayed in the scrollpane window, it doesn't automatically start to scroll, even if i turn the scroll bars on at the edge it still doesn't start to scroll when theres more content then it can display, I don't understand why its not working, any ideas?
thanks for any advice.
boombanguk
ScrollPane Issue
I finally got "something" to happen with this scrollpane, but the content (a movieclip) size enlarges about 20 times its size and overflows way beyond what should be the ScrollPane. Also, there are no scrolling handles visible.
Has anyone experienced this issue?
Any suggestions?
Here is a link to view a screenshot:
http://ewdhosts.com/Pinup-scrnsht.jpg
Thanks for any help.
Ray
ScrollPane Issue
I created a scrollPane that is linked to a SWF. The contentPath is "
ScrollPane Issue
Hello,
My ScrollPane will not display its scrollBar if my export frame for classes is anything but 1. However, I have to use a frame other than frame 1 so my preloader will function correctly. Am I up a creek without a paddle here? Or is there something I haven't thought of? Any help would be greatly appreciated - thanks!!!
Another ScrollPane Issue...
Hey guys thanks for checking my post.
I have scanned the net all over looking for a solution to this but everything seems to be a bit fragmented with out any firm solution being suggested that i can make sense of.
I am trying to load some thumbnails into a ScrollPane via XML. I have all the thumbnails loaded but like so many other people they just sit on the top of the ScrollPane in the top left corner of the Stage.
Any suggestions please, im supposed to have this done today, cant see it happpening, doh.
Thanks.
Code:
var thumb_spacingY = 140;
var thumb_spacingX = 40;
menuXml = new XML();
menuXml.ignoreWhite = true;
menuXml.onLoad = function(success) {
if (success) {
var menuItem = this.firstChild.childNodes;
_root.createEmptyMovieClip("thumbContainer",0);
for (var i=0; i<menuItem.length; i++) {
var currentThumb_mc = _root.createEmptyMovieClip("thumbnail_mc"+i,i);
currentThumb_mc._y = i * thumb_spacingY;
currentThumb_mc._x = thumb_spacingX;
currentThumb_mc.createEmptyMovieClip("thumbClip",0);
currentThumb_mc.thumbClip.loadMovie(menuItem[i].attributes.thumb);
}
_root.myScroller.setScrollContent("thumbContainer");
}
}
menuXml.load("myContent.xml");
Scrollpane Issue
hey all,
i've a problem with the scrollpane component, i've got it to load an swf file which contains an flv playback component BUT when i change the source of the scrollpane (via a button) the flv playback component continues to play the video. plus when i click back that particular section again the video plays again with original playing in the background but isn't visible.
i need to some how unload the swf and flv player.
can any help please?
thanks
ScrollPane Issue
my scrollPane is screwing up my preloader...
i have a flash website that loads 7 smaller flash movies with a movieClipLoader object.
movieClipLoader works fine and is using 3 methods...
- onLoadStart, attaches preloader movieclip from library
- onLoadProgress, update progress bar
- onLoadComplete, removes the preloader movieclip
in one of those 7 movieclips i have a scrollPane component and when i view that page and return back to the main movieclip, then go to any of those 7 movie clips, my preloader movieclip will be attached and refuse to be removed from that point on.
this ONLY happens after returning from the movieclip that has the scrollPane and when i take out the scrollPane, everything works fine.
is there something about scrollPanes or components in general that im missing thats screwing up my movieClipLoader?
--
Matt Milburn, Wave Motion Studios
matt@wavemotionstudios.com
Scrollpane Issue
I'm having problems when I load a swf into a scrollpane in which what appears in the scrollpane is different than what appears when I view the file outside of the scrollpane. The swf i'm loading consists primarly of dynamically created textboxes, checkboxes, etc, to create a form, and in the scrollpane its having issues where it won't recognize the x and y coordinates of the dynmaic components and stuffs everything up in the upper left hand corner. Anyone else ever have this issue?
Thanks!
Beth
Scrollpane Issue
I have 'n' number of MC"s dynamically getting created as per an XML file.
I load all these MC's created to another Movieclip(container).
I want to load this Container Movieclip to the scroll Pane.
Since there is no identifier to this Container MC, i cant figure out how to give the path to the scrollPane.
Here is a part of the code
ActionScript Code:
_root.createEmptyMovieClip("container_mc", this.getNextHighestDepth());
Mc_H = 100;
Mc_y = 30;
function Extract(i, lead, body, link, pic, path) {
_root.container_mc.attachMovie("row", "row"+i, i);
_root.container_mc["row"+i].lead.htmlText = String(lead);
_root.container_mc["row"+i].body.htmlText = String(body);
_root.container_mc["row"+i].id = i;
loadMovie(path+"/"+pic, _root.container_mc["row"+i].ico_mc);
_root.container_mc["row"+i]._y = (i*Mc_H)+Mc_y;
_root.container_mc._x = -80;
link_array.push(link);
_root.container_mc["row"+i]._x = 100;
[b]pane.contentPath="_root.container_mc"---Heres the trouble[/b]/
}
Thanx
ScrollPane/PushButton Issue (#*$@#$%*)
I am having a heck of a time with the Scroll Pane.
I have a scroll pane called "ScrollPane" and a movie clip in my Library called "subcontracts_mov"
Now i can get "subcontracts_mov" to load into the ScrollPane just fine but I am having trouble controlling the movie that gets loaded inside the ScrollPane.
I have tried all kinds of things and for some reason am having a difficult time comminucating with that movie clip (I believe because it just sits in the Library and is not physically loaded to the stage)
What I want to do is use the Push Button component to control which frame is showing inside the "subcontracts_mov"
So I created a few functions:
Code:
function NextFrame() {
tellTarget ("_root.info.ScrollPane.subcontracts_mov") {
nextFrame();
}
}
function PrevFrame() {
tellTarget ("_root.info.ScrollPane.subcontracts_mov") {
prevFrame();
}
}
To get to the point my Next Page and Previous Page buttons don't work.. Could someone please help.
NOTE: I attached the .fla file so you can see exactly what i am doing...
Thanks in advance!
Robe
Scrollpane Resize Issue
I have a scroll pane that I added text to and reworked the arrows on the scrollbar so they look the way I want. It looks great except now I need to make the scroll pane narrower in order to fit something else on the page. Here's the problem: When I resize the scroll pane, the text resizes with it, so now my test is all squashed together and wretched looking. I even tried cutting and pasting the text into the newly resized pane, but it didn't make a difference. Any suggestions?
Scrollpane And Linkage Issue.
I am using the scrollpane component and in the parameters place the content path at "allcovers". So now my movie called allcovers I link with the id "allcovers"
The problem:
"all covers" is a very heavy file and when I link it without the
EXPORT IN FIRST FRAME checked the scrollpane will not link to my movie.
The Question?
1. How do I build a preloader for this "all covers" if it has to be exported in the first frame?
or
2. How can I get scrollpane to link to a file that is not exported in the first frame. I think this option would be better but would be happy with any solution.
THANKS
Loading MC Into ScrollPane Issue
Can someone have a look at this please and explain why the text is loading into the dynamic text field inside the MC but is not loading into the scroll pane. I am using Flash 8.
Thanks,
Mike.
Scrollpane Content Issue
I am using flash pro 8.
The scrollpane is on the stage and the content path is set to songButtons_mc, the name of the movie clip that loads into it.
In the first frame of the songButtons movie clip, I have placed the following code in an actions layer:
function playSong (mc:String,sLabel) {
eval(mc+'_btn').onRelease = function() {
_root.gotoAndStop(sLabel);
}
}
the scrollpane component with this code works perfectly until the movie is loaded into another .swf movie, then nothing works.
How do I get this to work? I am new to using components.
Thanks in advance for your help.
Mark
Pleaseeeee Help Me - ScrollPane Issue
Hi there! I want to attach several small movie clips to a big container movie clip, which i then want to put in a scroll pane. I would really appreciate it if someone could help me out.
I can generate the small clips and attach them to the container clip, but I can't get the container clip to be displayed in the scroll pane. I get the following error:
Error opening URL "file:///C|/Documents%20and%20Settings/Roger/My%20Documents/My%20Flash/MyClip"
First of all I created a "Face" movie clip (which was a smiley face) and stored it in the library (giving linkage/export name "Face"). Then I added a scroll pane to the stage (giving it an instance name "sp"). I then put "MyClip" in the 'contentPath' parameter of 'sp'.
I generated the movie clips using the following actionscript:
var objects:Number = 10; //number of small movie clips to attach
var ypos:Number = 0; //start y position of movieclip
//create a big movie clip to contain the smaller ones
var mc:MovieClip = createEmptyMovieClip("mc", 0);
var clips:Array = new Array(); //array to store small movie clip references
//generate small movie clips and attach to big container clip
for (i=0; i<objects; i++) {
var clipName:String = "clips" + i;
clips[i] = mc.createEmptyMovieClip(clipName, i);
clips[i].attachMovie("Face", "face" + i, i);
clips[i]._y = ypos; //allocate new position for small clip
ypos += 250;
}
//Register "MyClip" movie clip class for the scroll pane to use
function MyClip () {
this = mc;
}
MyClip.prototype = new MovieClip ();
Object.registerClass("MyClip", MyClip);
Pleaseeeee can some Flash genius help me?
Scrollpane's Scrollbar Issue
Hello, I'm doing this:
my_sp.contentPath = "loader"; // loaded from the library (is this really necessary?)
var content_mc:MovieClip = my_sp.content;
...then I am looping through some arrays and attaching textfields and radio buttons to "content_mc".
It all works except the vertical scrollbar isn't appearing when it needs to. How do i update the visiblity of the scrollbar after ive dynamically attached my stuff? I only want it visible when it is necessary.
Thanks
edit: I've tried just manually setting the vScrollPolicy to "on" after the scripts that do the attaching run, but the scrollbar doesn't scroll far enough?
edit edit: I traced the _height of "content_mc" and it was only slightly higher than the scrollpanes height, which is not what I expected because there are several textfields/button off the bottom of the scrollpane... what in the world is going on?!?!
edit edit Edit: I found that i could work around this by adding a movieclip to "loader" in the library, setting it's alpha to 0, and then scaling it taller using the _y position of the last attached button+its height and plus about 50 pixels because it still wasn't scrolling all the way down. This works, but is a sloppy, pathetic, embarrassing, hack...SHAME... I must be missing something.
HELP - Dead Scrollpane Issue...
Hi there all
I wonder is anyone can help?
I'm building a full flash website using a combination of both normal and nested "slides" swf's
http://www.ifdezine.com/dg/flash
The main navigation page is done in normal flash - then the subdivisions are made with slides.
My problem is that in the one section I'm working on I have scrollpanes a few levels in.
Main window -> printers -> Mutoh -> ValueJET Series -> [Click here for more detail]
This is one example.
When I do test movie it all works perfectly b ut when I upload it to my server and access it live through Internet Explorer, the scrollbars become inactive and I lose the functionality of this component.
When I access it through Firefox then all works perfectly as well.
I'm pulling my hair out cause I need to present to my client tomorrow and cant find a way out.
Can someone PLEASE PLEASE PLEASE help me?
Cheers - Christopher
Dynamic Scrollpane Issue
I have a scrollpane that i'm building dynamically
and i need to be able to have each seperate image that is loaded be a seperate button.
this does not work scrollpane.mc.mc.onPress=function()
what does? thanks!!
function getThumbs(){
_level0.attachMovie("FScrollPaneSymbol", "contentSP", 100, {_x:350, _y:100});
_level0.createEmptyMovieClip("holder", 201);
for(i=1;i<41;i++){
_level0.holder.createEmptyMovieClip("indImage"+i, 200+i);
theImageHolder=eval("_level0.holder.indImage"+i);
theImageHolder._x = 350+(i*100);
theImageHolder.loadMovie("thumbs/"+i+".jpg");
}
_level0.holder._x = 350;
_level0.holder._y = 50;
_level0.onEnterFrame = function ()
{
if (this.holder._width > 0)
{
delete this.onEnterFrame;
_level0.contentSP._x = 430;
_level0.contentSP._y = 20;
_level0.contentSP.setSize(400,100);
_level0.contentSP.setScrollContent(_level0.holder);
_level0.contentSP.setHScroll(true);
}
}
}
ScrollPane Component
Hi Folks
Got this one Problem with the ScrollPane. I've got one Movieclip as Content. Inside this MC another MC is placed which creates dynamically textfields as many as an array has values.Just as shown in the Script below. Well it all works fine but the big Probelm is that the Scrollpane doesn't react on the Content there are not shown any Scrollbars, although the Textfields are overlapping the Size of the ScrollPane.
Has anybody an Idea how this could work?
ActionScript:
----------------------
list=[several values];
function buildList() {
var Content = display.getScrollContent();
trace(Content);
spacing=30;
var i =-1;
while (++i<list.length) {
name="infoBar"+i;
y=i*spacing;
Content.list.attachMovie("infoBar",name,i),
Content.list[name]._y = y;
Content.list[name].sentence.text=list[i];
}
}
buildList();
Help On ScrollPane Component
Hello,
My project is to create a bird eye view of a map with zoom in and zoom out facility using ScrollPane Component.
What i am doing is .... passing the map movieclip as a parameter to 'scroll content' and creating a panel with few buttons when on clicked will increase the size of the map movieclip (using the ._xscale and ._yscale method).
The problem is that when i increase the size of the map movie clip using the buttons scroll properties of the ScrollPane Component dont change.
anyone can help me on this...
Regards,
Sid
[Edited by Sid☼ on 08-05-2002 at 07:10 AM]
The ScrollPane Component
Hello ,
Can anyone explain or point me to a good tutorial on how to use this, i want to put a few movie clips or pictures in a ScrollPane component
How To Set Up ScrollPane Component
I have searched and been through the help files, to figure out how to get the scroll pane compnonent to work, maybe I am tired??????
It says to add the your MC to the Scroll Content in the Properties box, if so, how do you add multiples? meaning how to seperate them? While putting these names in is it the linkage name assigned to the MC?
Basically is there any Action Script to go along with this? A tutorial would be nice.
Scrollpane Component
Place a button inside a movieclip. Use the scrollpane component to display the movie clip. The buttons don't work???
Anyone have any info on this?
I want to create a scrolling menu of thumbnails using the scrollpane component, but if the buttons won't work...
thanks
ScrollPane Component?
Hello everyone,
I'm trying to setup a table(consisting of a number of text boxes) in FlashMX. I'd like to make this table scrollable.
I convert my table(containing text boxes) into a movieclip, and then attach a ScrollPane component to it. Uptil here, it seems ok. When I test the movie, the movieclip scrolls, but it is also displayed outside the scroll area.
I've experienced this with text boxes only. As long as I put a movieclip(e.g. containing a .jpg image) into the scrollbox, there is no problem, i.e. it shows the image only inside the scrollarea.
You can check out the attached file.
Any ideas??
Thanks,
Omer
Scrollpane Component
i can't work out how to make the background of the scrollpane component transparent. it is always white, even if the background of the movieclip it is scrolling is transparent.
does anyone know how i can make it seethrough, or some other way of scrolling a movieclip? (what i am actually trying to do is scroll up and down a list of buttons)
cheers
-bart
Help With Scrollpane Component
I have a form inside a scrollpane component. the form has input text fields and combo boxes. the problem is that I cannot tab through the text fields and combo boxes, it seems that hte scrollpane it's self gets the focus?
has anyone else had this problem?
ScrollPane Component
I noticed that the if I use the ScrollPane component and try to publish using the Flash Player 5 the component does not work. Do these components only work if somebody has the Flash Player 7? Is there a way to make the Scroll Pane or Text Area components work in the Flash 5 Player?
Thanks
Scrollpane Component?
I have a Movie clip that scrolls within the scrollpane component.
In this movie clip, i have radio buttons but only one of them shows up.
Why..ohh..whyy does only one of the radio buttons show up?
Scrollpane Component
hi, i have flash mx 2004.
can someone please tell me how i can edit the scrollpane component.
Scrollpane Component
Hello all,
I would like to scroll an MC using the scrollpane component. I've searched many forums for an answer but I haven't been able to find anything that explains how to use this component. I'm using FlashMX 2004 Pro.
Can anybody explain it to me or show me the way to a good tutorial?
thanks
ScrollPane Component: Help
Hi, I am hoping that someone can help me with this. I am trying to creat a basic scroll pane which will contain text. I have followed these steps so far:
1. I made the .swf file (sampletext.swf) that will be the content of the scroll pane
2. In a new movie clip, I dragged the ScrollPane component from the components menu to the stage.
3. In the scroll pane's properties panel, I named the instance "biotext"
4. In the parameters tab, I typed "sampletext.swf" in the contentPath field.
5. In the movie clip's timeline, I selected the 1st frame and typed in this code in the actions panel:
scrollListener = new Object();
scrollListener.scroll = function (evt){
txtPosition.text = biotext.vPosition;
}
biotext.addEventListener("scroll", scrollListener);
completeListener = new Object;
completeListener.complete = function() {
trace("sampletext.swf has completed loading.");
}
biotext.addEventListener("complete", completeListener);
That's all I have done. I am not sure what else to do.
SOS,
Sabrina
Scrollpane Component
I would like to remove the box around the scrollpane component. Is that possible and how.
Thanx
k
How To Use The Scrollpane Component?
Hey Everyone,
Quick question. How to I complete the following task? Is the Scrollpane the best way?
In the website listed below you will see text that fits in a space below the navigation. The client wants additional text there. I want to keep the large S (i think it is called a drop Cap) and have it scroll with the rest of the text.
I want to add scrollable text to the following website David Furman Architecture
I created all the text in flash including the large "S" at the beginning. This is composed of 3 text boxes. I want this to be scrollable. Can I make this a movie clip and place this into a scrollpane?
If so, how do you do it?
Thanks for your help,
THS2000
Help For Scrollpane Component
Hi All,
I am using the scroll pane component for flash mx 7.2 well I have used it successfully but there is a problem when I open the fla and publish it by pressing ctrl+Enter is works fine that is it displays the scrollable buttons but the problem is when I try to play the stand alone swf it doesnt display anything (neither the scroll ar nor the buttons clip) plz help me out of this...
And another problem is I am at my office at the moment and I cant upload the fla file from here .I'll be very thankful if anyone solves the problem..
|