I'm creating a Flash game that uses Google Image Search results as part of its content, and due to crossdomain browser restrictions it won't work in browser.
For PC, I can run the .SWF in Standalone Flash and do "File -> Create projector" and I have an EXE file.
On Mac however, I can't find such an option. I've gotten the game to run, and load content, if I open the SWF with Adobe Flash 5.5, but there are no options like "Create Projector" or "Publish". I've read that it is possible to create a .HQX file for Mac, but I can't find any information on how to do that starting from a SWF file.
EDIT: This is how I make the .EXE
EDIT: For development of the project, I am using FlashDevelop, which does not have "publish settings" like Adobe Flash does. That's why I'm asking to convert the SWF, because I can't open my FlashDevelop project on a Mac.
.app
file for the Mac just as easily as you created the.exe
file, by selecting the 'Macintosh Project' export option. Why do you have to go from SWF to HQX on the Mac? – James Ford