Results 1 to 2 of 2

Thread: Dynamic Ajax and Flash Button

  1. #1
    Join Date
    Apr 2007
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dynamic Ajax and Flash Button

    1) Script Title: Dynamic Ajax Content

    2) Script URL (on DD):http://www.dynamicdrive.com/dynamici...jaxcontent.htm

    3) Describe problem: would like to run this script from a flash button any ideas on how the script would read? I currently have on my button:

    on (release) {
    getURL("('javascript:ajaxpage('edit_pages/body_strc.html', 'contentarea', loadObjs('js/services.js');");
    }

  2. #2
    Join Date
    Apr 2007
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dynamic Ajax Content and Flash - actionscript

    No Worries,
    I figured it out.

    on (release) {
    getURL("javascript:ajaxpage('edit_pages/body_fin.html', 'contentarea')");
    }

    I had been using this code that I had copied and pasted but it was wrong. It had some extra bracket etc. Anyway I discovered how to work it out through another thread. I guess it wasnt hard but for a first time of incorporating flash button to import an .html was time consuming.

    Though I have not tried this live yet, I had to change flash settings through Adobe before it worked. I got some message about flash encountering a problem and an unsafe somethingorather. Weird hey.....Any way, works now thanks anyway.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •