A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: swf in html

  1. #1
    Junior Member
    Join Date
    Feb 2007
    Posts
    4

    swf in html

    i have inserted a swf movie into an html page, but the buttons on the html page are no longer accessible/not working.

    Help!!

  2. #2
    Junior Member
    Join Date
    Jul 2008
    Posts
    13
    im not pro at this ...are your buttons linking to another html page? if so then try adding this action to your button in the flash file, it might work: replace the http link with yours.


    on(release) {
    getURL("http://www.powerview.com/Contact_Us.html","_parent");

    }

  3. #3
    Flash Developer
    Join Date
    Jul 2008
    Location
    Scotland
    Posts
    106
    Did you embed the flash file using similar html to

    Code:
    <embed src="swf location" 
    quality="high" 
    bgcolor="#ffffff" 
    width="320" 
    height="240" 
    flashVars = "path=swf folder location" 
    align="middle" 
    allowScriptAccess="always" 
    type="application/x-shockwave-flash" 
    pluginspage="http://www.macromedia.com/go/getflashplayer" 
    />

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