Facebook as3 library in flash cs4

How can I use facebook as3 library in flash cs4 to create air supply app. I don't want to use flex here. Cs4 can create aerial application. But I cannot use the library in cs4. Please help me as soon as possible ....

0


a source to share


1 answer


You can add facebook swc to idea by adding them as external library path, just use source files and add them to source path both can be found under

file -> publish settings -> (tab) flash -> (Script: AS3.0) Settings

there you can add.

for CS3 flash:



To use a SWC file in the Flash development environment:

  • Copy the SWC file to the Flash_root / en / First Run / Components directory.
  • Start the Flash development environment or reload the Components panel if it is already running. To reload the list of components in the Components panel, click the menu button and select Refresh.

    The component icon appears in the Components panel. Now you can use the component as if it were one of the built-in components.

source: livedocs

+1


a source







All Articles