[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.1

Flash (swf file) into a Drupal Homepage

Asked by livewirewebsolutions in Drupal, Adobe Flash

Tags: Drupal, Flash, swf

I am building a Drupal site and want to put a flash header on the home page.  I keep embedding the swf file in this file (page.tpl.php) but the movie does not run.  Only a white image appears that represent the swf.  Below is the regular code from drupal.  How do I embed the swf file?
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
 
<head>
 
  <title><?php print $head_title ?></title>
  <?php print $head ?>
  <?php print $styles ?>
  <?php print $scripts ?>
  <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
  <script src="../../../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
 
<body>
 
<!-- Main Container Starts Here -->
<div class="main-container">
	<div class="container">
		<div class="header">
		
		  <div class="logo">
				<?php if ($logo) { ?><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a><?php } ?>
		  </div>
			<div class="slogan">
				<?php if ($site_slogan) { ?><?php print $site_slogan ?><?php } ?>
			</div>
			<div class="search-box">
				<?php if ($search_box) { ?><?php print $search_box ?><?php } ?>
			</div>
	  </div>
		<div class="leftbar">
			<?php if (isset($secondary_links)) { ?>
				<?php print theme('links', $secondary_links, array('class' =>'links', 'id' => 'subnavlist')) ?>
			<?php } ?>
	        <?php if (isset($primary_links)) { ?>
				<?php print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) ?>
			<?php } ?>
			<?php print $left; ?>
		</div>
		<div class="right-area">
			<div class="top-image">
				<div class="site-name">
					<?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?>
				</div>
			</div>
			<div class="content-area">
	 
				<?php if ($mission) { ?><div id="mission"><?php print $mission ?></div><?php } ?>
				  <div id="main">
					<?php print $breadcrumb ?>
					<h1 class="title"><?php print $title ?></h1>
					<div class="tabs"><?php print $tabs ?></div>
					<?php print $help ?>
					<?php print $messages ?>
					<?php print $content; ?>
					<?php print $feed_icons; ?>
				  </div>
			</div>
		</div>
	</div>
</div>
<!-- Mian Container Ends Here -->
<div class="footer">
	<div class="footer-info">
	<?php print $footer_message ?>
	Powered by Drupal, Design and Developed by <a href="http://www.livewirewebsolutions.com" target="_blank">Livewire Web Solutions Inc.</a>,	</div>
</div>
<?php print $closure ?>
</body>
</html>
[+][-]08/27/09 04:13 PM, ID: 25203489Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Drupal, Adobe Flash
Tags: Drupal, Flash, swf
Sign Up Now!
Solution Provided By: DJmusic
Participating Experts: 2
Solution Grade: A
 
[+][-]08/25/09 08:12 PM, ID: 25184181Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/26/09 06:06 AM, ID: 25187105Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/27/09 06:06 AM, ID: 25197551Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/27/09 06:26 AM, ID: 25197827Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/27/09 10:16 AM, ID: 25200562Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/28/09 04:56 AM, ID: 25206592Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/28/09 05:56 AM, ID: 25207035Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091118-EE-VQP-93 - Hierarchy / EE_QW_3_20080625