Chapter 14

Please post any questions, suggestions or feedback of any kind in the comments section of this post.

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
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

Thanks,
tcelse
# Posted By tcelse | 3/27/09 7:39 AM
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
# Posted By Dave | 3/25/10 4:48 PM