A Flash Developer Resource Site

Search:

Type: Posts; User: contento

Search: Search took 0.06 seconds.

  1. Creating CD Presentation...first try...a few easy ?'s for the experts here!

    Hey gang. I'm getting ready to take my first crack and creating a FLASH presentation via CDROM and I have a few questions I was hoping the experts here could offer up some guidance on. I've done...
  2. MISGUIDING NOTHING! IT WORKS!

    I can't believe it was that easy and I've been fumbling with it for this long! Here's what I did:

    1. created ASP pages that set the session variable. That's the only thing that page does. Each...
  3. that MAY work...

    when you send the loadVariables to the PHP script, does it open a page (launch a browser window) to do it?
  4. getting them INTO FLASH is not the problem

    Like I said, I can successfully use ASP to generate the embed and param tags which successfully get me my variables into flash:

    <PARAM NAME=movie...
  5. thanks.

    yep, i got that == issue resolved (another poster caught that in a different thread). Thanks.

    Will the LoadVariables() send the data back to the server? THAT's what I need to do at this point. I'm...
  6. bump..maybe some fresh eyes around?

    anyone? Beuler? Beuler?

    I could REALLY use some help on this gang!
    THANKS!!
  7. almost there...

    OK. I was able to get my IF statements to work correctly AND I am able to use ASP in the embed and param tags to pass in the variables.

    Right now, i told the selection buttons for the sound tracks...
  8. Replies
    3
    Views
    365

    working...

    ok, looks like I got it..

    thanks again
  9. Replies
    3
    Views
    365

    AHH!

    That may help..Duh! Thanks!! Let me try it..

    it still doens't appear as though i'm getting the varaibles in and/or evaluating them correctly.
  10. Replies
    3
    Views
    365

    What is wrong with my nested if?!

    can someone check my syntax please? I'm not having any luck

    VAR1 and VAR2 are sent via JS in the embed tag in the HTML. I only want the neste if else to occur if the first if is satisfied. Do I...
  11. that doesn't use flashvars then right?

    since my varaibles for ASTATE ARE strings (ON and OFF), wouldn't I need the double quotes on that one? The values for TRACK are 1 or 2 so I can stick with ' on that one...riht?

    can't I just stick...
  12. reading and learning and reading s'more

    I've been scouring and maybe have found the right method..
    flashvars

    <param name="flashVars" value="STATE=<%=Session("STATE")">
    <embed src="movie.swf" flashVars="STATE=<%=Session("STATE")"...
  13. moved it over

    I moved the rest of the question over to the action script forum.

    thanks again for your help
  14. Passing session variable to FLASH, evaluating, then altering the session

    I started a thread in the sounds and audio section and got some good suggestions from hp3 (mod) there. He suggested I move my questions here...

    the task: read 2 session variables into FLASH,...
  15. ok...I think I'm catching on...

    SO, in the embed tag that loads the SWF is where I would tie the session variable:

    <embed src="controlpanel.swf?VAR1=VAL1&VAR2=VAL2" loop="false" etc etc

    actually...

    <embed...
  16. I'm using ASP for every page and can absolutely write session variables

    How do I write a session variable within FLASH? The entire site is ASP and VBSCRIPT. If I can write and read session variables within the flash swf file, I'm set.

    Syntax please!

    You mentioned...
  17. Writing a variable to an external file...then reading it later to control sounds

    I've read the FAQ about writing a cookie to control the state of a sound (on or off). From what I understood, in order to do that and pass the cookie to the SWF, the embed and object code for each...
Results 1 to 17 of 17




Click Here to Expand Forum to Full Width

HTML5 Development Center