#1
swf NOT visible why?
|
| |
|
|
02-19-2012, 07:33 PM
|
|
Hey guys,
I have this xml video player i like but it doesnt load when you call the path online...
im trying to load it into a sprite.
The only way it loads is if your index swf is inside that folder or when you call the file direct from browser..
http://gameline.com.mx/player/PS3AD.swf
It works offline on desktop
Inside swish im using this.
onLoad () {
trailer.loadMovie("player/PS3AD.swf");
}
Any ideas guys?? why wont it load from website? I checked permissions.. everything..
|
|
|
|
|
|
|
|
| |
|
|
02-19-2012, 07:46 PM
|
|
I take it back it doesnt work on desktop offline.
Why wont it load? it seems the only difference is that its in a folder.
If i extract the items inside to desktop it works.
This xml video player was done with AS2
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
Mood: MEAN: Do's not play well |
|
 |
|
|
02-20-2012, 04:18 AM
|
|
Quote:
Inside swish I'm using this.
onLoad () {
trailer.loadMovie("player/PS3AD.swf");
}
|
You need to try a full path to your file.
Code:
Inside swish I'm using this.
onLoad () {
trailer.loadMovie("http://gameline.com.mx/player/PS3AD.swf");
}
If this doesn't work you need to make all your files available to check out.
Wayne
|
|
|
|
|
|
|
|
| |
|
|
02-20-2012, 05:15 AM
|
|
Thanks wayne, I did try that but doesnt work..
What do you mean " make all your files available to check out?"
thanks guys..
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
Mood: MEAN: Do's not play well |
|
 |
|
|
02-20-2012, 06:26 AM
|
|
Quote:
|
What do you mean " make all your files available to check out?"
|
Upload all your working file so they can be checked out and tested to find the problem.
Wayne
|
|
|
|
|
|
|
| |
|
|
02-20-2012, 06:26 AM
|
|
Wayne i was checking to see if it was swishmax internal error.. and well there seems to be missing or not connecting to a certain command or path.. on debug i get this.
when extracted to desktop works good.
and i still get this error
---------------------------------------------------------------------
undefinedERROR: Cannot find 'caurina'
Scene_1, line 2: loadMovieNum("stageembedexample.swf",0)
ERROR: Cannot find 'xml_path'
Scene_1, line 2: loadMovieNum("stageembedexample.swf",0)
ERROR: Cannot find 'tmcl'
Scene_1, line 2: loadMovieNum("stageembedexample.swf",0)
ERROR: Cannot find 'btype'
Scene_1, line 2: loadMovieNum("stageembedexample.swf",0)
|
|
|
|
|
|
|
| |
|
|
02-20-2012, 06:37 AM
|
|
sorry Wayne ive uploaded the files..
Thanks again
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
Mood: MEAN: Do's not play well |
|
 |
|
|
02-20-2012, 06:38 AM
|
|
Post all your working files includine videos, swi, swf everything so they can be checked.
|
|
|
|
|
|
|
| |
|
|
02-20-2012, 10:24 AM
|
|
I did upload all my working files.. i figured the swf would generate when you test the movie.. but if you extract the info and place it inside a folder on your desktop and try calling it.. it wont load.. not untill you place it all on the desktop...
I dont know if its because of the way the xml flash file is made.. or what.. im lost wayne.
|
|
|
|
|
|
|
| |
|
|
02-20-2012, 10:27 AM
|
|
i also want to mention that if you call the stageembedexample.swf inside that folder it works fine.. almost as if there is a broken link when trying to call from swish--
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
Mood: MEAN: Do's not play well |
|
 |
|
|
02-20-2012, 04:32 PM
|
|
Is this what you are trying to do?
Wayne
|
|
|
|
|
|
|
| |
|
|
02-20-2012, 05:22 PM
|
|
Hum... I think so.. Its seems like your loading it from the folder play.. WOW.. your amazing.. how in the name of god did you do that??
I spent 8 hours ROFLMAO and i couldnt do it.
YOu mister you.. YOU ROCK. 
|
|
|
|
|
|
|
| |
|
|
02-20-2012, 05:31 PM
|
|
What was the problem wayne.?? lol is example you have is loaded into a sprite or level?
Thanks a million..
|
|
|
|
|
|
|
| |
|
|
02-21-2012, 05:46 AM
|
|
Hey wayne.. Really thats all you did?
May i ask if you can point me to a better flv player and tell me in your opinion why its better?
AnY ideas why it wasnt loading with me?
Thanks..
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
Mood: MEAN: Do's not play well |
|
 |
|
|
02-21-2012, 05:53 AM
|
|
What is best for the forum is to contact me on email and I can run you through what ever is needed.
This way we don't turn the forum into a blog.
After a day or two I'll remove the email link.
Wayne
|
|
Last edited by cycle1500; 02-23-2012 at 04:01 AM..
|
|
|
|
|
| |
|
|
02-21-2012, 05:57 AM
|
|
uh.. wayne i saw the file and there has been no change..
I need to call the flv video player swf. from outside the play folde not inside.
When you call it placing the file inside that folder it works but not calling it from outside.
it gives you a msg saying movie not loaded..

|
|
|
|
|
|
|
|
|
|