Creative Flash Scroller Forum


box Creative Flash Scroller
With Creative Flash Scroller you can scroll any kind of Flash Content: static text, dynamic text, pictures, animations, movies. It comes with multiple scroll behaviors: touch scroll, mouse gesture scroll, scrollbar scroll and even supports mouse wheel behavior. You can add smooth scrolling or motion blur effects and customize it to suit your design, from an easy to use interface.

Find out more about Creative Flash Scroller

Thread: target field will not save

title left
User Details
message
title right
Jack Tindale

post date:
2010-08-12 12:53:15
Is their a special way to save data in the component inspector ?
When testing the mc I get a " target field empty ".

ReferenceError: Error #1065: Variable CONFIGMC_120116100046115099114111108108101114046117105046083099114111108108101114065100118_050057052051_112097103101032099111110116101110116115_115099114111108108112097110101_048_048 is not defined.
at global/flash.utils::getDefinitionByName()
at xtd.cinspector::InspectableComponent/set configMovieClipName()
at pagecontents/__setProp_sb1_pagecontents_scrollpane_0()
at pagecontents/frame1()
Scroll Area Warning: target field is empty
Andrei Rinciog [Extend Studio]

post date:
2010-08-13 06:06:35
Hello Jack,

I think that your scroller component has lost the connection to its configuration movieclip. Does this happen each time you make modifications to the component? Or it just happened one time?

What Flash version do you have and what operating system?

Regards,
Andrei Rinciog
Jack Tindale

post date:
2010-08-13 10:00:30
Andrei,

I am assuming that the " ExtendComponentsConfig " holds all the instances of each Classic Scroller.
When I try to modify a Scroller all instances in the " ExtendComponentsConfig " disappear.

I have Windows 7 (64 bit) with Flash Pro CS5.

Thanks
Jack
Andrei Rinciog [Extend Studio]

post date:
2010-08-16 11:03:39
Hi Jack,

I see there are several configuration movieclips in your library. Do you have many scroller instances in that FLA? Could you please send me a copy of the FLA to support at extendstudio.com?

Also, if we could make a desktop sharing session so I can see exactly your workflow it would help alot. Maybe there's something we haven't thought about when testing.

Regards,
Andrei Rinciog
maria

post date:
2010-11-12 11:12:55
Hello,
I do get the same "target field empty", 1 scroller instance used.Did you solve the problem?If yes could you post the solution please.

I have Windows 7 (64 bit) with Flash Pro CS4.

Thanks!
Andrei Rinciog [Extend Studio]

post date:
2010-11-12 11:29:11
Hello Maria,

Are you receiving that error when you teset the movie as well?

Could you please send me a copy of your FLA at support at extendstudio.com?

Regards,
Andrei Rinciog
maria

post date:
2010-11-12 12:31:34
Hello Andrei,
the "target field empty" was happening with the following scenario:

"myContentMc"(dynamic content) to be scrolled by "scroller" are both contained in "holderMC" in the Library.The later gets added to Stage from a Class.

No I cahnged it and do add the "scroller" by script (from the Class which adds the "holderMC") instead of having it already with in the holderMc on the timeline/stage.This fixed the Problem for me.

Thanks for your reply!