User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Graphics and Multimedia section within the Web Development category of DaniWeb, a massive community of 391,684 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,247 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Graphics and Multimedia advertiser:
Views: 1030 | Replies: 11
Reply
Join Date: May 2008
Posts: 7
Reputation: moth is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
moth moth is offline Offline
Newbie Poster

flash movie help

  #1  
May 23rd, 2008
Hi. Sorry if this is in the wrong section...


I'll give a link to my website at the end to give u a vissual idea of what my problem is.

When you mouse over images on my main page a movie appears, i'm wanting the movie to also be a button to take you to another page, now am sure the movie has that option as when you mouse over you get the pointer change to a hand.

I am a complete flash noob and am lucky to have achieved what i have but has anyone got any idea of how to do this?

i have even created a seperate button (invisible) to go over the top of the movie but it still don't work.

I,ve also put coding into the movie (goto etc) but that stops the movie working properly and don't work either.


please look at my site to understand what the movie is and maybe you might have an idea as to what i must do: www.moth-studios.com
AddThis Social Bookmark Button
Reply With Quote  
Join Date: May 2008
Posts: 7
Reputation: moth is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
moth moth is offline Offline
Newbie Poster

Re: flash movie help

  #2  
May 23rd, 2008
Any one please??
Reply With Quote  
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,134
Reputation: peter_budo has a spectacular aura about peter_budo has a spectacular aura about peter_budo has a spectacular aura about 
Rep Power: 10
Solved Threads: 257
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: flash movie help

  #3  
May 24th, 2008
When I check the page with Firefox I see animation of elements apearing on the screen lady, flowers, some buttons and few images. Buttons have internal fuctionality. Most of the images when I roll-over display some sort of mask with sparkles apearing around. Only images in online shop have anchor to other static content on the site. This is what I got from observation. Now to your questions...

>When you mouse over images on my main page a movie appears
What images? Cloths?

>i'm wanting the movie to also be a button to take you to another page
You want to link up with static (html document) or dynamic page(another flash creation)?

>I,ve also put coding into the movie (goto etc) but that stops the movie working properly and don't work either.
What exactly did you do and what sort of problems did it create?
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

If we helped you to solve your problem, answered your question please mark your post as SOLVED.
Reply With Quote  
Join Date: May 2008
Posts: 7
Reputation: moth is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
moth moth is offline Offline
Newbie Poster

Re: flash movie help

  #4  
May 24th, 2008
ok tnx for reply, its much apreciated. Before i try to explain what i've tried i'll explain what i'm trying to achieve.
On the main page you see two coloured images at the top. when you mouse over them you see mies clips (symbols) of a transparent box with sparkles as you said.
i want to be able to still have that and to still be able to click to a fresh html page but cant get the two to coinside with each other.

quote
>When you mouse over images on my main page a movie appears
What images? Cloths?

Ok the top two images in colour, when u mouse over them a transparent box opens with sparkles. i looked in my flash program (macromedia flash8) and it is a symbol (movie clip)
i can have static images link to an html page IE:
on (release) {
getURL("dreamgirl main.htm", "_blank", "POST");
}


quote
You want to link up with static (html document) or dynamic page(another flash creation)?

Html for sure, and as i said i have achieved this with static images (buttons) but because i like the look of the mouse over movie have tried to do it via them, IE: mouse over one of the top coloured images and see transparent movie with sparkles as normal and to then be able to click and go to fresh page.


quote
>I,ve also put coding into the movie (goto etc) but that stops the movie working properly and don't work either.
What exactly did you do and what sort of problems did it create?

i layed the movie clips over the images as was when i got the template, when i put for example:
on (release) {
getURL("dreamgirl main.htm", "_blank", "POST");
}
into the movie clip it stops the movie working properly and still doesn't take you to a fresh page..


i hope this makes sense..

many regards rob
Reply With Quote  
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,134
Reputation: peter_budo has a spectacular aura about peter_budo has a spectacular aura about peter_budo has a spectacular aura about 
Rep Power: 10
Solved Threads: 257
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: flash movie help

  #5  
May 24th, 2008
I did this sort of thing some time ago (I'm programmer, but did some time course on multimedia), however browsing net I come to tech note from Adobe Links from SWF files in HTML page no longer function (Flash Player 9), so we need to first found what is your software version
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

If we helped you to solve your problem, answered your question please mark your post as SOLVED.
Reply With Quote  
Join Date: May 2008
Posts: 7
Reputation: moth is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
moth moth is offline Offline
Newbie Poster

Re: flash movie help

  #6  
May 24th, 2008
mmm not sure what software version it is, the only info i have is: Macromedia Flash 8
Reply With Quote  
Join Date: Jan 2007
Posts: 2,510
Reputation: MidiMagic is on a distinguished road 
Rep Power: 7
Solved Threads: 103
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Posting Maven

Re: flash movie help

  #7  
May 26th, 2008
Note that stacking stuff on top of each other is not yet perfected.

Part of the problem is that some movie players automatically put themselves on top of everything else when they are running. This hides the button if you try to put it on top of the movie.

Can you put the player inside the anchor tags, instead of trying to stack a button on top of a player?
Daylight-saving time uses more gasoline
Reply With Quote  
Join Date: May 2008
Posts: 7
Reputation: moth is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
moth moth is offline Offline
Newbie Poster

Re: flash movie help

  #8  
May 28th, 2008
quote:
Part of the problem is that some movie players automatically put themselves on top of everything else when they are running. This hides the button if you try to put it on top of the movie.

Can you put the player inside the anchor tags, instead of trying to stack a button on top of a player?


I tried altering the layer possitions but this put the movie under the button, as for anchoring i think thats another can of worms for me too open, i've come to the conclussion at the mo that its best to do away with the movie clips as i needed to get this site working.

i'll see how i feel about it when its all done, but thanks for any imput recieved its nuch apreaciated.
Reply With Quote  
Join Date: Mar 2006
Location: Japan
Posts: 129
Reputation: HI2Japan is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 12
HI2Japan HI2Japan is offline Offline
Junior Poster

Re: flash movie help

  #9  
May 28th, 2008
Maybe I'm completely missing what you have done, but why not make a button object with a movie clip in the up state. You have your on mouse over play the movie and at the same time it is already a button that can be clickable.
Last edited by HI2Japan : May 28th, 2008 at 8:35 pm.
Who was the first person to look at a cow and say, "I think I'll squeeze these dangly things here, and drink whatever comes out!"
Reply With Quote  
Join Date: May 2008
Posts: 7
Reputation: moth is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
moth moth is offline Offline
Newbie Poster

Re: flash movie help

  #10  
May 29th, 2008
Originally Posted by HI2Japan View Post
Maybe I'm completely missing what you have done, but why not make a button object with a movie clip in the up state. You have your on mouse over play the movie and at the same time it is already a button that can be clickable.



Yea, thats sounds like it might be the answer.
the movie clip came with the template so i guess i can do something with that, would i have to create a new layer and have that as the button part? I did try that before and it didnt work.
Am a complete noob with flash, if you could give me the correct wording i'd search for a tutorial.

many regards rob
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb Graphics and Multimedia Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the Graphics and Multimedia Forum

All times are GMT -4. The time now is 2:23 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC