Nov 21, 2009
Pages: 1, 2, 3

Flash Movie As Background? - - Is it possible?

free web hosting

Read Latest Entries..: (Post #25) by iGuest on Jun 18 2009, 05:03 AM.
Can we have button in this flash? Flash Movie As Background? Hi iguest, Really nice effect and I appreciate the fact that you are willing to share. A small question if I may? Do you think we could have buttons that are clickable in this background image? I am interested in using a CMS to ensureeasy content upload for the clients, and at the same have a small flash animation in a corner, which I would like to have clickable spots. Since this animation should appear on all pages, it would be nic...
read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > MODERATED AREA > Computers

Flash Movie As Background? - - Is it possible?

nickmealey
Can I create a Flash movie, with sound, and set it as my background for my site? I don't want this flash movie to be the body background, but in a cell. If somone knows a code for that, do tell.
, thanx Nickmealey

Comment/Reply (w/o sign-up)

heavensounds
Hey, I searched the web and I am sorry to tell you that this is almost for sure not possible...here is one answer on some other forum --> CLICK

I will try to find a way, but i think you'll have to find another way around it;)

Good day..

Comment/Reply (w/o sign-up)

Wyllt
Why would you need to do this? Just create the entire content within the flash movie and put that in the cell, background content and all.

In short I know of no way to do this.

Comment/Reply (w/o sign-up)

nickmealey
so I can have links on top of it. But thats ok

Comment/Reply (w/o sign-up)

ReRush
Even if you could, it isn't that great of an idea. Things would load much to slow, unless it was on your frontpage, which is a different story.

Comment/Reply (w/o sign-up)

huls
but with which program do you make flash websites...i tried dreamweaver but it wont install on my pc...

Comment/Reply (w/o sign-up)

ket
QUOTE(huls @ Mar 25 2005, 09:02 PM)
but with which program do you make flash websites...i tried dreamweaver but it wont install on my pc...
*




The most famous/used program to make flash websites is Macromedia Flash by Macromedia, you can download a trial version here - http://www.macromedia.com/software/flash/

Comment/Reply (w/o sign-up)

rapisten
why not make your ebsite in flash it will be better. Then you also could have animated menu and everything else. Just try google to find some tyutorials and like ket said you could use the trial version

Comment/Reply (w/o sign-up)

Wyllt
QUOTE(nickmealey @ Mar 24 2005, 03:12 PM)
so I can have links on top of it. But thats ok
*



But you can build links into a flash animation. I still don't see any advantage to what you want to do.

Comment/Reply (w/o sign-up)

whyme
My best guess who to be to take a screenshot of the flash background, then save it as a jpeg file, then use html to make the background appear on the cell, then, grab the audio you need, and add that in onto your HTML page.

Comment/Reply (w/o sign-up)

Latest Entries

iGuest
Can we have button in this flash?
Flash Movie As Background?

Hi iguest,

Really nice effect and I appreciate the fact that you are willing to share. A small question if I may? Do you think we could have buttons that are clickable in this background image? I am interested in using a CMS to ensureeasy content upload for the clients, and at the same have a small flash animation in a corner, which I would like to have clickable spots. Since this animation should appear on all pages, it would be nice if I could use this as the background...Hence my question.

Would appreciate any tips.

Thanks and regards

Jaya


Comment/Reply (w/o sign-up)

iGuest
yes it can be done
Flash Movie As Background?

Yes of course it can be done :)

 I recently did one for a client here ...

 http://www.Thesquarefestival.Com/

 It takes the best of both worlds, using a CMS , worpress blog for SEO of content, and then add a little flash for spice ;)

 View the source if it helps you figure it out.

Pete
Http://scotche.Gg


Comment/Reply (w/o sign-up)

iGuest
Flash Movie As Background? - - Is it possible?
Flash Movie As Background?

yes, it is possible.

the way you do it is through css layers. With css you can specify content to be on different 'layers' and those layers can overlap.

so, publish your flash project as per normal, then in the html code of your page,

if you want you can set your flash file's background to transparent, that would be good. Just add a new parameter to the flash object code in your HTML document:

<param name = "wmode" value="transparent"/>

then again in your embed tag:
<embed src="1.Swf" width="500" height="400" quality="high" wmode="transparent">

keep in mind that setting your flash movie to transparent requires more video processing power, so users with slower computers may have problems with it. Personally I'd just live with the white box. It would only be there for a fraction of a second (make sure when you publish your flash file you publish it to load "top - down" otherwise the white box will stay there until your entire movie's loaded.

