Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Flash in webpage noobie help  (Read 3408 times)

0 Members and 1 Guest are viewing this topic.

neljan

    Topic Starter


    Adviser

    Thanked: 1
    • Yes
  • Experience: Familiar
  • OS: Windows XP
Flash in webpage noobie help
« on: February 08, 2008, 05:52:58 PM »
Hello

I have an SWF file (a slideshow) which I would like to use in MySpace but it is slowing down my entire page load with the user not seeing anything for around 2 minutes (the file is only 2mb).

I would like the flash player to load the file AFTER the page has loaded, perhaps with a loading animation.

I think I need to use an xml playlist? if so, I'd really appreciate some direction...

Here's the code I am using at the moment in MySpace:

<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="300" width="400" data="http://www.path_to/MySlide.swf">
  <param name="allowScriptAccess" value="never" />
  <param name="allowNetworking" value="internal" />
  <param name="movie" value="http://www.path_to/MySlide.swf" />
  <param name="menu" value="false" />
  <param name="quality" value="high" />
</object>

Thanks in advance for any help

Elexir

  • Guest
Re: Flash in webpage noobie help
« Reply #1 on: February 14, 2008, 12:07:26 PM »
As computer reads html code from top to bottom, maby try to put the code at the buttom of the page then you site will load first then your swf, well i think theres is another way but i am not sure

neljan

    Topic Starter


    Adviser

    Thanked: 1
    • Yes
  • Experience: Familiar
  • OS: Windows XP
Re: Flash in webpage noobie help
« Reply #2 on: February 14, 2008, 09:47:53 PM »
Thanks Elexir

I have actually had to give up on the idea as I got no replies for help on 6 different forums in over a week.

Thanks anyway.