Working on script, that should receive cookies and settings via link. Well cookies might be passed otherwise, but they need to be passed to the swfObject so that script could work correctly.
Is it possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The answer is no. SWFObject has nothing to do with cookies (or Flash Shared Objects, for that matter). You will need to handle cookies using external JavaScript. PPK has a great script you can use.
If you need to pass data to your SWF via SWFObject, you’d extract the cookie data using your own JavaScript, then add it to your flashvars object before embedding the SWF. See http://learnswfobject.com/the-basics/advanced-options-with-dynamic-publishing/ for instructions on how to use SWFObject, including passing flashvars.