You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented a way so that the url gets transferred from parser._iFileName to loaderInfo.url (not pushed yet)
But in our cases when loading swf files, this is a relative url (for example assets/someSWF.swf)
I think we can easy add the webite-url to it, so that we get a absolute url.
But when running this as test for testing FP vs Away, it will always fail, because the url that FP player loads the swf from is different than the url of swfs in testsuite.
Description
The loaderInfo.url property doesn't return the correct url of the swf when being accessed from the root MovieClip
Platform
All
Steps to reproduce the issue
this.loaderInfo.url
in the root timelineExpected outcome
a string representing the filepath or url of the swf file
Actual outcome
"//"
The text was updated successfully, but these errors were encountered: