Questions tagged [flash-component]

A Flash Component is a collection of packaged classes used to share commonly requested functionality which includes an API for customization and configuration.

A Flash Component has the .swc extension, which stands for Shockwave Flash Component. ActionScript 2 and ActionScript 3 support components.

8 questions
1
vote
0 answers

Non-scaling thumb skin Flash UIScrollBar AS3 alternatives

There's probably a million posts about scrolling in AS3, but the problem I'm having is quite different. I have no problem making scrollbars work (have done loads of times), but I'm having a problem with custom skins. I'm basically trying to make the…
1
vote
1 answer

AS3 Component Parameters enable/disable based on another parameter value

Is it possible to hide/show or enable/disable component parameters based on the value of another parameter? Example: "showTextField" checked would show formatting parameters (or allow them to be changed) unchecked would hide formatting parameters(or…
gin93r
  • 1,551
  • 4
  • 21
  • 39
1
vote
1 answer

Custom Flash component inside SimpleButton causing compiler error

I'm having a strange problem with buttons in Flash pro CS5.5 and CS6. I'm adding a custom component to a button and for some reason I'm getting this compiler error. Symbol1_1, Line 8 1086: Syntax error: expecting semicolon before …
Jordan
  • 1,233
  • 2
  • 12
  • 32
0
votes
1 answer

Naming buttons components AS3

How to name through AS3 buttons components? I have 3 buttons components: a BackButton, a ForwardButton and a PlayButton. I have named them through the properties panel, (where it says 'Instance Name'). But once I click on them and check for…
Marcelo Noronha
  • 807
  • 2
  • 12
  • 26
0
votes
1 answer

modify an instance's propriety directly in flash(not in actionscript)

If i create a movieclip named player and in this class there is the proprety map (a string) and level(an int); I would like to know if there is a way of modifying these propreties without actionscript when i create an instance of that symbol. For…
John
  • 131
  • 5
  • 14
0
votes
0 answers

CakePHP3 : flash not working with Japanese characters

In my controller $this->Flash->success('This is working');//OK $this->Flash->success('日本語');//not working success.ctp
Rua Tahi
  • 238
  • 5
  • 15
0
votes
0 answers

cakephp 2.8 Fatal error: Unsupported operand types in /cake/.../FlashComponent.php on line 72

Does anyone know why I'm getting this error: Fatal error: Unsupported operand types in /homepages/41/d117757366/htdocs/projects/pool/lib/Cake/Controller/Component/FlashComponent.php on line 72. I get this error after reloading the page and after…
Andy
  • 11
  • 2
0
votes
1 answer

AS3 Inspectable Font Chooser

I'm building a component and need to be able to select fonts from a font list. I have the font list showing up but I'm unsure of what the proper datatype is or how I should be setting it. I've tried String and Font and I seem to be getting an…
gin93r
  • 1,551
  • 4
  • 21
  • 39