A Flash Developer Resource Site

Search:

Type: Posts; User: jakepeg

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    343

    html event code on a button

    Hi

    I want to put this code onto a button. how?



    <a HREF onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://javascriptkit.com');"> Click here to make this your...
  2. Replies
    1
    Views
    336

    I'm still having probs with this. Maybe I'm going...

    I'm still having probs with this. Maybe I'm going about it the wrong way. What I want to do is add in an extra node into my xml.

    I have the xml:

    <folder id="98592" label="Banks Online"...
  3. Replies
    1
    Views
    336

    loop through xml

    hi.

    I want to loop through xml adding each node to a new xml object and to check the id attribute and if its a certain id then add in an extra node.

    here is the original xml..

    <folder...
  4. Thread: itemRollOver

    by jakepeg
    Replies
    1
    Views
    614

    I have discovered that I can use ...

    I have discovered that I can use


    trace(eventObject.index);


    which returns the index of the node.

    maybe it is possible to associate the index with the label attribute? but not sure how...
  5. Thread: itemRollOver

    by jakepeg
    Replies
    1
    Views
    614

    itemRollOver

    I want to use itemRollOver on the tree component but it just returns undefined on the following function . . . . . .


    myTreeListener.itemRollOver = function(eventObject)
    {
    ...
  6. Replies
    2
    Views
    536

    I have sussed it. var newXML = ""; ...

    I have sussed it.

    var newXML = "";



    for(var i = 0; i < oldXML.length; i++) {

    // join child nodes together in string var called newXML
  7. Replies
    2
    Views
    536

    join strings together in loop

    this should be easy but cannot get it to work:

    var newXML;

    for(var i = 0; i < oldXML.length; i++) {
    // join child nodes together in string var called newXML
    newXML = newXML +...
  8. Thread: remove xml

    by jakepeg
    Replies
    0
    Views
    332

    remove xml

    I have a menu that loads a sub-menu into a seperate swf. the sub-menu is coming from an xml file.

    the menu sends an id to the sub-menu using local connection which then loads the xml file for...
  9. Replies
    0
    Views
    376

    extract by attribute from xml

    I have an xml file that contains url attributes with the value being a url (funnily enough!)

    I just want to extract the url values to an array. Is there a way of doing this without having to...
  10. Replies
    3
    Views
    664

    php sql insertb- easy!

    I new to php and I have an easy 1 for you - I think

    is this right and how to execute it....

    <?php
    mysql_connect("localhost","user_me","pass_me");
    mysql_select_db("my_contacts");
    ...
  11. Replies
    30
    Views
    3,979

    well done dude. I've got (another) one on the...

    well done dude. I've got (another) one on the way.. very exciting, yet pretty scary, but definately worth it.

    good luck and enjoy it.
  12. Thread: scroll mc

    by jakepeg
    Replies
    0
    Views
    491

    scroll mc

    I have a vertical menu that is created dynamically from an xml file.

    I create a movie clip that contains the menu item buttons.

    If there are more buttons that fit on the screen / movie then I...
  13. Replies
    0
    Views
    559

    show me the money

    when I was young I came out of university and work was handed to me on a plate, I sat the first degree in the uk in multimedia, I worked for about 4 years earning top dollar. Then I had a child -...
  14. Thread: 3d spinning ?

    by jakepeg
    Replies
    4
    Views
    470

    just what I need. thanks a lot dude.

    just what I need. thanks a lot dude.
  15. Thread: 3d spinning ?

    by jakepeg
    Replies
    4
    Views
    470

    thanks but there is nothing there - at least I...

    thanks but there is nothing there - at least I cannot see anything, maybe cos I'm using mac. if you did attach and it is a problem with my mac not picking it up then could you mail it to me?
    ...
  16. Thread: 3d spinning ?

    by jakepeg
    Replies
    4
    Views
    470

    3d spinning ?

    I want to make a 3d spinning questionmark in my flash site, but I don't want to buy any extra software - ie swift3d etc. Is there any free software out there which will do it fo me?

    Or any other...
  17. Replies
    1
    Views
    352

    [fmx] request vars in querystring

    I want to put a link in webpage to open a popup containing my swf file.

    the link in the html is help.html?xmlfilename=wizcontrol_en

    and then to parse the variable - xmlfilename into the...
  18. Replies
    0
    Views
    316

    [fmx] button not behaving itself

    I have made a button - named "menu_btn" this button has up, over, down and hit states. It has no Linkages.

    I have a movie clip - named "menu_item" this movie clip contains the "menu_btn" button...
  19. Replies
    2
    Views
    365

    thanks for that, I see it worked but mine still...

    thanks for that, I see it worked but mine still doesn't. Yes I'm attaching a textfeild with the button text and action on it. And thats within a loop.

    All I want to do is make a menu from an xml...
  20. Replies
    2
    Views
    365

    [FMX] button actions no go attachMovie

    Have created a button in the library with linkage on, and I'm using attachMovie to attach it to a movie and it shows where I want it to, but the over, down states dont function.

    what can I do?
  21. Replies
    9
    Views
    1,081

    saw the dvd the other day, was good, would def...

    saw the dvd the other day, was good, would def recommend getting out.

    snowboarders have been doing this for a while now, though I'm sure there's much more going on and has also been happening in...
  22. Replies
    12
    Views
    801

    but like I said, it the lens that cut it for Nikon

    but like I said, it the lens that cut it for Nikon
  23. Replies
    12
    Views
    801

    nice one for going Canon. not sure what to advise...

    nice one for going Canon. not sure what to advise between A85 and A95. But pixels arent everything, infact its quite hard to tell the difference between 5m and 10m, when you are in the m's it's...
  24. Replies
    6
    Views
    560

    me again.. I want to add: 1. on rollover...

    me again..

    I want to add:

    1. on rollover change the button background colour
    2. on roll out change it back again
    3. on release change it to a different colour to highlight the current...
  25. Replies
    6
    Views
    560

    if talking to yourself is the first sign of...

    if talking to yourself is the first sign of madness then I'm crazy as hell!

    have managed to get chapters to show all the paragraphs as its meant to - yippee.

    now working on making it more sexy...
Results 1 to 25 of 48
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center