A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Embedded flash only works offline

  1. #1
    Member
    Join Date
    Jun 2003
    Posts
    40

    Embedded flash only works offline

    Hi all.
    I have the following html
    Code:
    <OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH=640
    HEIGHT=400 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,23,0" ID="z3cab5b94">
      <PARAM NAME="MOVIE" VALUE="../assets/G_3cab5b9456745.swfl?backto=&media=1&quiz_id=z3cab5b94&u=3cab5b94&z=f.swf">
      <PARAM NAME="FlashVars" VALUE="backto=&media=1&quiz_id=z3cab5b94&u=3cab5b94&z=f.swf">
      <PARAM NAME="PLAY" VALUE="true">
      <PARAM NAME="QUALITY" VALUE="high">
      <EMBED SRC="../assets/G_3cab5b9456745.swfl?backto=&media=1&quiz_id=z3cab5b94&u=3cab5b94&z=f.swf" WIDTH=640 HEIGHT=400 PLAY="true" QUALITY="high"
    FlashVars="backto=&media=1&quiz_id=z3cab5b94&u=3cab5b94&z=f.swf"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"
    NAME="z3cab5b94"
    > </EMBED>
    </OBJECT>
    If I run the html file offline, the flash plays. If I run it from and iis server, i get movie not loaded!
    Any ideas?
    Andrzej 'daverage' Marczewski
    http://www.yetanotherreviewsite.co.uk

  2. #2
    Busy doing nothing Boris the Frog's Avatar
    Join Date
    Jan 2001
    Location
    Derby, UK
    Posts
    305
    you are embedding a relative url could this be the issue?
    --------------------------------------------------
    ‘There is no emoticon to express how I am feeling’ - Comic Book Guy
    There's an effective, simple solution to carbon sequestration... it's called 'coal', so leave it alone!
    There's an effective, simple solution to carbon capture....it's called 'trees', so plant some!

  3. #3
    Member
    Join Date
    Jun 2003
    Posts
    40
    I think so, but cant change that!
    Andrzej 'daverage' Marczewski
    http://www.yetanotherreviewsite.co.uk

  4. #4
    Busy doing nothing Boris the Frog's Avatar
    Join Date
    Jan 2001
    Location
    Derby, UK
    Posts
    305
    OK - can you try with a full "http://" address at all just to see if that's the cause?
    --------------------------------------------------
    ‘There is no emoticon to express how I am feeling’ - Comic Book Guy
    There's an effective, simple solution to carbon sequestration... it's called 'coal', so leave it alone!
    There's an effective, simple solution to carbon capture....it's called 'trees', so plant some!

  5. #5
    Member
    Join Date
    Jun 2003
    Posts
    40
    mm it looks like it still does not work!?
    Andrzej 'daverage' Marczewski
    http://www.yetanotherreviewsite.co.uk

  6. #6
    It's a long way to the middle launchpad67's Avatar
    Join Date
    Oct 2004
    Location
    Prescott, Arizona
    Posts
    1,387
    Where is this pointing to?
    ../assets/G_3cab5b9456745.swfl?backto=&media=1&quiz_id=z3cab 5b94&u=3cab5b94&z=f.swf

    What is the "actual" name of the swf file?

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