Hi, I am getting this error syntax error, unexpected T_STRING, expecting T_VARIABLE or '$' on Line 4 Line 4 is : global basis. Enter the flashvars like so: <code>autostart: 'yes', bg: 'e5e5e5'</code>. Additional flashvars can be appended on a per file basis by adding a flashvars=" Could you please guys...tell me what is the error...how to fix... Thanks, Nirudyogi
I normally refuse to speak up, unless I know for a 'fact' what the issue is. This is my first post though, an I'm feel anxious to get it over with. If you post the code I can help you, just as the post above me states. For Everyone Else
or those 'yes', 'e5e5e5', based on how is that calling echo ... echo 'something 'yes'; <- wrong echo "something 'yes'; <- wrong echo "something 'yes';"; <- correct