is it possible to add a hyperlink to flash mp3 player? I not referring to embe link inside flash mp3 player, click <a href= link

<script type="text/javascript">
	var s2 = new SWFObject("mp3player.swf", "playlist", "240", "135", "7");
	s2.addVariable("file","playlist.mp3");
	s2.addVariable("backcolor","0x00000");
	s2.addVariable("frontcolor","0xEECCDD");
	s2.addVariable("lightcolor","0xCC0066");
	s2.addVariable("displayheight","0");
	s2.write("player2");
</script>

    What are you trying to do? Play something in the background like having an embedded media player?

      Do you have the Flash authoring tool or just an SWF? You are going to need an FLA and Flash to get it to work.

      If you have both then you can add a dynamic text box and give it a variable name. Your Flash movie will import the variables at runtime via the SWFObject script you are using.

      But without being able to edit the FLA and render the edited movie, it's not going to happen.

        i have flash.fla and swf and i don't have flash authoring tool, can you show me tutorial how i can add a dynamic text box and give it a variable name and Flash movie will import the variables at runtime via the SWFObject script stuff?

          Sorry, the FLA is the raw file that gets edited. You need Flash to edit it. Without Flash (the authoring tool) the FLA does you no good. The SWF is the result you get once you create or edit an FLA file in Flash. You use Flash to Publish (or compile) the FLA to end up with an uneditable SWF.

          Flash is about a $500 program depending on which you get. You may be able to find a trial on the Adobe site that may work for 30 days. I would suggest that if you do that, you visit the Adobe forums for guidance. I am not sure that you can compile a working SWF from a trial version, you would have to check that out.

            i have flash software installed, it is a student version.

              Write a Reply...