Buying Quick $10 if you can elp me resolve a swf embed issue

Discussion in 'Programming' started by jWebXpress, Apr 21, 2011.

  1. #1
    jWebXpress, Apr 21, 2011 IP
  2. artus.systems

    artus.systems Well-Known Member

    Messages:
    87
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    103
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Your xml path is broken, fix that and it will work
     
    artus.systems, Apr 21, 2011 IP
  3. jWebXpress

    jWebXpress Well-Known Member

    Messages:
    646
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    140
    As Seller:
    100% - 1
    As Buyer:
    100% - 1
    #3
    Like I said, It was working fine and none of the paths changed when I moved to the new host. This supposed to work just by adding the code below:

    
    <object width="550" height="400">
    <param name="movie" value="carousel.swf">
    <embed src="carousel.swf" width="550" height="400">
    </embed>
    </object> 
    
    Code (markup):
     
    jWebXpress, Apr 21, 2011 IP
  4. artus.systems

    artus.systems Well-Known Member

    Messages:
    87
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    103
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    It is not the flash file path. It is the xml file, xml files path maybe hardcoded in flash

    keep this file (vars_carousel.xm) in your root folder and icons folder (which contains images)
     
    artus.systems, Apr 21, 2011 IP
  5. gapz101

    gapz101 Well-Known Member

    Messages:
    524
    Likes Received:
    8
    Best Answers:
    2
    Trophy Points:
    150
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    gapz101, Apr 21, 2011 IP
  6. jWebXpress

    jWebXpress Well-Known Member

    Messages:
    646
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    140
    As Seller:
    100% - 1
    As Buyer:
    100% - 1
    #6
    jWebXpress, Apr 21, 2011 IP
  7. RoyalTouchDesigns

    RoyalTouchDesigns Active Member

    Messages:
    146
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    75
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    RoyalTouchDesigns, Apr 21, 2011 IP
  8. Fracisc

    Fracisc Well-Known Member

    Messages:
    3,670
    Likes Received:
    10
    Best Answers:
    1
    Trophy Points:
    195
    As Seller:
    100% - 1
    As Buyer:
    50.0% - 1
    #8
    Ye, I also see the 404 error. Is this fixed? If not, I have some spare time and I'll fix it.
     
    Fracisc, Apr 22, 2011 IP
  9. gazzamc

    gazzamc Peon

    Messages:
    319
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #9
    try adding a forward slash in front of the swf path :

    
    <object width="550" height="400">
    <param name="movie" value="carousel.swf">
    <embed src="/carousel.swf" width="550" height="400">
    </embed>
    </object>
    
    Code (markup):
     
    gazzamc, Apr 22, 2011 IP
  10. jWebXpress

    jWebXpress Well-Known Member

    Messages:
    646
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    140
    As Seller:
    100% - 1
    As Buyer:
    100% - 1
    #10
    I figured it out. Thanks everyone.
     
    jWebXpress, Apr 24, 2011 IP