•
•
•
•
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
![]() |
•
•
Join Date: May 2008
Posts: 7
Reputation:
Rep Power: 0
Solved Threads: 0
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
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
•
•
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,134
Reputation:
Rep Power: 10
Solved Threads: 257
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?
>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.
Publilius Syrus
(~100 BC)
If we helped you to solve your problem, answered your question please mark your post as SOLVED.
•
•
Join Date: May 2008
Posts: 7
Reputation:
Rep Power: 0
Solved Threads: 0
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
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
•
•
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,134
Reputation:
Rep Power: 10
Solved Threads: 257
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.
Publilius Syrus
(~100 BC)
If we helped you to solve your problem, answered your question please mark your post as SOLVED.
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?
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
•
•
Join Date: May 2008
Posts: 7
Reputation:
Rep Power: 0
Solved Threads: 0
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.
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.
•
•
Join Date: Mar 2006
Location: Japan
Posts: 129
Reputation:
Rep Power: 3
Solved Threads: 12
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!"
•
•
Join Date: May 2008
Posts: 7
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
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
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Graphics and Multimedia Marketplace
- Can I place an image into the Flash movie box so appears when Flash blocked by browse (Graphics and Multimedia)
- flash problem (Graphics and Multimedia)
- How to automatically load next page after flash movie has played... (Graphics and Multimedia)
- expanding flash movie (Graphics and Multimedia)
- How to insert a Flash movie in html and maintain w3c standards? (HTML and CSS)
Other Threads in the Graphics and Multimedia Forum
- Previous Thread: Help with Music in Flash
- Next Thread: GIMP or Photoshop?



Linear Mode