Need help with Pre-loader

This is a discussion on "Need help with Pre-loader" within the Flash & Multimedia Forum section. This forum, and the thread "Need help with Pre-loader are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 11th, 2007, 03:00
New Member
Join Date: Aug 2007
Location: USA
Age: 27
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Need help with Pre-loader

Hello,

I've been reading through many tutorials I've found on the internet, and I've created several pre-loaders and tried making it work, but I can't seem to get it to work when I put it into my template. It works fine when I view it separately.

Here is the template: http://www.gfxology.com/80407/

Here is the flash .swf that I'm trying to add to the template (where the black box is): http://www.gfxology.com/80407/Flash/preview2.html
and/or
http://www.gfxology.com/80407/Flash/preview2.swf

Help Needed!
Reply With Quote

  #2 (permalink)  
Old Aug 11th, 2007, 03:49
SuperMember

SuperMember
Join Date: Apr 2007
Location: Sydney
Posts: 154
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need help with Pre-loader

Hi, I use the same code to embed flash. The code below is cut straight from one of my sites that does work. I'm not sure if this is the problem, but notice a couple of bits are missing from yours, notably the play one.

Dumb question, but you have uploaded the AC_RunActiveContent.js file??

Cheers,

Nate.

Code: Select all
 
AC_FL_RunContent(
    'codebase', 'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
    'width', '800',  
    'height', '90',
    'src', ' ads/tcnls_banner2',
    'quality', 'high',
    'pluginspage', 'https://www.macromedia.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'false',
    'background', 'FFFFFF',
    'wmode', 'window',
    'devicefont', 'false',
    'id', 'ads/tcnls_banner2',
    'bgcolor', '#FFFFFF', 
    'name', 'flash-animations',
    'menu', 'false',
    'allowScriptAccess','sameDomain',
    'movie', 'ads/tcnls_banner2',
    'salign', ''
    );
Reply With Quote
  #3 (permalink)  
Old Aug 11th, 2007, 03:58
New Member
Join Date: Aug 2007
Location: USA
Age: 27
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need help with Pre-loader

No, I don't think that's the problem. It's only the pre-loader and what I want to load that doesn't show. I've had other flash .swf's on it with the same code, and it worked.
Reply With Quote
  #4 (permalink)  
Old Aug 13th, 2007, 15:45
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: Need help with Pre-loader

Interesting, what happens if you just try using basic object and embed tags instead of the AC_FL RunContent code?

Try that out and see if it remedies the situation...(i.e. the standard publishing code that Flash generates)
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
Reply

Tags
help

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pre loader problem monkeygraphik Flash & Multimedia Forum 1 Jan 25th, 2008 15:45
Image loader problem! monkeygraphik Flash & Multimedia Forum 9 Sep 6th, 2007 08:10
Making the contents of a loader clickable huminuh83 Flash & Multimedia Forum 6 Mar 19th, 2007 14:05
How can I create a Flash Movie Loader JohnMitch Flash & Multimedia Forum 19 Mar 12th, 2005 04:01
my movie loader gets to 100% and then waits for ages before benbacardi Flash & Multimedia Forum 5 May 29th, 2004 09:31


All times are GMT. The time now is 16:43.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43