SWF FILES

Creating Games? Developing something for fun?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
danymar
Posts: 9
Joined: Fri Nov 09, 2012 12:29 am

SWF FILES

Post by danymar » Wed Nov 21, 2012 11:28 pm

Hi Runrev friends,

I've got a question...

I've got several .swf standalone applications (xxx.app) saved on my hard disk.

I'm wondering if it's possible, with livecode, to create an application that could assembly all these files, in order to have the access to different games through only one interface

Thank you

Daniela

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: SWF FILES

Post by Mark » Thu Nov 22, 2012 2:58 am

Hi Daniela,

If the Flash games are your own, you might recompile them for display in a web browser and use a browser control to embed the games in a stack window.

If the games aren't your own, you're out of luck but you could start the apps from a button in LiveCode. The script for such a button would be

Code: Select all

on mouseUp
  launch "path/to/application.app"
end mouseUp
Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply

Return to “Games”