ok after that

<div id="layer" style="position:absolute; width:'100%'; height:'100%'; z-index:100; left: 1px; top: 1px">

content goes here including tables, images, all sorts etc

</div>


Of course, you'd want to publish your flash project with the settings 'exactfit', 100% width and 100% height. To fill the screen completely. And then, to make the flash project extend to the margins of the page change the <body> tag to include these bits:

<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginheight="0" marginwidth="0">

the only issue is with mac os 9 or earlier, where you get the content overtop and the flash layer below madly fighting it out. but in newer ver. It's working fine.

-reply by Hardik


Comment/Reply (w/o sign-up)

iGuest
Flash Movie As Background? - - Is it possible?
Flash Movie As Background?

Here is the link with flash background on top. It's stretchable. 

www.Sony.Co.Uk

I try to find same way to add flash movie as a background image and let table set on top. It's nice for design style.Who know HOW dose it work?

-reply by BGBG

 


Comment/Reply (w/o sign-up)

iGuest
successfully implement the \\\"FLASH in Background with DIVs on top\\\" but face \\\"navigation problem with flash button within DIV\\\"
Flash Movie As Background?

Hi, Just wanna drop a thanks to iGuest. I've tried your suggestions and it work for me... However another issue arise in 'Internet Explorer' [[works perfectly fine in Firefox]], I have flash buttons (within a Div) for navigation above this flash movie that become not functioning (links as well as the mouseover effects)... It would be great if someone can give me some advice here...



-question by Radiance

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2, 3
Similar Topics

Keywords : flash, movie, background

  1. Windows Movie Maker
    (0)
  2. Flash Drive Not Reading Problem Need Support
    (10)
    This classmate of mines flash drive seem to be having reading problems, like it was there but when
    you click on the drive it's empty or you get the insert flash drive pop. Well in 2 tries i got
    it to work problem solve I saved her info on my computer just in case. When she tried it on her
    computer problem came up, so I though if i reformat this it would work well nope it didn't. By
    then my computer wasn't picking it up at all (might have used the wrong FAT format but I doubt
    it though). Funny thing is that the light it has ot show it's reading stays o....
  3. Taking Photo Stills From A Movie.
    (6)
    hey guys, is there any software that allows you to take stills from a movie because there is a
    certain anime movie scene that id like to cut n put it into my sig...sorry for my bad english hope
    you the idea. ....
  4. Old And New Background
    (5)
    Well I don't know how it happened, but one day when I changed my background to a new background
    it seemed to work alright. Later as I was signing off, my icons cleared and then my old background
    popped up and then logged off. When I sign on, my old background pops up and then my new one. I
    think it's sort of cool but I don't know how I did it. If anyone could tell me I would
    really appreciate it. I have windows xp with a dell inspiron 1150 if its important.....
  5. Wow, Great Flash Scripts
    for 5$ Only! (3)
    Today, on my adventures on the Internet, I came across a very good site that offers all their
    scripts for 5$ each! But I can always get a free script on hotscripts.com you may say... their
    scripts are one of a kind... they are coded in php and mysql, but they have Flash templates! Think
    of it this way ... wouldn't it be cool to have your phpBB forums as a flash forum? I thought
    that was a neat idea! Only 5 dollars for the script... I find that it's worth much more Also,
    check this gallery out! . It's an animated gallery with really cool transitions. Anot....
  6. How To Play Rmvb Movie ?
    (14)
    I had download the .rmvb movie from internet. How to play it?....
  7. Flash Communication Server
    where to begin? (2)
    hey fellas!, recently i earn a job with flash com, i'm flash user, but about com i don't
    know too much, i need someone tell me where to begin. what i know is that it's a kind of app
    server with video streaming and multicasting, capable of videochat, real time message system, and a
    lot of features that makes the communication between flash and server applications easier & faster.
    thanks in advance!....
  8. Does Anyone Know How To Convert Movie To Gif
    (2)
    Ok I was wondering if anyone knows how to make a section of a movie or a any sort of motion picture
    (avi, vod, mpeg) into gif cause I remember before there is a way to do it in Photoshop but I cant
    find the tutorial anymore...and I was wondering if any of you knew how to do it. Because I don’t
    want to take frame by frame and arrange it so I want to know if there is an easier way.....

    1. Looking for flash, movie, background

Searching Video's for flash, movie, background
See Also,
advertisement


Flash Movie As Background? - - Is it possible?

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com