Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: layering
From: Kelly, Michael
Date: Thu, 6 Jan 2000 21:33:35 GMT

thanks Tsun, i know this has probably been adressed before but where do i
get my hands on generator?

Thanks
Mick Kelly
Mob: 0410 531 511


-----Original Message-----
From: TSun Lee [ancient100athotmail [dot] com (mailto:ancient100athotmail [dot] com)]
Sent: Friday, 7 January 2000 6:43
To: flasheratchinwag [dot] com
Cc: simonparrisathotmail [dot] com
Subject: Re: FLASH: layering


>From what I've been taught and hav experienced, flash is just like that. I
believe it has to do with the interactivity of flash...if covered how would
it work..of course as the designer you wouldn't cover flash buttons with
regular html.

some things you might want to check out if you can't find a solution with
what you have in mind is:
1)convert the flash animation(if it has no interactivity note above) to
individual pictures and then recompose them as an animated gif...gif's can
be placed behind other layers in DHTML. that would atleast still look like
flash and using the most recent tools like photoshop 5.5 and image ready,
you'd see next to no quality loss.

2)make the whole thing flash...anything you can generate in basic HTML and
the majority of DHTML can be done in flash..you'd jsut have to learn the
techniques which are everywhere. Your only concern with this option is that

if you're pulling from a database..what would you do?....that's why flash
generator was made. :-) generator can pull data from textfields,
databases, or folders and replace it daily/hourly/wheneverly you need it to
change right inside your current flash structure. check the template
function in flash


>From: "Kelly, Michael" <MKellyatcsr [dot] com [dot] au>
>Reply-To: flasheratchinwag [dot] com
>To: "'flasheratchinwag [dot] com'" <flasheratchinwag [dot] com>
>Subject: FLASH: layering
>Date: Thu, 6 Jan 2000 14:23:19 +1100
>
>G'day,
>
>I've used a bit of dhtml in the past and am now moving into flash (as it
>seems like the way to go), but sometimes the positioning ability of chtml
>can come in handy. I have a page already completed and being used but the
>boss would like to see some flash in there to show the users we're doing
>something flashy. He thought we could put an image like a background behind
>what we already have (as space is limited). So i created a simple swf which
>has a light grey and white world map scrolling across and we would like it
>to appear behind everything else which is written in html.
>i put the flash object in a div with z-index 0 and the rest in a div with
>z-index 100 and flash inists on being on top. Do you know if what i'm
>trying
>to do is feasible? Here is the code...
>
><body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0">
><div style="z-index: 0; position: absolute; top: 0px; left: 0px; width:
>100%; height: 100%;" align="center">
>
><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
>codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,
0
>,0" ID="map"
>WIDTH="100%" HEIGHT="100%">
> <param name="movie" value="map.swf">
> <param name="menu" value="false">
> <param name="quality" value="high">
> <param name="bgcolor" value="#FFFFFF"><embed src="map.swf" menu="false"
>quality="high" bgcolor="#FFFFFF" WIDTH="100%"
>HEIGHT="100%" TYPE="application/x-shockwave-flash"
>PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod
_
>Version=ShockwaveFlash">
></object>
></div>
>
><div align="center"
>style="z-index: 100; position: absolute; top: 200px; left: 0px; width:
>100%;
>font-size: 30px; font-family: verdana;">
>THIS IS JUST A TEST PAGE!!!
></div>
></body>
>
>Thanks
>Mick Kelly
>
>
>flasher is generously supported by...
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Streaming Media WEST '99 Conference & Exhibition
> "The Worlds largest Internet Audio & Video Event"
> December 7 - 9, San Jose Convention Center, California
>
>Reserve your space today at http://www.streamingmedia.com
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
>http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]