1- I successfully configured the Gnash source code on Ubuntu and I am able
> to run the SWF file on my system. I want to know how we can configure
the
> Gnash source code to Freescale Coldfire Series MCF5271 controller
running
> on Linux kernel 2.4.
> What are options need to Enable/Disable while configuring Gnash so that
i
> can run my SWF file on my Embedded device.
> Depending on whether your device runs X11 or not, just recompile
>Gnash for your target. You don't have to do anything special.
> 3- What additional packages need to be used to port the Gnash to an
> Embedded device.
> The same as what you used on Ubuntu.
I want to use flash as UI in our project, and we plan to use gnash in
replacement for Adobe flash.UI contain the Buttons and Text Boxes.
The toolchain used is m68k-elf-tools-20030314.sh.Controller is Freescale
Coldfire Series MCF5271 Linux 1.2.4
I recompile the gnash for target by writing following configuration
options
./configure --host=m68k-elf --target=m68k-elf --prefix=/usr/local/bin
--enable-renderer=AGG --enable-media=none --enable-gui=FB --disable-plugin
How to compile the gnash to generate .elf file for target
My questions are
1- How we can run the Gnash player on our device.
2- Where I have to load swf file and which API class is used to read the
swf file.
3- How gnash gets command from swf(our UI)i.e.how gnash capture buttons in
swf file.
In our project we are trying to generate Output.elf file using
m68k-elf-tools-20030314.sh tool chain for target.How to generate this
Output.elf file for Gnash source code.
Since i am not able to understand the structure of files of Gnash Source
code.
On desktop we can write following command
>>gnash FileName.swf
to run FileName.swf file, but how to run the same FileName.swf file on
target.
Thanks,
Indrajeet G.
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev