Does anyone know how to embed a replay of a song you just played into another site? Like, get an HTML or something, or even how to save the Replay and make it up loadable to youtube?
Embedding replay?
Collapse
X
-
Re: Embedding replay?
of course you can. Don't have the code with me, but there was a thread with the code somewhere about a month ago, I think. I suspect someone will post it for y'all soon.RIPComment
-
Re: Embedding replay?
Found it tass. Sorry for the wrong info.
If you're just trying to put it on your Myspace, just use this.
<embed src="http://www.flashflashrevolution.com/ffrReplay.swf?replayid=#######" width="350" height="250" allowfullscreen="true" flashvars="&file=statistics.xml&height=400&width=550&displaywidth=550&autostart=false"/>
Where it says ####### in the code, replace with the number in your URL, of your playback.
If that makes any sense.
Comment
-
Re: Embedding replay?
Pretty easy, all you need to type in the following code:
Replace those "#" symbols with your replay number. I tested this out and it works fine --> [link]PHP Code:<object width="550" height="400">
<embed src="http://www.flashflashrevolution.com/ffrReplay.swf?replayid=#######" width="425" height="275">
</embed>
</object>
EDIT: Haha ninja'dComment
-
Comment