Reedy
Member
Registered: 11th Apr 04
Location: Hammersmith
User status: Offline
|
Erm need some help with flash.
I have a flash website and i want to make a flash movie open up but i want to overlap the current flash movie so that when that flash movie has closed the website is still there and in the same state it was when the user clicked the button.
Does that make sense? lol.
|
Reedy
Member
Registered: 11th Apr 04
Location: Hammersmith
User status: Offline
|
very dodgy joke.
Looks like nobody knows flash here then
|
Gary
Premium Member
Registered: 22nd Nov 06
Location: West Yorkshire
User status: Offline
|
Not 100% on what u mean, but have you got both .fla files of the 2 movies?
|
Reedy
Member
Registered: 11th Apr 04
Location: Hammersmith
User status: Offline
|
quote: Originally posted by glb86
Not 100% on what u mean, but have you got both .fla files of the 2 movies?
i do. I have code to replace the current flash movie but i dont want to do that, i want to play the movie in a small frame inside of the flash movie 1 if that makes sense.
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
just put the 2nd movie into a new layer, then when you click close do a _root.layername._visible=false;
[Edited on 29-11-2006 by Steve]
|
Reedy
Member
Registered: 11th Apr 04
Location: Hammersmith
User status: Offline
|
Ah nice one, ill try that later.
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
sorry my terminology was a bit wrong, you need to create a new layer, then in that layer a new movie clip, and then put all the stuff in the movieclip then do a _root.movieclipname._visible=false;
|
Reedy
Member
Registered: 11th Apr 04
Location: Hammersmith
User status: Offline
|
right nice one
|
Reedy
Member
Registered: 11th Apr 04
Location: Hammersmith
User status: Offline
|
right website has been uploaded.
check out:
http://www.andrewreed.co.uk
What do you think? oh and if you visited it before make sure to clean your cache on your browser otherwise you will probably come to my old site.
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
did what i said work?
|
Reedy
Member
Registered: 11th Apr 04
Location: Hammersmith
User status: Offline
|
quote: Originally posted by Steve
did what i said work?
i didnt use it in the end.
I just made another page and linked it to a button press.
|