LinuxQuestions.org
Review your favorite Linux distribution.
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 03-08-2004, 08:24 PM   #1
bulzbb
Member
 
Registered: Feb 2004
Posts: 50

Rep: Reputation: 15
Apache and flash not loading up.


Hi, I know this question has been posted before. The user himself said found the question, but when asked how, he did not reply.

Ok, the problem is with flash not loading up. The page it self loaded, except for the flash. What do I need to do to make it works?

I'm using Slackware 9.1 (Using apache from the distribution).

Thanks.
 
Old 06-17-2004, 09:27 PM   #2
Mandangelo
LQ Newbie
 
Registered: Aug 2003
Posts: 11

Rep: Reputation: 0
i'm in the same boat with ya on this one.
 
Old 06-18-2004, 05:30 AM   #3
Cerbere
Member
 
Registered: Dec 2002
Location: California
Distribution: Slackware & LFS
Posts: 799

Rep: Reputation: 33
There are three things that I can think of to check:

1) Be sure the following line is in your /etc/apache/mime.types file:
Code:
application/x-shockwave-flash        swf
2) Embed the *.swf file in a *.html file with the following snippet:
Code:
<embed src="name_of_flash.swf" quality=high bgcolor=#FFFFFF  WIDTH=320 HEIGHT=240 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
edit the values above as necessary.

3) Be sure that you have the flash plugin installed for your browser. If the html file has the code from above, then your browser should try to download and install the plugin when you request the page. You'll probably have to be root to install it, however.

Enjoy!
--- Cerbere
 
Old 06-18-2004, 05:32 PM   #4
Mandangelo
LQ Newbie
 
Registered: Aug 2003
Posts: 11

Rep: Reputation: 0
head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>first</title>
</head>
<body bgcolor="#000000">
<!--url's used in the movie-->
<!--text used in the movie-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fp
download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" wi
dth="1000" height="650" id="first" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="first.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<embed src="first.swf" quality="high" bgcolor="#000000" width="1000" height="650 <-- got that.
" name="first" align="middle" allowScriptAccess="sameDomain" type="application/x
-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
[root@localhost html]# ls
 
Old 06-18-2004, 05:35 PM   #5
Mandangelo
LQ Newbie
 
Registered: Aug 2003
Posts: 11

Rep: Reputation: 0
holy smoke i'm agrrivated. I can't even think of anything else to check..

is there anyone out there that can help ?





application/whoispp-query
application/whoispp-response
application/wita
application/wordperfect5.1
application/x-bcpio bcpio
application/x-bzip2 bz2
application/x-cdlink vcd
application/x-chess-pgn pgn
application/x-compress
application/x-cpio cpio
application/x-csh csh
application/x-director dcr dir dxr
application/x-dvi dvi
application/x-shockwave-flash swf <-----got that
application/x-futuresplash spl
application/x-gtar gtar
application/x-gzip gz tgz
application/x-hdf hdf
application/x-javascript js
--More--
 
Old 06-18-2004, 05:55 PM   #6
Mandangelo
LQ Newbie
 
Registered: Aug 2003
Posts: 11

Rep: Reputation: 0
i do have some funk in the httpd/error_log

