Announcements
The Scaleform forum is now read-only. Please head to the Gamedev site for product support.
Scaleform Forum (Read Only)
Scaleform enables developers to leverage the power of the Adobe® Flash® tool set to create powerful user interface environments for video games.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Flash CC extensions issues [MAC]

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
686 Views, 2 Replies

Flash CC extensions issues [MAC]

Hello,

 

The flash extansions for CC can't be installed on MAC machine. It's because paths in the Scaleform Extensions.mxi file are using backward slashes "\" instead of forward one "/".

 

Changing the paths and zipping the extansion folder make it work.

 

Thanks,

Piotr

2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

After installation it sitll doesn't work as during the player configuration (from extension panel) it doesn't accept the .app extension.

My work around was to manually change the path in the prefs.plist.

 

When the path for the player is correct it still doesn't work as the launcher just passes app path and the swf path to the command line.

Like cmd:"~/FxMediaPlayer.app flash.swf" - and this line of code does nothing.

 

You have to moddify the runCommandLine from:

FLfile.runCommandLine('/'+playerPath+" "+ p_commands.split("%SWF_PATH%").join('"'+winPath+'" '));

to:

FLfile.runCommandLine('open /'+playerPath+" --args "+ p_commands.split("%SWF_PATH%").join('"'+winPath+'" '));

 

And now it finally works.

 

Thanks,

Piotr

Message 3 of 3
adam.petrone
in reply to: Anonymous

Hello piotrO82,

 

Thank you for the hard work in getting to the bottom of this and finding a solution!

 

Regards,

Adam

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report