Note that any .swf is a Flash file.
It is now possible to place Flash files as Figures and Objects, and flash support for other features is hopefully coming soon.
However, the dynamic qualities discussed in this summary will require deeper integration with the BRPG engine.
- What is Flash?
Flash is a coding platform used predominantly in webpages to bring lightweight, dynamic graphical applications quickly and easily to everyone who has installed the plugin on their computer.
Flash is used for everything from annoying ad banners to entertaining games on sites like newgrounds.com. Flash is the platform used on media streaming sites like youtube.com to display their videos.
Adobe Flash Pro is the primary commercial tool used to create Flash applications.
Adobe Director is used to code BRPG, so the platforms are highly compatible. - What does this mean?
A flash application can be nearly anything. It could be a simple animation or a button that plays a sound. It could be an MP3 player, dice roller, or character sheet. The possibilities are nearly endless.
The ability to have these flash applications communicate with BRPG would mean that advanced users could make custom third-party extensions for BRPG. Community extensions are a great way to quickly build up the feature list of an application without putting too much strain on the developer. - How would we use extensions?
In most cases, the average user would simply load the Flash application into BRPG and let the software handle the rest.
Any additional setup would depend on the complexity and design of the extension.
Downloading and using flash extensions created by others will require no programming knowledge. - Can I create my own Flash extension? (Advanced Users)
Yes.
Once this feature is added, an application programming interface (API) will be released so that anyone who has some skill with Flash will be able to create an extension.
An API is basically a list of various functions and variables used by BRPG to communicate with Flash.
You can find my summary of the proposed API here:
Extensions: Programming Interface - Is Flash free?
The Flash Player used to play flash applications is free and already included in BRPG.
Some third-party developers may charge a commission for the extensions they create, but many will be free.
If you are interested in becoming a Flash developer (Advanced Users), I should warn you that the official development tools are very expensive. The average user is not expected to make extensions, although there are some free coding options available.
The official tools make it very easy to create fancy animations and basic scripts. These programming tools (also known as IDEs) from Adobe include "Flash Pro" and "Flash Builder".
Flash Pro is based around a graphical environment similar to Photoshop and allows developers to tie scripts to graphics quickly and easily, and is very popular for creating animations such as cartoons and games.
"Flash Builder" is more of a traditional compiler. It has a very powerful code view that is integrated with the actionscript manual, and supports a design view that allows the creation of complex forms quickly and easily using a drag & drop interface similar to MSWord.
NOTE: Many features in Flash Builder are not supported by the version of the Director platform on which BRPG is currently running.
Both IDEs have access to the same features, but Flash Pro is better suited to creating animations while Flash Builder is better suited to creating forms and complex user interfaces.
However, if you code purely in ActionScript, you will not need either of the tools. ActionScript has all the capabilities used by the IDEs and can be compiled for free and used in BRPG without paying a dime to adobe. You will just need the free actionscript compiler available from Adobe. There are also a few free third party compilers available.
I'll post links and tips here for these tools once Flash extensions are fully supported by BRPG. - Adobe AIR
Since flash extensions for BRPG were first discussed, Adobe has released a new flash platform called Adobe Integrated Runtime (AIR), which is a desktop application version of flash; a platform that allows specially-designed flash applications to potentially tap into all the power of the operating system like normal desktop apps.
It is worth mentioning that an AIR application could be designed to communicate with Flash extensions in BRPG to put even more power at your fingertips and potentially overcome some of the shortcomings in BRPG's platform (such as the 2MB limit). - Flash Webpages
"I have a flash application built-in to my webpage. Will it work in BRPG?"
That depends whether it is simply contained within the webpage or actually interacts with scripts on your server. Dynamic Flash applications designed for webpages probably won't work from within BRPG without tweaking. - 2 MB Transfer Limit
Flash-based graphics are quite small, since they are defined by vectors instead of bitmaps. Thus most flash applications will be unaffected by this limitation.
The exception would be a large resource used in the application, such as a big MP3 or video file. These would have to be hosted on a web server until a better workaround is found.
(As hinted at above, an Adobe AIR application could potentially be used to get around the 2MB limit in BRPG.) - Extension Manager
Simply placing a flash application on the map as a unit would work well in many cases, but some extensions, such as die rollers and character sheets, would require complicated interfaces and/or would need to be easily accessible at any time (not tied to an encounter).
To deal with this, BRPG would need some way of managing and loading these extensions automatically so they do not need to be set up every session.
Ideally, BRPG could be configured to add extensions as interface elements or grant them their own panels. That feature in itself could be a flash application - a sort of master extension that manages the other flash extensions. That could, for example, be built into the Flash menubar I suggested elsewhere.
A less desirable but simpler alternative to an extension manager would be the ability to load flash applications directly into a tab when the Tabbed Encounters feature is implemented. - Custom BRPG Interface
In case I didn't make myself clear, I will reiterate that the primary strength of Flash would be its ability to communicate with BRPG.
Imagine creating your own interface, with your own panel graphics and colors.
Imagine a custom die roller, card deck feature, or turn sequencer tailored specifically to your gaming system.
These are the sorts of things possible if flash extensions can access BRPG's core features. Probably more than half the features on your wish list could be added in the form of Flash extensions. - Potential Uses
Below is a list of potential uses for Flash in BRPG that have been suggested so far.
(Far from all of the possibilities are listed. Feel free to make more suggestions.)
- Character Animations
- Status Effects
- Visual Effects (Explosions, Waterfalls, etc)
- Sound Effects (Explosions, Waterfalls, etc)
- Movies
- Web Links
- In-game Event Triggers
- Interactive Movies / Event Dialogues
- Background Music
- Interactive Maps (Chests & doors could open & close when clicked)
- Special Grid Effects (Numbers, Notes, etc)
- Play MIDI files
- Web Page Content
- Galleries / Content Management
- Minigames
- MP3 Player
- Character Sheets
- Dice Automation / Macros
- Custom Chat Console
- Custom Turn Sequencer
- Custom Die Roller
- Custom Unit Manager
- Custom Interface Elements (ex. Menubar)
- Day / Night Adjustments in Real-time
- Game Logging / Playback
- and much, much more!