LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-08-2007, 11:47 PM   #1
max020
LQ Newbie
 
Registered: Apr 2007
Distribution: mandriva
Posts: 26

Rep: Reputation: 15
Arrow flash(swf) editor for linux?


hi
im just Wondering how can i create and edit flash or .swf files on linux?
i tried to install f4l many times but it does'nt seem to work
and tried wine did't have any luck
i Really don't want to go back to windows
so is there any way i can edit flash linux?





thankx

Last edited by max020; 06-08-2007 at 11:49 PM.
 
Old 06-09-2007, 03:34 PM   #2
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Are there any errors installing or starting the f4l app?

Did a quick google search and found other linux based flash tools. This might be of use. http://spalah.sourceforge.net/ . If not then google for linux flash and check out the others.

Brian
 
Old 06-09-2007, 11:54 PM   #3
Marsolin
Member
 
Registered: Jul 2005
Posts: 124

Rep: Reputation: 15
OpenLaszlo and Wink are a couple options to look at.
 
Old 06-10-2007, 08:33 AM   #4
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Hi Marsolin, that is a good link to keep bookmarked. Thanks.

Brian
 
Old 06-10-2007, 12:04 PM   #5
max020
LQ Newbie
 
Registered: Apr 2007
Distribution: mandriva
Posts: 26

Original Poster
Rep: Reputation: 15
Hi guys,
Quote:
Originally Posted by Brian1
Are there any errors installing or starting the f4l app?

Did a quick google search and found other linux based flash tools. This might be of use. http://spalah.sourceforge.net/ . If not then google for linux flash and check out the others.

Brian
this is the full out put i get when installing f4l:
Quote:
[root@localhost f4l-0.2.1]# qmake -project
[root@localhost f4l-0.2.1]# qmake -o Makefile f4l.pro
[root@localhost f4l-0.2.1]# make
cd src/flagStonePort/transform-cxx-bsd/transform && make -f Makefile
make[1]: Entering directory `/home/m-j/programs/f4l-0.2.1/f4l-0.2.1/src/flagSton
ePort/transform-cxx-bsd/transform'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/m-j/programs/f4l-0.2.1/f4l-0.2.1/src/flagStone
Port/transform-cxx-bsd/transform'
cd src/flagStonePort/transform-util-cxx/transform-util && make -f Makefile
make[1]: Entering directory `/home/m-j/programs/f4l-0.2.1/f4l-0.2.1/src/flagSton
ePort/transform-util-cxx/transform-util'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/m-j/programs/f4l-0.2.1/f4l-0.2.1/src/flagStone
Port/transform-util-cxx/transform-util'
cd src && make -f Makefile
make[1]: Entering directory `/home/m-j/programs/f4l-0.2.1/f4l-0.2.1/src'
qmake -o Makefile src.pro
make[1]: Leaving directory `/home/m-j/programs/f4l-0.2.1/f4l-0.2.1/src'
make[1]: Entering directory `/home/m-j/programs/f4l-0.2.1/f4l-0.2.1/src'
Makefile:2554: warning: overriding commands for target `functions.o'
Makefile:1042: warning: ignoring old commands for target `functions.o'
Makefile:2564: warning: overriding commands for target `main.o'
Makefile:1052: warning: ignoring old commands for target `main.o'
g++ -c -pipe -Wall -W -O2 -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/usr/
lib/qt3/mkspecs/default -I. -I. -IflagStonePort/transform-cxx-bsd/transform -Ifl
agStonePort/transform-util-cxx/transform-util -IflagStonePort/translate-as1/exam
ples -IflagStonePort/translate-as1/translate-asl -I/usr/lib/qt3//include -o func
tions.o flagStonePort/transform-util-cxx/examples/functions.cpp
flagStonePort/transform-util-cxx/examples/functions.cpp:19:33: error: transform/
transform.h: No such file or directory
flagStonePort/transform-util-cxx/examples/functions.cpp:20:42: error: transform-
util/transformutil.h: No such file or directory
flagStonePort/transform-util-cxx/examples/functions.cpp:145:2: warning: no newli ne at end of file
flagStonePort/transform-util-cxx/examples/functions.cpp:23: error: ‘transform’ i s not a namespace-name
flagStonePort/transform-util-cxx/examples/functions.cpp:23: error: expected name space-name before ‘;’ token
flagStonePort/transform-util-cxx/examples/functions.cpp:114: error: variable or field ‘saveMovie’ declared void
flagStonePort/transform-util-cxx/examples/functions.cpp:114: error: ‘FSMovie’ wa s not declared in this scope
flagStonePort/transform-util-cxx/examples/functions.cpp:114: error: ‘movie’ was not declared in this scope
flagStonePort/transform-util-cxx/examples/functions.cpp:114: error: expected pri mary-expression before ‘path’
flagStonePort/transform-util-cxx/examples/functions.cpp:114: error: expected pri mary-expression before ‘filename’
flagStonePort/transform-util-cxx/examples/functions.cpp:114: error: initializer expression list treated as compound expression
flagStonePort/transform-util-cxx/examples/functions.cpp:115: error: expected ‘,’ or ‘;’ before ‘{’ token
make[1]: *** [functions.o] Error 1
make[1]: Leaving directory `/home/m-j/programs/f4l-0.2.1/f4l-0.2.1/src'
make: *** [sub-src] Error 2
[root@localhost f4l-0.2.1]#
Quote:
Originally Posted by Marsolin

