fcheyron
Member
Posted 1 year ago #
hi there,
the flash file i'm trying to use references external images. they don't show in my header, even though i uploaded them to the folder wp-content/header-images, along with the actual .swf file.
is it possible to use this type of flash file with Dynamic Header?
thanks very much in advance.
http://wordpress.org/extend/plugins/dynamic-headers/
mankisica
Member
Posted 11 months ago #
I just had a same problem. My solution is:
- 1. upload manually all external files in the same folder where swf will be (wp-content/header-images)
- 2. put full url everywhere, in your fla, in xml, export swf and upload
- 3. go to wp-content/plugins/dynamic-headers folder. Open custom-header.php in some editor. Go to line 386 and add
base="http://www.yourdomain.com/wp-content/header-images/" after wmode="transparent"
And now it works :)
fcheyron
Member
Posted 11 months ago #
Thank-you so much, it worked!
fyi, i didn't even have to do step 2, i just made the change in custom-header.php
thanks again.