flash content remove play button

Discussion in 'Web Development' started by divinequran, Feb 6, 2009.

  1. divinequran

    divinequran New Member

    Joined:
    Oct 9, 2008
    Messages:
    62
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    Software Engineer
    Home Page:
    http://divinequran.com/
    I have used object and embed tag to add an flash file. when i execute the file every thing work fine, i get the play / pause button. How do i remove that play button and just display the flash content.
     
  2. Bhullarz

    Bhullarz New Member

    Joined:
    Nov 15, 2006
    Messages:
    253
    Likes Received:
    13
    Trophy Points:
    0
    Occupation:
    System Manager
    Home Page:
    http://www.tutors161.com
    Just use flash decompiler, chk the source code for play/pause button, remove it and re-build swf file. that's it.
     
  3. divinequran

    divinequran New Member

    Joined:
    Oct 9, 2008
    Messages:
    62
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    Software Engineer
    Home Page:
    http://divinequran.com/
    I use following code, how to remove it from the code..

    Code:
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="550" HEIGHT="400" id="myMovieName">
    <PARAM NAME=movie VALUE="myFlashMovie.swf">
    <PARAM NAME=quality VALUE=high>
    
    <EMBED src="/support/flash/ts/documents/myFlashMovie.swf" quality=high WIDTH="550" HEIGHT="400" NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>
     
  4. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    You have to edit the myFlashMovie.swf
     
  5. divinequran

    divinequran New Member

    Joined:
    Oct 9, 2008
    Messages:
    62
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    Software Engineer
    Home Page:
    http://divinequran.com/
    Thanks, i resolved it. thanks again
     
  6. AmiMitra

    AmiMitra New Member

    Joined:
    May 6, 2009
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    i am having the same problem. i prepared a powerpoint slide and converted it to .swf file and embedded it in the aspx page in the same way as you. the problem is same that it shows the play pause button, and lot more like the forward rewind etc. i want to remove it. please tell me how to do it. i dont know how to use decompiler. is there any software which i can use? can u please tell me the steps??
    thanks in advance.
    please help. its urgent.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice