Skip to content

Commit

Permalink
Update special-cases.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus Dias de Souza authored May 3, 2024
1 parent e0049a9 commit 47619ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/compilers/special-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Properties from imported packages, when fully qualified, shadow variable names i
## Importing ActionScript 3 components in MXML

* Use a `xmlns` prefix assigned to the full package name with a trailling `.*` sequence, as in `xmlns:fb="foo.bar.*"`.
* Use a `xmlns` prefix assigned to `*` to import the top-level package.
* Use the `import` directive in a `fx:Script` tag and refer lexically to a component in the MXML.

## Dynamic
Expand Down

0 comments on commit 47619ab

Please sign in to comment.