Do component properties applied in a FLA need to be activated in AS3?











up vote
-1
down vote

favorite












I'm trying to make my Buttons and ComboBoxes work with custom component properties in Adobe Animate CC (also tried on CS6) and I swear, I'm going to have an aneurysm. I've looked everywhere on the internet and can't find the answer to this question: do component properties defined in a FLA document need to be activated somehow in either AS3 or elsewhere?



Here's what my MovieClip looks like in the FLA (notice how the buttons and dropdown have custom text):



what it's supposed to look like



This is what it actually looks like (notice none of my custom settings have saved):



what it actually looks like



I've filled out the component properties in the FLA file, so the only other thing I can think of is I need to apply or import the settings somehow in AS3. If anyone can provide some insight, please weigh in. Cheers, thank you.










share|improve this question




















  • 1




    No, normally they don't need any "activation". You, again, normally, do it WYSIWYG style: you fill the component fields in Flash IDE and they get published as it.
    – Organis
    Nov 20 at 10:49












  • That's what I thought. Do you know what I could be doing wrong?
    – bls1999
    Nov 20 at 19:48










  • A wild guess. Well, the most common case of component malfunctioning. When you add one to your project, it automatically adds all its dependencies to the project's Library. But then it has no compile time or runtime control. Thus, if anything gets to happen to its pieces (like, you accidentally remove one piece from the Library), you might not even get any errors, but the component won't function or will malfunction in a number of possible ways.
    – Organis
    Nov 20 at 20:08










  • Gotta love flash, lol. I did some debugging and found that if I put components on the main timeline (not a movieclip) they work. Seeing as I'd already wasted two days trying to figure out why the components wouldn't work anywhere, I considered this a win and just resorted to setting the properties via AS3.
    – bls1999
    Nov 21 at 5:46















up vote
-1
down vote

favorite












I'm trying to make my Buttons and ComboBoxes work with custom component properties in Adobe Animate CC (also tried on CS6) and I swear, I'm going to have an aneurysm. I've looked everywhere on the internet and can't find the answer to this question: do component properties defined in a FLA document need to be activated somehow in either AS3 or elsewhere?



Here's what my MovieClip looks like in the FLA (notice how the buttons and dropdown have custom text):



what it's supposed to look like



This is what it actually looks like (notice none of my custom settings have saved):



what it actually looks like



I've filled out the component properties in the FLA file, so the only other thing I can think of is I need to apply or import the settings somehow in AS3. If anyone can provide some insight, please weigh in. Cheers, thank you.










share|improve this question




















  • 1




    No, normally they don't need any "activation". You, again, normally, do it WYSIWYG style: you fill the component fields in Flash IDE and they get published as it.
    – Organis
    Nov 20 at 10:49












  • That's what I thought. Do you know what I could be doing wrong?
    – bls1999
    Nov 20 at 19:48










  • A wild guess. Well, the most common case of component malfunctioning. When you add one to your project, it automatically adds all its dependencies to the project's Library. But then it has no compile time or runtime control. Thus, if anything gets to happen to its pieces (like, you accidentally remove one piece from the Library), you might not even get any errors, but the component won't function or will malfunction in a number of possible ways.
    – Organis
    Nov 20 at 20:08










  • Gotta love flash, lol. I did some debugging and found that if I put components on the main timeline (not a movieclip) they work. Seeing as I'd already wasted two days trying to figure out why the components wouldn't work anywhere, I considered this a win and just resorted to setting the properties via AS3.
    – bls1999
    Nov 21 at 5:46













up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











I'm trying to make my Buttons and ComboBoxes work with custom component properties in Adobe Animate CC (also tried on CS6) and I swear, I'm going to have an aneurysm. I've looked everywhere on the internet and can't find the answer to this question: do component properties defined in a FLA document need to be activated somehow in either AS3 or elsewhere?



Here's what my MovieClip looks like in the FLA (notice how the buttons and dropdown have custom text):



what it's supposed to look like



This is what it actually looks like (notice none of my custom settings have saved):



what it actually looks like



I've filled out the component properties in the FLA file, so the only other thing I can think of is I need to apply or import the settings somehow in AS3. If anyone can provide some insight, please weigh in. Cheers, thank you.










share|improve this question















I'm trying to make my Buttons and ComboBoxes work with custom component properties in Adobe Animate CC (also tried on CS6) and I swear, I'm going to have an aneurysm. I've looked everywhere on the internet and can't find the answer to this question: do component properties defined in a FLA document need to be activated somehow in either AS3 or elsewhere?



Here's what my MovieClip looks like in the FLA (notice how the buttons and dropdown have custom text):



