Adobe Connect User Community
Menu

#1 2009-11-09 02:16:36

**_sudqi_**

how i can upload SWF file with all sub files ?

hi

i have application on flash it have many sub flash file related with main one so i can upload it in share pod cuz it related with other file .. so if there way can view it in acrobat connect ?

Offline

#2 2009-11-12 11:05:04

alistairlee

Re: how i can upload SWF file with all sub files ?

You can ZIP them up and upload a ZIP file to the share pod.

Couple of things to watch out for:
1 - You'll need to rename your SWF (or HTML) file to index.swf (or index.html).  Connect Pro looks for a file named 'index.*' when you upload a ZIP file
2 - You may need to change the way you call your other file(s).  I use a custom function in my MP3 Player to load an XML file which contains the songs.  The XML file is zipped up with my SWF. 
- Make sure this .as file is in the same directory as your project (it doesn't need to be in the final ZIP file)  http://www.connectusers.com/x/URLUtils.as
- Use the following syntax in your ActionScript:

URLUtils.convertURL("filename",this);

Offline

#3 2009-11-15 02:40:53

**_sudqi_**

Re: how i can upload SWF file with all sub files ?

hi .. is it like make Scorm file???

Offline

Board footer