A Flash Developer Resource Site

Search:

Type: Posts; User: RoGZ

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    368

    is it possible to user some sort of draw line...

    is it possible to user some sort of draw line function?
  2. Replies
    2
    Views
    368

    ScrollPane question

    Is it possible to dynamically draw a line on a scroll pane, i need to be able to write out blocks of text and then create vertical and horizontal lines between the blocks of code, basically create a...
  3. Replies
    9
    Views
    475

    hey bud. I was fooling around with my own...

    hey bud.

    I was fooling around with my own code, used getbytestotal and getbytesloaded and determined the images were loading, so i started commenting stuff out. I was using movieclip._width and...
  4. Replies
    9
    Views
    475

    Wow, thanks for taking the time to reply man,...

    Wow, thanks for taking the time to reply man, much appreciated.

    The swf way sounds like it does have more benefits for sure, but i need to make it as easy as possible for the site owner to add new...
  5. Replies
    9
    Views
    475

    In terms of the images, i need to load them...

    In terms of the images, i need to load them dynamically, and i basically don't know how many i will be loading, i'm creating several movieclips on the fly and then loading the images into them using...
  6. Replies
    9
    Views
    475

    i testing the image on my local machine and my...

    i testing the image on my local machine and my ISP's server and the larger images say 350kb wouldn't even load. do i need to preload everything first, even with the 14kb files there was a pause...
  7. Replies
    9
    Views
    475

    Image size question - bytes

    How large should images be to most efficiently load them into a flash movie. I'm going to need to show several images using the loadmovie function and right now the images are approx 14.6KB. how...
  8. Replies
    1
    Views
    403

    loading multiple images as buttons

    Does anyone out there have a sample script that loads several images and then enables the use to click on the images for navigation throughout the site? I'm currently trying to use loadimage and...
  9. Replies
    2
    Views
    488

    i should first clarify that the button is really...

    i should first clarify that the button is really a movie clip that i'm loading an image into and then applying the on(release) action to.

    the on(release) code for the movie clip exists when you...
  10. Replies
    2
    Views
    488

    Bizzare button question

    i have a button with the following code on it



    on(release){
    _root.uniformssections.gotoAndPlay(2);
    }

    i'm trying to modify the on release action but when i modify the line inside the...
  11. Replies
    0
    Views
    340

    Need Shopping Cart Help

    Can anyone offer any advice on loading product images in dynamically using loadMovie(). I'm have a lot of troubles and need some help

    Thanks
  12. Thread: shoppingcart

    by RoGZ
    Replies
    2
    Views
    455

    hello there, i'm looking for some possible...

    hello there, i'm looking for some possible advise, did you use loadmovie at all in your shopping cart? I'm having a heck of a time loading images dynamically.

    Thanks
  13. Replies
    0
    Views
    345

    loadmovie question

    i'm trying to use the loadmovie function however, i'm having a very hard time waiting for the images to load in their movie clips. they work fine when testing locally but when i use them in a url the...
  14. Thread: Function question

    by RoGZ
    Replies
    1
    Views
    422

    Function question

    i need to call the same function several times within a scene and i am wondering where i should place the function, should it be placed on frame 1 and then all calls would come from frame 2,3,4 etc..?
  15. Replies
    0
    Views
    932

    waiting for an image to load

    How do i go about loading three images into three separate empty movie clips but only proceeding to the next frame once the image has loaded, i tried using stop() and then inside of the onclipevent...
  16. Thread: Book suggestions

    by RoGZ
    Replies
    0
    Views
    330

    Book suggestions

    Do you guys have any recommendations on good flash books? I'm trying to create a shopping cart using xml, dynamic images and most likely objects, so those topics would be high on the list
  17. Replies
    1
    Views
    1,404

    looping through xml

    Are there any built in functions to loop through an xml string? i'm receiving an xml object through sendandload however i want to be able to quickly loop through to find certain values without using...
  18. Replies
    0
    Views
    365

    Anyone with Flash shopping cart experience

    Has anyone created a shopping cart in flash? I'm having trouble putting together the process for assigning values to a movie clip so that when a user clicks the movie clip (contains image for...
  19. Replies
    7
    Views
    701

    Hi Thanks for the reply. What i'm basically...

    Hi

    Thanks for the reply. What i'm basically trying to do with the code i posted, is create an xml object to pass to the .aspx page. the aspx page uses the xml to query the database for an image...
  20. Replies
    7
    Views
    701

    anyone?

    anyone?
  21. Thread: Server.Mappath()

    by RoGZ
    Replies
    1
    Views
    462

    any ideas?

    any ideas?
  22. Replies
    7
    Views
    701

    another point i should mention is that the images...

    another point i should mention is that the images do load after clicking the button that calls the routine to load the images. For some reason its not waiting for the onload.
  23. Thread: Server.Mappath()

    by RoGZ
    Replies
    1
    Views
    462

    Server.Mappath()

    What is the method to detmine the path of the server similiar to what Server.MapPath() will do. I've tried tracing it but it some up undefined when i test but assuming it was to be running on a...
  24. Replies
    7
    Views
    701

    I thought i was doing that, but it doesn't seem...

    I thought i was doing that, but it doesn't seem to be working. I'm using the following code:


    function getSectionImages(section){
    XML.prototype.ignoreWhite = true;
    urlPath =...
  25. Replies
    7
    Views
    701

    Wait for an image to load

    How can i wait for an image to be load with

    lounge.loadMovie("images/" + imagepath);

    The imagepath variable is returned from an XML string that is passed back from a database query. It seems...
Results 1 to 25 of 63
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center