• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
1

Packaging a folder using relative paths

Enthusiast ,
Jan 01, 2016 Jan 01, 2016

Copy link to clipboard

Copied

This should be a no-brainer. Multiple devs working on an AIR iOS project. We need to include a bunch of files in the IPA for later runtime loading. The AIR for iOS > General > Included Files allows you to add a folder, but the path is an absolute path from the root of a specific dev's hard drive.

We absolutely need to be able to make this path relative to the FLA. Otherwise, every dev needs to keep a different local copy of the main FLA, and every time there's a change to the main FLA, they have to relink the path to reflect their own directory structure.

TOPICS
Development

Views

347

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 02, 2016 Jan 02, 2016

Copy link to clipboard

Copied

You can change the absolute path to a relative one, just use "./" from where the fla is.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 02, 2016 Jan 02, 2016

Copy link to clipboard

Copied

LATEST

He is talking about the general settings tab, where you add things like the splash screens. You're not given the chance to type in the file path.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines