Page 1 of 1

streaming flash player thingy

Posted: Sun Dec 25, 2005 2:50 pm
by mannyace
i kno yall have seen those white and black and green flash swfs that stream video and audio

http://www.chanhiphop.com/tracks/index.php theres an example of one on the right

its obvious since theyr everywhere that they arent like one designer's creation, does it come with flash? how do u make it or get it? anybody kno anythin bout this?

Posted: Sun Dec 25, 2005 5:58 pm
by mannyace
heres more of the same player... http://www.alessandroperrone.com/dynami ... ?section=3

is it a skin? does anyone know anythin about this shit?

Posted: Sun Dec 25, 2005 5:59 pm
by Directive
I don't know. I never messed with Flash in or out of HTML.

Posted: Sun Dec 25, 2005 6:23 pm
by neuralmop

Code: Select all

<div id="audioPlayer">
	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="audioPlayer" width="300" height="75" align="middle">
	<param name="allowScriptAccess" value="sameDomain" />
	<param name="movie" value="audioPlayer.swf" />
	<param name="quality" value="high" />
	<param name="bgcolor" value="#ffffff" />
	<embed src="audioPlayer.swf" quality="high" bgcolor="#ffffff" width="300" height="75" swLiveConnect=true id="audioPlayer" name="audioPlayer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
	</object>
</div>
I'm guessing it was made with flash. However they make Flash programs though, I've got no idea.

Posted: Sun Dec 25, 2005 6:49 pm
by 2005
Yes it was made with flash, and it was embedded into the HTML

Posted: Sun Dec 25, 2005 7:56 pm
by palmboy5
you should be able to find a generic copy of that flash somewhere and embed it yourself

Posted: Wed Dec 28, 2005 2:13 am
by mannyace
i found out that they come with flash... theyr called media components

now i jus gotta learn how to make my own

Posted: Wed Dec 28, 2005 9:26 am
by palmboy5
make your own what?

Posted: Wed Dec 28, 2005 1:09 pm
by mannyace
my own media component / mp3 player

i want to have a list of songs on a website that are all links that when clicked start playing in a single one of those white and green flash things

Posted: Wed Dec 28, 2005 2:17 pm
by I7Iz490N
lol

Posted: Wed Dec 28, 2005 8:09 pm
by palmboy5
but u said it comes with flash, why would you need to make your own? isnt it just implementing it onto your site?

Posted: Fri Dec 30, 2005 12:33 pm
by mannyace
yeah and "making" = coding it or whatever

the thing that comes with flash is a component, u drag it on the stage and enter the url of the movie/audio u want to play and then u publish it

that would give u one swf file for ur website which would play one piece of audio or video

but what i have to figure out is how to make the url a variable or sumin and then have that change depending on what the web site visitor wants to play in that single player... like i dont want 30 swfs to play 30 mp3s...