A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Kool Moves for Word Press

  1. #1
    Junior Member
    Join Date
    May 2009
    Posts
    1

    Kool Moves for Word Press

    I write Word Press themes.

    I would love to be able to insert a Kool Moves Flash into the header
    that imported the blog title and description.

    Now the Word Press code for title is: bloginfo(name)

    The Word Press code for description is: bloginfo(description)

    Of course, I am exluding the php tags

    I am thinking of writing code like this - of course minus the php tags

    $title= bloginfo(name);
    $desc = bloginfo(description)

    and inserting them in a file call headerinfo.php


    Now I want to have flash with dynamic text Action Script

    How do I write the action script to load these two variable and just
    display them.

    Ultimately, what I would like to do is load the variable text and run some preprogammed flash - such as the scolling fire - so that the header flash would display the flash.

  2. #2
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    Do you want to use ActionScript 1 or ActionScript 3 inside your KoolMoves movie ?

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center