A Flash Developer Resource Site

Search:

Type: Posts; User: green_eye

Page 1 of 20 1 2 3 4

Search: Search took 0.33 seconds.

  1. Thread: preloader

    by green_eye
    Replies
    5
    Views
    1,813

    thank you for your help... that problem is fixed....

    thank you for your help... that problem is fixed.

    A question about the XML pull, I do update the file each day. Meaning that the upcoming dates are not up to date before the day before the actual...
  2. Thread: xml loader

    by green_eye
    Replies
    1
    Views
    3,980

    thank you for your help... A question about...

    thank you for your help...

    A question about the XML pull, I do update the file each day. Meaning that the upcoming dates are not up to date before the day before the actual date. Does the browser...
  3. Thread: preloader

    by green_eye
    Replies
    5
    Views
    1,813

    Ok that issue is solved... The xml file is...

    Ok that issue is solved...

    The xml file is formatted with basic html tags... If I view the page that contains the flash header in a browser the html formatting works but the href tag or link does...
  4. Thread: preloader

    by green_eye
    Replies
    5
    Views
    1,813

    preloader

    What I have is a flash header that pulls in xml data. When you view the site the flash file displays and works correctly but when a call is made to the xml file I receive an undefined error. When the...
  5. Thread: xml loader

    by green_eye
    Replies
    1
    Views
    3,980

    xml loader

    What I have is a flash header that pulls in xml data. When you view the site the flash file displays and works correctly but when a call is made to the xml file I receive an undefined error. When the...
  6. Replies
    4
    Views
    1,899

    I figured out that problem ... This is btn...

    I figured out that problem ...


    This is btn code for frame 1:

    this.geschenke.button1.onRelease = function()
    {
    if (day == 1)
    {
    _root.gotoAndStop(2);
  7. Replies
    4
    Views
    1,899

    The stage size was 960 px x 540 px had to resize...

    The stage size was 960 px x 540 px had to resize a smaller stage size. I used the edit multiple frames and the free transform tool everything looks and works when compiled except the geschenke movie...
  8. Replies
    4
    Views
    1,899

    attachmovie resize mc

    I’m trying to resize and reposition 'geschenke' which is a movie clip… when you rollover the buttons a number will come out but since I resized the mc the positioning is off. How can I rewrite/use...
  9. var advent_calender_xml = new XML(); ...

    var advent_calender_xml = new XML();

    advent_calender_xml.onLoad = function(load_success) {
    if (load_success)

    { trace(advent_calender_xml.firstChild);
    }
    }...
  10. xml load into flash but only show selected text

    XML File has 24 entries

    button1
    Heading
    Content
    URL to event

    button2
    Heading
    Content
  11. Replies
    4
    Views
    906

    XML File has 24 entries button1 Heading...

    XML File has 24 entries

    button1
    Heading
    Content
    URL to event

    button2
    Heading
    Content
  12. Replies
    4
    Views
    906

    Thank you for taking the time to help me. ...

    Thank you for taking the time to help me.


    The xml/text file will hold 24 entries each of which will contain [ Heading Text, Text Content and a url to the event ] …

    I know how to load simple...
  13. Replies
    4
    Views
    906

    var currentDate=new Date(); var...

    var currentDate=new Date();
    var day=currentDate.getDate();
    trace(day);


    day gives me the current day number ... I have 24 buttons

    when the button is clicked for on that day a popup should...
  14. Replies
    4
    Views
    906

    calendar numbers

    I don’t know if the way that the flash file is set up if it can or can’t be done with the existing code.

    This is what I want to happen …

    get the system day (number)

    If day is the...
  15. Replies
    2
    Views
    321

    bump

    bump
  16. Replies
    2
    Views
    321

    pulling several images

    How can I pull several images from a specific folder?
  17. Replies
    1
    Views
    445

    random opening of images

    I have about 25 thumbnail images. What Im trying to do is for them to open up at random positions thought the page. Like upper left, lower right, middle, upper right and so on. Can anyone help?
  18. Replies
    2
    Views
    440

    extend out the frames of the soccer ball

    extend out the frames of the soccer ball
  19. Replies
    3
    Views
    8,678

    put the stop(); action on the last frame of the...

    put the stop(); action on the last frame of the movie clip.
  20. Replies
    2
    Views
    385

    use frame labels

    use frame labels
  21. Replies
    8
    Views
    664

    here

    here
  22. Replies
    8
    Views
    664

    I see 3 header files when I follow that link.

    I see 3 header files when I follow that link.
  23. Replies
    2
    Views
    401

    here is an example

    here is an example
  24. Replies
    2
    Views
    401

    http://www.learningflashmx.com/flash_popup_windows...

    http://www.learningflashmx.com/flash_popup_windows.html


    Follow this tutorial.
  25. Replies
    8
    Views
    664

    are you linking to the swf file or the html file?...

    are you linking to the swf file or the html file? Are both files uploaded and in the same folder on a server?
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center