A Flash Developer Resource Site

Search:

Type: Posts; User: aneemal

Page 1 of 8 1 2 3 4

Search: Search took 0.16 seconds.

  1. Generate and save xml to server with php - Twitter

    Hi, I'm not a professional, so please be kind!

    I'm trying to make a simple as2 flash twitter widget. I'm pulling the twitter user-timeline xml into flash via php and outputting the contents. It...
  2. Replies
    3
    Views
    2,412

    PROJECT Still looking for help with this. Updated the...

    Still looking for help with this. Updated the files.

    Feel free to contact me via pm or email.

    Thanks.
  3. Replies
    3
    Views
    1,312

    Flash8 Thank you gparis... may I ask what version of...

    Thank you gparis... may I ask what version of Flash player you have installed?
  4. Replies
    3
    Views
    1,312

    Flash8 Local connection on mac

    Hi all,

    Sorry if there's somewhere else I should post this... there used to be a place to get feedback on projects, but I can't find it?

    Basically, I need some help from mac users. I've made a...
  5. Replies
    3
    Views
    30,715

    Need help testing on a mac...

    Hi all,

    Sorry if there's somewhere else I should post this... there used to be a place to get feedback on projects, but I can't find it?

    Basically, I need some help from mac users. I've made a...
  6. Replies
    1
    Views
    7,165

    Flash8 For anyone else out there having difficulties...

    For anyone else out there having difficulties with this: try this! This is the only working example I have found... and I searched a lot! I used this code and changed it as per my requirements and it...
  7. Replies
    1
    Views
    7,165

    Flash8 [RESOLVED] externalInterface not working?

    I have a html unordered list as a menu. I want an image in the flash header to change when user clicks different menu items.

    Here is the javascript in the header of my html page:

    <script...
  8. Flash8 Oh my gosh, Ted! Thank you for taking the time...

    Oh my gosh, Ted!

    Thank you for taking the time to help me with this! I really appreciate it!
    Maths is really not my strong point, but I get the gist of what the code is doing. I will do my best...
  9. Flash8 bump for help! I can't find the answer in any...

    bump for help!

    I can't find the answer in any of the tutorials I've searched through.
  10. Flash8 Hi Zippy, thanks for helping out! I'm still...

    Hi Zippy,
    thanks for helping out!

    I'm still having trouble with this... I adapted your code, but the movement is not quite right, because the different layers will reach the boundaries at...
  11. Flash8 [RESOLVED] Another parallax question... confining movement

    Hi,

    I have the script below which controls three movieclips on different layers to scroll up/down/left/right depending on the mouse position. These three layers are visible within a frame. The...
  12. Flash8 That's great! - Exactly what I need! ...and I...

    That's great! - Exactly what I need!
    ...and I never heard of it before!
    Thank you! ...so simple.

    One thing though, somehow my transition still doesn't happen.

    Here is the code:

    Sending swf:
  13. Flash8 Sending vars between swfs - External Interface?

    Hi, as always I appreciate suggestions.

    On my html page I have two frames, one for navigation and the other for content. The navigation menu is an swf. Most of the content is html, except for the...
  14. Flash8 Ok it seems to work, after getting rid of the...

    Ok it seems to work, after getting rid of the second setInterval. var xml:XML = new XML();
    xml.ignoreWhite = true;
    submenus = new Array();
    xml.onLoad = function() {
    var nodes =...
  15. Flash8 works better now...

    var xml:XML = new XML();
    xml.ignoreWhite = true;
    submenus = new Array();
    xml.onLoad = function() {
    var nodes = this.firstChild.childNodes;
    numOfBtns = nodes.length;
    for(var...
  16. Flash8 [RESOLVED] Expanding menu AS2 - nearly working?!

    Hi, I'm building a menu similar to the accordian component. I have four buttons each with subsections that appear when a button is clicked. Only one subsection appears at a time, so the menu expands...
  17. Replies
    3
    Views
    2,412

    PROJECT Quick fix needed/part-made/AS2/Paypal$30!

    Hi,

    I'm looking for someone to help fix a Flash 8 file. I scripted it myself (basing AS2 on untoldenetertainment's AS3 widget).

    It's working when I test it locally on localhost (sometimes, but...
  18. Thread: Please delete

    by aneemal
    Replies
    0
    Views
    1,756

    Please delete

    Sorry, wrong forum!
  19. Flash8 Desperate!

    Please, please, please...

    I'm uploading the file... I really need to get this working. I have it working locally, on my localhost, but as soon as I change the url paths to absolute, I get that...
  20. Flash8 Any ideas? Should I upload the .Fla?

    Any ideas? Should I upload the .Fla?
  21. Flash8 Thanks gparis, those tips worked a treat!

    Thanks gparis, those tips worked a treat!
  22. Replies
    1
    Views
    3,029

    Flash8 Ok, I've managed to get this working... if...

    Ok, I've managed to get this working... if interested, please see my next thread for script.
  23. Flash8 Please help debug my Twitter code - it's mostly working!!

    Please help me!! Maybe this will be useful to others trying to do the same thing. I'm importing the last 5 tweets into Flash, but saving the data in a sharedObject.

    The code works when I bypass...
  24. Replies
    1
    Views
    3,029

    Flash8 [RESOLVED] Twitter Updates via php/xml

    Hi all,

    I'm trying (desperately) to re-work the code here untoldentertainment.com (AS3) to AS2...

    First time I'm using sharedObject and also, bit confused about calling the .xml file via the...
  25. Flash8 The problem I'm having now is that the animated...

    The problem I'm having now is that the animated clips tend to 'shake' when animated. I have them inside a clip that I'm scrolling left and right depending on the mouse position. I have set the speed...
Results 1 to 25 of 193
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center