A Flash Developer Resource Site

Search:

Type: Posts; User: ukguyinhongkong

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Problem passing variable between flash and PHP

    Hi there,

    I've tried to write a very simple script in as3 and PHP, but for some reason it is not working.
    Please could you take a quick look at my php to see if i have done it correctly. Any...
  2. Replies
    3
    Views
    593

    bump

    bump
  3. Replies
    3
    Views
    593

    bump

    bump
  4. Replies
    3
    Views
    593

    Site Preloading method/solution?

    Hello, I have a medium sized website which has a 300kb .swf in size

    However a lot of my images are loaded dynamically from my database

    I want to make one section of the dynamic loading not...
  5. Loop in AS3 with buttonclick inside?!

    Hello, i am trying to replicate putting a button click in a loop but in AS3.
    I know a little about as3 now and have tried to do it but cannot...

    I quickly wrote something in AS2 code to show what...
  6. Adding on button click action from within a loop?

    Hello, I am quite new to as3 and I really cannot figure out how to do this.

    This script i made loads all of my images really nicely into my scrollpane
    Then when i click on the image it returns: ...
  7. Replies
    7
    Views
    742

    thanks so much it works! :) How can i place...

    thanks so much it works! :)

    How can i place the images? I'd like to try and make it so that it will spread out over 4 columns and then go to a new row after 4...

    could i impliment this into it?...
  8. Replies
    7
    Views
    742

    Hi there, i cannot get the code to work... i...

    Hi there, i cannot get the code to work...

    i do this as a test but get the errors shown below..

    var holder:Sprite = new Sprite();
    var p:Array = new Array();
    var i = 1

    p[i] = new...
  9. Replies
    7
    Views
    742

    thanks a lot again! I will give this a try now,...

    thanks a lot again! I will give this a try now, have a problem with my php code so cant test it 100%

    How can i tell it to space how so the thumbs are displayed in 4 columns and have nice spacing....
  10. Replies
    7
    Views
    742

    how do i create a sequence of loads in a mc? do...

    how do i create a sequence of loads in a mc?
    do you mean, place lots of holder mcs?

    How can i create x amount of mc holders on the fly, if i dont know how many images there wil be

    e.g.
    ...
  11. Replies
    7
    Views
    742

    Loading images into a scrollbar?

    Hello, i am looking for a way to Load my images into a scroll bar (50 small thumbnails) using AS3.0

    I am still quite new to AS3.0 and i cannot seem to get any luck.

    in AS2 i would do it like...
  12. 'Highlight'/'rollover' effect for thumbnail image loaded into flash?

    Hello,

    I load my thumbnail into flash this way:

    Code:
    material.holder.loadMovie("material.png")
    material.holder._xscale = 75;
    material.holder._yscale = 75;
    how can i make it so when the...
  13. on button click, change an image to another one?

    Hello,

    i am trying to make it so that an image (0. or 00. in my example file) changes to a new image when a button is clicked.... (01 02 03 etc in example)

    how can i do this?
    ...
  14. AS 2.0 Loading/changing images depending on selection (example .fla included)

    Hello,

    I would like to have sort of a menu to the left of the screen (roughly 8 different ones).
    Then each menu will display from 3-8 options on the right hand side. Each option has a picture and...
  15. what are fills? what lines do you mean?

    what are fills?

    what lines do you mean?
  16. sorry - bump!

    sorry - bump!
  17. Problem having a mask gradually 'reveal' my logo...

    Hello, i have never really used masks before in flash.so forgive my newness.
    basically all i am trying to do is to 'draw' the logo gradually as the page first loads. So i reveal small parts of the...
  18. thanks a lot for the help i just have a quesiton...

    thanks a lot for the help
    i just have a quesiton about the array being used in your code

    how do i add another row to the array later on?

    then also, how would i do this:

    delete the row from...
  19. When Row in Datagrid Pressed/selected, set textfield.text to column[1] value?

    I have 2 textfields and a Datagrid

    My textfields are called details.details.text and details.name.text

    my Datagrid has 2 columns ('Name' and 'Details')

    When i click on the Row in the...
  20. Popup style draggable window for viewing an image (bigger version)

    Hello again

    I've been looking around for quite a while, and i'm surprised but i really cant find something so simple like i am looking for

    Does anyone know a tutorial or example file of this:
    ...
  21. Add small Thumbnail to a datagrid?

    Hello, i have a datagrid and i want to have in the first column a small thumbnail added when the user clicks on the 'add' button.

    My thumbnail is stored like /images/thumbnail.jpg

    Does anyone...
  22. so to give more details to my question i have...

    so to give more details to my question

    i have this


    myArray = new Array();
    myArray[0] = [1, "cotton", 50, 30, 100];
    myArray[1] = [2, "premium", 60, 40, 120];
    myArray[2] = [3, "Dacron", 80,...
  23. possible to select the row of an array like sql? e.g where array[0] == 1

    How can i do this?

    I make an array with 5 columns and 3 rows like this

    1 cotton 50 30 100
    2 premium 60 40 120
    3 Dacron 80 50 150
  24. bump

    bump
  25. On button click, insert small thumbnail into Datagrid?

    Hello,
    I am trying to figure out how to do this nicely to no avail

    I have, say 20 thumbnails, and each has a button underneath it which when clicked should 'add to datagrid'.

    So when this...
Results 1 to 25 of 113
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center