PDA

View Full Version : Using Full Browser Flash Bkgrds...


lyzArts
02-20-2008, 05:03 AM
Ok, so I've been able to make my flash files transparent, so the JPEG that is the background on the web page gives the illusion of full-browser flash...

The problem that I run into is on the transistion animations between one section and another. My sections are color-coded. In order for each section to have its own color, I divided the flash up into separate html files. Unfortunately, between one file and another, there is a jump (obviously). I am wondering what is a good way to make the transistion between one and another (like a fade in/fade out), while having to use JPEGs for html background at the same time? Is this even possible?

Any ideas?

Thanks.

ASWC
02-20-2008, 05:17 AM
if you mean fade in/out between two web pages, that can be done only with certain browsers not all of them. IE for example can do that.

lyzArts
02-20-2008, 06:48 PM
if you mean fade in/out between two web pages, that can be done only with certain browsers not all of them. IE for example can do that.

Is there a resource I can look to for more information on this?

Thanks.

lyzArts
02-25-2008, 09:07 PM
Is IE the only browser that can fade in/fade out between web pages?

lyzArts
02-27-2008, 03:54 AM
What about Safari?

ASWC
02-27-2008, 04:18 AM
As far as I know IE is the only one that does that. It works with javascript. Just google "IE+transition" for a list and tutorials os transition effects.

drumn4life0789
03-11-2008, 04:56 AM
I am pretty sure that there is a <meta> tag that can deal with page transition in html. Im not 100% sure but i think I have seen one some where. Search the web for meta tag transition and im sure you will find it

ASWC
03-11-2008, 05:49 AM
meta tags were used with older versions of IE, now (with IE7 and maybe IE6?) the transitions are treated as ActiveXobject and so are a bit more challenging to use.