Forum: Graphics and Multimedia Sep 12th, 2008 |
| Replies: 3 Views: 1,152 i worked this out a few days ago forgot to come back and post my answer. to get the gotoAndPlay to work how i wanted it to i had to tell the playhead which level i wanted it to gotoAndPlay on, the... |
Forum: Graphics and Multimedia Sep 5th, 2008 |
| Replies: 4 Views: 1,366 thanks for the reply i will have a go at getting that to work. thanks again. |
Forum: Graphics and Multimedia Sep 3rd, 2008 |
| Replies: 9 Views: 2,128 when thinking of what colours you should use you should look into colour blindness as someone already pointed out. from the top of my head i can think of two different types of colour blindness... |
Forum: Graphics and Multimedia Sep 2nd, 2008 |
| Replies: 3 Views: 1,152 i have set my timeline inside the movie clip up so that i have my frame labels for the up, over and out states. the problem i am having is that when the mouse moves over the movie clip it is not... |
Forum: Graphics and Multimedia Sep 2nd, 2008 |
| Replies: 3 Views: 1,152 is it possible tpo have a movie clip use the gotoAndPlay function without converting it to a button. |
Forum: Graphics and Multimedia Sep 2nd, 2008 |
| Replies: 4 Views: 1,366 the movie that i want to play is on a different part of the screen. i want to role the mouse over one object and another object will start to play. |
Forum: Graphics and Multimedia Sep 1st, 2008 |
| Replies: 4 Views: 1,366 how can i get a rollover to target another movie.
i have set up some text to use as a link inside a flash website i am building but i have a small box next to it which i want to animated when the... |
Forum: Graphics and Multimedia Aug 27th, 2008 |
| Replies: 1 Views: 722 yes it is possible and here is how it is done.
firstly in frame one of the timeline a variable needs to be set. i set this as
var frame : String;
once this has been done you next need to... |
Forum: Graphics and Multimedia Aug 27th, 2008 |
| Replies: 1 Views: 722 is it possible to get flash to play x amount of frames before completing the gotoAndPlay from a button click. |
Forum: Graphics and Multimedia Jul 30th, 2008 |
| Replies: 4 Views: 807 they were not quite what i was looking for but thanks for the reply. i need to do what this example does but this is not written in english so i cannot begin to work through what is going on with... |
Forum: Graphics and Multimedia Jul 29th, 2008 |
| Replies: 4 Views: 807 i want to make a flash image viewer that is always scrolling horizontally across the screen. when the user move the mouse over it stops playing and when the image is clicked the image increases in... |
Forum: Graphics and Multimedia Jul 7th, 2008 |
| Replies: 1 Views: 639 the problem i was having with loading the page was i had saved the page as a .htm and flash would only load the page if it was saved with a .html.
it now works with the code
... |
Forum: Graphics and Multimedia Jul 7th, 2008 |
| Replies: 1 Views: 639 is it possible to get this function in flash to load a page without using a on release function. I want to make the flash file i have created to load a html page once the end of the timeline is... |
Forum: Graphics and Multimedia Jul 7th, 2008 |
| Replies: 2 Views: 752 |
Forum: Graphics and Multimedia Jul 2nd, 2008 |
| Replies: 2 Views: 752 i have an image of a teady bear and i wanted to know if i could set up some random animation on this image.
What i want the image to do is move its are or blink an eye, only slight movements but... |
Forum: Graphics and Multimedia Jun 20th, 2008 |
| Replies: 7 Views: 989 Peter_budo thanks for that link that will work for what i need. i will have a play around with that and see what different results i can get. it will look good if it wil work with animated gifs for... |
Forum: Graphics and Multimedia Jun 18th, 2008 |
| Replies: 7 Views: 989 i though the that the dani pop ups where with done using some ajax techniques as i now this is possible to do with this. I think i read that somewhere anyway.
this is just testing the ground... |
Forum: Graphics and Multimedia Jun 18th, 2008 |
| Replies: 7 Views: 989 anyone know where to get the code for a flash rollover for an image to display.
i have been looking around the web to find a site which has a good tutorial to show how to get the effect
when a... |
Forum: Graphics and Multimedia Apr 29th, 2008 |
| Replies: 1 Views: 2,141 completed this task with iframes. getting the information need to load in to an iframe form the click of a button from the flash menu. |
Forum: Graphics and Multimedia Apr 28th, 2008 |
| Replies: 1 Views: 2,141 does anyone no any code that can be attached to a flash button so that it finds and replaces images within a html page.
there is a page on the web which looks like it might tell you how to do it... |
Forum: Graphics and Multimedia Apr 28th, 2008 |
| Replies: 1 Views: 956 this code does work it just needs uploading first? why who knows i dont |
Forum: Graphics and Multimedia Apr 28th, 2008 |
| Replies: 1 Views: 956 i am working with a flash menu and would like it load content into an iframe using the button from the menu.
i have had a look around and found this code on (release){... |
Forum: Graphics and Multimedia Apr 11th, 2008 |
| Replies: 3 Views: 1,595 the solution to the problem that i was facing is as follows:
if you want the links from the buttons to open in the same window then the code to use looks like this:-
on (release){... |
Forum: Graphics and Multimedia Apr 10th, 2008 |
| Replies: 3 Views: 1,595 i have now changed the self part so it is _self and it has made the button stop working. they are not taking you to any page now just staying on the page it was on to start with. |
Forum: Graphics and Multimedia Apr 10th, 2008 |
| Replies: 3 Views: 1,595 i have got it to navigate to the new pages from the home page but it keeps opening the new page in a new tab the code i have used looks like this
on (release){
getURL("construction/index.htm",... |
Forum: Graphics and Multimedia Apr 10th, 2008 |
| Replies: 3 Views: 1,595 hello,
i have created a flash menu to go on to a website that i am building but i have come to a point were i cannot find the actionscript i ned to get the buttons to go to the pages that i want.... |