I have the following code to have a thumbnail gallery scroll left and right when the mouse is hovered over the flash gallery. My question is how do I implement some code that will make the gallery...
Type: Posts; User: Mark__G; Keyword(s):
I have the following code to have a thumbnail gallery scroll left and right when the mouse is hovered over the flash gallery. My question is how do I implement some code that will make the gallery...
This is doing the same thing that I already had? If I place the AS in my mc tween area and then call the function within an onEnterFrame function it doesn't work. If I do the same from the mc...
Trying to modify Todd Dominey's XML CrossFade Slideshow to also make the images clickable and load a url into a new blank page...
Here is what I have so far: (The added code is commented)
The...
I have a mc that just has a fade in, pause, then fade out...
Within this mc I have 7 frames, each with a different logo.
I am trying to just direct the mc to that logo and do it sequentially...
Please advise on why this is not working?
var num:Number = 1;
function increaseByOne() {
if(num > 7) {
num = 1;
}
else {
How do I get the function to loop and then call the variable
e.g.
gotoAndStop(num);
I am ashamed that I can't seem to figure this out. I just need AS code that sets a variable starting at 1 and then auto increments to 7 then resets back to 1.
I am trying to figure out what the best conditional statement would be for it to only set the x and y coordinates randomly once, and once the coordinates have been set for the initial landing then to...
I am trying to have a movieclip ease into a random position. Then the mc is dragable and swaps depth with the other mc's in the movie.
Here is the code I have so far but my random positioning is...
I would love a walk through if it's not to much trouble...
I just need help with the following code. I am trying to figure out how to move the "mc" instance to either be loaded in an empty movieclip at the exact coordinates i need it to be, or somehow give...
I am following this somewhat but a little lost in how I would go about writing the AS for what I need achieved. I think I am going to go for the 2nd option and use AS in a frame and just give my...
Woops sorry here is the AS of the existing buttons, the above AS was from what I had edited...
on (rollOver) {
if (_root.link<>page) {
gotoAndPlay("s1");
}
}
on (releaseOutside,...
So I have an existing flash menu and want to just add a submenu under two of the navigation buttons.
I just cant figure out how to achieve exactly what i want with the submenu function. I need...
damn concatenating periods
Thanks Medyman
I don't really understand why the message field is posting no problem but not the other input fields?
I fixed the sendOK variable so that it is now functioning properly...
I also unfortunately...
So scratch that...
The e-mail is now being sent by the server but the receiveLoad function always returns as message failed no matter what.
Also in the e-mail the only input field that is being...
Still not working :(
I sent you a PM with the link to the files...
If possible I am trying to take out the whole view cart method, just re-direct to paypal with an item name and price that is set for each item on the page.
In that example the amount and item name are still being passed as hidden values so you can't have more than one item on a page with the paypal add to cart or buy it now function.
So I have a page set up for a customer who doesn't want to set up a shopping cart program, but rather just a simple straight forward page with multiple items for sale all on one page.
I am trying...
I am having trouble getting this to work without using Components. I am using just Input text area. Should I be using the instance names or the variable names to reference the variables I am using...
I have a form now that when submitted it uses the getURL function to post to a php page and then loads a blank confirmation page. I would like to use my existing form and submit button to somehow...
I am publishing to version 8, the align element is recognizable in flash, but even when I took it out still nothing.
How would I design a specific spot for the image to load within an external...