PC Review


Reply
Thread Tools Rate Thread

How do I layer a animated pic over a flash slideshow?

 
 
Kchavez
Guest
Posts: n/a
 
      13th Apr 2008
I am trying to layer and animated picture to move across the page over a
flash sideshow and it keeps putting the animated image behind it. I have
tried the different positioning but it keeps putting it in the back. Anyone
have any ideas?
 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      13th Apr 2008
Set your flash parameters to allow transparency
wmode=Transparent
See http://kb.adobe.com/selfservice/view...nalId=tn_12701

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Kchavez" <(E-Mail Removed)> wrote in message news:9F667721-4E20-491F-B300-(E-Mail Removed)...
|I am trying to layer and animated picture to move across the page over a
| flash sideshow and it keeps putting the animated image behind it. I have
| tried the different positioning but it keeps putting it in the back. Anyone
| have any ideas?


 
Reply With Quote
 
Kchavez
Guest
Posts: n/a
 
      13th Apr 2008
Thank you! I will try that!


"Kchavez" wrote:

> I am trying to layer and animated picture to move across the page over a
> flash sideshow and it keeps putting the animated image behind it. I have
> tried the different positioning but it keeps putting it in the back. Anyone
> have any ideas?

 
Reply With Quote
 
Kchavez
Guest
Posts: n/a
 
      13th Apr 2008
ok I tried that, and it is still behind it. Maybe I put the code in the wrong
place? I dont know html very well. I create mainly in the design view. Any
other ideas?

"Kchavez" wrote:

> I am trying to layer and animated picture to move across the page over a
> flash sideshow and it keeps putting the animated image behind it. I have
> tried the different positioning but it keeps putting it in the back. Anyone
> have any ideas?

 
Reply With Quote
 
Kchavez
Guest
Posts: n/a
 
      13th Apr 2008
<div style="position: absolute; width: 100px; height: 100px; z-index: 0"
id="layer2;"wmode="Transparent">
<object classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="824" height="159">
<param name="movie" value="klamathpics.swf">
<param name="quality" value="High">
<embed src="klamathpics.swf"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" name="obj1" width="824"
height="159"></object>
</div>

Thats the code and where i put it..???

"Stefan B Rusynko" wrote:

> Set your flash parameters to allow transparency
> wmode=Transparent
> See http://kb.adobe.com/selfservice/view...nalId=tn_12701
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
> _____________________________________________
>
>
> "Kchavez" <(E-Mail Removed)> wrote in message news:9F667721-4E20-491F-B300-(E-Mail Removed)...
> |I am trying to layer and animated picture to move across the page over a
> | flash sideshow and it keeps putting the animated image behind it. I have
> | tried the different positioning but it keeps putting it in the back. Anyone
> | have any ideas?
>
>
>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      13th Apr 2008
See below

<div style="position: absolute; width: 100px; height: 100px; z-index: 0" id="layer2>
<object classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="824" height="159">
<param name="movie" value="klamathpics.swf">
<param name="quality" value="High">
<param name="wmode" value="Transparent">
<embed src="klamathpics.swf"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" name="obj1" width="824"
height="159"></object>
</div>



_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Kchavez" <(E-Mail Removed)> wrote in message news:E6E5BF52-003B-49B8-BABE-(E-Mail Removed)...
| <div style="position: absolute; width: 100px; height: 100px; z-index: 0"
| id="layer2;"wmode="Transparent">
| <object classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1"
| codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="824"
height="159">
| <param name="movie" value="klamathpics.swf">
| <param name="quality" value="High">
| <embed src="klamathpics.swf"
| pluginspage="http://www.macromedia.com/go/getflashplayer"
| type="application/x-shockwave-flash" name="obj1" width="824"
| height="159"></object>
| </div>
|
| Thats the code and where i put it..???
|
| "Stefan B Rusynko" wrote:
|
| > Set your flash parameters to allow transparency
| > wmode=Transparent
| > See http://kb.adobe.com/selfservice/view...nalId=tn_12701
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > "Kchavez" <(E-Mail Removed)> wrote in message news:9F667721-4E20-491F-B300-(E-Mail Removed)...
| > |I am trying to layer and animated picture to move across the page over a
| > | flash sideshow and it keeps putting the animated image behind it. I have
| > | tried the different positioning but it keeps putting it in the back. Anyone
| > | have any ideas?
| >
| >
| >


 
Reply With Quote
 
Kchavez
Guest
Posts: n/a
 
      14th Apr 2008
ok, I tried that and it still is behind it? I might have to figure something
else out..

"Stefan B Rusynko" wrote:

