A Flash Developer Resource Site

Search:

Type: Posts; User: pucca017

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    338

    Different transitions question

    Good day guys n' gals

    I am creating a website with 5 buttons. Each one of them will have a small movie animation before going to the timeframe selected. Those transitions are different one from...
  2. thank u.. it worked. Question: This rotating menu...

    thank u.. it worked. Question: This rotating menu is on the frame 1 in the main timeline. If I tell a button to go to frame 5 after release, the rotating menu shows on top of the frame 5 even though...
  3. Script exported for flash 6 doesnt work if exported to 8

    This code works perfect if exported or published for flash player 6, if placed into a 8 publish document,doesnt work. This is rotating menu

    onClipEvent (load) {
    hx = 390/2;
    hy = 325/2;
    r = 100;...
  4. Adding a mouse event into a script (rotator menu)

    I am creating a rotating menu. This is the code in each one of the 4 buttons inside the menu.


    onClipEvent(load){
    y=0;
    speedR=5;
    radius=100;
    xcenter=393/2;
    ycenter=325/2;...
  5. Replies
    1
    Views
    1,469

    Links from SWF files may not work in Flash9

    I searched for this error for over 3 months until I got it. Nobody didn't know about it so I am posting it now for the help of others.

    Some of the links and its targets (_self, _top, _parent)...
  6. Replies
    2
    Views
    760

    THank you man! it worked perfect!

    THank you man! it worked perfect!
  7. Replies
    2
    Views
    760

    Add listener to keyboard question

    Hi friends, I am kinda newbie with listeners and all that stuff, so I need your help with this.

    I have a form with 4 entries, and a button who sends that info to a php file who will display the...
  8. Replies
    2
    Views
    474

    THank, I tried that but is not working.

    THank, I tried that but is not working.
  9. Replies
    2
    Views
    474

    Enter Key in button question

    Hi, I have 4 text inputs which gather 4 different series of numbers and it sent them to a outside php file when button is clicked.

    I need that button to do the same thing but when the user press...
  10. Help with loading text file (loadvars). Works in pc but no in internet [NOT SOLVED]

    Hey guys
    I have this script in my flash


    on (release) {

    loadText = new LoadVars();
    loadText.load("http://www.djgdevelop.com/cgl/templates/cgl/images/map/LAX.txt");
    ...
  11. Replies
    3
    Views
    773

    you know what, I tried your code and didnt...

    you know what, I tried your code and didnt work.... in my pc. I went to my friends laptop and it worked! So it was working since the beginning when I had _self inside the code. Frigging ie is...
  12. Replies
    3
    Views
    773

    _self and _parent not working on IE

    I have a bunch of buttons with this sintax:
    on (release) {getURL("index.php?option=com_facileforms&Itemid=137", "_self");

    }

    None of them are woring in IE 7, if I change to _blan they work......
  13. Thread: form question

    by pucca017
    Replies
    1
    Views
    350

    form question

    I have a text field in which a number is coded by the user, this number goes by php to a database and retrieves information.

    That was easy. In the submit button: on (release) ...
  14. _parent is not working in Internet Explorer

    Now Internet explorer is not opening URL from buttons who have "_parent" inside them.

    How can I fix this bug? dont tell me I have to generete several new windows just because Internet Explorer...
  15. making flash presentation for widescreen: help

    Hi guys
    I need to create some type of presentation for a video I need to make. The video is going to be presented in widescreen (16:3)

    Im not sure what kind of dimensions do I need to use in the...
  16. Replies
    1
    Views
    960

    Dynamic Text not displaying in movie

    I have a dynamic text inside a mc symbol but is not showing the content when you type something.

    The inputbox is there, you can type and everything, but is not showing the text printed out in the...
  17. As often, nobody answered. This is how you do...

    As often, nobody answered.

    This is how you do it.

    In the first frame of your from, you type the hidden input box with the name and value:

    method = "hola";

    create an input box and as a...
  18. Converting html form into flash question/request

    Hi guys, Happy memorial day weekend. I need your help desperately. I need to covert this form:


    <form name="form1" action="http://admin.cglship.com/tracking/ts2000tracking.php" method="get"...
  19. Replies
    2
    Views
    1,225

    bump*

    bump*
  20. Replies
    0
    Views
    854

    Delaying mc question

    I have a ball rotating in my flash. the ball is divided by 8 parts and in each part the ball stops rotating and stays in "hold" for couple of seconds before rotating to the next part.

    The ball...
  21. Replies
    2
    Views
    1,225

    prevframe error/question AS2 CS3

    Hello ppl
    Im building a flash header in which I need to create to arrows, one will go the beginning of the website and the other one to the next frame. By using prevframe I did this action:


    on...
  22. Replies
    3
    Views
    1,541

    The ball is going to rotate to the right, stops...

    The ball is going to rotate to the right, stops into a new copy stays steady for 10 seconds and rotate againg always to the right. As you can see, 2 arrows are going to be displayed at the ball...
  23. Replies
    3
    Views
    1,541

    Help in creating a script rotating a ball

    Hello guys and gals.. I need your guidance again! :eek:

    I have this ball, divided in 4 that is going to be rotating to the next point (as an X, Y axis) every 10 seconds. But also is going to have...
  24. Replies
    7
    Views
    1,205

    thank you both! I will check the iframes thingy...

    thank you both! I will check the iframes thingy cuz i dont have knowledge about it.

    And yeah! Im from Guatemala, hoping to be Canadian in couple of years too!. Victoria sounds good to me, is one...
  25. Replies
    7
    Views
    1,205

    Thank you! What I need is to take the code of...

    Thank you!
    What I need is to take the code of the google toolbar, (If you go to www.forosdelweb.com you can see it at the top of the page).

    What I really want is the searchbar to be inside or...
Results 1 to 25 of 48
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center