DIVS: Need Help Controlling Embed Objects in Divs (Firefox) |
DIVS: Need Help Controlling Embed Objects in Divs (Firefox) |
Sep 1 2006, 12:01 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jul 2006 Member No: 444,216 |
www.myspace.com/bassrebel
I want to know how to control embed objects (flash mp3 player, slide show) in Divs... With Firefox I can control them if they're in a layout that won't use DIVS, but in Divs, I can't control embed objects :( What can I do? |
|
|
|
![]() |
Sep 1 2006, 12:17 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jul 2006 Member No: 444,216 |
will it be better if I just put my codes here?
|
|
|
|
Sep 1 2006, 12:24 PM
Post
#3
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Um don't double post edit next time. So in firefox this code doesn't work:
CODE <style type="text/css"> .embed, object{position: absolute; left: #px; top: #px;} </style> or this one: CODE <style type="text/css"> embed, object{position: absolute; left: #px; top: #px;} </style> What exactly about them are you trying to control? |
|
|
|
Sep 1 2006, 12:32 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jul 2006 Member No: 444,216 |
the mp3 player is the one that I want to controll, because I am trying to replace the slide show with comments, but that's another tragedy haha
|
|
|
|
Sep 1 2006, 12:59 PM
Post
#5
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Then just use :
CODE <style type="text/css"> embed{ properties here} </style> Change properties here to whatever you want to control about it. Don't add "object" or else it will effect your slideshow. Unless your slideshow is an embed code, if it is you can't edit one of them because the code will automatically edit both. |
|
|
|
Sep 1 2006, 01:09 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jul 2006 Member No: 444,216 |
thanks a lot... excuse my newbie-ness... I'm still learning at divs and all that stuff... but what properties should I put there?
heh just asking |
|
|
|
Sep 1 2006, 01:22 PM
Post
#7
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
What do you want to do ? Position it somewhere? If so you use: { position: absolute; left: #px; top: #px;} And you put numbers for left and top. |
|
|
|
Sep 1 2006, 02:13 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jul 2006 Member No: 444,216 |
I want just to control my mp3 player... it is placed where I want it to be... but I can't control it... for example touch the play button, or select the song that I want... etc...
|
|
|
|
Sep 1 2006, 11:40 PM
Post
#9
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jul 2006 Member No: 444,216 |
???
|
|
|
|
Sep 2 2006, 12:20 AM
Post
#10
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Don't double post dear. You lost me. What about the play button?You can't use a code to control the buttons.
|
|
|
|
Sep 2 2006, 12:32 AM
Post
#11
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jul 2006 Member No: 444,216 |
haha, If I put that exact player in a myspace that has not DIVS, I can control it with firefox. But when I putted this player in my div, I've somehow lost all ability to control my player. If I'm using IE, I can control it either in divs or not.
why can't I control it in divs? |
|
|
|
Sep 2 2006, 01:06 AM
Post
#12
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
um link to your myspace?
|
|
|
|
Sep 2 2006, 01:09 AM
Post
#13
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jul 2006 Member No: 444,216 |
|
|
|
|
Sep 2 2006, 01:21 AM
Post
#14
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
I don't think theres nothing you can do about it. I thought there was a code stopping it but thats the player. Next time you might want to try a diff player from maybe:
http://myflashfetish.com but not positive those will work in firefox either. I use safari so yea |
|
|
|
Sep 2 2006, 01:24 AM
Post
#15
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jul 2006 Member No: 444,216 |
but why when someone has my same player in his myspace (without divs) I can control it with firefox?
|
|
|
|
Sep 5 2006, 02:07 PM
Post
#16
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jul 2006 Member No: 444,216 |
anyone?
|
|
|
|
| *This Confession* |
Sep 5 2006, 03:16 PM
Post
#17
|
|
Guest |
someones asked this before, and had the same problem with the flashfetish stuff
go check out this topic: http://www.createblog.com/forums/index.php?showtopic=151425 |
|
|
|
Sep 5 2006, 03:55 PM
Post
#18
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jul 2006 Member No: 444,216 |
thanks a lot, that did fix the problem...
QUOTE for any future users who are using the same flash slideshow/mp3 player, change: wmode="transparent" to a different color. U can close the thread, or add this type of question in the FAQ, because a lot of people will need it |
|
|
|
| *This Confession* |
Sep 5 2006, 03:57 PM
Post
#19
|
|
Guest |
I'll add it to the FAQ's how about that?
Anyway if you have any other questions or problems just ask. |
|
|
|
Sep 5 2006, 03:58 PM
Post
#20
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jul 2006 Member No: 444,216 |
|
|
|
|
| *This Confession* |
Sep 5 2006, 03:59 PM
Post
#21
|
|
Guest |
Okay.
I trusted you. Anyway like I said any other problems just ask. Have a lovely day I added that to the FAQ's. Anyway topic closed. |
|
|
|
![]() ![]() |