Click to See Complete Forum and Search --> : .swf not displaying once I upload file


npqster
04-28-2009, 09:56 PM
This file works fine on my local machine but once I upload it onto my hosting service, the .swf doesn't display.

http://www.ltcproduction.com/Home_video_qa.php

however, I am able to click, so the ACtionscript is working. This is really strange

Eye for Video
04-29-2009, 12:14 AM
Works fine on local machine but not on server is almost always a pathing problem.
But I don't understand what you are expecting to see with the link you provided. The code seems to indicate
'src', 'video_accueil'
but pasting that directly in address bar
http://www.ltcproduction.com/video_accueil
returns file not found.
Adding ".swf" to end of file names returns
http://www.ltcproduction.com/video_accueil.swf
..... a yellow page
What are you expecting to see? What is the address of the file you want?
EfV

npqster
04-29-2009, 12:18 AM
Thanks for trying

http://www.ltcproduction.com/video_accueil.swf
is a file with a yellow background and two smaller swif files inside the yellow background. They look like little videos with no sound.

it is one piece of the main file
http://www.ltcproduction.com/Home_video_qa.php

npqster
04-29-2009, 12:53 AM
Actually, I have just fixed this piece. I now need to figure out how to make the .flv files loop. I think I have to add an AS piece in the .fla file but I can't find an example of the code anywhere :confused: