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

Is it possible to use Animate CC to link to files on a PC or are links supported for urls and web pages only?

New Here ,
Sep 27, 2016 Sep 27, 2016

Hi All,

I have a number of flash.swf files that are to be distributed via a download and saved on the end users pc.

I want to create a menu .swf file that can be used to open the different flash files so the user will open a menu and can click different buttons to access a certain file.

I have gone through a number of tutorial on buttons/links and have created html links but all the actionscript links appear to be based on url and web pages.

Is it even possible to link to locally stored files with animate CC?

I have only recently started working with animate and Actionscript so apologies if this is an obvious answer question.

Thanks

TOPICS
ActionScript
999
Translate
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
Community Expert ,
Sep 28, 2016 Sep 28, 2016

yes, it is but you have to know the name/location of the files so doing this for a web-based app is usually going to fail.  doing this for an air app is satisfactory.

what kind of app are you creating?

Translate
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
New Here ,
Sep 29, 2016 Sep 29, 2016

Thanks kglad.

Its an e-learning app, I have a number of interactive flash files that i would like to link together somehow so the end user can easily access the data.

Translate
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
Community Expert ,
Sep 29, 2016 Sep 29, 2016

air for desktop? mobile? web-based?

Translate
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
New Here ,
Sep 29, 2016 Sep 29, 2016

Its for windows desktop.

So ideally the end user would download an .exe installation package and have a desktop shortcut to a menu that will launch the different flash files.

Translate
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
Community Expert ,
Sep 30, 2016 Sep 30, 2016
LATEST

you should use an air file for you app and you should use the file class to open local files.

Translate
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