LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-10-2009, 09:17 PM
Darrenmtay Darrenmtay is offline
Registered User
 
Join Date: Mar 2009
Location: United Kingdom
Posts: 1
Rep Power: 0
Darrenmtay is on a distinguished road
Html Logo top left above 100% flash movie

Hi,

I have a 100% flash site that I would like to layer a png logo above. I would like the logo to appear top left of the window at all times, above the flash movie.

I have looked online for hours and found wmode tips, etc but I'm a beginner coder and am unsure of how to piece it all together.

I created the flash index.html page within flash CS3, using publish settings and would like some step by step info or guidance on how to achieve the logo png. layer above the movie.

Thanks and here is my flash code:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>index</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
</head>
<style type="text/css">
<!--
body {
height: 100%;
width: 100%;
margin: 0;
}
-->
</style>
<body bgcolor="#ffffff">
<!--url's used in the movie-->
<!--text used in the movie-->
<!--
99%
-->
<!-- saved from url=(0013)about:internet -->
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
'width', '100%',
'height', '100%',
'src', 'home',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'noscale',
'wmode', 'opaque',
'devicefont', 'false',
'id', 'home',
'bgcolor', '#ffffff',
'name', 'home',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'home',
'salign', 'lt'
); //end AC code
}
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/s...ersion=8,0,0,0" width="100%" height="100%" id="home" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="home.swf" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="lt" /><param name="wmode" value="opaque" /><param name="bgcolor" value="#ffffff" /> <embed src="home.swf" quality="high" scale="noscale" salign="lt" wmode="opaque" bgcolor="#ffffff" width="100%" height="100%" name="home" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
</body>
</html>

Last edited by Darrenmtay : 03-10-2009 at 09:17 PM Reason: email notification
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The News From Adobe on the Future of Flash Platform FlashMove Chit Chat Lobby 0 11-10-2011 09:55 AM
Overlay .gif on top of flash movie contiw Flash MX 2 03-18-2006 05:59 PM
Flash Logo not working on HTML Page spurs4ever Client Side 0 05-13-2004 09:44 AM
Making a flash movie swap to a different HTML (Frame) jaszy76 Client Side 10 09-18-2001 08:02 AM
exporting flash a movie hasson Newbies 2 09-11-2000 11:40 AM




All times are GMT. The time now is 03:36 PM.