A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: PageFlip and Dynamic text...problem

  1. #1
    Junior Member
    Join Date
    May 2006
    Posts
    18

    PageFlip and Dynamic text...problem

    Hello, I have a problem with pageflip
    I am using swf external to load the pages, and these pages have dynamic text, but when turning the page the text transfers the page.

    It seems as if the text remained fixed and it disappears little by little.
    Please Help


  2. #2
    Junior Member
    Join Date
    May 2006
    Posts
    18
    embed font and... all works

  3. #3
    Junior Member
    Join Date
    May 2007
    Posts
    1
    you use load movie through loadMovie() means.
    you unload movie thorough unloadMovie().
    Example:
    loadMovie("example.swf", 2);unloadMovie(2);
    you use load movie through loadMovieNum() means.
    you unload movie thorough unloadMovieNum().
    Example:
    loadMovieNum("example.swf", 2);unloadMovieNum(2);

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