Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing in name of FLV

Status
Not open for further replies.

jstreich

Programmer
Apr 20, 2002
1,067
US
I'm creating a simple Flash FLV player for a bunch of videos. It been far too long since I've touched Flash, and I can't seem to let the HTML document pass in the contentPath. My actionsctipt (version 3):
Code:
[red]var passed:String = video == undefined ? "Nothing Passed" : video;[/red]

myvideo.playPauseButton=playpause;
myvideo.seekBar=seekbar;
myvideo.volumeBar=volslide;
myvideo.muteButton=mute;
myvideo.stopButton=stopvideo;
myvideo.contentPath=video;

[plug=shameless]
[/plug]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top