I've followed your tutorial about playing videos back-to-back. I'm referring to the one in the 'Author's Tip' box on page 248. it's easy to follow and I understand it. Yea.
My question is about playing videos back-to-back. I'm referring to your tutorial in the 'Author's Tip' box on page 248. I'd like to play videos back-to-back in as3 and I've changed player.contentPath = videoArr[currentVid]; to player.source = videoArr[currentVid]; but it's not working so I must be overlooking something. Can you help me understand how to play videos back-to-back using as3.
I love your book, by the way. Your clear explanations and easy-to-understand examples have helped me immensely
You guys wrote a great book and issues well explained. Well worth the money paid. Thank you. I just had one issue from Ch. 14. First of all, I successfully loaded the Flash Player using the config.text file. That works great using my files in place of yours, etc.
But following your instructions for XML configuration (xmlconfig.text), I was unable to get the Flash Player to play from the XML file. I made sure the related files were in the same root directory folder and I made sure all my file paths were correct. I am probably missing something along the way. Any ideas? Thank you
My question is about playing videos back-to-back. I'm referring to your tutorial in the 'Author's Tip' box on page 248. I'd like to play videos back-to-back in as3 and I've changed
player.contentPath = videoArr[currentVid];
to
player.source = videoArr[currentVid];
but it's not working so I must be overlooking something. Can you help me understand how to play videos back-to-back using as3.
I love your book, by the way. Your clear explanations and easy-to-understand examples have helped me immensely
Thanks,
tcelse
I just had one issue from Ch. 14.
First of all, I successfully loaded the Flash Player using the config.text file. That works great using my files in place of yours, etc.
But following your instructions for XML configuration (xmlconfig.text), I was unable to get the Flash Player to play from the XML file.
I made sure the related files were in the same root directory folder and I made sure all my file paths were correct.
I am probably missing something along the way.
Any ideas?
Thank you