OpenLaszlo and Wink are a couple options to look at
wink just record my desktop i hope i finde an editor
but i will check out OpenLaszlo
 
Old 06-10-2007, 01:56 PM   #6
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
I downloaded the same version with similiar error. So I downloaded the latst cvs version 0.2 and run qmake then make. They completed fine. Did not install but ran the f4l app. Not sure if it worked fully because no make install run.

Brian
 
Old 06-10-2007, 02:44 PM   #7
max020
LQ Newbie
 
Registered: Apr 2007
Distribution: mandriva
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Brian1
I downloaded the same version with similiar error. So I downloaded the latst cvs version 0.2 and run qmake then make. They completed fine. Did not install but ran the f4l app. Not sure if it worked fully because no make install run.

Brian
ok where can i download cvs from? i will give it a try
 
Old 06-10-2007, 02:54 PM   #8
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
It is listed right on Flash 4 Linux website in the download section.

Brian
 
Old 06-10-2007, 04:08 PM   #9
max020
LQ Newbie
 
Registered: Apr 2007
Distribution: mandriva
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Brian1
It is listed right on Flash 4 Linux website in the download section.

Brian
ok let's take it step by step
1-i went to f4l.sourceforge.net didn't find a download section for cvs.
2- so i downloaded (smartcvs-generic-6_0_2) and it Requires (java run time Environment).
3-so i downloaded this file for java (jre-6u1-linux-i586-rpm.bin)in order to run smart cvs.
now when i click on the file kwrite start's so how can i install jre
or is there an Alternative?
 
Old 06-10-2007, 04:18 PM   #10
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Going to this link. http://f4l.sourceforge.net/
For version 2 listed says run this command.
Code:
cvs -z9 -d:pserver:anonymous@f4l.cvs.sf.net:/cvsroot/f4l co f4l-0.2
One needs cvs installed to use it. Hope this helps out.

Brian
 
Old 06-10-2007, 04:36 PM   #11
max020
LQ Newbie
 
Registered: Apr 2007
Distribution: mandriva
Posts: 26

Original Poster
Rep: Reputation: 15
ok thanx 4 the replay it's the only thing keep's me going
but i get
Quote:
(bash: cvs: command not found
when i use this command
Quote:
cvs -z9 -d : pserver:anonymous@f4l.cvs.sf.net:/cvsroot/f4l co f4l-0.2
that's why i downloaded smart cvs

Last edited by max020; 06-10-2007 at 04:40 PM.
 
Old 06-10-2007, 04:47 PM   #12
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Not sure on cvs install. I use Redhat type distro and used an rpm package to install cvs.

Brian
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SWF/Flash decompiler introuble Programming 1 06-18-2006 05:00 AM
SWF/Flash decompiler introuble Linux - Software 0 06-18-2006 03:59 AM
SWF Editor for Linux? tibberous Linux - Software 1 05-07-2006 06:46 PM
Using flash movies as .swf phil989 General 3 02-19-2006 05:11 AM
Flash image (.swf) in Linux nebu Linux - Software 2 07-01-2005 02:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration