A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: embedding issue

Hybrid View

  1. #1
    Senior Member
    Join Date
    May 2008
    Posts
    332
    Well if the player is working correctly, you can test for a problem is in the browser or embedding code. First try to download just the player by using the address found in your code here:
    http://www.artistfactory.hu/mp3player/player.swf
    Player direct download seems to work fine so it's probably in the way the browser is parsing the code. Taking a look at the source code shows one huge, glaring issue. The page has no DOC TYPE declared. Without that the browser will not know which set of rules to apply to the code on the page, which can result in a lot of wierd display problems.
    Validate your page here:
    http://www.w3schools.com/site/site_validate.asp
    It will show you all errors and also provide a link to learn more about the need of a DOC TYPE on the page.
    Start with that stuff anyway...
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com

  2. #2
    Junior Member
    Join Date
    Oct 2009
    Posts
    4

    swobject?

    Hi! Thank you for your reply!
    You were right, my html was all messed up, so I validated it, now I only have a few problems with it, but they have nothing to do with my flash mp3 player I'm pretty sure. In fact I got closer to the solution, but I'm stuck again. Here's what I figured out:
    I am unable to make the top flash menu and the flash mp3 player appear at the same time. This might be because I have an swfobject.js for the top menu and another one in a subfolder for my player. If I get rid of any of the two flash embedding codes, the other one works fine, but they never work again
    I tried to change the paths of the .js files, only one flash movie appeared, no success. Than I renamed one of the .js files, and changed the name in the embedding code as well, the other movie appeared, no good news again
    Is it possible, that the reason why I cannot embed both files is that I am trying to use two swfobject.js files, and this is impossible?
    Is there a way to solve this issue? Should I try to use a different embed code for my menu?
    Thank you for your help again, if you need me to send you my codes, or some files, please let me know!
    Adam

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center