Jump to content
Search Community

Search the Community

Showing results for tags 'ios loadermax loading assets'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  1. Hello guys , My application is working fine when deployed to Android and the Flash Player Debugger, however LoaderMax isn't finding my assets when deploying to iOS. I am using flashdevelop and my assets are placed in my bin folder and are referenced as follows: _loader.append( new ImageLoader("images/background_clouds.jpg", { name:"background", estimatedBytes:77000, alpha:1, width:Global.stageWidth, height:Global.stageHeight, scaleMode:"stretch" } ) ); _loader.append( new ImageLoader("images/background_settings.jpg", { name:"background_settings", estimatedBytes:77000, alpha:1, width:Global.stageWidth, height:Global.stageHeight, scaleMode:"stretch" } ) ); _loader.append( new ImageLoader("images/btn_arrow_right.png", { name:"right_arrow", alpha:1} ) ); _loader.append( new ImageLoader("images/btn_settings.png", { name:"settings", alpha:1} ) ); _loader.append( new ImageLoader("images/btn_arrow_left.png", { name:"left_arrow", alpha:1} ) ); _loader.append( new ImageLoader("images/btn_cross_norm.png", { name:"close", alpha:1} ) ); _loader.append( new ImageLoader("images/btn_cross_down.png", { name:"close_down", alpha:1} ) ); _loader.append( new ImageLoader("images/btn_upgrade_norm.png", { name:"upgradeUp", alpha:1} ) ); _loader.append( new ImageLoader("images/btn_upgrade_down.png", { name:"upgradeDown", alpha:1} ) ); _loader.append( new ImageLoader("images/btn_subscribe_norm.png", { name:"subscribeUp", alpha:1} ) ); _loader.append( new ImageLoader("images/btn_subscribe_down.png", { name:"subscribeDown", alpha:1} ) ); _loader.load(); Do I need to do something different when deploying to iOS? Thanks in advance, Ash.
×
×
  • Create New...