I want to add an embed player under the chatroom. In which file do I add the code?
I want to add an embed player under the chatroom. In which file do I add the code? |
bump |
Embedding HTML into Flash? I don't see how. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Embedding HTML into Flash? I don't see how. No, not into the flash. I want to add it below the flash. Under the chatroom. |
This is what I want to do |
You can embed your code in the following file. https://www.deanbassett.com |
You can embed your code in the following file. Thanks a lot deano |
hey deano, i added the code in div but it loads it outside the block which contains the chat. Can i add my code to load together with the chat in the __page_main_code__ Look at http://www.dlive-entertainment.com/m/chat/home/ now it loads outside __page_main_code__ |
I provided the simplest solution. https://www.deanbassett.com |
I provided the simplest solution. I have no problem with the simple solution but the webplayer floats on top of the member menu and login menu. If i can get it to float under everything, the simple solution is good for me |
If this is a flash style player, see if there is a parameter in your code that you are inserting that says this: <param value = 'transparent;> OR wmode ='transparent' If so, try changing the word 'transparent' to 'opaque' Chris Nothing to see here |
If this is a flash style player, see if there is a parameter in your code that you are inserting that says this: <param value = 'transparent;> OR wmode ='transparent' If so, try changing the word 'transparent' to 'opaque' Chris This is the flashplayer code <object type="application/x-shockwave-flash" width="550" height="180" |
Zarcon is right. This is a common problem with flash objects. You need to adjust your code to include the flash tranparency options. Try this code. https://www.deanbassett.com |
It works great. Thanks deano, Zarcom |