-
1. Re: Scroll Bar disappears
Ned Murphy Nov 30, 2009 5:05 AM (in response to UniqueCreations)In what way do you mean the swf is embedded in the other file? Was it imported into the other file and placed on the stage or is it dynamically loaded as an external file when the other file starts playing?
-
2. Re: Scroll Bar disappears
UniqueCreations Dec 3, 2009 4:41 PM (in response to Ned Murphy)It is dynamically loaded as an external SWF.
I am having a near 100% sucess ration with Firefox and Chrome but still having intermittent issues using IE7. Have you checked the webpage? Does it work for you?
I could supply you with the .fla file as well if that will help. I really need to get to the bottom of this one. Thanks for the reply!
-
videos2_MC.fla.zip 1.8 MB
-
-
3. Re: Scroll Bar disappears
Ned Murphy Dec 3, 2009 5:02 PM (in response to UniqueCreations)I checked it using IE8 the other day when you first posted and the scroll handle was not present. I looked just now and the handle is there. All I can offer for now is that you should update() the scrollbar after the content is loaded.
-
4. Re: Scroll Bar disappears
UniqueCreations Dec 4, 2009 4:07 AM (in response to Ned Murphy)That's interesting. How would I go about performing the update() procedure? I am not an expert with Actionscript but cannot find a generic update command. I appreciate any more thoughts on this issue.
-
5. Re: Scroll Bar disappears
Ned Murphy Dec 4, 2009 4:37 AM (in response to UniqueCreations)If you are using the UIScrollbar component, it comes with an update() method, so just after you fill the scrollable area, you call scrollbarName.update();, where scrollbarName is whatever instance name you've assigned to the scrollbar component.
-
6. Re: Scroll Bar disappears
Ned Murphy Dec 4, 2009 4:42 AM (in response to UniqueCreations)Oops... I just noticed you're using AS2. I don't have experience using the scrollbar in AS2, and it looks like it doesn't have the update() method. But it does have a redraw() method that might do the same bit... or maybe the setScrollProperties() method will take care of that.


