Search:

Type: Posts; User: Mark__G; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    4,534

    Autoscroll in Slide Gallery

    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...
  2. Replies
    8
    Views
    5,407

    This is doing the same thing that I already had? ...

    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...
  3. Replies
    0
    Views
    4,473

    Adding xml link to slideshow

    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...
  4. Replies
    8
    Views
    5,407

    I have a mc that just has a fade in, pause, then...

    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...
  5. Replies
    8
    Views
    5,407

    Please advise on why this is not working? ...

    Please advise on why this is not working?



    var num:Number = 1;
    function increaseByOne() {
    if(num > 7) {
    num = 1;
    }
    else {
  6. Replies
    8
    Views
    5,407

    How do I get the function to loop and then call...

    How do I get the function to loop and then call the variable

    e.g.

    gotoAndStop(num);
  7. Replies
    8
    Views
    5,407

    Auto increment problem?

    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.
  8. Replies
    4
    Views
    4,729

    I am trying to figure out what the best...

    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...
  9. Replies
    4
    Views
    4,729

    Random xy ease + drag issues

    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...
  10. Replies
    3
    Views
    6,293

    I would love a walk through if it's not to much...

    I would love a walk through if it's not to much trouble...
  11. Replies
    3
    Views
    6,293

    Actionscript Help

    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...
  12. Replies
    4
    Views
    10,511

    I am following this somewhat but a little lost in...

    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...
  13. Replies
    4
    Views
    10,511

    Woops sorry here is the AS of the existing...

    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,...
  14. Replies
    4
    Views
    10,511

    Help with a Flash SubMenu

    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...
  15. Replies
    12
    Views
    14,161

    damn concatenating periods Thanks Medyman

    damn concatenating periods

    Thanks Medyman
  16. Replies
    12
    Views
    14,161

    I don't really understand why the message field...

    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...
  17. Replies
    12
    Views
    14,161

    So scratch that... The e-mail is now being...

    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...
  18. Replies
    12
    Views
    14,161

    Still not working :(

    Still not working :(
  19. Replies
    12
    Views
    14,161

    I sent you a PM with the link to the files...

    I sent you a PM with the link to the files...
  20. If possible I am trying to take out the whole...

    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.
  21. In that example the amount and item name are...

    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.
  22. Help with a simple multiple item Buy It Now option for Paypal

    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...
  23. Replies
    12
    Views
    14,161

    I am having trouble getting this to work without...

    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...
  24. Replies
    12
    Views
    14,161

    Help With a Flash Contact Form

    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...
  25. Replies
    8
    Views
    8,018

    I am publishing to version 8, the align element...

    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...
Results 1 to 25 of 71
Page 1 of 3 1 2 3