what it's supposed to look like



This is what it actually looks like (notice none of my custom settings have saved):



what it actually looks like



I've filled out the component properties in the FLA file, so the only other thing I can think of is I need to apply or import the settings somehow in AS3. If anyone can provide some insight, please weigh in. Cheers, thank you.







actionscript-3 flash components adobe flash-cs6






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 20 at 10:10

























asked Nov 20 at 10:03









bls1999

273




273








  • 1




    No, normally they don't need any "activation". You, again, normally, do it WYSIWYG style: you fill the component fields in Flash IDE and they get published as it.
    – Organis
    Nov 20 at 10:49












  • That's what I thought. Do you know what I could be doing wrong?
    – bls1999
    Nov 20 at 19:48










  • A wild guess. Well, the most common case of component malfunctioning. When you add one to your project, it automatically adds all its dependencies to the project's Library. But then it has no compile time or runtime control. Thus, if anything gets to happen to its pieces (like, you accidentally remove one piece from the Library), you might not even get any errors, but the component won't function or will malfunction in a number of possible ways.
    – Organis
    Nov 20 at 20:08










  • Gotta love flash, lol. I did some debugging and found that if I put components on the main timeline (not a movieclip) they work. Seeing as I'd already wasted two days trying to figure out why the components wouldn't work anywhere, I considered this a win and just resorted to setting the properties via AS3.
    – bls1999
    Nov 21 at 5:46














  • 1




    No, normally they don't need any "activation". You, again, normally, do it WYSIWYG style: you fill the component fields in Flash IDE and they get published as it.
    – Organis
    Nov 20 at 10:49












  • That's what I thought. Do you know what I could be doing wrong?
    – bls1999
    Nov 20 at 19:48










  • A wild guess. Well, the most common case of component malfunctioning. When you add one to your project, it automatically adds all its dependencies to the project's Library. But then it has no compile time or runtime control. Thus, if anything gets to happen to its pieces (like, you accidentally remove one piece from the Library), you might not even get any errors, but the component won't function or will malfunction in a number of possible ways.
    – Organis
    Nov 20 at 20:08










  • Gotta love flash, lol. I did some debugging and found that if I put components on the main timeline (not a movieclip) they work. Seeing as I'd already wasted two days trying to figure out why the components wouldn't work anywhere, I considered this a win and just resorted to setting the properties via AS3.
    – bls1999
    Nov 21 at 5:46








1




1




No, normally they don't need any "activation". You, again, normally, do it WYSIWYG style: you fill the component fields in Flash IDE and they get published as it.
– Organis
Nov 20 at 10:49






No, normally they don't need any "activation". You, again, normally, do it WYSIWYG style: you fill the component fields in Flash IDE and they get published as it.
– Organis
Nov 20 at 10:49














That's what I thought. Do you know what I could be doing wrong?
– bls1999
Nov 20 at 19:48




That's what I thought. Do you know what I could be doing wrong?
– bls1999
Nov 20 at 19:48












A wild guess. Well, the most common case of component malfunctioning. When you add one to your project, it automatically adds all its dependencies to the project's Library. But then it has no compile time or runtime control. Thus, if anything gets to happen to its pieces (like, you accidentally remove one piece from the Library), you might not even get any errors, but the component won't function or will malfunction in a number of possible ways.
– Organis
Nov 20 at 20:08




A wild guess. Well, the most common case of component malfunctioning. When you add one to your project, it automatically adds all its dependencies to the project's Library. But then it has no compile time or runtime control. Thus, if anything gets to happen to its pieces (like, you accidentally remove one piece from the Library), you might not even get any errors, but the component won't function or will malfunction in a number of possible ways.
– Organis
Nov 20 at 20:08












Gotta love flash, lol. I did some debugging and found that if I put components on the main timeline (not a movieclip) they work. Seeing as I'd already wasted two days trying to figure out why the components wouldn't work anywhere, I considered this a win and just resorted to setting the properties via AS3.
– bls1999
Nov 21 at 5:46




Gotta love flash, lol. I did some debugging and found that if I put components on the main timeline (not a movieclip) they work. Seeing as I'd already wasted two days trying to figure out why the components wouldn't work anywhere, I considered this a win and just resorted to setting the properties via AS3.
– bls1999
Nov 21 at 5:46

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53390508%2fdo-component-properties-applied-in-a-fla-need-to-be-activated-in-as3%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53390508%2fdo-component-properties-applied-in-a-fla-need-to-be-activated-in-as3%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Feedback on college project

Futebolista

Albești (Vaslui)