Jump to content
Search Community

<VideoLoader> not showing

friendlygiraffe test
Moderator Tag

Recommended Posts

I am loading this XML, but the VideoLoader node doesn't seem to be loading :

 

<?xml version="1.0" encoding="UTF-8"?>


	New Cooling package







	Find out more wwww


 

			trace('coolingSWF ' +LoaderMax.getContent("coolingSWF"));
		trace('coolingSWF2 ' +LoaderMax.getContent("coolingSWF2"));
		trace('coolingVID ' +LoaderMax.getContent("coolingVID"));

 

Which displays:

 

coolingSWF [object ContentDisplay]

coolingSWF2 [object ContentDisplay]

coolingVID null

Link to comment
Share on other sites

I'd have to guess that you have SWFLoader declared somewhere in your AS code. I think that if you only reference the loader type in your XML that you have to activate it in the AS code to fire the particular loader class. I could be wrong, I'm getting things backwards all the time :lol:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...