I have a question and I hope I explain correctly. I have a web page with pictures on it. I have a FMS3 server with MP4 videos on it. I have created a video player using ActionScript 3.0 on CS3 which accesses the videos on the FMS3 server.
This is what I would like to do, I just don’t know how to go about writing code or if this is even doable:
I want to create a link on my web page just under a picture. This link will point to the associated video on the MFS3 server. Example: ** My trip to Jamaica! ** The file name mp4: Jamaica.mp4 will be imbedded in the link I want to take the file name of the video and insert it into my SWF video player file (like below) and the video player will start playing the video after receiving the name of the video.
public var source:String = “mp4:Jamaica.mp4”;
I can use the one video player SWF file for every video I have. I know I will need some code for the web link and I know I will have to update my SWF file. I have been looking everywhere and can’t find an answer.
Please help. :ponder::ponder::ponder: