|
|||
|
Dear SWFKIT Staff:
Have a nice day I just Purchased a copy of SWF KIT PRO V.2.1 and I used it for converting flash file that plays external FLV file but the problem is that the SWFKIT projecor can't play the external FLV file while it can be played by the swf file and even the flash projector created by Flash MX but the FlashKIT projector can't play the FLV external file SO, HOW CAN I SOLVE THE BIG PROBLEM , I REALY NEED YOUR HELP FOR SOLVING THIS PROBLEM. ??? ??? ??? ??? ??? :-[ :-[ :-[ :-[ > > > > > > MultiDesign |
|
|||
|
Surely SWFKit can play external flv files. The problem might be the relative path name. If you put the flv files under the same folder as the exe file, please call the Application.setBasePath() method in the "initialize" script. Similiarly, please set the proper base path if you put the flv files in another place.
The attached sample can play external flv files and mp3 files. It can be built by SWFKit Express. |
|
|||
|
Thank you very much for your reply but I use media display to view the flv file in flash movie.
I just write the url & video length in the disply component inspector & the movie starts in flash with the note that the tow files are in the same folder. so, what script do I use to make this work in SWFKIT Projector Thanks alot MultiDesign |
|
|||
|
There are 2 methods:
1. copy the flv file into the same folder as the output exe file. In the "initialize" script, adding the following code Code:
Application.setBasePath(); Code:
var path = getAdditionalFile(); Application.setBasePath(path); |
|
|||
|
Dear topcmm:
Have a nice day I realy Appreciate your quick replies , which proved that your company is one of the most respectable companies as you are not only offering the product but you support all your customers and as fast as you can so thank you again. as for playing FLV file from SWFKIT projector , I tried the scripts that you recommeded but still have the same problem. the swf can play the FLV file but the SWFKIT projector not. so I desicded to send you the source files for flash MX & SWFKIT to see what's wrong in them & I hope you can help me in this issue. Please, right click on the link below to download the zipped file that include the sources. multidesign.multiservers.com/file.zip |
|
|||
|
Hi, I am also having a similar issue. The FLV.zip example you posted works fine. But I only require one particular .flv to play.
Is there a way I can have just one .flv file play within my projector automatically (without having browse for it)? Currently, I have imported the .flv file into the Applications area of my Attatchments section. After I build and test the projector, the video file doesnt come up. It's strange, as everything works fine with the original SWF. Any ideas? Thank you |
|
|||
|
|
|
|||
|
Quote:
http://www.123flashchat.com/communit...html#post24367 |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|