Results 1 to 5 of 5

Thread: Dynamic Text In Flash

  1. #1
    Join Date
    Nov 2006
    Location
    Northeast USA
    Posts
    408
    Thanks
    8
    Thanked 30 Times in 28 Posts

    Question Dynamic Text In Flash

    Hi,

    I was at website that gave a "param" name that had dynamic text, e.g. a param name was set to 'fileserverdirect'; the document automaticly changed the text in the flash document to 'fileserverdirect'. I knew about params, but I didn't know about anything else it could do besides the basic flash stuff. what is the code in the flash and the HTML code to do this

    Thanks,
    -Ben -- THE DYNAMIC DRIVERS
    My Links: My DD Profile||My Youtube Video Tutorials||DD Helping Coders||DD Coders In Training
    I told my client to press F5, the client pressed F, then 5, *facepalm*

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Do you have a link? I don't quite follow what you want.

    I know the dynamic text box will have an instance name, this instance name will be used in the AS for reference.

    Usually the input will come in the form of a mouse action (click a button, rollOver, etc.) and you just update the AS with the new information.

    If you have an example of specifically what you are looking at I can try to whip something up for you.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Jan 2007
    Location
    Bournemouth, England
    Posts
    99
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Blizz i think he/she means flash vars.

    HTML code:

    <embed src="yourflashfile.swf" width="width" height="height" flashvars="fileserverdirect=what ever you want the text to say here/>

    With the flash - I don't know yet.

  4. #4
    Join Date
    Nov 2006
    Location
    Northeast USA
    Posts
    408
    Thanks
    8
    Thanked 30 Times in 28 Posts

    Default

    So You know what your talking about:
    ------------------------------------------------------------
    I just randomly chose a site from school wires (Just because I know they have it). The top-most flash banner that says "S.S. Seward Institute" has a HTML Code like this:
    Code:
    <PARAM NAME="Src" VALUE="/flufsd/lib/flufsd/_template3/_assets/school.swf?strHeading=S. S. Seward Institute">
    The Flash Banner changes to whatever the:
    Code:
    ?strHeading=This changes the flash document
    I hope this helps,
    -Ben -- THE DYNAMIC DRIVERS
    My Links: My DD Profile||My Youtube Video Tutorials||DD Helping Coders||DD Coders In Training
    I told my client to press F5, the client pressed F, then 5, *facepalm*

  5. #5
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    okay. well I know about them, but not of them, I will do some poking around and try to give you a workable answer.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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
  •