A Flash Developer Resource Site

Search:

Type: Posts; User: ggogis

Page 1 of 6 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    2
    Views
    1,409

    thanks - i will give it a try and see which...

    thanks - i will give it a try and see which (parent or this.parent) works!
  2. Replies
    2
    Views
    1,409

    Hopefully an easy fix

    i have a SWF that i am loading in another movie using

    container.loadMovie("football.swf");


    now in this SWF (football.swf) i have a MC that when it hits the last frame, i need it to make the...
  3. Replies
    3
    Views
    4,788

    i had something similar once and i tried...

    i had something similar once and i tried EVERYTHING and could not get rid of the black lines so i finally made a mask layer over it and drew a rectangle that fit the video (without the black lines)...
  4. Replies
    1
    Views
    3,763

    FLV video needs to loop?

    i cannot figure out how to get a video i have to continuously loop in the background. i have used adobe media encoder to create a FLV and have imported that to the stage...

    thanks in advance!
  5. Replies
    0
    Views
    417

    seems simple and ive used it before...

    Flash CS4 - actionscript 2.0

    i am trying ot post some data to a PHP file when a button is clicked using this:

    loadVariables ("http://www.gogisdesign.com/bytavi/sendmail.php", "", "POST");
    ...
  6. Replies
    1
    Views
    566

    also - dont the site i have listed there has a...

    also - dont the site i have listed there has a getURL to test it so if you see a window pop up when you hit submit - it is that, not the loadVars...
  7. Replies
    1
    Views
    566

    trying to use a PHP to submit some fields

    i have this action on a button:

    loadVariables ("http://www.gogisdesign.com/bytavi/sendmail.php", "", "POST");

    and it works when i preview it in the flash console
    but when i go to the actual...
  8. Thread: move a MC

    by ggogis
    Replies
    4
    Views
    493

    does that move the movie clip that is clicked -...

    does that move the movie clip that is clicked - what if there are 3 differnt MCs that i want to move? with one btn click? htey all have diff instance names.
  9. Thread: move a MC

    by ggogis
    Replies
    4
    Views
    493

    move a MC

    i want a movie clip to move to a certain X,Y postion when a button is click - what would the action script be for that to happen - it dows not need to animate - but can just change its position.
    ...
  10. Thread: Variable

    by ggogis
    Replies
    4
    Views
    605

    but i cannot - i need the variable to be...

    but i cannot - i need the variable to be different depending on what page is calling it...so it needs to send it in through the URL string
  11. Thread: Variable

    by ggogis
    Replies
    4
    Views
    605

    Variable

    i am using a url to pass a variable like this:

    http://www.mysitename.com?intro=skipit

    when it goes to that page - i have a dynamic text field in my flash movie and i have it set to _root.intro...
  12. Thread: Can i do this?

    by ggogis
    Replies
    1
    Views
    567

    Can i do this?

    can i link from one HTML page to a differnet HTML where i have a flash movie embeded and tell that flash movie to start at a named frame?

    ex: if i am on aboutus.html and click on the home...
  13. Replies
    3
    Views
    687

    nope - i am using flash 8 professional...anyone...

    nope - i am using flash 8 professional...anyone out there with a similar problem? it seems buggy - didnt know if it was maybe the player or the flash...i tried playing with the setting on the export...
  14. Replies
    3
    Views
    687

    Sound Problems Killing Me!!!

    i am making a flash movie and am using an animated person who is talking throughout the presentation. my prolem is with the .mp3s.

    i am loading them to my library - then i am placing htem on a...
  15. Replies
    1
    Views
    445

    i see that exporting in version 8 or 9 makes it...

    i see that exporting in version 8 or 9 makes it work - if anyone knows how to get tat to work in 7 or lower great if not - dont worry about it
  16. Replies
    1
    Views
    445

    Loading PNGs as well as JPGs

    I am loading in some JPGs in the HTML variables like this:

    so.addParam("FlashVars", "image1=xyz.png&image2=abc.jpg&Totalimages=2)...

    the JPGs are loading but the PNGs are not - is there a way...
  17. Thread: resize as well?

    by ggogis
    Replies
    4
    Views
    448

    resize as well?

    i am moving a rectangle MC on mouseover and mouse out (its X pos) using this script:

    on (rollOver) {
    _root.xpos = 0;
    }
    on (rollOut) {
    _root.xpos = 0;
    }

    i would also like to adjust the...
  18. Thread: Cut it out

    by ggogis
    Replies
    1
    Views
    565

    Cut it out

    i am importing a .mov into flash and go through the steps....everything seems to work fine but when i play it back in preview or export it and open the SWF - the video plays fine and then just stops...
  19. Replies
    1
    Views
    421

    aftereffect/premier and flash

    i have shot a video and removed teh BG (it was done on a green screen) is there a way to put that video in flash with a clear BG so that the video can sit on top of the flash site and hte flash site...
  20. Replies
    1
    Views
    510

    Stop a loaded SWF from looping

    i have a SWF file that i am loading into a MC in another Flash file. Is there a way to get that SWF to not loop? i do not have access to the source of the SWF so i cannot go into that and set up...
  21. Replies
    3
    Views
    817

    variables actionscript 1 vs 2

    i have a text input box and whem i have someone type in it and i trace the variable i get htis:

    <p align="left"><font face="Arial" size="10" color="#000000" letterSpacing="0.000000"...
  22. Thread: stop it

    by ggogis
    Replies
    1
    Views
    390

    stop it

    i have a MC and am using startdrag on it so it will move with the mouse, how can i stop it from part of the MC going off of the screen stage? i tried playing with teh bounding box constraints but...
  23. Thread: Time Out

    by ggogis
    Replies
    2
    Views
    443

    Thanks!

    Thanks!
  24. Thread: Time Out

    by ggogis
    Replies
    2
    Views
    443

    Time Out

    is there a way to get a movie to perform an action after a vertain amount of time of no activity. basically what i would like to do is if a user is on a certain part of my swf and they do not move...
  25. Replies
    4
    Views
    379

    gotcha - thanks!

    gotcha - thanks!
Results 1 to 25 of 144
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center