> See below
>
> <div style="position: absolute; width: 100px; height: 100px; z-index: 0" id="layer2>
> <object classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1"
> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="824" height="159">
> <param name="movie" value="klamathpics.swf">
> <param name="quality" value="High">
> <param name="wmode" value="Transparent">
> <embed src="klamathpics.swf"
> pluginspage="http://www.macromedia.com/go/getflashplayer"
> type="application/x-shockwave-flash" name="obj1" width="824"
> height="159"></object>
> </div>
>
>
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
> _____________________________________________
>
>
> "Kchavez" <(E-Mail Removed)> wrote in message news:E6E5BF52-003B-49B8-BABE-(E-Mail Removed)...
> | <div style="position: absolute; width: 100px; height: 100px; z-index: 0"
> | id="layer2;"wmode="Transparent">
> | <object classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1"
> | codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="824"
> height="159">
> | <param name="movie" value="klamathpics.swf">
> | <param name="quality" value="High">
> | <embed src="klamathpics.swf"
> | pluginspage="http://www.macromedia.com/go/getflashplayer"
> | type="application/x-shockwave-flash" name="obj1" width="824"
> | height="159"></object>
> | </div>
> |
> | Thats the code and where i put it..???
> |
> | "Stefan B Rusynko" wrote:
> |
> | > Set your flash parameters to allow transparency
> | > wmode=Transparent
> | > See http://kb.adobe.com/selfservice/view...nalId=tn_12701
> | >
> | > --
> | >
> | > _____________________________________________
> | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> | > "Warning - Using the F1 Key will not break anything!" (-;
> | > To find the best Newsgroup for FrontPage support see:
> | > http://www.net-sites.com/sitebuilder/newsgroups.asp
> | > _____________________________________________
> | >
> | >
> | > "Kchavez" <(E-Mail Removed)> wrote in message news:9F667721-4E20-491F-B300-(E-Mail Removed)...
> | > |I am trying to layer and animated picture to move across the page over a
> | > | flash sideshow and it keeps putting the animated image behind it. I have
> | > | tried the different positioning but it keeps putting it in the back. Anyone
> | > | have any ideas?
> | >
> | >
> | >
>
>
>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      14th Apr 2008
The flash is z index 0
- make it higher than the z-index of your animation
<div style="position: absolute; width: 100px; height: 100px; z-index: 2" id="layer2">

and your animation would be
<div style="z-index: 1" id="layer1">


_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Kchavez" <(E-Mail Removed)> wrote in message news17CCE0A-FA2A-49CA-83D4-(E-Mail Removed)...
| ok, I tried that and it still is behind it? I might have to figure something
| else out..
|
| "Stefan B Rusynko" wrote:
|
| > See below
| >
| > <div style="position: absolute; width: 100px; height: 100px; z-index: 0" id="layer2>
| > <object classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1"
| > codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="824"
height="159">
| > <param name="movie" value="klamathpics.swf">
| > <param name="quality" value="High">
| > <param name="wmode" value="Transparent">
| > <embed src="klamathpics.swf"
| > pluginspage="http://www.macromedia.com/go/getflashplayer"
| > type="application/x-shockwave-flash" name="obj1" width="824"
| > height="159"></object>
| > </div>
| >
| >
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > "Kchavez" <(E-Mail Removed)> wrote in message news:E6E5BF52-003B-49B8-BABE-(E-Mail Removed)...
| > | <div style="position: absolute; width: 100px; height: 100px; z-index: 0"
| > | id="layer2;"wmode="Transparent">
| > | <object classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1"
| > | codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="824"
| > height="159">
| > | <param name="movie" value="klamathpics.swf">
| > | <param name="quality" value="High">
| > | <embed src="klamathpics.swf"
| > | pluginspage="http://www.macromedia.com/go/getflashplayer"
| > | type="application/x-shockwave-flash" name="obj1" width="824"
| > | height="159"></object>
| > | </div>
| > |
| > | Thats the code and where i put it..???
| > |
| > | "Stefan B Rusynko" wrote:
| > |
| > | > Set your flash parameters to allow transparency
| > | > wmode=Transparent
| > | > See http://kb.adobe.com/selfservice/view...nalId=tn_12701
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > To find the best Newsgroup for FrontPage support see:
| > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | > _____________________________________________
| > | >
| > | >
| > | > "Kchavez" <(E-Mail Removed)> wrote in message news:9F667721-4E20-491F-B300-(E-Mail Removed)...
| > | > |I am trying to layer and animated picture to move across the page over a
| > | > | flash sideshow and it keeps putting the animated image behind it. I have
| > | > | tried the different positioning but it keeps putting it in the back. Anyone
| > | > | have any ideas?
| > | >
| > | >
| > | >
| >
| >
| >


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Exporting animated slideshow as static slides for webinar provider AlexZ Microsoft Powerpoint 6 30th Jul 2008 05:23 PM
business layer, data access layer , presentation layer for asp.net using C#.net Dhananjay Microsoft C# .NET 2 19th Dec 2006 09:23 AM
business layer, data access layer , presentation layer for asp.net using C#.net Dhananjay Microsoft ASP .NET 1 18th Dec 2006 11:35 PM
Why is Flash content affecting layer visibility =?Utf-8?B?a2FyZW4=?= Microsoft Frontpage 1 28th Apr 2006 08:08 PM
Placeing a slideshow inside a layer =?Utf-8?B?TWFubnkgQQ==?= Microsoft Frontpage 2 17th Nov 2005 12:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:27 AM.