View Full Version : Issues Embedding Flash in HTML
liquidgraph
06-12-2007, 03:10 AM
I've made a Flash navigation bar that I'd like to integrate into my HTML website. Problem is, I need this nav bar to stay persistant even though the user gets directed to various HTML pages. I can't have the bar reloading everytime the user loads a new page because animations will be in mid-stream, and I don't want to abruptly interrupt them. How can this done smoothly?
Here's my nav bar: http://www.liquid-graphics.net/leogura_banner_02.html
atomic
06-12-2007, 03:24 AM
A frameset?
liquidgraph
06-12-2007, 03:39 AM
That's not very helpful. Could you elaborate?
atomic
06-12-2007, 03:46 AM
A frameset is an html page divided in frames...
In your case, it could be a top frame in which you'd embed your Flash navigation movie, and a large bottom frame in which you'd load up your other html pages... That way, your top frame's content is always the same, only the bottom frame's content changes...
http://www.tizag.com/htmlT/frames.php
liquidgraph
06-12-2007, 03:58 AM
Okay, I see, but then my banner would always stay up top, even when I scroll the content portion of the page. Let me ask you this, could I make use of PHP to embed the Flash banner, and have it stay persistent throughout the various HTML pages? If so, I think that'd be a better method.
atomic
06-12-2007, 04:06 AM
Okay, I see, but then my banner would always stay up top, even when I scroll the content portion of the page...
Wasn't that the idea?
PHP to embed the Flash banner...
Don't know anything about that!
liquidgraph
06-12-2007, 04:26 AM
The banner should function similar to the one on top of this forum site, except with smooth animations for rollover and onpress events. When you scroll down, the banner should disappear.
atomic
06-12-2007, 04:31 AM
Well... Good luck!
LOLFlash
06-12-2007, 04:35 AM
liquidgraph
if you beginner use frameset it easy. If you know haw to shoot variables back and forth you can go with php header and motin interact each time new page loaded
liquidgraph
06-13-2007, 06:46 AM
If resorted to PHP, but the solution still elludes me. If I include the flash navigation bar (using PHP include function) in my HTML, the navigation bar still reloads and the animation is interupted when I follow any of the links in my nav bar.
Is there a way to make the nav bar persistant, and have it NOT reload, even though the rest of the page does?
LOLFlash
06-14-2007, 03:29 AM
Nope
every time you loading new content in IE, it's start from ziro.
the only way you can do in new loaded movie in new page-> start animation according server respond :
Expl: from "home" link you went to "about", after swf file loaded in new window it can start animation from "From:Home To:About"
atomic
06-14-2007, 03:49 AM
Frameset or possibly Iframe for content...
double_a_q
09-10-2007, 04:53 AM
but from seeing the number of problems people are facing with target loading in a frameset, ASP 3 screwed it all.:(
flashamataz
09-10-2007, 05:05 AM
Can someone please tell me what this code does in terms of inserting a movie using html.
kkthnx
<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>Flipbook Media: Brisbane Independent Photographers, Filmmakers, Podcasters & Gallery.</TITLE>
<meta name="DESCRIPTION" content="Music Clips & Art, Budget Studio Hire, Avant Garde Photography">
<meta name="KEYWORDS" content="Brisbane, photography, filmmakers, video, design, studio, podcasting, production">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body bgcolor="#ffffff">
<!--url's used in the movie-->
<!--text used in the movie-->
<!--
-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="flash/FLP_home_regular" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="images/flash/FLP_home_regular.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="images/flash/FLP_home_regular.swf" quality="high" bgcolor="#ffffff" width="100%" height="100%" name="flash/FLP_home_regular" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.