[Thu Jan 01 00:33:17 1998] [error] [client 192.168.0.23] File does not exist: /var/www/error
[Thu Jan 01 00:42:25 1998] [warn] child process 2001 still did not exit, sending a SIGTERM
[Thu Jan 01 00:42:25 1998] [warn] child process 2002 still did not exit, sending a SIGTERM
[Thu Jan 01 00:42:25 1998] [warn] child process 2003 still did not exit, sending a SIGTERM
[Thu Jan 01 00:42:25 1998] [warn] child process 2004 still did not exit, sending a SIGTERM
[Thu Jan 01 00:42:25 1998] [warn] child process 2005 still did not exit, sending a SIGTERM
[Thu Jan 01 00:42:25 1998] [warn] child process 2006 still did not exit, sending a SIGTERM
[Thu Jan 01 00:42:25 1998] [warn] child process 2007 still did not exit, sending a SIGTERM
[Thu Jan 01 00:42:25 1998] [warn] child process 2008 still did not exit, sending a SIGTERM
[Thu Jan 01 00:42:25 1998] [warn] child process 2001 still did not exit, sending a SIGTERM
[Thu Jan 01 00:42:25 1998] [warn] child process 2002 still did not exit, sending a SIGTERM
[Thu Jan 01 00:42:25 1998] [warn] child process 2003 still did not exit, sending a SIGTERM
[Thu Jan 01 00:42:25 1998] [warn] child process 2004 still did not exit, sending a SIGTERM
[Thu Jan 01 00:42:25 1998] [warn] child process 2005 still did not exit, sending a SIGTERM
[Thu Jan 01 00:42:25 1998] [warn] child process 2006 still did not exit, sending a SIGTERM
[Thu Jan 01 00:42:25 1998] [warn] child process 2007 still did not exit, sending a SIGTERM
[Thu Jan 01 00:42:25 1998] [warn] child process 2008 still did not exit, sending a SIGTERM
[Thu Jan 01 00:42:26 1998] [notice] caught SIGTERM, shutting down
[Thu Jan 01 00:42:32 1998] [notice] Digest: generating secret for digest authentication ...
[Thu Jan 01 00:42:32 1998] [notice] Digest: done
[Thu Jan 01 00:42:33 1998] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations
[Thu Jan 01 00:44:45 1998] [warn] child process 2047 still did not exit, sending a SIGTERM
[Thu Jan 01 00:44:45 1998] [warn] child process 2048 still did not exit, sending a SIGTERM
[Thu Jan 01 00:44:45 1998] [warn] child process 2049 still did not exit, sending a SIGTERM
[Thu Jan 01 00:44:45 1998] [warn] child process 2050 still did not exit, sending a SIGTERM
[Thu Jan 01 00:44:45 1998] [warn] child process 2051 still did not exit, sending a SIGTERM
[Thu Jan 01 00:44:45 1998] [warn] child process 2052 still did not exit, sending a SIGTERM
[Thu Jan 01 00:44:45 1998] [warn] child process 2053 still did not exit, sending a SIGTERM
[Thu Jan 01 00:44:45 1998] [warn] child process 2054 still did not exit, sending a SIGTERM
[Thu Jan 01 00:44:45 1998] [warn] child process 2048 still did not exit, sending a SIGTERM
[Thu Jan 01 00:44:45 1998] [warn] child process 2049 still did not exit, sending a SIGTERM
[Thu Jan 01 00:44:45 1998] [warn] child process 2051 still did not exit, sending a SIGTERM
[Thu Jan 01 00:44:45 1998] [warn] child process 2052 still did not exit, sending a SIGTERM
[Thu Jan 01 00:44:45 1998] [warn] child process 2053 still did not exit, sending a SIGTERM
[Thu Jan 01 00:44:45 1998] [warn] child process 2054 still did not exit, sending a SIGTERM
[Thu Jan 01 00:44:46 1998] [notice] caught SIGTERM, shutting down
[Thu Jan 01 00:44:54 1998] [notice] Digest: generating secret for digest authentication ...
[Thu Jan 01 00:44:54 1998] [notice] Digest: done
[Thu Jan 01 00:44:55 1998] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations
[root@localhost httpd]# uptine
-bash: uptine: command not found
[root@localhost httpd]# uptime
00:58:08 up 56 min, 2 users, load average: 0.00, 0.00, 0.00
[root@localhost httpd]#
 
  


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
FLASH FLASH XP Home and Samba Fix FLASH FLASH zollodav Linux - Networking 1 02-19-2006 01:16 AM
Firefox Freeze when loading website with Flash teob Linux - Software 4 11-26-2005 10:55 AM
apache just won't serve flash.. help ! Mandangelo Programming 6 06-23-2004 06:56 AM
Apache and Flash Headaches Kong Linux - Software 2 01-02-2004 01:54 AM
Flash and Apache problem Kong Linux - Software 1 12-14-2003 12:47 PM

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

All times are GMT -5. The time now is 10:42 PM.

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