the code to move a flash mp3 player, as above |
the code to move a flash mp3 player, as above |
Jan 11 2008, 11:50 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: May 2007 Member No: 523,713 |
Hai guys,
Im looking everywhere for this and cant seem to get hold of the code so I can move a flash mp3 player on a div format!!! Its the flash fetish player im using! cheers Steve |
|
|
|
![]() |
Jan 11 2008, 12:44 PM
Post
#2
|
|
|
Adobe Addict ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,237 Joined: Mar 2005 Member No: 113,043 |
All you should have to do is take the flash fetish code, and stick it in a DIV layer with left:##px; and top: ##px; attributes for positioning.
If you want to post your code, we can set that up for you. |
|
|
|
Jan 11 2008, 01:50 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: May 2007 Member No: 523,713 |
All you should have to do is take the flash fetish code, and stick it in a DIV layer with left:##px; and top: ##px; attributes for positioning. If you want to post your code, we can set that up for you. hey dude thanks for the quick reply I would like to learn by myself if thats cool. ok do I do it like this .mp3{ position:absolute; left:50%; top:580px; margin-left:-330px; width:167px; height:265px; overflow:auto; z-index:1; visibility:visible!important; color:white;} <div class="mp3"> <center><embed src="http://www.mp3asset.com/swf/mp3/myflashfetish-mp3-player.swf" quality="high" wmode="transparent" flashvars="myid=7176250&path=2008/01/03&mycolor=0x312C20&mycolor2=0x494D4B&mycolor3=0x7C7052&autoplay=true&rand=0&f=3&vol=100" width="218" height="155" name="myflashfetish" align="middle"type="application/x-shockwave-flash" /><br><a href="http://www.myflashfetish.com/music-player/" target="_blank"><img src="http://www.myflashfetish.com/images/mffico.gif" title="Make your own playlist!" style="border-style:none;" alt="music player"></a><br />I made this <a href="http://www.myflashfetish.com/playlist/7176250" target="_blank">music player</a> at <a href="http://www.myflashfetish.com" target="_blank">MyFlashFetish</a>.com. <br></center><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/CIMP/Jmx*PTEyMDAwNjgxODQwNzcmcHQ9MTIwMDA3NzM5MzA1MiZwPTE4MDMxJmQ9Jm49.jpg" /> is this correct? |
|
|
|
Jan 11 2008, 01:55 PM
Post
#4
|
|
|
Adobe Addict ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,237 Joined: Mar 2005 Member No: 113,043 |
That would work, but there's an easier way to organize it.
CODE <div style="position:absolute; overflow:auto; left: ##px; top: ##px; width: ##px; height: ##px;">
<center><embed src="http://www.mp3asset.com/swf/mp3/myflashfetish-mp3-player.swf" quality="high" wmode="transparent" flashvars="myid=7176250&path=2008/01/03&mycolor=0x312C20&mycolor2=0x494D4B&mycolor3=0x7C7052&autoplay=true&rand=0&f=3&vol=100" width="218" height="155" name="myflashfetish" align="middle"type="application/x-shockwave-flash" /><br><a href="http://www.myflashfetish.com/music-player/" target="_blank"><img src="http://www.myflashfetish.com/images/mffico.gif" title="Make your own playlist!" style="border-style:none;" alt="music player"></a><br />I made this <a href="http://www.myflashfetish.com/playlist/7176250" target="_blank">music player</a> at <a href="http://www.myflashfetish.com" target="_blank">MyFlashFetish</a>.com. <br></center><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/CIMP/Jmx*PTEyMDAwNjgxODQwNzcmcHQ9MTIwMDA3NzM5MzA1MiZwPTE4MDMxJmQ9Jm49.jpg" /> |
|
|
|
Jan 11 2008, 02:17 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: May 2007 Member No: 523,713 |
Ok so do I not need the first bit of code then!?
this bit? .mp3{ position:absolute; left:50%; top:580px; margin-left:-330px; width:167px; height:265px; overflow:auto; z-index:1; visibility:visible!important; color:white;} |
|
|
|
Jan 11 2008, 02:54 PM
Post
#6
|
|
|
Adobe Addict ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,237 Joined: Mar 2005 Member No: 113,043 |
^ Yeah, you don't need that
|
|
|
|
![]() ![]() |