A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Flex without flash player?

  1. #1
    FK Rocks..!
    Join Date
    Dec 2003
    Location
    Islamabad, Pakistan
    Posts
    140

    Question Flex without flash player?

    Hi,

    I have been working on flex from quite a time now, but of all the apps i have made, i get an swf as the file to run on the web.

    Perhaps i came across the following site,

    https://www.mypoints.com/emp/u/verif...4AyFKSTNaxezEQ

    and wen we visit the URL it gives an error, the look and feel of the error box shows that this site is made in FLEX, but wen i tried rite clicking i found no swf player is used and also if we view the source, there is not flash player embedded

    Is there there any way to creat such sites in flex ? Can u give me any hints or help?
    Waqas A.M. Siddiqui (Vicky)
    Graphics Designer

  2. #2
    Member
    Join Date
    Sep 2002
    Location
    Seattle
    Posts
    93
    This is in the html page:

    Code:
      AC_FL_RunContent(
        'codebase', 'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
        'width', '1',
        'height', '1',
        'src', '/static/flash/LBHelper',
        'quality', 'high',
        'pluginspage', 'https://www.macromedia.com/go/getflashplayer',
        'align', 'middle',
        'play', 'true',
        'loop', 'true',
        'scale', 'showall',
        'id', '',
        'bgcolor', '#ffffff',
        'name', 'mypoints',
        'allowScriptAccess','always',
        'wmode','opaque',
        'movie', '/static/flash/LBHelper'
        );

    Bye now,

    Greg

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