A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Attach 2 CGIs to one SWF ??? Possible ?

  1. #1
    Junior Member
    Join Date
    Mar 2001
    Posts
    22

    Wink

    Hey guys, I need help, i'd like to know if there is a possibility to attach 2 CGIs to 1 SWF ?
    Well, for one CGI, i use this syntax :
    <param name=movie value="http://www.mypage.com/myflash.swf?cgilocation=http://www.mypage.com/mycgi.cgi">

    I hope someone could help me ! Many thanks !
    See you !


  2. #2
    Senior Member
    Join Date
    Jun 2001
    Posts
    161
    Presuming that in the movie you reference the value 'cgilocation' to do something... sure.

    <param name=movie value="blah.swf?var1=value&var2=value&var3=value">

    You can pass as many variables to the swf as you like. Just give them unique names.

  3. #3
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    Hi,

    have you considered to use
    movie.swf?cgi1location=....&cgi2location=....

    Musicman

  4. #4
    Junior Member
    Join Date
    Mar 2001
    Posts
    22
    Wooo ! So thankful Guys !
    I apreciate ! You Rock !
    See you

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